@charset "UTF-8";
/*
Theme Name: lp01
Theme URI:
Description: lp01
Version: 1.0
Author: W-ONE
Author URI: http://www.wakasaone.com
*/
/*!
global > color
------------------------------
*/
:root {
  --color-primary: #1fa59a;
  --color-primary-light: #eff4f7;
  --color-secondary: #fa8500;
  --color-secondary-light: #f2f7fa;
  --color-bg-primary-light: rgba(199, 162, 108, 0.05);
  --color-link: #323232;
}

.white {
  color: white !important;
}

.red {
  color: #ee220c;
}

.pink {
  color: #ff42aa;
}

.dred {
  color: #9d2e2e;
}

.yellow {
  color: #fff77f;
}

.yellow2 {
  color: #ffe169;
}

.orange {
  color: #f27200 !important;
}

.orange2 {
  color: #feae00 !important;
}

.green {
  color: #3bc673 !important;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 900px;
}

/*!
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;
}

.f_noto, #Intro .IntFv .mainCopy, .Fv .FvCopy__headCopy, .Fv .FvCopy__mainCopy, .Fv .FvCopy__subCopy, .Cta__hd, .Target-Detail__hd, .Bonus-Detail__hd, .customCnt__head, .customCnt__label, .FlowDetail__num, .FaqDetail__question, .appLargeBtn, .title-Lv1, .title-Lv2, .title-Lv3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap !important;
}

.f_inter, .FaqDetail__question::before, .FaqDetail__answer::before {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-display: swap !important;
}

.f_zen, .Fv .FvCopy__target, .Sv__head, .Sv__mainCopy, .Sv__list li, .contactBtn, .Header__mes {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap !important;
}

.f_comf {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap !important;
}

/*!
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
------------------------------
*/
#cta-section, .Header, .appBtn, .appLargeBtn {
  -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;
}

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

