@charset "UTF-8";
/*
Theme Name: mirai
Theme URI:
Description: mirai
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #ee2a7b;
  --color-primary-light: #F8F8F8;
  --color-primary-light-ptn1: #f1f8f6;
  --color-link: #4895e6;
}

.red {
  color: #810d0d;
}

.yellow {
  color: #ffde59;
}

.navy {
  color: #05377B;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 760px;
  --width-content: 880px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Inter","Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
}

/*!
global > adjustment
------------------------------
*/
/*!
global > scroll
------------------------------
*/
.scroll_bar {
  background-color: white;
  overflow-y: scroll;
  height: 150px;
}

.scroll_bar::-webkit-scrollbar {
  width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: white;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}

/*!
global > effects
------------------------------
*/
.Header, .SubmitBtn {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*!
foundation > reset
------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: 100%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
html {
  font-size: 62.5%;
}

body {
  color: #323232;
  font-family: var(--font-family-base);
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #f9f6f9;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #5cc2cf;
  word-wrap: break-word;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}
a.External_links {
  display: table;
  margin-left: auto;
  font-size: 1.4rem;
}

.br-pc {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none !important;
  }
}

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.br-tb {
  display: none;
}

.br-tb-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .br-tb-sp {
    display: block !important;
  }
}

.Wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.35);
}
@media screen and (max-width: 767px) {
  .Wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Wrapper {
    box-shadow: none;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mlauto {
  margin-left: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mlr15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tab-mt25 {
    margin-top: 25px !important;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-m-reset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mauto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

.u-sp-mlr10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-ptb {
  padding: 100px 0 !important;
}
@media screen and (max-width: 767px) {
  .u-ptb {
    padding: 50px 0 !important;
  }
}

.u-ptb70 {
  padding: 70px 0 !important;
}

.u-pt {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pt {
    padding-top: 70px !important;
  }
}

.u-pb {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-pb {
    padding-bottom: 70px !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-reset {
    float: none;
  }
}

.u-alc {
  text-align: center !important;
}

.u-all {
  text-align: left !important;
}

.u-alr {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-sp-alc {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-all {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-alr {
    text-align: right !important;
  }
}

.u-vat {
  vertical-align: top !important;
}

.u-vam {
  vertical-align: middle !important;
}

.u-vab {
  vertical-align: bottom !important;
}

.u-wnum {
  width: 4em !important;
  max-width: 4em !important;
}

.u-w10 {
  width: 10% !important;
  max-width: 10% !important;
}

.u-w15 {
  width: 15% !important;
  max-width: 15% !important;
}

.u-w20 {
  width: 20% !important;
  max-width: 20% !important;
}

.u-w25 {
  width: 25% !important;
  max-width: 25% !important;
}

.u-w30 {
  width: 30% !important;
  max-width: 30% !important;
}

.u-w35 {
  width: 35% !important;
  max-width: 35% !important;
}

.u-w40 {
  width: 40% !important;
  max-width: 40% !important;
}

.u-w50 {
  width: 50% !important;
  max-width: 50% !important;
}

.u-w70 {
  width: 70% !important;
  max-width: 70% !important;
}

.u-w80 {
  width: 80% !important;
  max-width: 80% !important;
}

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-w-reset {
    width: auto !important;
    max-width: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w30 {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w35 {
    width: 35% !important;
    max-width: 35% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w50 {
    width: 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w70 {
    width: 70% !important;
    max-width: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w90 {
    width: 90% !important;
    max-width: 90% !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-w100 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.u-of-hidden {
  overflow: hidden;
}

.u-bold {
  font-weight: bold;
}

.u-lt {
  text-decoration: line-through;
}

.u-uline {
  text-decoration: underline;
}

.u-lt-red {
  position: relative;
}
.u-lt-red::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #810d0d;
}

.u-marker {
  background: linear-gradient(transparent 60%, #ffdde7 0%);
}

/*!
component > title
------------------------------
*/
.Title-level1 {
  padding-bottom: 0.75em;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #323232;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Title-level1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .Title-level1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .Title-level1 {
    font-size: 2.2rem;
  }
}
.Title-level1::after {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background-color: #b7a4e8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Title-level1::after {
    width: 60px;
    height: 7px;
  }
}
.Title-level1--noborder {
  padding-bottom: 0;
}
.Title-level1--noborder::after {
  display: none;
}

.Title-level2 {
  display: inline-block;
  padding-left: 45px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #323232;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Title-level2 {
    padding-left: 35px;
    font-size: 1.9rem;
  }
}
.Title-level2::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: white;
  border: 7px solid #5cc2cf;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .Title-level2::before {
    width: 20px;
    height: 20px;
    border-width: 5px;
    top: 5px;
  }
}
.Title-level2--green::before {
  border: 7px solid #33b371;
}
.Title-level2--blue::before {
  border: 7px solid #5cc2cf;
}

/*!
component > btn
------------------------------
*/
.SubmitBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 350px;
  height: 64px;
  max-height: 64px;
  border: none;
  background-color: var(--color-primary);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: white;
  box-sizing: border-box;
  line-height: 1.2;
  box-shadow: 5px 5px 0 #7c7a78;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .SubmitBtn {
    width: 100%;
    max-width: 100%;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 320px) {
  .SubmitBtn {
    font-size: 2rem;
  }
}
.SubmitBtn:hover {
  background-color: #fc966e;
  box-shadow: 5px 5px 0 rgba(124, 122, 120, 0.7);
}
.SubmitBtn:active {
  padding-top: 0.35em;
  background-color: #b90c53;
}

/*!
component > parts
------------------------------
*/
.Notes {
  display: inline-block;
  padding-left: 1em;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 1.1rem;
  }
}
.Notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.Paging {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .Paging {
    justify-content: center;
  }
}
.Paging li {
  margin: 0 0.15em;
  line-height: 1.2;
}
.Paging li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 1.5rem;
  color: #323232;
  background-color: white;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
}
.Paging li a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.Paging li a.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  font-weight: bold;
}
.Paging li a.prev {
  border: none;
}
.Paging li a.next {
  border: none;
}

.triangle {
  display: inline-block;
  background: #808080;
  height: 45px;
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .triangle {
    height: 50px;
    width: 140px;
  }
}

.annotation {
  display: table;
  padding: 0.25em 0;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .annotation {
    font-size: 1.1rem;
  }
}

.ListDisc li {
  margin-left: 1em;
  list-style-type: disc;
}

/*!
layout > header
------------------------------
*/
.Header {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 30;
  background-color: white;
}
.Header__Inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header__Inner {
    justify-content: initial;
    padding: 10px 3.5%;
  }
}
.Header__txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #810d0d;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Header__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .Header__txt {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 320px) {
  .Header__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .Header__txt em {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 320px) {
  .Header__txt em {
    font-size: 2rem;
  }
}

.HeaderLogo {
  display: block;
  width: 140px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderLogo {
    width: 120px;
    left: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .HeaderLogo {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    width: 120px;
  }
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 20;
  background-color: black;
  overflow: hidden;
}
.Footer__inner {
  z-index: 10;
}

.FooterNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .FooterNav {
    padding: 0 2.5%;
  }
}
.FooterNav li {
  margin: 0 1em;
}
@media screen and (max-width: 320px) {
  .FooterNav li {
    margin: 0 0.5em;
  }
}
.FooterNav li a {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .FooterNav li a {
    padding: 0.5em 0.25em;
    width: auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .FooterNav li a {
    font-size: 1.2rem;
  }
}

.Copyright {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .Copyright {
    font-size: 1rem;
  }
}

#btm-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 200;
  display: none;
}
#btm-btn ul li a.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: var(--color-primary);
  color: white;
  border-radius: 3px;
}
#btm-btn ul li a.pagetop img {
  display: block;
  width: 14px;
}
#btm-btn ul li a.pagetop i {
  font-size: 2rem;
}
#btm-btn ul li a.pagetop:hover {
  opacity: 1;
}

