/* ==========================================================================
	root
========================================================================== */
:root {
  --base-pc-width:1500;
  --base-sp-width:400;
  --vwPC: calc(100vw / 1500);
  --vwSP: calc(100vw / 400);
  --easeInQuad:cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad:cubic-bezier(0.23, 1, 0.32, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeOutCubic:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
  --theme-color:#f55b96;
  --base-text-color:#333;
  --base-color-blue:#4bc3e5;
  --base-color-blue02:#00aae2;
  --base-color-green:#2bb063;
  --base-color-perple:#6367b0;
  --base-color-orange:#fb9b00;
  --base-color-yellow:#ffcf19;
  --base-color-beige:#f5f4ef;
  --base-color-gray:#a4a4a4;
  --base-color-gray02:#aeaaaf;
  --base-color-gray03:#b3b3b3;
  --base-color-gray04:#848484;
  --base-color-gray05:#c4c4c4;
  --base-color-gray06:#7e7e7e;
  --base-color-gray07:#666;
  --base-color-gray08:#bebebe;
  --base-color-gray09:#dfdfdf;
  --base-color-gray10:#676767;
  --base-color-tv:#22f2f2;
  --base-border-color:#cdc4c5;
  --base-border-color02:#d3d3d3;
  --base-border-color03:#a1a1a1;
  --base-border-color04:#bbb;
  --base-border-color05:#999;
  --hanten:scale(-1, -1);
  --hantenX:scale(-1, 1);
  --hantenY:scaleY(-1);
  --transition-scale:transform 0.8s var(--easeOutCubic); }

@media screen and (min-width: 801px) {
  :root {
    --vwPC: calc(100vw / 1500);
    --fz8: max(.8rem, 8px);
    --fz9: max(.9rem, 9px);
    --fz10: max(1rem, 9px);
    --fz11: max(1.1rem, 10px);
    --fz12: max(1.2rem, 11px);
    --fz13: max(1.3rem, 12px);
    --fz14: max(1.4rem, 12px);
    --fz15: max(1.5rem, 13px);
    --fz16: max(1.6rem, 14px);
    --fz17: max(1.7rem, 15px);
    --fz18: max(1.8rem, 16px);
    --fz19: max(1.9rem, 17px);
    --fz20: max(2.0rem, 18px);
    --fz21: max(2.1rem, 18px);
    --fz22: max(2.2rem, 18px);
    --fz23: max(2.3rem, 20px);
    --fz24: max(2.4rem, 20px);
    --fz25: max(2.5rem, 21px);
    --fz26: max(2.6rem, 22px);
    --fz27: max(2.7rem, 23px);
    --fz28: max(2.8rem, 24px);
    --fz29: max(2.9rem, 25px);
    --fz30: max(3rem, 26px);
    --fz32: max(3.2rem, 28px);
    --fz33: max(3.3rem, 29px);
    --fz34: max(3.4rem, 30px);
    --fz35: max(3.5rem, 31px);
    --fz36: max(3.6rem, 32px);
    --fz37: max(3.7rem, 33px);
    --fz38: max(3.8rem, 34px);
    --fz39: max(3.9rem, 35px);
    --fz40: max(4rem, 36px);
    --fz41: max(4.1rem, 37px);
    --fz42: max(4.2rem, 38px);
    --fz44: max(4.4rem, 40px);
    --fz45: max(4.5rem, 41px);
    --fz46: max(4.6rem, 42px);
    --fz48: max(4.8rem, 44px);
    --fz50: max(5rem, 48px);
    --fz52: max(5.2rem, 48px);
    --fz54: max(5.4rem, 50px);
    --fz55: max(5.5rem, 51px);
    --fz56: max(5.6rem, 52px);
    --fz58: max(5.8rem, 54px);
    --fz59: max(5.9rem, 55px);
    --fz60: max(6rem, 56px);
    --fz64: max(6.4rem, 60px);
    --fz72: max(7.2rem, 68px);
    --fz78: max(7.8rem, 74px);
    --fz96: max(9.6rem, 90px); } }
@media screen and (max-width: 800px) {
  :root {
    --vwSP: calc(100vw / 400);
    --fz7: clamp(7px, calc(7 * var(--vwSP)), 9px);
    --fz8: clamp(8px, calc(8 * var(--vwSP)), 10px);
    --fz9: clamp(9px, calc(9 * var(--vwSP)), 11px);
    --fz10: clamp(10px, calc(10 * var(--vwSP)), 12px);
    --fz11: clamp(11px, calc(11 * var(--vwSP)), 13px);
    --fz12: clamp(12px, calc(12 * var(--vwSP)), 14px);
    --fz13: clamp(13px, calc(13 * var(--vwSP)), 14px);
    --fz14: clamp(14px, calc(14 * var(--vwSP)), 16px);
    --fz15: clamp(15px, calc(15 * var(--vwSP)), 17px);
    --fz16: clamp(16px, calc(16 * var(--vwSP)), 18px);
    --fz17: clamp(17px, calc(17 * var(--vwSP)), 19px);
    --fz18: clamp(18px, calc(18 * var(--vwSP)), 20px);
    --fz19: clamp(19px, calc(19 * var(--vwSP)), 21px);
    --fz20: clamp(20px, calc(20 * var(--vwSP)), 22px);
    --fz21: clamp(21px, calc(21 * var(--vwSP)), 23px);
    --fz22: clamp(22px, calc(22 * var(--vwSP)), 24px);
    --fz23: clamp(23px, calc(23 * var(--vwSP)), 25px);
    --fz24: clamp(24px, calc(24 * var(--vwSP)), 26px);
    --fz25: clamp(25px, calc(25 * var(--vwSP)), 27px);
    --fz26: clamp(26px, calc(26 * var(--vwSP)), 28px);
    --fz27: clamp(27px, calc(27 * var(--vwSP)), 29px);
    --fz28: clamp(28px, calc(28 * var(--vwSP)), 30px);
    --fz30: clamp(30px, calc(30 * var(--vwSP)), 32px);
    --fz31: clamp(31px, calc(31 * var(--vwSP)), 33px);
    --fz32: clamp(32px, calc(32 * var(--vwSP)), 35px);
    --fz33: clamp(33px, calc(33 * var(--vwSP)), 35px);
    --fz34: clamp(34px, calc(34 * var(--vwSP)), 37px);
    --fz35: clamp(35px, calc(35 * var(--vwSP)), 39px);
    --fz37: clamp(37px, calc(37 * var(--vwSP)), 41px);
    --fz36: clamp(36px, calc(36 * var(--vwSP)), 40px);
    --fz38: clamp(38px, calc(38 * var(--vwSP)), 42px);
    --fz40: clamp(40px, calc(40 * var(--vwSP)), 44px);
    --fz42: clamp(42px, calc(42 * var(--vwSP)), 46px);
    --fz44: clamp(44px, calc(44 * var(--vwSP)), 48px);
    --fz45: clamp(45px, calc(45 * var(--vwSP)), 49px);
    --fz47: clamp(47px, calc(47 * var(--vwSP)), 51px);
    --fz48: clamp(48px, calc(48 * var(--vwSP)), 52px);
    --fz49: clamp(49px, calc(49 * var(--vwSP)), 53px);
    --fz51: clamp(51px, calc(51 * var(--vwSP)), 56px);
    --fz56: clamp(56px, calc(56 * var(--vwSP)), 60px);
    --fz64: clamp(64px, calc(64 * var(--vwSP)), 68px); } }
body {
  background: var(--base-color-beige); }

/* ==========================================================================
	about-fv
========================================================================== */
.about-fv {
  position: relative;
  z-index: 5;
  padding-top: 40.5rem;
  padding-bottom: calc(22rem + 26px);
  color: #fff; }
  .about-fv:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(../img/common/h-fv_bg.webp) repeat-x 0 0;
    background-size: 2064px 26px;
    width: 100%;
    height: 26px;
    overflow: hidden;
    -webkit-animation: loop-fv_wave 100s linear infinite;
            animation: loop-fv_wave 100s linear infinite;
    z-index: 10; }
  .about-fv .inr {
    z-index: 10; }
  .about-fv .read_txt {
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 2.8rem; }
  .about-fv h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 3.5rem; }
    .about-fv h1 .svg {
      display: inline-block;
      width: 370px;
      margin-right: 2.3rem; }
      .about-fv h1 .svg > .cls-1 {
        fill: #fff; }
    .about-fv h1 span {
      font-size: 53px;
      font-weight: 700;
      color: #fff;
      letter-spacing: 0.03em; }
  .about-fv .fv-pan {
    margin-bottom: 15rem;
    color: var(--base-text-color); }
  .about-fv h2 {
    position: relative;
    display: table;
    font-size: var(--fz41);
    font-weight: 700;
    --lh:calc(68/41);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    font-weight: 700;
    margin-bottom: 25.5rem;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), transform 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint); }
    .about-fv h2::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .about-fv h2::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
    .about-fv h2 .illust {
      position: absolute;
      display: block;
      right: -176px;
      top: -60px;
      width: 215px;
      opacity: 0;
      -webkit-transform: translateY(50px) rotate(-8deg);
              transform: translateY(50px) rotate(-8deg);
      -webkit-transition: opacity 0.1s ease, -webkit-transform 0.4s var(--easePopUp);
      transition: opacity 0.1s ease, -webkit-transform 0.4s var(--easePopUp);
      transition: transform 0.4s var(--easePopUp), opacity 0.1s ease;
      transition: transform 0.4s var(--easePopUp), opacity 0.1s ease, -webkit-transform 0.4s var(--easePopUp);
      -webkit-transition-delay: .4s;
              transition-delay: .4s;
      z-index: 1; }
    .about-fv h2.move {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
      .about-fv h2.move .illust {
        -webkit-transform: translateY(0) rotate(-8deg);
                transform: translateY(0) rotate(-8deg);
        opacity: 1; }
  .about-fv .n_txt {
    font-size: 20px;
    line-height: calc(43/20);
    font-weight: 500;
    max-width: 700px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), transform 0.4s var(--easeOutQuint);
    transition: opacity 0.4s var(--easeOutQuint), transform 0.4s var(--easeOutQuint), -webkit-transform 0.4s var(--easeOutQuint); }
    .about-fv .n_txt.move {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .about-fv .bg-img {
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0; }
    .about-fv .bg-img:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      background: #000;
      opacity: .3; }

