@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: #395772;
  --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: #d244b3 !important;
}

.dred {
  color: #9d2e2e;
}

.yellow {
  color: #fff77f;
}

.yellow2 {
  color: #ffe169;
}

.orange {
  color: #f27200;
}

.orange2 {
  color: #feae00;
}

.brown {
  color: #dccd77;
}

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

/*!
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, .appLargeBtn, .title-Lv3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap !important;
}

.f_notos {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.f_zen, .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
------------------------------
*/
.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.5rem;
  line-height: 1.7;
  background-color: white;
  position: relative;
  color: #545454;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.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-mt120 {
  margin-top: 120px !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-mr35 {
  margin-right: 35px !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: 50px 0 !important;
}

.u-ptb15 {
  padding: 15px 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-ptb100 {
  padding: 100px 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-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-pb100 {
  padding-bottom: 100px !important;
}

.u-pb150 {
  padding-bottom: 150px !important;
}

.u-pb200 {
  padding-bottom: 200px !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-ml0 {
    margin-left: 0px !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-mr25 {
    margin-right: 25px !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-ptb50 {
    padding: 50px 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-pt70 {
    padding-top: 70px !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-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-normal {
  font-weight: normal;
}

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

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

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

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

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

.u-underBorder {
  display: inline;
  border-bottom: 1px solid #545454;
}

.u-btmMaker {
  position: relative;
}
.u-btmMaker::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #fcc0e0, #b5c8f9);
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.u-imgBorder {
  box-sizing: border-box;
  border: 1px solid black;
}

.u-imgShadow {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.45);
}

/*!
component > title
------------------------------
*/
.title-Lv1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #f64fa9, #3468f0);
  color: white;
  padding: 0 0.5em;
  font-size: 2.3rem;
  font-weight: 800;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-Lv1 {
    min-width: 50%;
    padding: 0.35em 0.15em;
    font-size: 2rem;
  }
}
.title-Lv1--arrow::after {
  content: "";
  display: block;
  background-image: linear-gradient(90deg, #f64fa9, #3468f0);
  height: 20px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -19.5px;
  transform: translateX(-50%);
}
.title-Lv1--arrow--black::after {
  background-image: none;
  background-color: black;
}
.title-Lv1--inline {
  min-width: 340px;
  display: inline-flex;
  padding: 0.15em 0.5em;
  box-sizing: border-box;
}
.title-Lv1--black {
  min-width: 340px;
  padding: 0.15em 0.5em;
  display: inline-flex;
  background-image: none;
  background-color: black;
  text-shadow: none;
  box-sizing: border-box;
}
.title-Lv1--glay {
  min-width: 340px;
  padding: 0.15em 0.5em;
  display: inline-flex;
  background-image: none;
  background-color: #5c5c5c;
  text-shadow: none;
  box-sizing: border-box;
}
.title-Lv1--normal {
  background-image: none;
  color: #545454;
  text-shadow: none;
}
.title-Lv1 + .icon {
  display: block;
  width: 60px;
}

.title-Lv2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-Lv2 {
    font-size: 2.1rem;
  }
}
.title-Lv2--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .title-Lv2--small {
    font-size: 1.9rem;
  }
}

.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
------------------------------
*/
.entryBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  padding: 0.5em 1em;
  background-color: #60d937;
  color: #545454;
  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;
  }
}
.NotesList--2 {
  align-items: flex-start;
}

.Notes {
  display: inline-flex;
  font-size: 0.9rem;
  position: relative;
  gap: 0 0.25em;
  color: #666;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Notes {
    font-size: 0.75rem;
  }
}
.Notes--white {
  color: white;
}
.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;
}

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