.smp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 3.5%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 767px) {
  .smp-contact {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .smp-contact .RegBtn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .smp-contact .RegBtn {
    font-size: 1.5rem;
  }
}

/*!
page > top
------------------------------
*/
.Fv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fv {
    padding: 15px;
  }
}
.Fv__Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 5;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
}
.Fv__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10%;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  background-image: radial-gradient(circle at 0% 0%, transparent 50px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 100% 0%, transparent 50px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 0% 100%, transparent 50px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 100% 100%, transparent 50px, rgba(255, 255, 255, 0.8) 0);
  background-position: 0% 0%, 100% 0%, 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 55% 55%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__Inner {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .Fv__Inner {
    padding: 3.5%;
    background-image: radial-gradient(circle at 0% 0%, transparent 30px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 100% 0%, transparent 30px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 0% 100%, transparent 30px, rgba(255, 255, 255, 0.8) 0), radial-gradient(circle at 100% 100%, transparent 30px, rgba(255, 255, 255, 0.8) 0);
  }
}
.Fv__Copy {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Fv__Copy {
    font-size: 2.2rem;
  }
}
.Fv__Copy__Row--1 small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .Fv__Copy__Row--1 small {
    font-size: 1.6rem;
  }
}
.Fv__Copy__Row--2 {
  font-size: 6rem;
  font-weight: 800;
  color: #ee2a7b;
}
@media screen and (max-width: 767px) {
  .Fv__Copy__Row--2 {
    font-size: 3.2rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 320px) {
  .Fv__Copy__Row--2 {
    font-size: 2.7rem;
  }
}
.Fv__Copy__Row--2 small {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .Fv__Copy__Row--2 small {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .Fv__Copy__Row--2 small {
    font-size: 2.1rem;
  }
}
.Fv__SubCopy {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Fv__SubCopy {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  .Fv__SubCopy {
    font-size: 1.6rem;
  }
}

.FormInput {
  background-color: #b7a4e8;
  position: relative;
}
.FormInput__Label {
  padding: 0.35em 0.5em;
  background-color: white;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--color-primary);
  border-radius: 50px;
  line-height: 1.2;
  border: 1.5px solid #323232;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .FormInput__Label {
    width: 240px;
    max-width: 240px;
    font-size: 2.2rem;
    top: -20px;
  }
}
.FormInput__inner {
  padding: 5%;
}
.FormInput__Title {
  display: inline-block;
  padding: 0 1em;
  font-size: 3.4rem;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .FormInput__Title {
    padding: 0 0.25em;
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .FormInput__Title {
    font-size: 2.2rem;
  }
}
.FormInput__Title::before, .FormInput__Title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .FormInput__Title::before, .FormInput__Title::after {
    width: 1px;
  }
}
.FormInput__Title::before {
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .FormInput__Title::before {
    transform: rotate(-20deg);
  }
}
.FormInput__Title::after {
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .FormInput__Title::after {
    transform: rotate(20deg);
  }
}
.FormInput__Column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .FormInput__Column {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.FormInput__BtmTxt {
  font-size: 1.4rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .FormInput__BtmTxt {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.FormInput .input {
  width: calc(100% - 350px - 35px);
}
@media screen and (max-width: 767px) {
  .FormInput .input {
    width: 100%;
  }
}
.FormInput .input--email {
  position: relative;
}
.FormInput .input--email::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/email.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 17px;
  left: 15px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .FormInput .submit {
    width: 100%;
  }
}
.FormInput #Usermail {
  height: 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.35em 0.5em;
  padding-left: 45px;
  border: none;
  border: 1px solid #323232;
  background-color: white !important;
  position: relative;
  font-size: 1.8rem;
}
.FormInput #Usermail::placeholder {
  font-size: 1.6rem;
  color: rgba(153, 153, 153, 0.7);
}
@media screen and (max-width: 767px) {
  .FormInput #Usermail::placeholder {
    font-size: 1.4rem;
  }
}