#h_fv h1 span:after {
  width: 43px;
  height: 19px;
  top: 8px;
  right: 2px;
  background: url(../img/service/fv-tit_icon.svg); }

@media screen and (max-width: 800px) {
  .about-fv {
    padding-top: 27.5rem;
    padding-bottom: calc(13rem + 15px); }
    .about-fv:after {
      background-size: 1191px 15px;
      height: 15px; }
    .about-fv .inr.-w1320 {
      width: 85%; }
    .about-fv .read_txt {
      font-size: 13px;
      margin-bottom: 1.8rem; }
    .about-fv h1 {
      margin-bottom: 2.2rem; }
      .about-fv h1 .svg {
        width: 225px;
        margin-right: 1rem; }
      .about-fv h1 span {
        font-size: 26px;
        color: #fff; }
    .about-fv .fv-pan {
      margin-bottom: 14rem; }
    .about-fv h2 {
      font-size: var(--fz22);
      --lh:calc(35/22);
      letter-spacing: -0.02em;
      margin-bottom: 15.5rem;
      white-space: nowrap; }
      .about-fv h2 .illust {
        right: auto;
        left: calc(50% + 50vw - 129px);
        top: -145px;
        width: 159px;
        -webkit-transform: translateX(50px);
                transform: translateX(50px); }
      .about-fv h2.move .illust {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .about-fv .n_txt {
      font-size: 15px;
      line-height: calc(30/15); } }
/* ==========================================================================
	goal
========================================================================== */
.goal {
  position: relative;
  width: 100%;
  padding-bottom: 8.5rem;
  z-index: 10;
  background: var(--base-color-beige); }
  .goal .-w1146 {
    position: relative;
    padding-top: 15rem;
    max-width: 1145px; }
  .goal h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.2rem; }
    .goal h2 .svg {
      display: inline-block;
      width: 193px;
      margin-right: .8rem; }
      .goal h2 .svg .cls-1 {
        fill: #333; }
    .goal h2 span {
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 0.04em; }
  .goal .illust_area {
    width: 51.8777292576%;
    position: absolute;
    right: -2.3144104803%;
    bottom: 0;
    z-index: 10;
    --W:1188;
    --H:1171;
    aspect-ratio: 1188/1171; }
    .goal .illust_area .circle_illust, .goal .illust_area .circle_text {
      display: block;
      position: absolute;
      width: calc((var(--area_W)/var(--W))*100%);
      top: calc((var(--area_T)/var(--H))*100%);
      left: calc((var(--area_L)/var(--W))*100%);
      z-index: 3;
      opacity: 0;
      -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
    .goal .illust_area .-illust01 {
      --area_W:434;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%);
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .goal .illust_area .-illust02 {
      --area_W:488;
      --area_T:284;
      left: auto;
      right: 0;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .goal .illust_area .-illust03 {
      --area_W:434;
      --area_T:722;
      --area_L:615;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .goal .illust_area .-illust04 {
      --area_W:434;
      top: auto;
      bottom: 0;
      --area_L:140;
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .goal .illust_area .-illust05 {
      --area_W:488;
      --area_T:284;
      left: 0;
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s;
      -webkit-transform: translate(50%, 0);
              transform: translate(50%, 0); }
    .goal .illust_area .circle_text {
      --area_W:383;
      --area_T:423;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s;
      -webkit-transform: scacle(0);
              transform: scacle(0); }
    .goal .illust_area.move .circle_illust {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .goal .illust_area.move .circle_text {
      opacity: 1;
      -webkit-transform: scacle(1);
              transform: scacle(1); }
  .goal h3 {
    font-size: var(--fz28);
    font-weight: 700;
    --lh:calc(50/28);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    letter-spacing: 0.02em;
    margin-top: 7.5rem;
    margin-bottom: 4.5rem; }
    .goal h3::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .goal h3::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .goal .n_txt {
    font-size: var(--fz18);
    --lh:calc(34/18);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 13rem; }
    .goal .n_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .goal .n_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .goal ul {
    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;
    margin-bottom: 5rem; }
    .goal ul li {
      width: 30.3846153846%; }
      .goal ul li .img {
        position: relative;
        margin-bottom: 2.7rem; }
        .goal ul li .img img {
          border-radius: 6rem; }
        .goal ul li .img:after {
          content: "";
          display: block;
          position: absolute;
          right: -2rem;
          top: -1.7rem;
          width: 7.4rem;
          aspect-ratio: 1/1;
          background: url(../img/about/goal-num01.svg);
          background-size: cover;
          z-index: 10;
          opacity: 0;
          -webkit-transform: scale(0.2) rotate(15deg);
                  transform: scale(0.2) rotate(15deg); }
      .goal ul li h4 {
        text-align: center;
        font-size: var(--fz21);
        --lh:calc(36/24);
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px;
        font-weight: 700;
        letter-spacing: -0.05em;
        margin-bottom: 2.5rem;
        color: var(--theme-color); }
        .goal ul li h4::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        .goal ul li h4::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }
      .goal ul li p {
        text-align: center;
        font-size: var(--fz15);
        --lh:calc(30/16);
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px;
        font-weight: 400; }
        .goal ul li p::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        .goal ul li p::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }
      .goal ul li:nth-child(2) .img:after {
        background-image: url(../img/about/goal-num02.svg);
        -webkit-animation-delay: .2s !Important;
                animation-delay: .2s !Important; }
      .goal ul li:nth-child(2) h4 {
        color: var(--base-color-orange); }
      .goal ul li:nth-child(3) .img:after {
        background-image: url(../img/about/goal-num03.svg);
        -webkit-animation-delay: .4s !Important;
                animation-delay: .4s !Important; }
      .goal ul li:nth-child(3) h4 {
        color: var(--base-color-perple); }
    .goal ul.move li .img:after {
      -webkit-animation: popIn 0.6s ease-out forwards;
              animation: popIn 0.6s ease-out forwards; }
  .goal .bg_txt {
    display: block;
    padding: 1.7rem 0;
    width: 700px;
    margin: 0 auto;
    font-size: var(--fz16);
    line-height: calc(27/16);
    text-align: center;
    background: #fff;
    border-radius: 48px;
    font-weight: 500; }

@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(15deg);
            transform: scale(0.6) rotate(15deg); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg); }
  80% {
    -webkit-transform: scale(0.95) rotate(2deg);
            transform: scale(0.95) rotate(2deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6) rotate(15deg);
            transform: scale(0.6) rotate(15deg); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg); }
  80% {
    -webkit-transform: scale(0.95) rotate(2deg);
            transform: scale(0.95) rotate(2deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }
@media screen and (max-width: 1050px) {
  .goal h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .goal .en-ruby_tit {
    display: block;
    text-align: center;
    margin-bottom: 5rem; }
  .goal .illust_area {
    position: relative;
    width: 400px;
    right: auto;
    bottom: auto;
    margin: 0 auto 5rem; }
  .goal h3 {
    display: block;
    text-align: center; }
  .goal .n_txt br.sp_off {
    display: none !Important; }
  .goal ul {
    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;
    margin-bottom: 5rem; }
    .goal ul li {
      width: 100%;
      margin-bottom: 4rem; } }
@media screen and (max-width: 800px) {
  .goal {
    padding-bottom: clamp(51px, 21.25vw, 108.8px); }
    .goal .-w1146 {
      padding-top: clamp(42px, 17.5vw, 89.6px); }
    .goal h2 {
      margin-bottom: 1.5rem; }
      .goal h2 .svg {
        width: 130px;
        margin-right: .5rem; }
      .goal h2 span {
        font-size: 24px; }
    .goal .illust_area {
      width: 100%;
      max-width: 500px; }
    .goal h3 {
      font-size: var(--fz18);
      --lh:calc(32/18);
      margin-top: 3rem;
      margin-bottom: 2rem;
      text-align: left;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .goal .n_txt {
      font-size: var(--fz14);
      --lh:calc(26/14);
      margin-bottom: 4.5rem;
      text-align: left;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .goal ul {
      margin-bottom: .5rem;
      max-width: 500px;
      margin: 0 auto; }
      .goal ul li .img {
        margin-bottom: 1.8rem; }
        .goal ul li .img img {
          border-radius: 3rem; }
        .goal ul li .img:after {
          right: -1.6rem;
          top: -1rem;
          width: 5rem; }
      .goal ul li h4 {
        font-size: var(--fz18);
        --lh:calc(27/18);
        margin-bottom: 1rem; }
        .goal ul li h4 span {
          font-size: var(--fz14); }
      .goal ul li p {
        font-size: var(--fz13);
        --lh:calc(24/13); }
    .goal .bg_txt {
      width: 100%;
      padding: 1.7rem 0;
      font-size: var(--fz13);
      line-height: calc(21/13);
      border-radius: 36px; } }
/* ==========================================================================
	need
========================================================================== */
.need {
  position: relative;
  background: var(--base-color-beige);
  padding-bottom: 14rem;
  z-index: 10; }
  .need .inr {
    padding-top: 19rem; }
  .need .texts {
    display: block;
    width: 73.8461538462%; }
  .need h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--fz36);
    font-weight: 700;
    margin-bottom: 2rem; }
    .need h2 .svg {
      display: inline-block;
      width: 193px;
      margin-right: .8rem; }
      .need h2 .svg .cls-1 {
        fill: #333; }
  .need .en-ruby_tit {
    display: block;
    width: 73.8461538462%;
    --W:1920;
    text-align: center;
    margin: 0 auto 7.5rem; }
  .need .ballon_area {
    position: relative;
    width: 93.5416666667%;
    max-width: 900px;
    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;
    margin: 0 auto 6.5rem; }
  .need .ballon {
    position: relative;
    width: 31.9042316258%;
    padding-top: 16%;
    aspect-ratio: 573 / 665;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .need .ballon:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-mask-image: url(../img/mog/balloon-mask.svg);
      mask-image: url(../img/mog/balloon-mask.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-size: cover;
      mask-size: cover;
      z-index: 2;
      background-color: #fff; }
    .need .ballon:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-mask-image: url(../img/mog/balloon-mask.svg);
      mask-image: url(../img/mog/balloon-mask.svg);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-size: cover;
      mask-size: cover;
      background: #000;
      opacity: .2;
      mix-blend-mode: multiply;
      z-index: 1;
      right: -12px;
      bottom: -12px; }
    .need .ballon .illust {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10; }
    .need .ballon.-gym .illust {
      width: 23.5602094241%;
      top: 2.5rem; }
    .need .ballon.-nem .illust {
      width: 34.2059336824%;
      top: 6.5rem; }
    .need .ballon.-demy .illust {
      width: 26.7015706806%;
      top: 3.5rem; }
    .need .ballon p {
      position: relative;
      text-align: center;
      font-size: var(--fz18);
      line-height: calc(28/17);
      font-weight: 700;
      z-index: 10; }
  .need h3 {
    text-align: center;
    font-size: var(--fz35);
    line-height: calc(57/35);
    font-weight: 700;
    margin-bottom: 4rem; }
    .need h3 .svg {
      display: inline-block;
      width: 207px;
      margin: 0 .5rem;
      -webkit-transform: translateY(4px);
              transform: translateY(4px); }
      .need h3 .svg .cls-1 {
        fill: var(--theme-color); }
  .need .c_txt {
    font-size: var(--fz18);
    --lh:calc(40/18);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 7.5rem; }
    .need .c_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .need .c_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .need .risk_area {
    width: 90%;
    margin: 0 auto 10rem; }
    .need .risk_area + h4 {
      width: 90%;
      font-size: var(--fz30);
      font-weight: 700;
      text-align: center;
      margin: 0 auto 5rem; }
  .need .n_txt {
    font-size: var(--fz18);
    --lh:calc(40/18);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    font-weight: 500;
    letter-spacing: 0.02em;
    width: 84.1145833333%;
    margin: 0 auto 7.5rem; }
    .need .n_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .need .n_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .need .graph-area {
    width: 84.1145833333%;
    padding: 8rem 3rem;
    margin: 0 auto 7rem;
    background: #fff;
    border-radius: 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .need .graph-area img {
      display: block;
      max-width: 550px;
      margin: 0 auto; }
    .need .graph-area.-activity img {
      max-width: 605px; }
    .need .graph-area.-support img {
      max-width: 626px; }
    .need .graph-area figcaption {
      display: block;
      max-width: 550px;
      font-size: var(--fz12);
      font-weight: 500;
      margin: 2rem auto 0; }
  .need h5 {
    width: 84.1145833333%;
    font-size: var(--fz22);
    font-weight: 600;
    text-align: center;
    color: var(--theme-color);
    margin: 0 auto 3rem; }
  .need .popup-youtube {
    position: relative;
    display: block;
    width: 84.1145833333%;
    margin: 0 auto 2rem;
    border-radius: 4rem;
    overflow: hidden; }
  .need .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 112px;
    width: clamp(90px, 7.4vw, 112px);
    --W:112;
    aspect-ratio: 1/1;
    border-radius: 50%; }
    .need .play-btn .c-wrap {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 5;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
      .need .play-btn .c-wrap:before {
        content: "";
        display: block;
        padding-top: 66.0714285714%; }
    .need .play-btn:after {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      top: 10px;
      background: rgba(0, 0, 0, 0.15);
      mix-blend-mode: multiply;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      z-index: 1; }
    .need .play-btn .p-arrow {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 35.7142857143%;
      width: 25%;
      z-index: 5; }
    .need .play-btn .en {
      position: relative;
      font-size: 14px;
      font-weight: 600;
      color: #333;
      z-index: 5; }
  @media screen and (min-width: 801px) {
    .need a:hover .play-btn .c-wrap {
      -webkit-transform: translate(10px, 10px);
              transform: translate(10px, 10px); }
    .need a:hover .play-btn .p-arrow {
      -webkit-animation: arrowSlidev2 3s ease-in-out infinite;
              animation: arrowSlidev2 3s ease-in-out infinite; } }
  .need .popup-btm_txt {
    position: relative;
    display: block;
    width: 84.1145833333%;
    margin: 0 auto 11.5rem;
    text-align: right;
    padding-right: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .need .popup-btm_txt a {
      display: inline-block; }
      .need .popup-btm_txt a .icon {
        display: inline-block;
        width: 40px;
        margin-right: 7px;
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
        .need .popup-btm_txt a .icon .cls-1 {
          fill: var(--base-color-gray10);
          -webkit-transition: fill .4s ease;
          transition: fill .4s ease; }
      .need .popup-btm_txt a span {
        font-size: 14px;
        font-weight: 600;
        color: var(--base-color-gray10);
        text-decoration: underline;
        -webkit-transition: color .4s ease;
        transition: color .4s ease; }
      @media screen and (min-width: 801px) {
        .need .popup-btm_txt a:hover span {
          color: #ff3330; }
        .need .popup-btm_txt a:hover .cls-1 {
          fill: #ff3330; } }
    .need .popup-btm_txt .illust {
      position: absolute;
      right: 40px;
      bottom: 0;
      width: 107px;
      bottom: -12px; }
  .need .comment {
    position: relative;
    padding: 6rem 5rem 8rem 8rem;
    background: #fff;
    border-radius: 6rem;
    box-sizng: border-box;
    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;
    z-index: 10; }
    .need .comment .illust {
      position: absolute;
      right: -3.1rem;
      top: -4rem;
      width: 249px;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
      -webkit-transition: opacity 0.1s ease, -webkit-transform 0.5s var(--easePopUp);
      transition: opacity 0.1s ease, -webkit-transform 0.5s var(--easePopUp);
      transition: transform 0.5s var(--easePopUp), opacity 0.1s ease;
      transition: transform 0.5s var(--easePopUp), opacity 0.1s ease, -webkit-transform 0.5s var(--easePopUp); }
    .need .comment.move .illust {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .need .comment .comment-tit_area {
      width: 11rem;
      padding-top: 15rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .need .comment .comment-tit_area .en {
        font-size: var(--fz36);
        font-weight: 500;
        line-height: calc(38/36); }
      .need .comment .comment-tit_area .ja {
        font-size: var(--fz16);
        font-weight: 700;
        color: var(--base-color-gray06);
        margin-right: 2rem; }
    .need .comment .text_area {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      margin-right: 11.5rem; }
    .need .comment .teacher {
      width: 25.6544502618%;
      text-align: center; }
      .need .comment .teacher .img {
        position: relative;
        border-radius: 245px 245px 30px 30px;
        overflow: hidden;
        margin: 0 auto 2rem; }
      .need .comment .teacher .p_txt {
        font-size: var(--fz14);
        line-height: calc(20/14);
        margin-bottom: 1rem;
        color: var(--theme-color);
        font-weight: 500; }
      .need .comment .teacher .name {
        display: inline-block;
        font-size: var(--fz24);
        font-weight: 600; }
    .need .comment .comment_area {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 2rem;
      margin-left: 5rem; }
      .need .comment .comment_area h4 {
        position: relative;
        font-size: var(--fz26);
        font-weight: 600;
        line-height: calc(41/26);
        margin-bottom: 5.5rem; }
        .need .comment .comment_area h4:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -2.5rem;
          width: 100%;
          max-width: 368px;
          height: 4px;
          background: url(../img/common/dot-bg.png) repeat-x;
          background-size: 10px 4px; }
      .need .comment .comment_area p {
        position: relative;
        font-size: var(--fz14);
        line-height: calc(26/14);
        color: var(--base-color-gray06);
        font-weight: 500; }

@media screen and (min-width: 1051px) {
  .need .bg_area {
    position: absolute;
    top: 0;
    right: -3rem;
    width: 30%;
    max-width: 383px;
    height: calc(100% - 300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 380px);
    mask-image: linear-gradient(to bottom, transparent 0px, black 380px);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; }
  .need .bg_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-animation: loop-slideY-rev 80s infinite linear;
            animation: loop-slideY-rev 80s infinite linear; }
    .need .bg_img figure {
      width: 100%;
      aspect-ratio: 766 / 7285;
      overflow: hidden; } }
@media screen and (max-width: 1050px) {
  .need .inr.-w1300 {
    width: 100%; }
  .need .texts {
    width: 100%; }
  .need .en-ruby_tit {
    width: 100%; }
  .need .bg_area {
    overflow: hidden;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7rem; }
  .need .bg_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-animation: loop-slide 80s infinite linear 1s both;
    animation: loop-slide 80s infinite linear 1s both;
    gap: 28px;
    margin-right: 28px; }
    .need .bg_img figure {
      width: 3288px; }
  .need .risk_area {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .need .risk_area + h4 {
      width: 100%; }
  .need .n_txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .need .graph-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .need h5 {
    width: 100%; }
  .need .popup-youtube {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .need .popup-btm_txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .need .comment {
    width: 90%;
    padding: 12rem 8rem 8rem;
    display: block;
    margin: 0 auto; }
    .need .comment .illust {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -7.5rem; }
    .need .comment .comment-tit_area {
      width: 100%;
      text-align: center;
      padding-top: 15rem;
      display: block;
      margin-bottom: 4rem; }
      .need .comment .comment-tit_area .v_txt {
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        vertical-align: baseline; }
      .need .comment .comment-tit_area .en {
        display: block;
        margin-bottom: 1.5rem; }
        .need .comment .comment-tit_area .en br {
          display: none; }
      .need .comment .comment-tit_area .ja {
        margin-right: 0; }
    .need .comment .text_area {
      display: block;
      width: 100%;
      margin-left: 0; }
    .need .comment .teacher {
      width: 245px;
      margin: 0 auto 5rem; }
    .need .comment .comment_area {
      display: block;
      padding-top: 2rem;
      margin-left: 0; }
      .need .comment .comment_area h4 {
        text-align: center; }
        .need .comment .comment_area h4:after {
          left: 0;
          right: 0;
          margin: auto; }
      .need .comment .comment_area p {
        position: relative;
        font-size: var(--fz14);
        line-height: calc(26/14);
        color: var(--base-color-gray06);
        font-weight: 600; } }
@media screen and (max-width: 800px) {
  .need {
    padding-bottom: clamp(42px, 17.5vw, 89.6px); }
    .need .inr {
      padding-top: clamp(51px, 21.25vw, 108.8px); }
    .need h2 {
      display: block;
      text-align: center;
      width: 60%;
      font-size: var(--fz24);
      line-height: calc(30/24);
      margin-bottom: 1rem; }
      .need h2 .svg {
        width: 131px;
        margin-right: 0; }
      .need h2 span:last-child {
        display: block; }
    .need .en-ruby_tit {
      width: 60%;
      margin: 0; }
    .need .ballon_area {
      width: 106.75%;
      max-width: 600px;
      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;
      margin: 0 auto -5rem;
      -webkit-transform: translate(-3.375%, -5rem);
              transform: translate(-3.375%, -5rem); }
    .need .ballon {
      width: 47.8922716628%;
      aspect-ratio: 573 / 665;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .need .ballon .illust {
        position: relative;
        top: auto; }
      .need .ballon.-gym {
        padding-top: 4.5vw;
        margin-left: 52.1077283372%; }
        .need .ballon.-gym .illust {
          width: 23.5602094241%;
          top: auto;
          margin-bottom: 1.3rem; }
      .need .ballon.-nem {
        position: absolute;
        left: 0;
        top: 8rem;
        padding-top: 11.25vw; }
        .need .ballon.-nem .illust {
          width: 34.2059336824%;
          top: auto;
          margin-bottom: 2.4rem; }
      .need .ballon.-demy {
        padding-top: 5.75vw;
        margin-left: 36.5339578454%; }
        .need .ballon.-demy .illust {
          width: 26.7015706806%;
          top: auto;
          margin-bottom: 2.2rem; }
      .need .ballon p {
        font-size: var(--fz15);
        line-height: calc(23/15); }
    .need h3 {
      width: 91.25%;
      margin-left: auto;
      margin-right: 0;
      text-align: left;
      font-size: var(--fz20);
      line-height: calc(37/20);
      margin-bottom: 4.5rem; }
      .need h3 .svg {
        width: 123px;
        margin: 0 .5rem;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
    .need .bg_area {
      margin-bottom: 3.7rem; }
    .need .bg_img figure {
      width: 1644px; }
    .need .c_txt {
      width: 82.5%;
      font-size: var(--fz15);
      --lh:2;
      text-align: left;
      margin: 0 auto 5rem; }
    .need .risk_area {
      position: relative;
      width: 95%;
      margin-left: auto;
      background: var(--base-color-yellow);
      padding: 90px 8.8157894737% 20px;
      border-radius: 50px 0 0 50px;
      margin-right: 0;
      margin-bottom: 4.5rem; }
      .need .risk_area .icon {
        position: absolute;
        left: 25px;
        top: -13px;
        width: 82px; }
      .need .risk_area li {
        position: relative;
        padding: 1.2rem 0 1.2rem 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: var(--fz16);
        line-height: calc(23/16);
        font-weight: 600;
        letter-spacing: 0.04em; }
        .need .risk_area li:before {
          content: "";
          display: block;
          width: 9px;
          height: 9px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          left: 4px;
          top: 20px; }
        .need .risk_area li:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background: url(../img/about/dot_bg.png) repeat-x;
          background-size: 11px 2px; }
        .need .risk_area li:last-child:after {
          display: none; }
      .need .risk_area + h4 {
        width: 95%;
        font-size: var(--fz20);
        --lh:calc(32/20);
        position: relative;
        /*
        overflow: hidden;
        */
        line-height: calc(var(--lh)* 1em);
        padding-top: .1px;
        padding-bottom: .1px;
        margin: 0 auto 3rem; }
        .need .risk_area + h4::before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          /*
          margin-top: calc((1 - var(--lh)) * 0.5em);
          */
          margin-top: calc((1 - var(--lh))* .5em); }
        .need .risk_area + h4::after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          margin-bottom: calc((1 - var(--lh))* .5em); }
    .need .n_txt {
      font-size: var(--fz15);
      --lh:2;
      letter-spacing: 0;
      width: 85%;
      margin: 0 auto 5rem; }
    .need .graph-area {
      width: 90%;
      padding: 5rem 2rem;
      margin: 0 auto 4.5rem;
      border-radius: 4rem; }
      .need .graph-area img {
        display: block;
        max-width: 550px;
        margin: 0 auto; }
      .need .graph-area.-activity img {
        max-width: 605px; }
      .need .graph-area.-support {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        margin-bottom: 11.5rem; }
        .need .graph-area.-support img {
          max-width: 626px; }
      .need .graph-area figcaption {
        font-size: var(--fz10);
        margin: 1.5rem auto 0; }
    .need h5 {
      font-size: var(--fz18);
      margin: 0 auto 2rem; }
    .need .popup-youtube {
      width: 92.5%;
      margin: 0 auto .8rem;
      border-radius: 2rem; }
    .need .popup-btm_txt {
      width: 92.5%;
      margin: 0 auto 7.5rem;
      padding-right: 100px; }
      .need .popup-btm_txt a .icon {
        width: 27px;
        margin-right: 3px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
      .need .popup-btm_txt a span {
        font-size: 9px; }
      .need .popup-btm_txt .illust {
        right: 30px;
        bottom: 0;
        width: 61px;
        bottom: -10px; }
    .need .comment {
      width: 90%;
      padding: 8.2rem 8.3333333333% 5rem;
      border-radius: 4rem; }
      .need .comment .illust {
        top: -3.8rem;
        width: 120px; }
      .need .comment .comment-tit_area {
        padding-top: 0;
        margin-bottom: 2.5rem; }
        .need .comment .comment-tit_area .en {
          font-size: var(--fz26);
          margin-bottom: .5rem; }
        .need .comment .comment-tit_area .ja {
          font-size: var(--fz12); }
      .need .comment .teacher {
        width: 50%;
        margin: 0 auto 2rem; }
        .need .comment .teacher .img {
          position: relative;
          border-radius: 150px 150px 15px 15px;
          margin: 0 auto 1.1rem; }
        .need .comment .teacher .p_txt {
          font-size: var(--fz11);
          line-height: calc(15/11);
          margin-bottom: .5rem; }
        .need .comment .teacher .name {
          font-size: var(--fz17);
          margin-right: .4rem; }
      .need .comment .comment_area {
        padding-top: 0; }
        .need .comment .comment_area h4 {
          font-size: var(--fz16);
          line-height: calc(27/16);
          margin-bottom: 5rem; }
          .need .comment .comment_area h4:after {
            bottom: -2.3rem;
            width: 66.6666666667%;
            max-width: 400px;
            height: 3px;
            background-size: 7px 3px; }
        .need .comment .comment_area p {
          font-size: var(--fz13);
          line-height: calc(22/13); } }
.parallax-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1500/740;
  overflow: hidden;
  z-index: 20;
  background: var(--base-color-beige); }

.parallax-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 135%;
  will-change: transform; }

@media screen and (max-width: 800px) {
  .parallax-container {
    aspect-ratio: 800/907; }

  .parallax-img {
    height: 120%; } }
/* ==========================================================================
	features
========================================================================== */
.features {
  position: relative;
  padding-top: 9.5rem;
  background: var(--base-color-beige);
  z-index: 10; }
  .features h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: var(--fz36);
    font-weight: 700;
    margin-bottom: 2rem; }
    .features h2 .svg {
      display: inline-block;
      width: 193px;
      margin-right: .8rem; }
      .features h2 .svg .cls-1 {
        fill: #333; }
  .features .en-ruby_tit {
    margin-bottom: 2.5rem; }
  .features h3 {
    display: block;
    text-align: center;
    font-size: var(--fz55);
    line-height: calc(83/55);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 3rem; }
    .features h3 img {
      display: inline-block;
      width: 65px;
      margin-right: 5px;
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px); }
  .features .c_txt {
    position: relative;
    font-size: var(--fz18);
    --lh:calc(34/18);
    position: relative;
    /*
    overflow: hidden;
    */
    line-height: calc(var(--lh)* 1em);
    padding-top: .1px;
    padding-bottom: .1px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 7.8rem; }
    .features .c_txt::before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      /*
      margin-top: calc((1 - var(--lh)) * 0.5em);
      */
      margin-top: calc((1 - var(--lh))* .5em); }
    .features .c_txt::after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-bottom: calc((1 - var(--lh))* .5em); }
  .features .service_box {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    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; }
    .features .service_box .v-tit {
      position: absolute;
      left: -4.3rem;
      top: 2.4rem;
      letter-spacing: 0.02em; }
    .features .service_box .w_box {
      position: relative;
      padding: 7.5rem 6rem 6rem 6.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #fff;
      border-radius: 6rem;
      gap: 2rem;
      width: calc(50% - 10px);
      margin-bottom: 20px; }
      .features .service_box .w_box a {
        margin: 0; }
        .features .service_box .w_box a .link_btn {
          gap: 4.5rem; }
      .features .service_box .w_box.-large {
        width: 100%; }
        .features .service_box .w_box.-large .read {
          width: calc(100% - 150px); }
        .features .service_box .w_box.-large a {
          position: absolute;
          right: 6rem;
          bottom: 6.5rem; }
    .features .service_box .illust {
      position: absolute; }
      .features .service_box .illust.-gym {
        width: 153px;
        right: 4.2rem;
        top: 4.3rem; }
      .features .service_box .illust.-mog {
        width: 92px;
        right: 4.5rem;
        top: 4.9rem; }
      .features .service_box .illust.-nem {
        width: 144px;
        right: 3.2rem;
        top: 5.7rem; }
      .features .service_box .illust.-demy {
        width: 102px;
        right: 4rem;
        top: 2.2rem; }
      .features .service_box .illust.-labo {
        width: 100px;
        right: 4rem;
        top: 3.6rem; }
    .features .service_box h4 {
      display: block;
      width: 444px;
      margin-bottom: 2.7rem; }
      .features .service_box h4.-mog {
        width: 220px; }
      .features .service_box h4.-nem {
        width: 217px; }
      .features .service_box h4.-demy {
        width: 309px; }
      .features .service_box h4.-labo {
        width: 243px; }
    .features .service_box .read {
      font-size: var(--fz22);
      font-weight: 500;
      margin-bottom: 1.7rem; }
      .features .service_box .read.-mid {
        font-size: var(--fz16);
        line-height: calc(30/16); }
    .features .service_box ul {
      margin-bottom: 2.5rem; }
      .features .service_box ul li {
        position: relative;
        display: inline-block;
        padding-left: 1.6rem;
        padding-right: 3rem;
        border-right: 1px solid #b9b9b9;
        margin-right: 2rem; }
        .features .service_box ul li:last-child {
          border: none; }
        .features .service_box ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 8px;
          width: 8px;
          height: 8px;
          background: var(--theme-color);
          border-radius: 50%; }
        .features .service_box ul li p {
          font-size: var(--fz18);
          font-weight: 700;
          line-height: calc(24/18);
          margin-bottom: .8rem; }
        .features .service_box ul li span {
          display: inline-block;
          background: var(--theme-color);
          font-size: var(--fz12);
          font-weight: 500;
          color: #fff;
          padding: 3px 11px 5px;
          border-radius: 10px; }
    .features .service_box .sub_txt {
      font-size: var(--fz12);
      line-height: calc(20/12);
      font-weight: 500;
      color: var(--base-color-gray06); }

@media screen and (max-width: 1050px) {
  .features .service_box .v-tit {
    position: relative;
    display: table;
    padding-top: 0;
    padding-left: 3.1rem;
    margin: 0 auto;
    left: auto;
    top: auto;
    margin: 0 auto 4rem;
    writing-mode: horizontal-tb;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    vertical-align: baseline;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb; }
    .features .service_box .v-tit:before {
      bottom: 0;
      right: auto;
      margin: auto; }
  .features .service_box .w_box {
    width: 100%; } }
@media screen and (max-width: 800px) {
  .features {
    padding-top: clamp(42px, 17.5vw, 89.6px); }
    .features h2 {
      margin-bottom: 1.5rem; }
      .features h2 .svg {
        width: 130px;
        margin-right: .5rem; }
      .features h2 span {
        font-size: 24px; }
    .features .en-ruby_tit {
      margin-bottom: 2.5rem; }
    .features h3 {
      font-size: var(--fz31);
      line-height: calc(46/31);
      letter-spacing: 0.04em;
      margin-bottom: 3rem; }
      .features h3 img {
        width: 38px;
        margin-right: 2px;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
    .features .c_txt {
      width: 71.25%;
      font-size: var(--fz14);
      --lh:calc(26/14);
      text-align: left;
      margin: 0 auto 5rem; }
      .features .c_txt br {
        display: none; }
    .features .service_box {
      display: block; }
      .features .service_box .v-tit {
        font-size: var(--fz16);
        padding-top: 0;
        padding-left: 18px;
        margin-bottom: 1.5rem; }
        .features .service_box .v-tit:before {
          width: 13px;
          height: 13px; }
      .features .service_box .w_box {
        padding: 5rem 3rem 4.3rem 3rem;
        border-radius: 3rem;
        width: 100%;
        margin-bottom: 15px; }
        .features .service_box .w_box:last-child {
          margin-bottom: 0; }
        .features .service_box .w_box a {
          margin: 0 auto; }
          .features .service_box .w_box a .link_btn {
            gap: 3.3rem; }
        .features .service_box .w_box.-large .read {
          width: 100%; }
        .features .service_box .w_box.-large a {
          position: relative;
          right: auto;
          bottom: auto; }
      .features .service_box .illust {
        position: absolute; }
        .features .service_box .illust.-gym {
          width: 88px;
          right: 2.2rem;
          top: 2.1rem; }
        .features .service_box .illust.-mog {
          width: 63px;
          right: 3.1rem;
          top: 3.5rem; }
        .features .service_box .illust.-nem {
          width: 91px;
          right: 1.7rem;
          top: 3.5rem; }
        .features .service_box .illust.-demy {
          width: 69px;
          right: 2.8rem;
          top: 1.2rem; }
        .features .service_box .illust.-labo {
          width: 63px;
          right: 3.1rem;
          top: 2.7rem; }
      .features .service_box h4 {
        display: block;
        width: 170px;
        margin-bottom: 2.2rem; }
        .features .service_box h4.-mog {
          width: 172px; }
        .features .service_box h4.-nem {
          width: 166px;
          margin-left: 7px; }
        .features .service_box h4.-demy {
          width: 243px; }
        .features .service_box h4.-labo {
          width: 190px; }
      .features .service_box .read {
        font-size: var(--fz17);
        line-height: calc(27/17);
        margin-bottom: 1.8rem; }
        .features .service_box .read.-mid {
          font-size: var(--fz13);
          line-height: calc(22/13);
          margin-bottom: 2rem; }
      .features .service_box ul {
        margin-bottom: 0; }
        .features .service_box ul li {
          display: block;
          padding-left: 2rem;
          padding-right: 0;
          border-right: none;
          margin-right: none;
          margin-bottom: 1.5rem; }
          .features .service_box ul li:before {
            top: 8px;
            width: 8px; }
          .features .service_box ul li p {
            font-size: var(--fz16);
            margin-bottom: 0.5rem; }
            .features .service_box ul li p br {
              display: none; }
          .features .service_box ul li span {
            font-size: var(--fz12);
            padding: 3px 11px 5px;
            border-radius: 10px; }
      .features .service_box .sub_txt {
        font-size: var(--fz11);
        line-height: calc(18/11);
        margin-bottom: 3.7rem; } }
.d-btm_pan {
  margin-bottom: 0;
  padding-bottom: 13rem; }

@media screen and (max-width: 800px) {
  .d-btm_pan {
    padding-bottom: 10rem; } }
/* ==========================================================================
	img-slide
========================================================================== */
.about-btm_area {
  position: relative;
  z-index: 20;
  background: var(--base-color-beige); }

.img-slide {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8.5rem;
  margin-bottom: 8.5rem; }

.slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation: loop-slide 80s infinite linear 1s both;
  animation: loop-slide 80s infinite linear 1s both;
  gap: 28px;
  margin-right: 28px; }
  .slide-wrapper .img {
    width: 515px; }
    .slide-wrapper .img img {
      border-radius: 40px; }

@media screen and (max-width: 800px) {
  .img-slide {
    padding-top: clamp(40.8px, 17vw, 87.04px);
    margin-bottom: clamp(40.8px, 17vw, 87.04px); }

  .slide-wrapper {
    margin-right: 18px; }
    .slide-wrapper .img {
      width: 320px; }
      .slide-wrapper .img img {
        border-radius: 19px; } }
/* ==========================================================================
	footer
========================================================================== */
.footer {
  z-index: 10; }

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