body {
  font-family: var(--font-family-base);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.7;
  background-color: white;
  position: relative;
  color: #282828;
}
@media screen and (max-width: 100px) {
  body {
    font-size: 1.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

.Bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

a {
  color: var(--color-primary);
  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: 70px;
    margin-top: -70px;
  }
}

.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;
  }
}
@media screen and (max-width: 767px) {
  .br-pc-tb {
    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;
}

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

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

.u-mt-base {
  margin-top: 1.5em !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !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-mt45 {
  margin-top: 45px !important;
}

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

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

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

.u-mt150 {
  margin-top: 150px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

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

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

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml10 {
    margin-left: 0.7692307692vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-ml15 {
    margin-left: 1.1538461538vw !important;
  }
}

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

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

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

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

.u-mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr50 {
    margin-right: 3.8461538462vw !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mr100 {
    margin-right: 7.6923076923vw !important;
  }
}

.u-mlr25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-mlr25 {
    margin-left: 1.9230769231vw !important;
    margin-right: 1.9230769231vw !important;
  }
}

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

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

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

.u-ptb25 {
  padding: 25px 0 !important;
}

.u-ptb35 {
  padding: 35px 0 !important;
}

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

.u-ptb50 {
  padding: 50px 0 !important;
}

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

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

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pt150 {
  padding-top: 150px !important;
}

.u-pt200 {
  padding-top: 200px !important;
}

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

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

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

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

@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-mt0 {
    margin-top: 0px !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-mt70 {
    margin-top: 70px !important;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-ptb10 {
    padding: 10px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-ptb15 {
    padding: 15px 0 !important;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .u-sp-pt15 {
    padding-top: 15px !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-pt100 {
    padding-top: 100px !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-pb25 {
    padding-bottom: 25px !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 !important;
  }
}

.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-w60 {
  width: 60% !important;
  max-width: 60% !important;
}

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

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

.u-w90 {
  width: 90% !important;
  max-width: 90% !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-w40 {
    width: 40% !important;
    max-width: 40% !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-w60 {
    width: 60% !important;
    max-width: 60% !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-w80 {
    width: 80% !important;
    max-width: 80% !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;
  }
}

b {
  font-weight: bold;
}

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

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

.u-marker {
  display: inline;
  background-color: #fff77f;
}
.u-marker--black {
  padding: 0 0.5em;
  background-color: black;
  color: white;
}

.u-txtLarge {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge {
    font-size: 1.8rem;
  }
}

.u-txtLarge2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .u-txtLarge2 {
    font-size: 2rem;
  }
}

.u-txtSmall {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .u-txtSmall {
    font-size: 1.1rem;
  }
}

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

.u-underBorder {
  display: inline;
  border-bottom: 1px solid #282828;
}
.u-underBorder--orange {
  border-bottom: 2px solid #f27200;
}

.u-imgBorder {
  border: 1px solid #282828;
}

.u-btmMaker {
  background: linear-gradient(transparent 70%, #fee264 70%);
}
.u-btmMaker--orange {
  background: linear-gradient(transparent 70%, #f9d993 70%);
}

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

/*!
component > title
------------------------------
*/
.enHead {
  padding-top: 0.35em;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .enHead {
    font-size: 4.4rem;
  }
}
.enHead::before {
  content: "";
  display: block;
  width: 35px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, #000274 50%, #feae00 50%);
}
@media screen and (max-width: 767px) {
  .enHead::before {
    width: 24px;
    height: 12px;
  }
}

.title-Lv1 {
  display: inline-flex;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  color: #feae00;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    font-size: 2.1rem;
  }
}
.title-Lv1 small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .title-Lv1 small {
    font-size: 1.6rem;
  }
}
.title-Lv1--noLine::after {
  display: none;
}
.title-Lv1 .underLine {
  border-bottom: 2px solid white;
}
.title-Lv1 .medium {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .title-Lv1 .medium {
    font-size: 2rem;
  }
}

.title-Lv2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 1.8rem;
  }
}
.title-Lv2--seminar {
  font-size: 2.7rem;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .title-Lv2--seminar {
    padding-left: 50px;
    font-size: 1.9rem;
  }
}
.title-Lv2--seminar .num {
  display: inline-flex;
  width: 50px;
  color: #d41876;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #282828;
}
@media screen and (max-width: 767px) {
  .title-Lv2--seminar .num {
    width: 35px;
  }
}

.title-Lv3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .title-Lv3 {
    font-size: 2.3rem;
  }
}
.title-Lv3--green {
  color: var(--color-primary);
}
.title-Lv3--Bg {
  font-size: 3rem;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  background-color: var(--color-primary);
  color: white;
}
@media screen and (max-width: 767px) {
  .title-Lv3--Bg {
    font-size: 2.1rem;
  }
}

.title-Lv4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f27200;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-Lv4 {
    font-size: 1.8rem;
  }
}

.arrowLabel {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em 2.5em;
  font-size: 3.6rem;
  font-weight: 800;
  background: white;
  background-color: var(--color-primary);
  color: white;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .arrowLabel {
    font-size: 2.2rem;
  }
}
.arrowLabel::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid var(--color-primary);
  z-index: 2;
}
.arrowLabel em {
  font-size: 3.2rem;
}

/*!
component > btn
------------------------------
*/
.CtaBtn {
  min-width: 550px;
  padding: 0.75em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00cf00;
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 15;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .CtaBtn {
    display: flex;
    min-width: initial;
    padding: 0.75em 1em;
    min-width: initial;
    font-size: 2.2rem;
    border-radius: 10px;
  }
}

.entryBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  padding: 0.5em 1em;
  background-color: #3bc673;
  color: #282828;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 600;
  border-radius: 50px;
  box-sizing: border-box;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .entryBtn {
    min-width: 300px;
    font-size: 2.2rem;
  }
}
.entryBtn i {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .entryBtn i {
    font-size: 1.8rem;
  }
}
.entryBtn--large {
  padding: 1.5em 1em;
  min-width: 600px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .entryBtn--large {
    padding: 1em 0.5em;
    width: 100%;
    min-width: initial;
  }
}
.entryBtn--large img {
  display: block;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .entryBtn--large img {
    width: 40px;
  }
}

.appBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  padding: 0.75em 0.75em;
  color: white;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #ffdb59, #ff954e);
  box-shadow: 5px 5px 0 #ff914d;
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .appBtn {
    width: 100%;
    max-width: 100%;
    font-size: 2.8rem;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .appBtn {
    width: 100%;
    max-width: 100%;
    font-size: 2.1rem;
    min-width: initial;
  }
}
.appBtn:hover {
  background-image: linear-gradient(90deg, #d21010, #d21010);
}

.appLargeBtn {
  padding: 1em 0.75em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f27200;
  color: white;
  font-size: 2.7rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  min-width: 700px;
}
@media screen and (max-width: 767px) {
  .appLargeBtn {
    padding: 1em 2em;
    font-size: 1.8rem;
    min-width: initial;
  }
}
.appLargeBtn:hover {
  background-color: #ee220c;
}

.Shiny {
  overflow: hidden;
}
.Shiny::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*!
component > parts
------------------------------
*/
.NotesList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .NotesList {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .NotesList--2 {
    align-items: flex-end;
  }
}
.NotesList--center {
  align-items: center;
}

.Notes {
  display: inline-flex;
  font-size: 1rem;
  position: relative;
  gap: 0 0.25em;
  color: #666;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 0.85rem !important;
    letter-spacing: -0.05em;
  }
}
.Notes--head {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .Notes--head {
    padding-left: 1.75em;
  }
}
.Notes--head::before {
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
}
.Notes--head--2 {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .Notes--head--2 {
    padding-left: 1em;
  }
}
.Notes--noMark::before {
  display: none;
}
.Notes--Cta {
  display: block;
  width: 560px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Notes--Cta {
    width: 120%;
    transform-origin: top 0;
    transform: scale(0.85);
  }
}

.listDisc li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style-type: disc;
  line-height: 1.7;
}
.listDisc li:last-child {
  margin-bottom: 0;
}

.listNum li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style-type: decimal;
  line-height: 1.7;
}
.listNum li:last-child {
  margin-bottom: 0;
}