/*!
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: 100px;
  box-sizing: border-box;
  z-index: 30;
  position: relative;
  background-color: #0b2446;
}
@media screen and (max-width: 767px) {
  .Header {
    height: 60px;
  }
}
.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: 55px;
  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__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: 1rem;
  vertical-align: 0.5em;
}
@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;
  isolation: isolate;
  background-color: black;
}
.Fv::before {
  content: "";
  display: block;
  height: 65%;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  background-color: black;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  filter: blur(100px); /* 10px のぼかし */
  opacity: 0.25;
  display: none;
}
@media screen and (max-width: 767px) {
  .Fv::before {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Fv .bg-1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.35;
}
.Fv__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  .Fv__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Fv__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Fv__img {
    left: 3.5%;
  }
}
.Fv__img2 {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .Fv__img2 {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.Fv__img2 img {
  display: block;
  height: 70%;
  position: relative;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .Fv__img2 img {
    height: 75%;
    right: -5%;
  }
}
.Fv__img2 .caption {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 32.5%;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .Fv__img2 .caption {
    top: 27.5%;
    right: 3.5%;
    font-size: 0.8rem;
  }
}

.Cnt {
  overflow: hidden;
  position: relative;
}
.Cnt--bg1 {
  background-color: #fafafa;
}
.Cnt--bg2 {
  background-color: #fff9f9;
}
.Cnt--bg3 {
  background-color: #f27200;
}
.Cnt--visible {
  overflow: visible;
}
.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--2 {
  z-index: 16;
}
.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--border {
  border: 1px solid black;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--border {
    width: 90%;
  }
}
.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%;
}
.Cnt__inner--outline {
  position: relative;
}
.Cnt__inner--outline::before {
  content: "";
  display: block;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(90deg, #f951a8, #3168f0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--outline::before {
    width: calc(100% - 10px);
  }
}
.Cnt__inner--outline::after {
  content: "";
  display: block;
  width: calc(100% + 68px);
  height: calc(100% + 68px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Cnt__inner--outline::after {
    width: calc(100% - 12px);
  }
}
.Cnt__inner--outline2 {
  position: relative;
}
.Cnt__inner--outline2::before {
  content: "";
  display: block;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  z-index: 1;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .Cnt__inner--outline2::before {
    width: calc(100% - 20px);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
  }
}
.Cnt p.label {
  display: block;
  padding: 0.5em;
  background-color: white;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Cnt p.label {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}
.Cnt p.txtPtn1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Cnt p.txtPtn1 {
    font-size: 2.5rem;
  }
}
.Cnt p.teacherName {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .Cnt p.teacherName {
    font-size: 2.5rem;
  }
}
.Cnt p.teacherName small {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Cnt p.teacherName small {
    font-size: 1.5rem;
  }
}
.Cnt table th,
.Cnt table td {
  padding: 0.5em;
  border: 1px solid #999;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .Cnt table th,
  .Cnt table td {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.Cnt table th {
  background-color: #f2f2f2;
  font-weight: 600;
}
.Cnt table th.head {
  background-color: var(--color-primary);
  color: white;
}
.Cnt ullistDisc li {
  list-style-type: disc;
  margin-left: 1em;
}
.Cnt ul.listSq li {
  display: flex;
  position: relative;
  gap: 0 0.5em;
}
.Cnt ul.listSq li::before {
  content: "";
  display: block;
  margin-top: 0.75em;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-color: #545454;
}
.Cnt figure {
  display: block;
}
.Cnt figure.full {
  width: 100%;
}
.Cnt figure img {
  display: block;
  width: 100%;
}
.Cnt .txtBox--white {
  color: white;
}
.Cnt .txtBox__inner {
  padding: 0 7.5%;
}
@media screen and (max-width: 767px) {
  .Cnt .txtBox__inner {
    padding: 0;
  }
}
.Cnt .ribbon {
  position: relative;
}
.Cnt .ribbon img {
  display: block;
  width: 100%;
}
.Cnt .ribbon__title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .Cnt .ribbon__title {
    font-size: 2.2rem;
  }
}
.Cnt .ribbon__ov {
  mix-blend-mode: multiply;
}
.Cnt .labelCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .Cnt .labelCard {
    justify-content: center;
    gap: 0.75em;
  }
}
.Cnt .labelCard li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 3em;
  background-color: #60d937;
  border-radius: 50px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Cnt .labelCard li {
    padding: 0.5em 1.5em;
    line-height: 1.5;
  }
}
.Cnt .labelCard--orange {
  justify-content: flex-start;
}
.Cnt .labelCard--orange li {
  background-color: #f27200;
  padding: 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .Cnt .labelCard--orange li {
    padding: 0.5em 1.5em;
  }
}

.Cta {
  background-color: black;
  z-index: 35;
  position: relative;
  overflow: hidden;
}
.Cta .bg-1 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: blur(7px);
}
.Cta__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .Cta__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .Cta__inner {
    padding: 2.5% 5%;
  }
}
.Cta__column {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Cta__column {
    flex-direction: column;
    gap: 25px 0;
  }
}
.Cta .BtnWrap {
  position: relative;
  width: 100%;
}
.Cta .BtnWrap .balloon {
  display: block;
  width: 60px;
  position: absolute;
  top: -1em;
  left: 2em;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .Cta .BtnWrap .balloon {
    left: 0;
    transform-origin: 0 0;
    transform: scale(0.75);
  }
}
.Cta .BtnWrap .balloon img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.Cta .BtnWrap .balloon .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  z-index: 15;
  transform: rotate(-15deg);
}
.Cta .Btn {
  padding: 0.5em 1.5em;
  padding-right: 2em;
  background-image: linear-gradient(90deg, #f64fa9, #3468f0);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 15px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  position: relative;
  min-width: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Cta .Btn {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    display: flex;
    min-width: initial;
    padding: 0.5em 0;
    min-width: initial;
    font-size: 2.1rem;
    border-radius: 10px;
    letter-spacing: -0.025em;
  }
}
.Cta .Btn::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(90deg, #b1b1b1, white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .Cta .Btn::before {
    border-radius: 10px;
  }
}
.Cta .Btn em {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .Cta .Btn em {
    font-size: 3rem;
  }
}
.Cta .Btn .arrow {
  display: block;
  width: 25px;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Cta .Btn .arrow {
    width: 18px;
  }
}
.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);
  }
}