.Section {
  position: relative;
}
.Section__Inner {
  padding: 0 5%;
  position: relative;
  z-index: 10;
}
.Section--BgLight {
  background-color: #fcf6ff;
}
.Section__Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.Section__Bg--2 {
  opacity: 0.2;
}

.CheckList li {
  padding: 0.35em 0;
  padding-left: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CheckList li {
    padding-left: 55px;
    font-size: 1.7rem;
  }
}
.CheckList li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/CheckIcon.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .CheckList li::before {
    width: 34px;
    height: 34px;
  }
}

.Profile {
  background-color: white;
}
.Profile__Inner {
  padding: 5%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Profile__Inner {
    padding: 7.5%;
  }
}
.Profile__Img {
  display: block;
  width: 220px;
}
.Profile__Img img {
  display: block;
  width: 100%;
}
.Profile__Block {
  width: calc(100% - 220px - 50px);
}
@media screen and (max-width: 767px) {
  .Profile__Block {
    width: auto;
  }
}
.Profile .Book {
  border: 1px solid #ccc;
  box-shadow: 10px 10px 10px rgba(204, 204, 204, 0.75);
}
.Profile__Title {
  display: table;
  padding: 0.35em 0;
  color: #e46790;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.6;
  border-top: 1.5px solid #e46790;
  border-bottom: 1.5px solid #e46790;
}
@media screen and (max-width: 767px) {
  .Profile__Title {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .Profile__Title {
    font-size: 1.4rem;
  }
}
.Profile__Title em {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Profile__Title em {
    font-size: 2.5rem;
  }
}

.endCopy {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .endCopy {
    font-size: 2.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