blockquote {
  padding: 3.5%;
  background-color: #fbfbfb;
  border: 1px dashed #999;
  font-size: 1.4rem;
}

.triangle {
  background: var(--color-primary);
  height: 24px;
  width: 32px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .triangle {
    height: 18px;
    width: 24px;
  }
}

.line {
  display: block;
  height: 1px;
  width: 80%;
  border: none;
  border-top: 1px solid #282828;
}

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

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

.l-container {
  max-width: var(--width-content);
}

/*!
layout > header
------------------------------
*/
.Header {
  height: 80px;
  box-sizing: border-box;
  z-index: 30;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 65px;
  }
}
.Header__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Header__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Header__column {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Header__column {
    padding-right: 2.5%;
    justify-content: flex-end;
  }
}
.Header__logo {
  display: block;
  width: auto;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Header__logo {
    height: 25px;
    left: 10px;
  }
}
.Header__copy {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: #000274;
}
@media screen and (max-width: 767px) {
  .Header__copy {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}
.Header__mes {
  font-size: 2.4rem;
  color: white;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Header__mes {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

/*!
layout > footer
------------------------------
*/
.Footer {
  margin: auto auto 0;
  width: 100%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-color: #5e5e5e;
}
.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: 767px) {
  .FooterNav li {
    margin: 0 0.25em;
  }
}
.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: 100px) {
  .FooterNav li a {
    font-size: 1.2rem;
  }
}

.Copyright {
  font-family: "Inter", "Noto Sans JP", 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: 100px) {
  .smp-contact .RegBtn {
    font-size: 1.5rem;
  }
}

/*!
page > top
------------------------------
*/
#Wrapper {
  z-index: 10;
}
sup {
  font-size: 1.1rem;
  vertical-align: 1em;
}
@media screen and (max-width: 767px) {
  sup {
    display: inline-block;
    font-size: 1rem !important;
    vertical-align: 0.5em;
    transform: scale(0.85);
  }
}
sup.lt {
  font-size: 1.2rem !important;
  vertical-align: 0.5em;
}

.linkTxt {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
}