.CtaInput {
  position: relative;
}
.CtaInput__inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content);
  position: relative;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .CtaInput__inner {
    max-width: 100%;
    padding: 0 3.5%;
  }
}
.CtaInput__column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CtaInput__headCopy {
  display: inline-block;
  justify-content: center;
  padding: 0.15em 1em;
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CtaInput__headCopy {
    padding: 0.15em 0.75em;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    line-height: 1;
  }
}
.CtaInput__headCopy::before, .CtaInput__headCopy::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 100%;
  background-color: white;
  position: absolute;
}
.CtaInput__headCopy::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-25deg);
}
.CtaInput__headCopy::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(25deg);
}
.CtaInput__primaryCopy {
  color: white;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CtaInput__primaryCopy {
    font-size: 2.8rem;
  }
}
.CtaInput .privacyTxt {
  display: block;
  color: white;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .CtaInput .privacyTxt {
    width: 110%;
    font-size: 1rem;
    transform: scale(0.85);
    position: relative;
    left: -15px;
    line-height: 1.5;
  }
}

.cntBox {
  background-color: white;
  position: relative;
}
.cntBox--border {
  border: 3px solid #fcefff;
  border-radius: 25px;
}
.cntBox--bg {
  background-color: #f1f7fb;
  border-radius: 25px;
}
.cntBox--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #f1f7fb;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 200px 200px;
}
.cntBox--bg2 {
  background-color: #fcefff;
  border-radius: 25px;
}
.cntBox--bg3 {
  background-color: white;
  border-radius: 25px;
}
.cntBox__inner {
  padding: 7.5%;
}
@media screen and (max-width: 767px) {
  .cntBox__inner {
    padding: 5%;
  }
}

