@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset & Base
 * *********************************** */
/* Reset margin, padding, border */
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
  word-break: auto-phrase;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:visited {
  color: inherit;
}

/* Layout */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
}

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

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

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Typography */
html {
  font-size: 62.5%;
  line-height: 1.6;
  word-break: break-all;
  scroll-behavior: smooth;
}

body {
  color: #2d2d2e;
  font-family: "ヒラギノ角ゴシック", sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-display: fallback;
  position: relative;
}

a {
  color: #4858A4;
}
a:link {
  color: #4858A4;
}
a:visited {
  color: #4858A4;
}
a:hover {
  color: #4858A4;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #174B98;
}

/*color set*/
.d_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .d_pc {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .d_sp_tb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d_sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .d_sp {
    display: none;
  }
}

header {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.hd_wrap {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1em;
  max-width: 192rem;
  margin: auto;
  padding: 0 min(5.33vw, 4rem);
}
.hd_wrap h1 {
  padding-top: 2rem;
  width: min(54.93vw, 20.6rem);
}
.hd_wrap .link_store {
  display: inline-block;
  margin-right: 2rem;
  width: min(8.4vw, 3.3rem);
}
.hd_wrap .link_insta {
  display: inline-block;
  width: min(8.4vw, 3.3rem);
}
.hd_links {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hdline_cont {
  color: #4858A4;
  font-size: min(6.4vw, 2.4rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdline_cont {
    font-size: min(2.635vw, 3.6rem);
  }
}
.hdline_cont._icons {
  line-height: 1em;
  padding-top: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hdline_cont._icons {
    font-size: min(2vw, 2.8rem);
  }
}
.hdline_cont._icons:before {
  border-bottom: 2px solid #4858A4;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5rem;
  width: 20.6rem;
}

.txt_lead {
  font-weight: 600;
  padding-top: 3rem;
}

.ft_link {
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 4rem 0;
}
.ft_link a {
  color: #000;
  font-size: 1.4rem;
  margin: 0 1rem;
  position: relative;
  text-decoration: none;
}
.ft_link a:after {
  border-bottom: 1px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
}
@media screen and (min-width: 980px) {
  .ft_link a:hover:after {
    opacity: 1;
    width: 100%;
  }
}
.ft_inner {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 4rem 0 4.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bl_contTtl_wrapper {
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_contTtl_wrapper {
    margin-bottom: 5rem;
  }
}
.bl_contTtl_wrapper strong {
  display: inline-block;
  font-size: clamp(3.6rem, 9.23vw, 4rem);
  font-weight: 100;
  padding-left: 2rem;
  padding-right: 1rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .bl_contTtl_wrapper strong {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.bl_contTtl_wrapper:before {
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .bl_contTtl_wrapper:before {
    left: 32.5rem;
    top: calc(50% + 0.2rem);
    width: calc(100% - 32.5rem);
    height: 1px;
  }
}

.ly_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .ly_flx_tb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu_tab {
  border-bottom: 1rem solid #663392;
  position: relative;
  width: 100%;
}
.menu_tab:after {
  background: url(../img/btn_arrow.svg) no-repeat left top;
  bottom: -0.2rem;
  content: "";
  right: 2rem;
  width: 4.5rem;
  height: 2.5rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .menu_tab {
    display: none;
  }
}

.js-active .menu_tab:after {
  background: url(../img/btn_arrow_cl.svg) no-repeat left top;
  bottom: -0.2rem;
  content: "";
  right: 2rem;
  width: 4.5rem;
  height: 2.5rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .js-active .menu_tab {
    display: none;
  }
}
.js-active .menu_list li.btn_form {
  margin-right: 0;
}

.btn_form {
  background: #B48FD5;
  color: #fff !important;
  margin-right: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_form:hover {
  background: #8669a0;
}

.btn_university {
  background: #3b155d;
}

.btn_more {
  background: rgb(0, 3, 75);
  background: linear-gradient(76deg, rgb(0, 3, 75) 0%, rgb(21, 0, 139) 100%);
  display: inline-block;
  color: #fff !important;
  padding: 1.2rem;
  width: min(41vw, 16rem);
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.btn_more:hover {
  background: #3b155d;
}

.el_icon_link {
  background: url(../img/icon_link.svg) no-repeat right center/1.32rem;
  display: inline-block;
  padding-right: 1.8rem;
}

.el_txt__c {
  text-align: center;
}

.el_noborder {
  border: none !important;
}

.el_shadow {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
}

.el_cont__space {
  padding-bottom: clamp(10rem, 25.641vw, 7.8rem);
}

/*------------------------------------------------------------------
  layout style
------------------------------------------------------------------*/
/*パララックス*/
.ly_bg_fxd {
  background-image: url(../img/bg_ptn.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
@media (min-width: 769px) {
  .ly_bg_fxd {
    background-image: url(../img/bg_ptn.webp);
  }
}

.ly_bg_fxd:after {
  display: none;
}

.bg_lgry {
  background: #F4F4F4;
}

.bg_pblue {
  background: rgba(214, 228, 250, 0.2);
}

.ly_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_flx.__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_flx.__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ly_flx._bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .ly_flx__tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

._bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ly_inner {
  max-width: 87.6rem;
  margin: auto;
}
.ly_inner_w72 {
  margin: auto;
  max-width: 820px;
}
.ly_inner_w82 {
  margin: auto;
  max-width: 820px;
}
.ly_inner_w615 {
  margin: auto;
  max-width: 615px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.2px;
  margin: 0;
}

/*
20250217 new lp
*/
.mv {
  background: url(../img/ph_mv_sp.jpg) no-repeat center top/cover;
  position: fixed;
  left: 0;
  top: 6rem;
  height: 75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/ph_mv.jpg) no-repeat center top/cover;
    height: 71rem;
    width: 100%;
  }
}
.mv h2 {
  color: #fff;
  font-size: 2.6rem;
  left: auto;
  margin: auto;
  right: auto;
  position: absolute;
  text-align: center;
  top: calc(50% - 2em);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv h2 {
    font-size: 2.8rem;
    top: calc(50% - 1.4rem);
  }
}

.main_wrap {
  background: #fff;
  margin-top: 76rem;
  position: relative;
  padding: min(5.856vw, 8rem) 0;
}
@media screen and (min-width: 768px) {
  .main_wrap {
    margin-top: 81rem;
  }
}

.logo {
  margin: auto;
  padding: 4.5rem 0 10rem;
  width: 23rem;
}
@media screen and (min-width: 768px) {
  .logo {
    padding: 2rem 0 13rem;
  }
}

.about {
  max-width: 136.6rem;
  margin: auto;
  position: relative;
}
.about .hdline_main {
  padding: min(5.85vw, 8rem);
  text-align: center;
}
.about_img {
  height: 30rem;
  /*padding: 0 2rem;*/
}
@media screen and (min-width: 768px) {
  .about_img {
    height: 460px;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .about_img {
    width: 49.78%;
  }
}
.about_txt {
  letter-spacing: 0.12rem;
  line-height: 2.8rem;
  padding: 2rem;
}
@media screen and (min-width: 980px) {
  .about_txt {
    font-size: 1.8rem;
    line-height: 3.8rem;
    padding: 0 8rem 0 4rem;
    width: 50.22%;
  }
}
.about_txt p {
  margin-bottom: 1em;
}

.about_tag {
  background: #4858a4;
  font-size: 1.9rem;
  position: absolute;
  left: 0;
  top: -2rem;
  padding: 0.5rem 2rem;
  color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .about_tag {
    top: -3rem;
    font-size: 3.2rem;
  }
}

.sns_ttl {
  background: url(../img/icon_insta_blue.svg) no-repeat center top/4rem;
  line-height: 1em;
  margin-top: 3rem;
  padding-top: 6rem;
  position: relative;
}
.sns_ttl:before {
  border-bottom: 2px solid #4858A4;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5rem;
  width: 20.6rem;
}
.sns_inner {
  margin: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .sns_inner {
    margin: 5rem 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sns_items {
    width: 48.858%;
  }
}
.sns_form__txt {
  font-size: 1.4rem;
  margin: -3rem auto 2rem;
}
@media screen and (min-width: 768px) {
  .sns_form__txt {
    margin: -3rem auto 0;
  }
}

.icon_store {
  background: url(../img/icon_store.svg) no-repeat center top/4rem;
}

.icon_book {
  background: url(../img/icon_book.svg) no-repeat center top/4rem;
}

/*----------------------------------------------------------------------

SALES

----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sales_select {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sales_select__items {
    width: 48.858%;
  }
}
.sales_select__items.online {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sales_select__items.online {
    margin-bottom: 0;
  }
}
.sales_info {
  margin-top: 5rem;
  padding-top: 4rem;
  position: relative;
}
.sales_info:before {
  background: #fff;
  -webkit-box-shadow: -0.4rem -0.4rem 0.4rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: -0.4rem -0.4rem 0.4rem 0 rgba(0, 0, 0, 0.05);
  content: "";
  height: 4.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 4.6rem;
  position: absolute;
  top: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sales_info:before {
    left: auto;
    right: 18.6rem;
  }
}
.sales_info__wrap {
  background: url(../img/pct_sales.svg) no-repeat center min(80vw, 30rem)/min(86.66vw, 32.5rem) #fff;
  /*			background: #fff;*/
  -webkit-box-shadow: 0.2rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.2rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 4rem 2rem min(122.6vw, 45.6rem);
}
@media screen and (min-width: 768px) {
  .sales_info__wrap {
    background: url(../img/pct_sales.svg) no-repeat 14rem bottom/min(23.78vw, 32.5rem) #fff;
    border-radius: 1rem;
    padding: 5rem 14rem;
    padding-bottom: min(25.768vw, 35.2rem);
  }
}
.sales_info__wrap h3 {
  font-size: clamp(2.2rem, 5.86vw, 3.2rem);
  text-align: center;
}
.sales_info__over {
  overflow: auto;
}
.sales_info__tbl {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  min-width: 60rem;
}
@media screen and (min-width: 768px) {
  .sales_info__tbl {
    min-width: auto;
    margin-top: 3.1rem;
  }
}
.sales_info__item {
  border-right: 1px solid #000;
  text-align: center;
  width: 33.33%;
}
.sales_info__item dt {
  background: #F0F0F0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  padding: 1rem 0;
}
.sales_info__item:first-child dt {
  border-radius: 1rem 0 0 0;
}
.sales_info__item:last-child {
  border-right: none;
}
.sales_info__item:last-child dt {
  border-radius: 0 1rem 0 0;
}
.sales_info__item dd {
  border-top: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  padding: 1rem;
}
.sales_info__message {
  font-weight: 600;
  font-size: min(3.733vw, 1.4rem);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sales_info__message {
    letter-spacing: 0;
    margin: 0;
    left: auto;
    right: 8rem;
    bottom: 10rem;
    font-size: min(1.171vw, 1.6rem);
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .sales_info__message {
    font-size: 1.6rem;
  }
}

.price {
  padding: 0 2rem;
}
@media screen and (min-width: 980px) {
  .price {
    padding: 0;
  }
}
.price_about {
  background: #fff;
  border-radius: 1rem;
  font-weight: bold;
  margin: 3rem auto 5rem;
  max-width: 87.6rem;
  padding: 2rem 2rem min(38.9vw, 14.7rem);
  position: relative;
}
@media screen and (min-width: 980px) {
  .price_about {
    padding: 3rem;
  }
}
.price_about:after {
  background: url(../img/pct_price.svg) no-repeat left top/contain;
  bottom: 1.5rem;
  content: "";
  height: min(29.6vw, 11.1rem);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: min(51.68vw, 19.382rem);
}
@media screen and (min-width: 980px) {
  .price_about:after {
    right: 4rem;
    bottom: 5.5rem;
    margin: 0;
    left: auto;
    height: min(9.5vw, 13rem);
    width: min(16.6vw, 22.7rem);
  }
}
.price_about__ttl {
  color: #4858A4;
  font-size: 1.7rem;
  padding-top: 2rem;
}
.price_about__ttl:first-child {
  padding-top: 0;
}
.price_about p {
  padding-left: 1em;
}
.price_about a {
  color: #000;
}
.price_plan {
  margin: 6rem auto 0;
  max-width: 87.6rem;
}
@media screen and (min-width: 768px) {
  .price_plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.price_plan__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .price_plan__inner {
    width: 65.25%;
  }
}
.price_plan__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .price_plan__info {
    display: block;
    margin-top: 0;
    width: 32%;
  }
}
.price_plan__info:before {
  background: url(../img/icon_plus.svg) no-repeat center center;
  content: "";
  height: 2.4rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 1.1rem);
  width: 2.2rem;
}
.price_plan__list {
  background: #000;
  border-radius: 1rem;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .price_plan__list {
    padding: 1.5rem;
    width: 100%;
  }
}
.price_plan__list dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.price_plan__list dd {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .price_plan__list:first-child {
    margin-bottom: 6rem;
  }
}
.price_plan__items {
  border: 2px solid #000;
  border-radius: 1rem;
  background: #fff;
  padding-bottom: 1rem;
  text-align: center;
  width: 30%;
}
.price_plan__items_ttl {
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.2rem 0;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .price_plan__items_ttl {
    font-size: 1.8rem;
  }
}
.price_plan__items_txt {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .price_plan__items_txt {
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding: 1.8rem 1rem;
  }
}
.price_plan__items_price {
  color: #4858a4;
}
.price_plan__items_price span {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 768px) {
  .price_plan__items_price span {
    font-size: 1.6rem;
  }
}
.price_plan__items_price strong {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .price_plan__items_price strong {
    font-size: 3.2rem;
  }
}

.bl_form {
  text-align: center;
}
.bl_form p {
  font-weight: 600;
}

/* parts */
.cont_wrap {
  padding: min(5.856vw, 8rem) 0;
}
.cont_ttlWrap {
  padding: 0 2rem;
  margin-bottom: 4rem;
  /*margin-bottom: min(4.39vw,6rem);*/
}
@media screen and (min-width: 768px) {
  .cont_ttlWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: min(4.39vw, 6rem);
  }
}
.cont_ttlWrap strong {
  font-size: min(18.66vw, 7rem);
  display: inline-block;
  border-right: 2px solid #000;
  line-height: 1em;
  margin-bottom: 2rem;
  padding: 2rem 2.5rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .cont_ttlWrap strong {
    display: block;
    font-size: min(7.174vw, 9.8rem);
    margin-bottom: auto;
    padding-right: min(2.928vw, 4rem);
    padding-top: 0.8rem;
    width: min(13.61vw, 18.6rem);
  }
}
.cont_ttlTxt {
  /*width: 80%;
  padding-left: 2rem;*/
}
@media screen and (min-width: 768px) {
  .cont_ttlTxt {
    padding-left: 2rem;
    width: min(52.56vw, 71.8rem);
  }
}
.cont_ttlTxt h2 {
  color: #4858A4;
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cont_ttlTxt h2 {
    font-size: min(2.635vw, 3.6rem);
    line-height: 1em;
  }
}
.cont_img {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .cont_img {
    padding: 0;
    width: 31.25%;
  }
}
.cont_main {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .cont_main {
    padding: 0;
    width: 62.5%;
  }
}

.lp_entry__sns {
  margin: 2rem;
}
@media screen and (min-width: 768px) {
  .lp_entry__sns {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 55.4rem;
  }
}
.lp_entry__sns_box {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lp_entry__sns_box {
    width: 51%;
  }
}
.lp_entry__sns_box input {
  width: 100%;
  padding: 1.7rem;
  border: 0;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.16) inset;
}
@media screen and (min-width: 768px) {
  .lp_entry__sns_box input {
    border-radius: 1rem 0 0 1rem;
  }
}
.lp_entry__sns_btn {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lp_entry__sns_btn {
    width: 49%;
  }
}
.lp_entry__sns_btn span {
  display: block;
  width: 100%;
}
.lp_entry__sns_btn input {
  border-radius: 0 0 1rem 1rem;
  width: 100%;
  padding: 1.7rem 0;
  border: 0;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lp_entry__sns_btn input {
    border-radius: 0 1rem 1rem 0;
  }
}

/* Simple Parallax Vanilla JS ベース設定 */
.js-parallax-elm-box {
  overflow: hidden;
}

.js-parallax-elm-box img {
  display: block;
}

img {
  height: auto;
  width: 100%;
}

.test-area01-box {
  position: relative;
  width: 300px;
  margin: 0 0 200px 20vw;
}

.test-area01 {
  height: 400px;
  border-radius: 99em;
}

.test-area02 {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 150px;
  height: 200px;
  border-radius: 99em;
}

.test-area02-box {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 10vw 200px auto;
}

.test-area03 {
  height: 400px;
}

.test-area04 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 150px;
  height: 200px;
}

.js_area_mv {
  height: 90vh;
}
@media screen and (min-width: 768px) {
  .js_area_mv {
    height: clamp(40rem, 51.9765vw, 71rem);
  }
}