.Fv {
  overflow: hidden;
  position: relative;
}
.Fv .bg-1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  filter: grayscale(100%);
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .Fv .bg-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Fv__inner {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv__inner {
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.Fv__column {
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Fv__column {
    gap: 25px 0;
  }
}
.Fv__img {
  display: block;
  width: 80%;
  min-width: 80%;
  border: 1px solid #999;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Fv__img {
    width: 85%;
    min-width: initial;
  }
}
.Fv__img img {
  display: block;
  width: 100%;
}
.Fv .FvCopy__headCopy {
  display: inline-flex;
  min-width: 80%;
  padding-bottom: 0.35em;
  color: #000274;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__headCopy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__headCopy {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.Fv .FvCopy__headCopy::before {
  content: "";
  display: block;
  width: 25px;
  height: 1.5px;
  background-color: #000274;
  position: absolute;
  bottom: -9px;
  left: 35.5%;
  transform-origin: center;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__headCopy::before {
    width: 15px;
    bottom: -5px;
  }
}
.Fv .FvCopy__headCopy::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-image: linear-gradient(90deg, #000274 32.5%, transparent 32.5%, transparent 40%, #000274 40%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.Fv .FvCopy__mainCopy {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000274;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__mainCopy {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__mainCopy {
    font-size: 3.6rem;
  }
}
.Fv .FvCopy__subCopy {
  color: #000274;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Fv .FvCopy__subCopy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__subCopy {
    font-size: 1.7rem;
    letter-spacing: -0.025em;
  }
}
.Fv .FvCopy__subCopy .row-1 {
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000274;
  color: white;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__subCopy .row-1 {
    font-size: 2.1rem;
  }
}
.Fv .FvCopy__subCopy em {
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__subCopy em.u-btmMaker {
    font-size: 1.7rem;
  }
}
.Fv .FvCopy__target {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 2em;
  background-image: linear-gradient(90deg, #fff0c0, #fbc3df);
  border: 2px solid #ff968d;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .Fv .FvCopy__target {
    padding: 0.5em 1.5em;
    font-size: 1.7rem;
  }
}

.Cnt {
  position: relative;
}
.Cnt--bg1 {
  background-color: #000261;
}
.Cnt--bg2 {
  background-color: #ffedcf;
}
.Cnt--bg3 {
  background-color: #f27200;
}
.Cnt--bg4 {
  background-color: #edece5;
}
.Cnt--bg5 {
  background-color: #fcfbf2;
}
.Cnt .triangle {
  background: #edece5;
  height: 60px;
  width: 120px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -59.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .Cnt .triangle {
    width: 70px;
    height: 24px;
    bottom: -23.5px;
  }
}
.Cnt--2::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Cnt--2::after {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Cnt .bgImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: absolute;
  top: 0;
  left: 0;
}
.Cnt .Bg-1 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
}
.Cnt .Bg-2 {
  display: block;
  width: 130%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .Cnt .Bg-2 {
    width: auto;
    height: 100%;
    opacity: 0.4;
  }
}
.Cnt__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Cnt__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Cnt__inner {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .Cnt__inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Cnt__inner--bg {
  padding: 3.5%;
  background-color: white;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--bg {
    width: 90%;
    padding: 5%;
    border-radius: 15px;
  }
}
.Cnt__inner--nopd {
  padding: 0;
}
.Cnt__inner--wide {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--wide {
    max-width: 100%;
    padding: 0 5%;
  }
}
.Cnt__inner--full {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--full {
    padding: 0;
  }
}
.Cnt__inner--narrow {
  padding: 0 5%;
}

.Cta {
  background-image: linear-gradient(90deg, #f8f5f6, #d5d5d5);
  z-index: 35;
}
.Cta__inner {
  padding: 0 10%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Cta__inner {
    padding: 2.5% 5%;
  }
}
.Cta__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px 0;
}
@media screen and (max-width: 767px) {
  .Cta__column {
    flex-direction: column;
    gap: 15px 0;
  }
}
.Cta__hd {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #5e5e5e;
}
@media screen and (max-width: 767px) {
  .Cta__hd {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}
.Cta .Btn {
  min-width: 640px;
  padding: 1em 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #60d937;
  font-size: 2.8rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .Cta .Btn {
    display: flex;
    min-width: initial;
    padding: 0.75em 1.5em;
    min-width: initial;
    font-size: 1.8rem;
    border-radius: 10px;
    letter-spacing: -0.025em;
  }
}
.Cta__caption {
  max-width: 640px;
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .Cta__caption {
    width: 120%;
    font-size: 1rem;
    line-height: 1.3;
    transform: scale(0.8);
  }
}
.Cta__endMes {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ee220c;
}
@media screen and (max-width: 767px) {
  .Cta__endMes {
    font-size: 2rem;
  }
}

.MediaList__column {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 30px;
}
@media screen and (max-width: 767px) {
  .MediaList__column {
    gap: 15px 12px;
  }
}
.MediaList img {
  display: block;
  width: calc(33.3333333333% - 20px);
  height: 260px;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .MediaList img {
    height: 110px;
    width: calc(33.3333333333% - 8px);
  }
}

.i-2 {
  border: 2px solid #282828;
  box-sizing: border-box;
}

.Target__label {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Target__label {
    width: 80%;
  }
}
.Target__column {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .Target__column {
    gap: 20px 10px;
  }
}
.Target-Detail {
  width: calc(33.3333333333% - 20px);
  box-sizing: border-box;
  border-radius: 15px;
  background-color: white;
  border: 3px solid #feae00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Target-Detail {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    box-sizing: border-box;
  }
}
.Target-Detail .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #feae00;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: 600;
  color: white;
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Target-Detail .num {
    transform: translateX(-50%) scale(0.8);
  }
}
.Target-Detail__inner {
  padding: 5%;
  padding-top: 10%;
}
@media screen and (max-width: 767px) {
  .Target-Detail__inner {
    padding-top: 15%;
  }
}
.Target-Detail__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Target-Detail__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Target-Detail__hd {
    min-height: initial;
    font-size: 1.5rem;
    line-height: 1, 2;
  }
}
.Target-Detail__img {
  display: block;
  width: 85%;
  height: 150px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .Target-Detail__img {
    height: 100px;
  }
}