/*!
page > upd
------------------------------
*/
.outlineBox {
  position: relative;
}
.outlineBox::before, .outlineBox:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.outlineBox::before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.outlineBox::after {
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

.outlineInner {
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.LeadPrimary {
  display: block;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .LeadPrimary {
    font-size: 1.65rem;
  }
}
.LeadPrimary::after {
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  background: url(../img/line-arrow.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.LeadSecondary {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .LeadSecondary {
    font-size: 1.2rem;
    gap: 0 0.25em;
  }
}
.LeadSecondary .head {
  padding: 0 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #526ffe, #fd66c5);
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeadSecondary .head {
    padding: 0.25em 0.35em;
    font-size: 1.3rem;
  }
}

.icon {
  display: block;
  width: 60px !important;
}
@media screen and (max-width: 767px) {
  .icon {
    width: 45px !important;
  }
}
.icon img {
  display: block;
  width: 100%;
}

.labelImg {
  position: relative;
}
.labelImg img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .labelImg img {
    object-fit: cover;
    aspect-ratio: 5/2.5;
  }
}
.labelImg__inner {
  height: 100%;
  padding: 0 20%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .labelImg__inner {
    padding: 0 10%;
  }
}
.labelImg__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em 0;
}
.labelImg .label {
  padding: 0 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #f64fa9, #3468f0);
  color: white;
  font-size: 2rem;
  font-weight: 800;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .labelImg .label {
    font-size: 1.7rem;
  }
}
.labelImg .label--row2 {
  left: 2em;
}

.labelPtn2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .labelPtn2 {
    font-size: 1.8rem;
  }
}
.labelPtn2 em {
  font-size: 6rem;
  font-weight: 800;
  color: #d244b3;
}
@media screen and (max-width: 767px) {
  .labelPtn2 em {
    font-size: 4.5rem;
  }
}
.labelPtn2 em small {
  font-size: 4rem;
  color: #545454;
}
@media screen and (max-width: 767px) {
  .labelPtn2 em small {
    font-size: 3rem;
  }
}

.VoiceList__column {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.VoiceList .Voice__column {
  display: flex;
  align-items: flex-start;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .VoiceList .Voice__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.VoiceList .Voice__img {
  display: block;
  width: 45%;
  min-width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .VoiceList .Voice__img {
    min-width: initial;
    width: 60%;
  }
}
.VoiceList .Voice__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4.5;
}
.VoiceList .Voice__img .caption {
  display: block;
  font-size: 0.9rem;
}

.profileHead__column {
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 767px) {
  .profileHead__column {
    flex-direction: column;
    align-items: center;
    gap: 25px 0;
  }
}
.profileHead__img {
  display: block;
  width: 180px;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .profileHead__img {
    width: 150px;
    min-width: 150px;
  }
}
.profileHead__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/7.5;
}
.profileHead__block {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .profileHead__block {
    font-size: 1.7rem;
  }
}
.profileHead .profileName {
  font-size: 3.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .profileHead .profileName {
    font-size: 2.8rem;
  }
}

.scheduleList {
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .scheduleList {
    font-size: 2rem;
  }
}

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

.flowDetail {
  position: relative;
  background-color: white;
  z-index: 1;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.35));
}
.flowDetail:nth-last-of-type(1)::after {
  display: none !important;
}
.flowDetail::after {
  content: "";
  display: block;
  background-color: white;
  height: 30px;
  width: 70px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -29.5px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flowDetail::after {
    height: 20px;
    width: 50px;
    bottom: -19.5px;
  }
}
.flowDetail .balloon {
  width: 120px;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .flowDetail .balloon {
    right: -40px;
    transform-origin: center;
    transform: scale(0.5);
  }
}
.flowDetail .balloon__img {
  display: block;
  width: 100%;
}
.flowDetail .balloon .label {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  font-size: 3.6rem;
  font-weight: 800;
}
.flowDetail__inner {
  padding: 7.5%;
}
.flowDetail__img {
  display: block;
  width: 45%;
  max-height: 150px;
  object-fit: contain;
  object-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .flowDetail__img {
    max-height: 80px;
  }
}
.flowDetail__img--2, .flowDetail__img--3, .flowDetail__img--4 {
  right: 15px;
}
.flowDetail__label {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  margin-top: -75px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flowDetail__label {
    font-size: 2.2rem;
    margin-top: -45px;
  }
}
.flowDetail__label em {
  font-size: 5rem;
  color: #d244b3;
}
@media screen and (max-width: 767px) {
  .flowDetail__label em {
    font-size: 2.7rem;
  }
}
.flowDetail__caption {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flowDetail__caption {
    font-size: 1.8rem;
  }
}

.faqIcon {
  display: block;
  width: 80px !important;
}
@media screen and (max-width: 767px) {
  .faqIcon {
    width: 90px;
  }
}

.faqList__column {
  display: flex;
  flex-direction: column;
  gap: 35px 0;
}

.faqDetail {
  background-color: white;
}
.faqDetail__inner {
  padding: 5%;
}
.faqDetail .qLabel {
  display: block;
  position: relative;
  padding-left: 2em;
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .faqDetail .qLabel {
    padding-left: 1.75em;
    font-size: 1.5rem;
  }
}
.faqDetail .qLabel::before {
  content: "Q,";
  position: absolute;
  top: -0.15em;
  left: 0;
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .faqDetail .qLabel::before {
    font-size: 2.2rem;
  }
}
.faqDetail .qLabel__line {
  padding-bottom: 0.35em;
  display: inline;
  position: relative;
}
.faqDetail .qLabel__line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #f64fa9, #3468f0);
  position: absolute;
  bottom: 0;
  left: 0;
}

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