.Bonus__label {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Bonus__label {
    width: 80%;
  }
}
.Bonus__column {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .Bonus__column {
    gap: 35px 10px;
  }
}
.Bonus-Detail {
  width: calc(33.3333333333% - 20px);
  box-sizing: border-box;
  border-radius: 15px;
  background-color: white;
  border: 3px solid #feae00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Bonus-Detail {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    box-sizing: border-box;
  }
}
.Bonus-Detail .num {
  padding: 0.5em 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #feae00;
  border-radius: 50px;
  font-weight: 600;
  color: white;
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Bonus-Detail .num {
    min-width: 90px;
    padding: 0.5em;
    font-size: 1.7rem;
    top: -17.5px;
  }
}
@media screen and (max-width: 767px) {
  .Bonus-Detail .num {
    min-width: 90px;
    padding: 0.5em;
    font-size: 1.5rem;
    top: -17.5px;
  }
}
.Bonus-Detail__inner {
  padding: 10% 5%;
}
@media screen and (max-width: 767px) {
  .Bonus-Detail__inner {
    padding: 15% 5%;
  }
}
.Bonus-Detail__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Bonus-Detail__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Bonus-Detail__hd {
    min-height: 60px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.Bonus-Detail__img {
  display: block;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .Bonus-Detail__img {
    height: 120px;
  }
}

.SeminarImg {
  border: 5px solid #feae00;
}

.Materials img {
  border: 7px solid #e4e4e4;
}

.daihyoName {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .daihyoName {
    font-size: 2.2rem;
  }
}

.Jisseki {
  background-color: white;
  border-radius: 25px;
  border: 4px solid #feae00;
}
.Jisseki__inner {
  padding: 5%;
}
.Jisseki__hd {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Jisseki__hd {
    font-size: 2.2rem;
  }
}

.cntBox {
  position: relative;
}
.cntBox--border {
  border: 3px solid #fcefff;
  border-radius: 25px;
}
.cntBox--bg {
  background-color: #fffdee;
  border-radius: 25px;
}
.cntBox--bg2 {
  background-color: #ffedd1;
  border-radius: 25px;
}
.cntBox--bg3 {
  background-color: white;
  border-radius: 25px;
}
.cntBox--bg4 {
  background-color: #fcfbf2;
  border-radius: 25px;
}
.cntBox__inner {
  padding: 7.5%;
}
@media screen and (max-width: 767px) {
  .cntBox__inner--smpnoPd {
    padding: 7.5% 0;
  }
}

.customList__inner {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .customList__inner {
    padding: 0 5%;
  }
}
.customList__column {
  display: flex;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .customList__column {
    gap: 0 0.5em;
  }
}

.customDetail {
  width: 33.3333333333%;
  position: relative;
}
.customDetail__inner {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
}
.customDetail__column {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.customDetail__result {
  font-size: 2.1rem;
  font-weight: 800;
  color: #feae00;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .customDetail__result {
    font-size: 1.3rem;
  }
}
.customDetail__result em {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .customDetail__result em {
    font-size: 2.6rem;
  }
}
.customDetail__result .shadow {
  text-shadow: 2px 2px 0 #fff05b;
}
.customDetail sup {
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .customDetail sup {
    font-size: 1rem !important;
    margin-top: 1.5em;
  }
}

.customCntWrap__column {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media screen and (max-width: 767px) {
  .customCntWrap__column {
    gap: 50px 0;
  }
}

.customCnt__head {
  padding: 0.5em 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #feae00;
  color: white;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .customCnt__head {
    padding: 0.5em 1em;
    font-size: 2rem;
    top: -15px;
  }
}
.customCnt__head--2 {
  background-color: #ff42aa;
}
@media screen and (max-width: 767px) {
  .customCnt__head--2--small {
    font-size: 1.5rem;
  }
}
.customCnt__label {
  font-size: 3.2rem;
  font-weight: 800;
  position: relative;
  color: #f27200;
}
@media screen and (max-width: 767px) {
  .customCnt__label {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.customCnt__label--2 {
  color: #ff42aa;
}
.customCnt__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/2.5;
}

.featureList__column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .featureList__column {
    gap: 10px 10px;
  }
}

.featureDetail {
  width: calc(50% - 25px);
  position: relative;
  background-color: #feae00;
  border-radius: 20px;
  color: white;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  .featureDetail {
    width: calc(50% - 5px);
    min-height: initial;
    border-radius: 15px;
  }
}
.featureDetail__inner {
  padding: 5%;
}
@media screen and (max-width: 767px) {
  .featureDetail__inner {
    padding: 7.5%;
    font-size: 1.8rem;
  }
}
.featureDetail__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.featureDetail__num {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .featureDetail__num {
    font-size: 2.4rem;
  }
}
.featureDetail__label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  min-height: 70px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .featureDetail__label {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.Sv {
  position: relative;
}
.Sv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.Sv__inner {
  padding: 5%;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Sv__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Sv__inner--2 {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .Sv__inner--2 {
    padding: 5% !important;
  }
}
.Sv__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Sv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.Sv__head {
  padding: 0.5em 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ff42aa;
  color: white;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Sv__head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .Sv__head--2 {
    padding: 0.5em 1em;
    font-size: 1.7rem;
    letter-spacing: -0.05em;
  }
}
.Sv__mainCopy {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  letter-spacing: 0.025em;
  text-shadow: -1px -1px 0 #ff42aa, 1px -1px 0 #ff42aa, -1px 1px 0 #ff42aa, 1px 1px 0 #ff42aa;
}
@media screen and (max-width: 767px) {
  .Sv__mainCopy {
    font-size: 3.5rem;
  }
}
.Sv__mainCopy--2 {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .Sv__mainCopy--2 {
    font-size: 3.2rem;
  }
}
.Sv__mainCopy--2 small {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .Sv__mainCopy--2 small {
    font-size: 2rem;
  }
}
.Sv__logo {
  display: block;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .Sv__logo {
    width: 90px;
  }
}
.Sv__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .Sv__list {
    gap: 10px;
  }
}
.Sv__list li {
  padding: 0.75em 0;
  width: calc(50% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2.5px solid #ff42aa;
  box-sizing: border-box;
  border-radius: 10px;
  color: #ff42aa;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Sv__list li {
    padding: 0.5em 0;
    width: calc(50% - 5px);
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

.FlowDetail__column {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .FlowDetail__column {
    gap: 0 15px;
  }
}
.FlowDetail__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  width: 120px;
  aspect-ratio: 5/5;
  background-color: #feae00;
  border-radius: 50%;
  line-height: 1;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .FlowDetail__num {
    min-width: 70px;
    width: 70px;
    font-size: 1.1rem;
  }
}
.FlowDetail__num em {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .FlowDetail__num em {
    font-size: 2.7rem;
  }
}
.FlowDetail__block {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .FlowDetail__block {
    font-size: 1.6rem;
  }
}

.FaqList__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.FaqDetail__inner {
  background-color: white;
  border-radius: 25px;
  border: 2px solid #feae00;
  padding: 5%;
}
.FaqDetail__column {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.FaqDetail__question {
  padding-left: 60px;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FaqDetail__question {
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.FaqDetail__question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d5d5d5;
  color: white;
  font-size: 2.1rem;
  font-weight: 600;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .FaqDetail__question::before {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
.FaqDetail__answer {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .FaqDetail__answer {
    padding-left: 40px;
  }
}
.FaqDetail__answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  content: attr(data-head);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #feae00;
  color: white;
  border-radius: 50%;
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .FaqDetail__answer::before {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}

.NotesWrap-1 {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .NotesWrap-1 {
    width: auto;
    padding: 0 5%;
  }
}

.contactBtn {
  padding: 1em 2em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff42aa;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contactBtn {
    display: flex;
    padding: 1em 0.5em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contactBtn .email {
  display: inline-flex;
  align-items: center;
  gap: 0 0.25em;
}
.contactBtn .email i {
  position: relative;
  top: 0.15em;
}

#cta-section {
  opacity: 0;
  bottom: -50px;
}
#cta-section.show {
  opacity: 1;
  bottom: 0;
}

.bookList__column {
  display: flex;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .bookList__column {
    gap: 0 7.5px;
  }
}
.bookList figure {
  display: block;
  width: 20%;
}
.bookList figure img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .scheduleTxt {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}

.content_form {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content_form {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .content_form {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

form.myForm .required .my_column.my_left label:first-child:after,
form.myForm th.required label:first-child:after,
form.myForm span.required:after,
div.komoju_form .required .my_column.my_left label:first-child:after {
  border-radius: 2px;
  font-size: 12px;
}

form.myForm input[type=text],
form.myForm input[type=password] {
  padding: 1em;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  background-color: white !important;
  font-size: 1.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  form.myForm input[type=text],
  form.myForm input[type=password] {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .content_title .input_unit,
  .content_box .input_unit .my_left.my_column,
  .content_form .input_unit .my_left.my_column,
  .content_confirm .input_unit .my_left.my_column,
  .content_title .input_unit .my_heading.my_column,
  .content_box .input_unit .my_heading.my_column,
  .content_confirm .input_unit .my_heading.my_column,
  .content_form .input_unit .my_heading.my_column {
    padding: 0 !important;
  }
}

/*!
page > intro
------------------------------
*/
#Intro {
  background-image: linear-gradient(90deg, #cbfdda, #96bcfd);
  overflow: hidden;
}
#Intro .Intro__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px 0;
}
@media screen and (max-width: 767px) {
  #Intro .Intro__column {
    gap: 25px 0;
  }
}
#Intro .IntFv {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv {
    max-width: 90%;
    border-radius: 10px;
  }
}
#Intro .IntFv__inner {
  padding: 7.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv__inner {
    padding: 10% 5%;
  }
}
#Intro .IntFv .thanksMes {
  font-size: 3.5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .thanksMes {
    font-size: 2.1rem;
  }
}
#Intro .IntFv .mainCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Intro .IntFv .mainCopy h1 {
  display: block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .mainCopy h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
#Intro .IntFv .mainCopy h1.Ptn-1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .mainCopy h1.Ptn-1 {
    font-size: 1.8rem;
  }
}
#Intro .IntFv .mainCopy .btmCopy {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .mainCopy .btmCopy {
    font-size: 2rem;
  }
}
#Intro .IntFv__video {
  overflow: hidden;
}
#Intro .IntFv__video .smallTxt {
  font-size: 1.3rem;
}
#Intro .IntFv__video__wrap {
  padding: 57.5% 0 0 !important;
}
#Intro .IntFv__video__wrap iframe {
  display: block;
  width: 100% !important;
  aspect-ratio: 16/9;
}
#Intro .IntFv .VideoLearn__ttl {
  padding: 0.35em 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #244f62;
  color: white;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .VideoLearn__ttl {
    font-size: 2.2rem;
  }
}
#Intro .IntFv .VideoLearn ul li {
  margin-bottom: 0.5em;
  border: 1px solid #545454;
  padding: 0.5em;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .VideoLearn ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#Intro .IntFv .VideoLearn ul li:last-child {
  margin-bottom: 0;
}
#Intro .IntFv .Profile {
  color: #244f62;
}
#Intro .IntFv .Profile__ttl {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .Profile__ttl {
    font-size: 2.3rem;
  }
}
#Intro .IntFv .Profile__ttl + p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .Profile__ttl + p {
    font-size: 1.7rem;
  }
}
#Intro .IntFv .Profile__img {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .Profile__img {
    width: 70%;
  }
}
#Intro .IntFv .Profile__img img {
  display: block;
  width: 100%;
}
#Intro .IntFv .Profile__block {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv .Profile__block {
    padding: 0 3.5%;
    font-size: 1.4rem;
  }
}
#Intro .IntFv__btmMes {
  display: inline-flex;
  padding: 0.5em;
  border: 1px solid #ee220c;
  color: #ee220c;
}
@media screen and (max-width: 767px) {
  #Intro .IntFv__btmMes {
    line-height: 1.3;
  }
}

[hidden] {
  display: none !important;
}

.vimeoWrap {
  position: relative;
  padding: 56.25% 0 0 0;
  background: #000;
}

.vimeoWrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vimeoOverlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  border: 0;
  color: #fff;
  font: 600 18px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: grid;
  place-items: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .vimeoOverlay {
    font-size: 1.2rem;
  }
}
.vimeoOverlay .clickTIps {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1.5px solid white;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  padding: 1.5em;
  gap: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .vimeoOverlay .clickTIps {
    border-width: 1px;
    padding: 1em;
  }
}
.vimeoOverlay .clickTIps i {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .vimeoOverlay .clickTIps i {
    font-size: 2.4rem;
  }
}

.centerBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: opacity 0.25s ease, background 0.2s ease;
}
@media screen and (max-width: 767px) {
  .centerBtn {
    width: 50px;
    font-size: 1.5rem;
  }
}

.centerBtn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.vimeoControls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  padding: 8px 10px;
  border-radius: 10px;
  transition: opacity 0.25s ease;
}

.ctrlBtn {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.ctrlSlider {
  width: 120px;
  accent-color: #fff;
}

.ctrlLabel {
  color: #fff;
  font-size: 12px;
  min-width: 36px;
  text-align: right;
}

/* フェード用（PCのみ有効。スマホは下の@mediaで無効化） */
.ui-faded {
  opacity: 0;
  pointer-events: none;
}

/* モバイル調整 */
@media (hover: none) and (pointer: coarse) {
  .ctrlSlider {
    width: 100px;
  }
  /* スマホではフェード無効化（常に表示） */
  .ui-faded {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
/* 追加：スマホ用の手動トグルで使う非表示クラス */
.ui-hidden {
  opacity: 0;
  pointer-events: none;
}

/* 念のため：hidden属性の強制非表示を残す */
[hidden] {
  display: none !important;
}

/* 透明のタップ検知レイヤー（スマホ用） */
.tapCatcher {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  /* z-indexは iframe(デフォルト) より上、
     中央ボタン(9)・コントロール(11)より下にして邪魔しない */
  z-index: 8;
  cursor: pointer;
}

/* 既存のz-indexを明示しておくと安全 */
.vimeoOverlay {
  z-index: 13;
} /* 初回クリック用 */
.centerBtn {
  z-index: 12;
} /* 中央 ▶/⏸ */
.vimeoControls {
  z-index: 11;
} /* 右下バー */

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