@charset "UTF-8";
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*無限スクロール*/
@keyframes scroll-left {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes scroll-right {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }
/*MVのテキストをラベル表示*/
@keyframes clipLabel {
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0); } }
/* PC */
@media screen and (min-width: 769px) {
  main {
    display: flex;
    justify-content: space-between;
    background: #F4FEFF; }

  .pc_left {
    width: calc( (100% - 440px) / 2 );
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .pc_left .pc_logo {
      width: 50%;
      max-width: 244px; }

  .pc_center {
    width: 440px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16);*/ }

  .pc_right {
    width: calc( (100% - 440px) / 2 );
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .pc_right .pc_txt {
      width: 75%;
      max-width: 455px; }

  #mv {
    width: 100%;
    height: 844px;
    box-sizing: border-box;
    padding-top: 53px;
    position: relative;
    background-color: #EFFDFF;
    overflow: hidden; }
    #mv .mv_txt {
      display: inline-block;
      margin-left: 20px;
      position: relative;
      z-index: 3; }
      #mv .mv_txt img {
        display: block;
        width: 242px;
        clip-path: inset(0 110% 0 -5%);
        /* 右を100%切る＝見えない */
        -webkit-clip-path: inset(0 110% 0 -5%);
        animation: clipLabel 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: 0.5s;
        /* ← ディレイ */ }
    #mv .mv_ttlarea {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 14px 0 42px;
      background: url("../img/mv_bg.png") no-repeat;
      background-size: cover; }
      #mv .mv_ttlarea .icon {
        width: 145px;
        margin: 0 0 20px 12px;
        position: relative;
        z-index: 2; }
      #mv .mv_ttlarea h1 {
        width: 326px;
        margin: 0 auto 25px;
        position: relative;
        z-index: 2; }
      #mv .mv_ttlarea .mv_btn {
        width: 294px;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
        #mv .mv_ttlarea .mv_btn a {
          display: block;
          width: 100%;
          font-size: 20px;
          line-height: 1;
          font-weight: 500;
          color: #fff;
          box-sizing: border-box;
          padding: 21px 0 21px 42px;
          border: solid 1px #fff;
          border-radius: 100px;
          background-color: #222222;
          background-repeat: no-repeat;
          background-position: right 43px center;
          background-size: 20px;
          background-image: url("../img/apply_btn_icon.png");
          transition: 0.3s; }
          #mv .mv_ttlarea .mv_btn a:hover {
            color: #222222;
            border: solid 1px #222222;
            background-color: #fff; }
    #mv .mv_ob {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 9px;
      left: 0;
      will-change: transform; }
    #mv .mv_img {
      width: 100%;
      position: absolute;
      transform: rotate(-11deg);
      /* ここが肝 */ }
      #mv .mv_img.top {
        top: 140px; }
        #mv .mv_img.top img {
          transform: translateX(-510px); }
      #mv .mv_img.center {
        top: 310px; }
        #mv .mv_img.center img {
          transform: translateX(-478px); }
      #mv .mv_img.btm {
        top: 480px; }
        #mv .mv_img.btm img {
          transform: translateX(-445px); }
      #mv .mv_img .slide {
        display: flex;
        width: max-content; }
        #mv .mv_img .slide.slide_left {
          animation: scroll-left 25s linear infinite; }
        #mv .mv_img .slide.slide_right {
          animation: scroll-right 25s linear infinite; }
        #mv .mv_img .slide img {
          display: block;
          height: 166px;
          /* 高さは任意 */
          width: auto; }

  #concept_body {
    position: relative;
    z-index: 10;
    min-height: calc(844px * 2);
    /* ← concept + spacer */ }

  #concept {
    position: sticky;
    top: 0;
    width: 100%;
    height: 844px;
    background: url("../img/concept_img.png") no-repeat;
    background-size: cover; }
    #concept .inner {
      width: 350px;
      margin: 0 auto;
      padding: 107px 0 120px;
      color: #fff; }
      #concept .inner .concept_ttl {
        width: 120px;
        margin-bottom: 36px; }
      #concept .inner .concept_txt {
        position: relative;
        margin-top: 40px;
        --progress: 0; }
        #concept .inner .concept_txt span {
          display: block;
          font-size: 24px;
          line-height: 1.65em;
          line-height: 1.75em;
          font-weight: bold; }
          #concept .inner .concept_txt span.base {
            color: #848484; }
          #concept .inner .concept_txt span.active {
            position: absolute;
            inset: 0;
            color: #fff;
            clip-path: polygon(0 0, 100% 0, 100% calc(var(--progress) * 105% - 5%), 0 calc(var(--progress) * 105%)); }

  #benefit {
    position: relative;
    z-index: 20; }
    #benefit .bg {
      margin-top: -82px;
      padding: 121px 0 92px;
      padding: 90px 0 92px;
      background: #fff;
      border-radius: 20px 20px 0 0; }
    #benefit .inner {
      width: 350px;
      margin: 0 auto; }
      #benefit .inner .benefit_ttl {
        text-align: center;
        margin-bottom: 80px; }
        #benefit .inner .benefit_ttl h2 {
          width: 176px;
          margin: 0 auto 28px; }
    #benefit .inner .benefit_ttl .sec_txt span img {
        width: 55px;
        height: auto;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: -2px;
        margin-left: 1px;
        margin-right: 2px;
    }
        #benefit .inner .benefit_ttl .sec_txt {
          font-size: 32px;
          line-height: 1.1875em;
          font-weight: bold;
          color: #222222; }
      #benefit .inner .benefit_boxes .benefit_box {
        padding-bottom: 40px;
        border-bottom: solid 1px #D6D6D6; }
        #benefit .inner .benefit_boxes .benefit_box:nth-child(n+2) {
          margin-top: 48px; }
        #benefit .inner .benefit_boxes .benefit_box:last-child {
          padding-bottom: 0;
          border: none; }
    #benefit .inner .benefit_boxes .benefit_box .benefit_box_img2 {
        margin-top: 20px;
    }
        #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: 20px; }
          #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl .num img {
    height: 33px;
              width: auto;
    }
          #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl .ttl {
            flex: 1;
            font-size: 20px;
            line-height: 1.5em;
            font-weight: bold; }
        #benefit .inner .benefit_boxes .benefit_box ul {
          margin-top: 25px; }
          #benefit .inner .benefit_boxes .benefit_box ul li {
            font-size: 16px;
            line-height: 1.8em;
            box-sizing: border-box;
            padding-left: 26px;
            background: url("../img/arrow_green.png") no-repeat 8px 6px;
            background-size: 10px; }
            #benefit .inner .benefit_boxes .benefit_box ul li:nth-child(n+2) {
              margin-top: 5px; }
            #benefit .inner .benefit_boxes .benefit_box ul li div {
              padding-left: 13px;
              box-sizing: border-box;
              position: relative;
              margin-top: 5px; }
              #benefit .inner .benefit_boxes .benefit_box ul li div::before {
                position: absolute;
                content: "";
                width: 5px;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 20px;
                background: #50D3E0; }
        #benefit .inner .benefit_boxes .benefit_box .fukidashi {
          width: 298px;
          height: 51px;
          margin: 26px auto 0;
          font-size: 18px;
          line-height: 1.22em;
          font-weight: bold;
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding-top: 10px;
          background: url("../img/benefut_fukidashi_01.png") no-repeat center;
          background-size: contain; }
          #benefit .inner .benefit_boxes .benefit_box .fukidashi.fukidashi02 {
            height: 76px;
            padding-top: 11px;
            background: url("../img/benefut_fukidashi_02.png") no-repeat center;
            background-size: contain; }

  #archive {
    padding: 96px 0 134px;
    background: linear-gradient(to bottom, #C68FE8 0%, #E0A8D9 23%, #F7BFCC 49%, #CDC4D1 75%, #95DFE6 100%);
    overflow: hidden; }
    #archive .archive_ttl {
      text-align: center;
      margin-bottom: 70px; }
      #archive .archive_ttl h2 {
        width: 258px;
        margin: 0 auto 30px; }
      #archive .archive_ttl .sec_txt {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff; }
    #archive .archive_intro {
      margin-bottom: 100px;
      margin-bottom: 0; }
      #archive .archive_intro .archive_intro_box {
        padding: 0 12px;
        box-sizing: border-box;
        font-weight: bold;
        color: #fff; }
        #archive .archive_intro .archive_intro_box .archive_intro_box_img {
          width: 100%;
          margin-bottom: 18px; }
        #archive .archive_intro .archive_intro_box .role {
          font-size: 10px;
          line-height: 1.2em; }
        #archive .archive_intro .archive_intro_box .name {
          font-size: 16px;
          line-height: 1.1875em;
          margin: 4px 0 18px; }
        #archive .archive_intro .archive_intro_box ul {
          display: flex;
          justify-content: flex-start; }
          #archive .archive_intro .archive_intro_box ul li {
            width: 20px;
            margin-right: 8px; }
            #archive .archive_intro .archive_intro_box ul li a {
              display: block;
              width: 100%; }
    #archive .slide-dots {
      text-align: center;
      margin-top: 30px; }
      #archive .slide-dots li {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 100%;
        margin: 0 2px; }
        #archive .slide-dots li.slick-active {
          background: #000; }
        #archive .slide-dots li button {
          display: block;
          width: 100%;
          height: 100%;
          background: none;
          font-size: 0;
          border: none;
          padding: 0;
          cursor: pointer; }
    #archive .archive_event {
      width: 309px;
      margin: 0 auto 110px; }
      #archive .archive_event .archive_event_box {
        position: relative; }
        #archive .archive_event .archive_event_box .archive_event_img {
          width: 100%;
          transform: rotate(8deg); }
        #archive .archive_event .archive_event_box .icon {
          width: 110px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        #archive .archive_event .archive_event_box .archive_event_ttl {
          width: 166px;
          position: absolute;
          bottom: 13px;
          right: -20px; }
    #archive .archive_voice {
      margin-bottom: 0; }
      #archive .archive_voice .slick-track {
        padding: 10px 0; }
      #archive .archive_voice .archive_voice_box {
        padding: 0 17px;
        font-weight: bold;
        color: #222222; }
        #archive .archive_voice .archive_voice_box.slick-center .pink {
          transform: rotate(-4deg); }
        #archive .archive_voice .archive_voice_box.slick-center .green {
          transform: rotate(4deg); }
        #archive .archive_voice .archive_voice_box .bg {
          min-height: 285px;
          box-sizing: border-box;
          padding: 17px 14.5px 39px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% 100%;
          transition: transform 0.3s ease;
          will-change: transform;
          transform-origin: center center;
          /* 念のため */ }
          #archive .archive_voice .archive_voice_box .bg.pink {
            background-image: url("../img/archive_voice_bg_01.png"); }
          #archive .archive_voice .archive_voice_box .bg.green {
            background-image: url("../img/archive_voice_bg_02.png"); }
          #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0 0 10px 5px; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head .archive_voice_box_img {
              width: 59px;
              margin-right: 8px; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head dl dt {
              font-size: 10px;
              line-height: 1.2em;
              margin-bottom: 4px; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head dl dd {
              font-size: 16px;
              line-height: 1.178em; }
          #archive .archive_voice .archive_voice_box .bg .archive_voice_box_txt {
            box-sizing: border-box;
            padding: 28px 6px 0;
            font-size: 16px;
            line-height: 1.6em;
            border-top: solid 1px #D6D6D6; }

    .datebase {}
    .datebase .datebase_ttl {
        width: 269px;
        margin: 0 auto 35px;
    }
    .datebase .datebase_sub {
        width: 263px;
        margin: 0 auto 34px;
    }
    .datebase .datebase_biko {
        color: #fff;
        width: 350px;
        margin: 0 auto;
font-weight: 700;
font-style: Bold;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
        text-align: right;
        margin-bottom: 10px;
    }
    .datebase .datebase_lists {
        width: 390px;
        margin: 0 auto;
    }
	.datebase .datebase_list {
		margin: 0 10px;
	}
    
    .datebase .slide-dots {
        margin-top: 45px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .datebase .slide-dots li {
        margin: 0 3px;
    }
    .datebase .slide-dots li.slick-active button {
        background: #222222;
    }
    .datebase .slide-dots li button {
        font-size: 0;
        border: none;
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
        background: #FFFFFF;
    }
    
  #system {
    width: 100%;
    background: #EFFDFF; }
    #system .inner .slide-dots {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #system .inner .slide-dots li {
        margin: 0 3px;
    }
    #system .inner .slide-dots li.slick-active button {
        background: #222222;
    }
    #system .inner .slide-dots li button {
        font-size: 0;
        border: none;
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
        background: #C3C3C3;
    }
    #system .inner {
      width: 390px;
      margin: 0 auto;
      padding: 112px 0 50px; }
      #system .inner .system_ttl {
        text-align: center;
        margin-bottom: 60px; }
        #system .inner .system_ttl h2 {
          width: 197px;
          margin: 0 auto 30px; }
        #system .inner .system_ttl .sec_txt {
          font-size: 24px;
          line-height: 1.25em;
          font-weight: bold;
          color: #222222; }
          #system .inner .system_ttl .sec_txt .num {
            display: inline-block;
            font-size: 40px;
            line-height: 1.2em;
            vertical-align: -0.05em;
            color: #B872E3; }
          #system .inner .system_ttl .sec_txt .small {
            display: block;
            font-size: 14px;
            margin-top: 20px; }
	
      #system .inner .system_cont {
		  margin: 0 10px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 40px; }
        #system .inner .system_cont:last-child {
          margin-bottom: 0; }
        #system .inner .system_cont .system_cont_ttl {
          font-size: 20px;
          line-height: 1.25em;
          color: #fff;
          font-weight: bold;
          text-align: center;
          padding: 25px 0; }
          #system .inner .system_cont .system_cont_ttl.purple {
            background: #B872E3; }
          #system .inner .system_cont .system_cont_ttl.pink {
            background: #FF8BC7; }
          #system .inner .system_cont .system_cont_ttl .ex {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
            color: #222222;
            padding: 6px 14px 5px;
            border-radius: 100px;
            background: #fff;
            margin-right: 8px;
            vertical-align: 0.1em; }
          #system .inner .system_cont .system_cont_ttl .num {
            display: inline-block;
            font-size: 24px;
            vertical-align: -0.05em; }
        #system .inner .system_cont .system_boxes {
          box-sizing: border-box;
          padding: 40px 16px 50px; }
          #system .inner .system_cont .system_boxes .system_box {
            color: #222222; }
            #system .inner .system_cont .system_boxes .system_box:first-child {
              margin-bottom: 40px; }
            #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl {
              width: 180px;
              margin: 0 auto 25px;
              font-size: 16px;
              line-height: 1;
              font-weight: bold;
              text-align: center;
              padding: 6px 0;
              border: solid 1px;
              border-radius: 100px; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.purple {
                border-color: #B872E3; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.pink {
                border-color: #FF8BC7; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.short {
                width: 75px;
                font-size: 20px;
                padding: 10px 0 8px;
                margin: 0; }
            #system .inner .system_cont .system_boxes .system_box ul {
              box-sizing: border-box;
              padding: 17px 0 0 16px;
              position: relative; }
              #system .inner .system_cont .system_boxes .system_box ul::before {
                position: absolute;
                content: "";
                width: 1px;
                height: calc( 100% - 12px );
                top: 0;
                left: 16px;
                background: #B872E3; }
              #system .inner .system_cont .system_boxes .system_box ul li {
                font-size: 16px;
                line-height: 1.5em;
                font-weight: bold;
                box-sizing: border-box;
                padding-left: 20px;
                position: relative; }
                #system .inner .system_cont .system_boxes .system_box ul li:nth-child(n+2) {
                  margin-top: 11px; }
                #system .inner .system_cont .system_boxes .system_box ul li::before {
                  position: absolute;
                  content: "";
                  width: 16px;
                  height: 1px;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #B872E3; }
                #system .inner .system_cont .system_boxes .system_box ul li span {
                  display: inline-block;
                  font-size: 20px;
                  line-height: 1.2em;
                  color: #B872E3; }
            #system .inner .system_cont .system_boxes .system_box dl {
              font-weight: bold; }
              #system .inner .system_cont .system_boxes .system_box dl dt {
                font-size: 20px;
                line-height: 1.2em;
                color: #FF8BC7;
                position: relative;
                margin-bottom: 20px; }
              #system .inner .system_cont .system_boxes .system_box dl dd {
                font-size: 16px;
                line-height: 1.25em;
                box-sizing: border-box;
                padding-left: 38px;
                position: relative; }
                #system .inner .system_cont .system_boxes .system_box dl dd::before {
                  position: absolute;
                  content: "";
                  width: 16px;
                  height: 1px;
                  left: 16px;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #FF8BC7; }
                #system .inner .system_cont .system_boxes .system_box dl dd::after {
                  position: absolute;
                  content: "";
                  width: 1px;
                  height: 25px;
                  top: -15px;
                  left: 16px;
                  background: #FF8BC7; }

  .apply {
    margin-top: -2px;
    padding: 59px 0 92px;
    color: #222222;
    background: url("../img/apply_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .apply.apply02 {
      padding: 58px 0 36px;
      background: url("../img/apply_bg_02.png") no-repeat center;
      background-size: cover; }
    .apply .mv_img {
      width: 100%;
      position: absolute;
      transform: rotate(-8deg);
      /* ここが肝 */ }
      .apply .mv_img.top {
        top: 190px; }
        .apply .mv_img.top img {
          transform: translateX(-140px); }
      .apply .mv_img.center {
        top: 310px; }
        .apply .mv_img.center img {
          transform: translateX(-740px); }
      .apply .mv_img .slide {
        display: flex;
        width: max-content; }
        .apply .mv_img .slide.slide_left {
          animation: scroll-left 25s linear infinite; }
        .apply .mv_img .slide.slide_right {
          animation: scroll-right 25s linear infinite; }
        .apply .mv_img .slide img {
          display: block;
          height: 120px;
          /* 高さは任意 */
          width: auto; }
    .apply .apply_ob {
      width: 440px;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 2;
      will-change: transform; }
    .apply .apply_txt {
      width: 242px;
      margin: 0 0 322px 20px;
      position: relative;
      z-index: 3; }
    .apply .apply_ttl {
      width: 326px;
      margin: 0 auto 34px;
      position: relative;
      z-index: 3; }
    .apply .apply_btn {
      width: 294px;
      margin: 0 auto 40px;
      position: relative;
      z-index: 3; }
      .apply .apply_btn a {
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
        padding: 21px 0 21px 42px;
        border: solid 1px #fff;
        border-radius: 100px;
        background-color: #222222;
        background-repeat: no-repeat;
        background-position: right 43px center;
        background-size: 20px;
        background-image: url("../img/apply_btn_icon.png");
        transition: 0.3s; }
        .apply .apply_btn a:hover {
          color: #222222;
          border: solid 1px #222222;
          background-color: #fff; }
    .apply .apply_box {
      width: 350px;
      margin: 0 auto;
      padding: 32px 0 45px;
      background: #fff;
      border-radius: 10px;
      position: relative;
      z-index: 3; }
      .apply .apply_box .apply_box_ttl {
        font-size: 20px;
        line-height: 1.25em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 27px; }
      .apply .apply_box ul {
        width: 286px;
        margin: 0 auto; }
        .apply .apply_box ul li {
          font-size: 16px;
          line-height: 1;
          padding: 15px 0 15px 40px;
          box-sizing: border-box;
          border-radius: 100px;
          border: solid 1px #222222;
          background: url("../img/arrow_green.png") no-repeat 23px center #fff;
          background-size: 9px; }
          .apply .apply_box ul li:nth-child(n+2) {
            margin-top: 16px; }
    .apply .apply_line_box {
      width: 350px;
      margin: 28px auto 0;
      padding: 39px 0 30px;
      background: #58C052;
      border-radius: 10px;
      position: relative;
      z-index: 3; }
      .apply .apply_line_box.apply_line_box2 {
        background: linear-gradient(111.02deg, #4E60C5 1.65%, #CB38A0 22.35%, #FFA031 91.47%, #F45F56 97.01%); }
      .apply .apply_line_box .apply_line_box_ttl {
        font-size: 20px;
        line-height: 1.25em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 27px; }
      .apply .apply_line_box .apply_line {
        width: 294px;
        margin: 0 auto; }
        .apply .apply_line_box .apply_line a {
          display: block;
          width: 100%;
          font-size: 20px;
          line-height: 1;
          font-weight: 500;
          color: #fff;
          box-sizing: border-box;
          padding: 21px 0 21px 29px;
          border: solid 1px #fff;
          border-radius: 100px;
          background-color: #222222;
          background-repeat: no-repeat;
          background-position: right 31px center;
          background-size: 20px;
          background-image: url("../img/apply_btn_icon.png");
          transition: 0.3s; }
          .apply .apply_line_box .apply_line a:hover {
            color: #222222;
            border: solid 1px #222222;
            background-color: #fff; }

  .sec_bg {
    padding: 120px 0 140px;
    background: #222222;
    margin-top: -2px; }

  #support {
    margin-bottom: 155px; }
    #support .inner {
      width: 350px;
      width: 100%;
      margin: 0 auto; }
      #support .inner .support_ttl {
        text-align: center;
        margin-bottom: 80px; }
        #support .inner .support_ttl h2 {
          width: 238px;
          margin: 0 auto 35px; }
        #support .inner .support_ttl .sec_txt {
          font-size: 24px;
          line-height: 1.5em;
          font-weight: bold;
          color: #fff; }
    #support .support_slider {
      margin: 80px auto 0; }
      #support .support_slider .support_box {
        box-sizing: border-box;
        padding: 40px 16px 58px;
        color: #222222;
        border-radius: 10px;
        background: #fff;
        margin: 0 20px; }
        #support .support_slider .support_box .support_box_img {
          width: 250px;
          margin: 0 auto 27px; }
        #support .support_slider .support_box .support_box_ttl {
          font-size: 20px;
          line-height: 1.2em;
          font-weight: bold;
          text-align: center;
          margin-bottom: 7px; }
        #support .support_slider .support_box .support_box_sub {
          color: #B872E3;
          font-size: 20px;
          line-height: 1.2em;
          font-weight: bold;
          text-align: center;
          margin-bottom: 20px; }
        #support .support_slider .support_box ul li {
          font-size: 16px;
          line-height: 1.8em;
          box-sizing: border-box;
          padding-left: 18px;
          background: url("../img/arrow_green.png") no-repeat left 5px;
          background-size: 9px; }
      #support .support_slider .slide-dots {
        text-align: center;
        margin-top: 30px; }
        #support .support_slider .slide-dots li {
          display: inline-block;
          width: 8px;
          height: 8px;
          background: #fff;
          border-radius: 100%;
          margin: 0 2px; }
          #support .support_slider .slide-dots li.slick-active {
            background: #B872E3; }
          #support .support_slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            background: none;
            font-size: 0;
            border: none;
            padding: 0;
            cursor: pointer; }

  #photo {
    margin-bottom: 115px; }
    #photo .inner {
      width: 350px;
      margin: 0 auto; }
      #photo .inner .photo_ttl {
        text-align: center;
        margin-bottom: 100px; }
        #photo .inner .photo_ttl h2 {
          width: 118px;
          margin: 0 auto 20px; }
        #photo .inner .photo_ttl .sec_txt {
          font-size: 20px;
          line-height: 1.5em;
          font-weight: bold;
          color: #fff; }
    #photo .photo_slider {
      margin: 80px auto 0; }
      #photo .photo_slider .photo_box {
        color: #fff; }
        #photo .photo_slider .photo_box dl {
          margin-top: 27px;
          box-sizing: border-box;
          padding: 0 16px; }
          #photo .photo_slider .photo_box dl dt {
            font-size: 20px;
            line-height: 1.2em;
            font-weight: bold;
            box-sizing: border-box;
            padding-left: 29px;
            background: url("../img/photo_icon.png") no-repeat left center;
            background-size: 21px;
            margin-bottom: 13px; }
          #photo .photo_slider .photo_box dl dd {
            font-size: 16px;
            line-height: 1.5em; }
      #photo .photo_slider .slide-dots {
        text-align: center;
        margin-top: 30px; }
        #photo .photo_slider .slide-dots li {
          display: inline-block;
          width: 8px;
          height: 8px;
          background: #fff;
          border-radius: 100%;
          margin: 0 2px; }
          #photo .photo_slider .slide-dots li.slick-active {
            background: #FF8BC7; }
          #photo .photo_slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            background: none;
            font-size: 0;
            border: none;
            padding: 0;
            cursor: pointer; }

  #info {
    margin-bottom: 115px; }
    #info .inner {
      width: 350px;
      margin: 0 auto; }
      #info .inner .info_ttl {
        width: 84px;
        margin: 0 auto 45px; }
      #info .inner .info_boxes .info_box {
        color: #fff;
        padding-bottom: 17px;
        border-bottom: solid 1px #fff;
        /*&:last-child {
        	padding-bottom: 0;
        	border: none;
        }*/ }
        #info .inner .info_boxes .info_box:nth-child(n+2) {
          margin-top: 24px; }
        #info .inner .info_boxes .info_box .info_box_head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 27px; }
          #info .inner .info_boxes .info_box .info_box_head .info_box_ttl {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .icon {
              margin-right: 8px;
              width: 16px; }
              #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .icon.hour {
                width: 21px; }
            #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .ttl {
              font-size: 20px;
              line-height: 1.2em;
              font-weight: bold; }
          #info .inner .info_boxes .info_box .info_box_head .info_box_img {
            width: 203px; }
        #info .inner .info_boxes .info_box .info_box_txt {
          font-size: 16px;
          line-height: 1.1875em; }

  #faq {
    margin-bottom: 115px; }
    #faq .inner {
      width: 350px;
      margin: 0 auto; }
      #faq .inner .faq_ttl {
        width: 200px;
        margin: 0 auto 36px; }
      #faq .inner .faq_boxes .faq_box:nth-child(n+2) {
        margin-top: 40px; }
      #faq .inner .faq_boxes .faq_box .q_box {
        display: inline-block;
        height: 76px;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: bold;
        color: #fff;
        box-sizing: border-box;
        padding: 22px 30px 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        margin-bottom: 24px; }
        #faq .inner .faq_boxes .faq_box .q_box.q01 {
          background-image: url("../img/faq_q_bg_01.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q02 {
          background-image: url("../img/faq_q_bg_02.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q03 {
          background-image: url("../img/faq_q_bg_03.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q04 {
          background-image: url("../img/faq_q_bg_04.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q05 {
          display: block;
          width: 103%;
          padding: 22px 18px 0 21px;
          background-image: url("../img/faq_q_bg_05.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q06 {
          background-image: url("../img/faq_q_bg_06.png"); }
      #faq .inner .faq_boxes .faq_box .a_box {
        width: 298px;
        margin-left: auto;
        box-sizing: border-box;
        padding: 34px 0 0 17px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%; }
        #faq .inner .faq_boxes .faq_box .a_box.a01 {
          height: 225px;
          background-image: url("../img/faq_a_bg_01.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a02 {
          height: 195px;
          background-image: url("../img/faq_a_bg_02.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a03 {
          height: 147px;
          background-image: url("../img/faq_a_bg_03.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a04 {
          height: 117px;
          background-image: url("../img/faq_a_bg_04.png"); }
        #faq .inner .faq_boxes .faq_box .a_box .a_txt {
          font-size: 16px;
          line-height: 1.5em;
          font-weight: bold;
          color: #222222; }
        #faq .inner .faq_boxes .faq_box .a_box ul li {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          #faq .inner .faq_boxes .faq_box .a_box ul li:nth-child(n+2) {
            margin-top: 15px; }
          #faq .inner .faq_boxes .faq_box .a_box ul li .num {
            font-size: 16px;
            line-height: 1.5em;
            font-weight: bold;
            color: #222222;
            margin-right: 6px; }

  #flow .inner {
    width: 350px;
    margin: 0 auto; }
    #flow .inner .flow_ttl {
      width: 140px;
      margin: 0 auto 37px; }
    #flow .inner .flow_boxes .flow_box:nth-child(n+2) {
      margin-top: 24px; }
    #flow .inner .flow_boxes .flow_box dt {
      width: 181px;
      font-size: 16px;
      line-height: 1;
      font-weight: bold;
      color: #222222;
      text-align: center;
      padding: 7px 0 6px;
      border-radius: 100px;
      border: solid 1px;
      background: #fff;
      margin-bottom: 24px;
      position: relative;
      z-index: 2; }
      #flow .inner .flow_boxes .flow_box dt.purple {
        border-color: #B872E3; }
        #flow .inner .flow_boxes .flow_box dt.purple::before {
          background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dt.pink {
        border-color: #FF8BC7; }
        #flow .inner .flow_boxes .flow_box dt.pink::before {
          background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dt.green {
        border-color: #50D3E0; }
        #flow .inner .flow_boxes .flow_box dt.green::before {
          background: #50D3E0; }
    #flow .inner .flow_boxes .flow_box dd {
      box-sizing: border-box;
      padding-left: 6px;
      display: flex;
      justify-content: flex-start;
      position: relative; }
      #flow .inner .flow_boxes .flow_box dd:nth-child(n+2) {
        margin-top: 24px; }
      #flow .inner .flow_boxes .flow_box dd:first-of-type::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 24px;
        left: 22px;
        top: -24px; }
      #flow .inner .flow_boxes .flow_box dd::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        left: 22px;
        top: 33px; }
      #flow .inner .flow_boxes .flow_box dd.purple::before {
        background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dd.purple::after {
        background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dd.pink::before {
        background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dd.pink::after {
        background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dd.green::before {
        background: #50D3E0; }
      #flow .inner .flow_boxes .flow_box dd.green::after {
        display: none; }
      #flow .inner .flow_boxes .flow_box dd .num {
        width: 33px;
        margin-right: 8px;
        line-height: 0;
        position: relative; }
      #flow .inner .flow_boxes .flow_box dd .txt {
        flex: 1;
        font-size: 20px;
        line-height: 1.65em;
        font-weight: bold;
        color: #fff; }

  #cta {
    width: 440px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(56px);
    z-index: 20;
    transition: all 0.3s; }
    #cta.active {
      transform: translateX(-50%) translateY(0); }
    #cta ul {
      display: flex;
      justify-content: space-between; }
      #cta ul li {
        width: 50%;
        text-align: center; }
        #cta ul li a {
          display: block;
          width: 100%;
          font-size: 10px;
          font-size: 11.2px;
          line-height: 1.4em;
          font-weight: 500;
          color: #222222;
          padding: 20px 0;
          background: #fff;
          box-sizing: border-box;
          border: solid 1px #222222; }
          #cta ul li a span {
            display: inline-block;
            padding-left: 20px;
            background-repeat: no-repeat;
            background-position: left center;
            background-image: url("../img/icon_apply.png");
            background-size: 12px; }
            #cta ul li a span.line {
              background-image: url("../img/icon_line.png");
              background-size: 14px; }
        #cta ul li:first-child a {
          border-right: none; }

  footer {
    margin-top: -2px;
    padding: 52px 0 66px;
    background: url("../img/footer_bg.png") no-repeat;
    background-size: cover; }
    footer .footer_logo {
      width: 251px;
      margin: 0 auto 50px; }
    footer dl {
      width: 318px;
      margin: 0 auto; }
      footer dl dt {
        font-size: 14px;
        line-height: 1.428em;
        font-weight: 500;
        color: #fff; }
        footer dl dt a {
          color: #fff; }
          footer dl dt a:hover {
            text-decoration: underline; }
      footer dl dd {
        font-size: 14px;
        line-height: 1.428em;
        font-weight: 500;
        color: #fff;
        margin: 4px 0 20px; }
    footer .footer_sns {
      width: 318px;
      margin: 40px auto 57px;
      display: flex;
      justify-content: flex-end; }
      footer .footer_sns li {
        width: 20px;
        margin-left: 8px; }
        footer .footer_sns li a {
          display: block;
          width: 100%; }
    footer .copyright {
      font-size: 14px;
      line-height: 1.428em;
      font-weight: 500;
      color: #fff;
      text-align: center;
      padding-top: 8px;
      border-top: solid 1px #fff; }

  @keyframes animation1 {
    0% {
      opacity: 0;
      transform: translateY(30px); }
    100% {
      opacity: 1;
      transform: translateY(0); } }
  @keyframes animation2 {
    0% {
      opacity: 0;
      transform: scale(1.1, 1.1); }
    100% {
      opacity: 1;
      transform: scale(1, 1); } }
  .huwari {
    opacity: 0;
    transform: translateY(30px); }

  .huwari.is-active {
    animation-name: animation1;
    animation-duration: 0.8s;
    animation-fill-mode: forwards; }

  .huwari2 {
    opacity: 0;
    transform: scale(1.1, 1.1); }

  .huwari2.is-active {
    animation-name: animation2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards; }

  /* 初期状態：下にずらして非表示 */
  .huwari3 {
    overflow: hidden;
    display: block;
    /* img を包む要素が横幅にフィットするように */ }

  .huwari3 h2 {
    overflow: hidden; }

  .huwari3 img {
    display: block;
    transform: translateY(140%);
    /* 下にずらす */
    transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
    /* スムーズに上がる */ }

  .huwari3 .sec_txt {
    display: block;
    transform: translateY(140%);
    /* 下にずらす */
    transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
    /* スムーズに上がる */ }

  /* _show が付いたら上に移動 */
  .huwari3._show img {
    transform: translateY(0); }

  .huwari3._show .sec_txt {
    transform: translateY(0); } }
@media screen and (max-width: 768px) {
  .pconly {
    display: none !important; }

  html {
    font-size: calc(1vw * 100 / 390); }

  main {
    width: 100%; }

  header {
    width: 390rem;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 22rem 0 0 20rem;
    z-index: 10; }
    header .logo {
      width: 117rem; }

  #mv {
    width: 100%;
    height: 844rem;
    box-sizing: border-box;
    padding-top: 53rem;
    position: relative;
    background-color: #EFFDFF;
    overflow: hidden; }
    #mv .mv_txt {
      display: inline-block;
      margin-left: 20rem;
      position: relative;
      z-index: 3; }
      #mv .mv_txt img {
        display: block;
        width: 242rem;
        clip-path: inset(0 110% 0 -5%);
        /* 右を100%切る＝見えない */
        -webkit-clip-path: inset(0 110% 0 -5%);
        animation: clipLabel 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: 0.5s;
        /* ← ディレイ */ }
    #mv .mv_ttlarea {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      width: 100%;
      padding: 14rem 0 42rem;
      background: url("../img/mv_bg.png") no-repeat;
      background-size: cover; }
      #mv .mv_ttlarea .icon {
        width: 145rem;
        margin: 0 0 20rem 12rem;
        position: relative;
        z-index: 2; }
      #mv .mv_ttlarea h1 {
        width: 326rem;
        margin: 0 auto 25rem;
        position: relative;
        z-index: 2; }
      #mv .mv_ttlarea .mv_btn {
        width: 294rem;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
        #mv .mv_ttlarea .mv_btn a {
          display: block;
          width: 100%;
          font-size: 20rem;
          line-height: 1;
          font-weight: 500;
          color: #fff;
          box-sizing: border-box;
          padding: 21rem 0 21rem 42rem;
          border: solid 1rem #fff;
          border-radius: 100rem;
          background-color: #222222;
          background-repeat: no-repeat;
          background-position: right 43rem center;
          background-size: 20rem;
          background-image: url("../img/apply_btn_icon.png");
          transition: 0.3s; }
          #mv .mv_ttlarea .mv_btn a:hover {
            color: #222222;
            border: solid 1rem #222222;
            background-color: #fff; }
    #mv .mv_ob {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 9rem;
      left: 0;
      will-change: transform; }
    #mv .mv_img {
      width: 100%;
      position: absolute;
      transform: rotate(-11deg);
      /* ここが肝 */ }
      #mv .mv_img.top {
        top: 140rem; }
        #mv .mv_img.top img {
          transform: translateX(-510rem); }
      #mv .mv_img.center {
        top: 310rem; }
        #mv .mv_img.center img {
          transform: translateX(-478rem); }
      #mv .mv_img.btm {
        top: 480rem; }
        #mv .mv_img.btm img {
          transform: translateX(-445rem); }
      #mv .mv_img .slide {
        display: flex;
        width: max-content; }
        #mv .mv_img .slide.slide_left {
          animation: scroll-left 25s linear infinite; }
        #mv .mv_img .slide.slide_right {
          animation: scroll-right 25s linear infinite; }
        #mv .mv_img .slide img {
          display: block;
          height: 166rem;
          /* 高さは任意 */
          width: auto; }

  #concept_body {
    position: relative;
    z-index: 10;
    min-height: calc(844rem * 2);
    /* ← concept + spacer */ }

  #concept {
    position: sticky;
    top: 0;
    width: 100%;
    height: 844rem;
    background: url("../img/concept_img.png") no-repeat;
    background-size: cover; }
    #concept .inner {
      width: 350rem;
      margin: 0 auto;
      padding: 107rem 0 120rem;
      color: #fff; }
      #concept .inner .concept_ttl {
        width: 120rem;
        margin-bottom: 36rem; }
      #concept .inner .concept_txt {
        position: relative;
        margin-top: 40rem;
        --progress: 0; }
        #concept .inner .concept_txt span {
          display: block;
          font-size: 24rem;
          line-height: 1.65em;
          line-height: 1.75em;
          font-weight: bold; }
          #concept .inner .concept_txt span.base {
            color: #848484; }
          #concept .inner .concept_txt span.active {
            position: absolute;
            inset: 0;
            color: #fff;
            clip-path: polygon(0 0, 100% 0, 100% calc(var(--progress) * 105% - 5%), 0 calc(var(--progress) * 105%)); }

  #benefit {
    position: relative;
    z-index: 20; }
    #benefit .bg {
      margin-top: -82rem;
      padding: 121rem 0 92rem;
      padding: 90rem 0 92rem;
      background: #fff;
      border-radius: 20rem 20rem 0 0; }
    #benefit .inner {
      width: 350rem;
      margin: 0 auto; }
      #benefit .inner .benefit_ttl {
        text-align: center;
        margin-bottom: 80rem; }
        #benefit .inner .benefit_ttl h2 {
          width: 176rem;
          margin: 0 auto 28rem; }
    
    #benefit .inner .benefit_ttl .sec_txt span img {
        width: 55rem;
        height: auto;
        display: inline-block;
        margin-top: 10rem;
        margin-bottom: -2rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }
        #benefit .inner .benefit_ttl .sec_txt {
          font-size: 32rem;
          line-height: 1.1875em;
          font-weight: bold;
          color: #222222; }
      #benefit .inner .benefit_boxes .benefit_box {
        padding-bottom: 40rem;
        border-bottom: solid 1rem #D6D6D6; }
        #benefit .inner .benefit_boxes .benefit_box:nth-child(n+2) {
          margin-top: 48rem; }
        #benefit .inner .benefit_boxes .benefit_box:last-child {
          padding-bottom: 0;
          border: none; }
    
    #benefit .inner .benefit_boxes .benefit_box .benefit_box_img2 {
        margin-top: 20rem;
    }
        #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: 20rem; }
          
          #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl .num img {
    height: 33rem;
              width: auto;
    }
          #benefit .inner .benefit_boxes .benefit_box .benefit_box_ttl .ttl {
            flex: 1;
            font-size: 20rem;
            line-height: 1.5em;
            font-weight: bold; }
        #benefit .inner .benefit_boxes .benefit_box ul {
          margin-top: 25rem; }
          #benefit .inner .benefit_boxes .benefit_box ul li {
            font-size: 16rem;
            line-height: 1.8em;
            box-sizing: border-box;
            padding-left: 26rem;
            background: url("../img/arrow_green.png") no-repeat 8rem 6rem;
            background-size: 10rem; }
            #benefit .inner .benefit_boxes .benefit_box ul li:nth-child(n+2) {
              margin-top: 5rem; }
            #benefit .inner .benefit_boxes .benefit_box ul li div {
              padding-left: 13rem;
              box-sizing: border-box;
              position: relative;
              margin-top: 5rem; }
              #benefit .inner .benefit_boxes .benefit_box ul li div::before {
                position: absolute;
                content: "";
                width: 5rem;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 20rem;
                background: #50D3E0; }
        #benefit .inner .benefit_boxes .benefit_box .fukidashi {
          width: 298rem;
          height: 51rem;
          margin: 26rem auto 0;
          font-size: 18rem;
          line-height: 1.22em;
          font-weight: bold;
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding-top: 10rem;
          background: url("../img/benefut_fukidashi_01.png") no-repeat center;
          background-size: contain; }
          #benefit .inner .benefit_boxes .benefit_box .fukidashi.fukidashi02 {
            height: 76rem;
            padding-top: 11rem;
            background: url("../img/benefut_fukidashi_02.png") no-repeat center;
            background-size: contain; }

  #archive {
    padding: 96rem 0 134rem;
    background: linear-gradient(to bottom, #C68FE8 0%, #E0A8D9 23%, #F7BFCC 49%, #CDC4D1 75%, #95DFE6 100%);
    overflow: hidden; }
    #archive .archive_ttl {
      text-align: center;
      margin-bottom: 70rem; }
      #archive .archive_ttl h2 {
        width: 258rem;
        margin: 0 auto 30rem; }
      #archive .archive_ttl .sec_txt {
        font-size: 24rem;
        line-height: 1.5em;
        font-weight: bold;
        color: #fff; }
    #archive .archive_intro {
      margin-bottom: 100rem;
      margin-bottom: 0; }
      #archive .archive_intro .archive_intro_box {
        padding: 0 12rem;
        box-sizing: border-box;
        font-weight: bold;
        color: #fff; }
        #archive .archive_intro .archive_intro_box .archive_intro_box_img {
          width: 100%;
          margin-bottom: 18rem; }
        #archive .archive_intro .archive_intro_box .role {
          font-size: 10rem;
          line-height: 1.2em; }
        #archive .archive_intro .archive_intro_box .name {
          font-size: 16rem;
          line-height: 1.1875em;
          margin: 4rem 0 18rem; }
        #archive .archive_intro .archive_intro_box ul {
          display: flex;
          justify-content: flex-start; }
          #archive .archive_intro .archive_intro_box ul li {
            width: 20rem;
            margin-right: 8rem; }
            #archive .archive_intro .archive_intro_box ul li a {
              display: block;
              width: 100%; }
    #archive .slide-dots {
      text-align: center;
      margin-top: 30rem; }
      #archive .slide-dots li {
        display: inline-block;
        width: 8rem;
        height: 8rem;
        background: #fff;
        border-radius: 100%;
        margin: 0 2rem; }
        #archive .slide-dots li.slick-active {
          background: #000; }
        #archive .slide-dots li button {
          display: block;
          width: 100%;
          height: 100%;
          background: none;
          font-size: 0;
          border: none;
          padding: 0; }
    #archive .archive_event {
      width: 309rem;
      margin: 0 auto 110rem; }
      #archive .archive_event .archive_event_box {
        position: relative; }
        #archive .archive_event .archive_event_box .archive_event_img {
          width: 100%;
          transform: rotate(8deg); }
        #archive .archive_event .archive_event_box .icon {
          width: 110rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        #archive .archive_event .archive_event_box .archive_event_ttl {
          width: 166rem;
          position: absolute;
          bottom: 13rem;
          right: -20rem; }
    #archive .archive_voice {
      margin-bottom: 0; }
      #archive .archive_voice .slick-track {
        padding: 10rem 0; }
      #archive .archive_voice .archive_voice_box {
        padding: 0 17rem;
        font-weight: bold;
        color: #222222; }
        #archive .archive_voice .archive_voice_box.slick-center .pink {
          transform: rotate(-4deg); }
        #archive .archive_voice .archive_voice_box.slick-center .green {
          transform: rotate(4deg); }
        #archive .archive_voice .archive_voice_box .bg {
          min-height: 285rem;
          box-sizing: border-box;
          padding: 17rem 14.5rem 39rem;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% 100%;
          transition: transform 0.3s ease;
          will-change: transform;
          transform-origin: center center;
          /* 念のため */ }
          #archive .archive_voice .archive_voice_box .bg.pink {
            background-image: url("../img/archive_voice_bg_01.png"); }
          #archive .archive_voice .archive_voice_box .bg.green {
            background-image: url("../img/archive_voice_bg_02.png"); }
          #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0 0 10rem 5rem; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head .archive_voice_box_img {
              width: 59rem;
              margin-right: 8rem; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head dl dt {
              font-size: 10rem;
              line-height: 1.2em;
              margin-bottom: 4rem; }
            #archive .archive_voice .archive_voice_box .bg .archive_voice_box_head dl dd {
              font-size: 16rem;
              line-height: 1.178em; }
          #archive .archive_voice .archive_voice_box .bg .archive_voice_box_txt {
            box-sizing: border-box;
            padding: 28rem 6rem 0;
            font-size: 16rem;
            line-height: 1.6em;
            border-top: solid 1rem #D6D6D6; }

    
    
    .datebase .datebase_ttl {
        width: 269rem;
        margin: 0 auto 35rem;
    }
    .datebase .datebase_sub {
        width: 263rem;
        margin: 0 auto 34rem;
    }
    .datebase .datebase_biko {
        color: #fff;
        width: 350rem;
        margin: 0 auto;
font-weight: 700;
font-style: Bold;
font-size: 12rem;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
        text-align: right;
        margin-bottom: 10rem;
    }
    .datebase .datebase_lists {
        width: 370rem;
        margin: 0 auto;
    }
	
	.datebase .datebase_list {
		margin: 0 10rem;
	}
    
    .datebase .slide-dots {
        margin-top: 45rem;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .datebase .slide-dots li {
        margin: 0 3rem;
    }
    .datebase .slide-dots li.slick-active button {
        background: #222222;
    }
    .datebase .slide-dots li button {
        font-size: 0;
        border: none;
        width: 8rem;
        height: 8rem;
        padding: 0;
        border-radius: 100rem; -webkit-border-radius: 100rem; -moz-border-radius: 100rem;
        background: #FFFFFF;
    }
    
  #system {
    width: 100%;
    background: #EFFDFF; }
    #system .inner .slide-dots {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #system .inner .slide-dots li {
        margin: 0 3rem;
    }
    #system .inner .slide-dots li.slick-active button {
        background: #222222;
    }
    #system .inner .slide-dots li button {
        font-size: 0;
        border: none;
        width: 8rem;
        height: 8rem;
        padding: 0;
        border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px;
        background: #C3C3C3;
    }
    #system .inner .slide-dots {}
    #system .inner {
      width: 370rem;
      margin: 0 auto;
      padding: 112rem 0 50rem; }
      #system .inner .system_ttl {
        text-align: center;
        margin-bottom: 60rem; }
        #system .inner .system_ttl h2 {
          width: 197rem;
          margin: 0 auto 30rem; }
        #system .inner .system_ttl .sec_txt {
          font-size: 24rem;
          line-height: 1.25em;
          font-weight: bold;
          color: #222222; }
          #system .inner .system_ttl .sec_txt .num {
            display: inline-block;
            font-size: 40rem;
            line-height: 1.2em;
            vertical-align: -0.05em;
            color: #B872E3; }
          #system .inner .system_ttl .sec_txt .small {
            display: block;
            font-size: 14rem;
            margin-top: 20rem; }
      #system .inner .system_cont {
		  margin: 0 10rem;
        background: #fff;
        border-radius: 10rem;
        overflow: hidden;
        margin-bottom: 40rem; }
        #system .inner .system_cont:last-child {
          margin-bottom: 0; }
        #system .inner .system_cont .system_cont_ttl {
          font-size: 20rem;
          line-height: 1.25em;
          color: #fff;
          font-weight: bold;
          text-align: center;
          padding: 25rem 0; }
          #system .inner .system_cont .system_cont_ttl.purple {
            background: #B872E3; }
          #system .inner .system_cont .system_cont_ttl.pink {
            background: #FF8BC7; }
          #system .inner .system_cont .system_cont_ttl .ex {
            display: inline-block;
            font-size: 14rem;
            line-height: 1;
            color: #222222;
            padding: 6rem 14rem 5rem;
            border-radius: 100rem;
            background: #fff;
            margin-right: 8rem;
            vertical-align: 0.1em; }
          #system .inner .system_cont .system_cont_ttl .num {
            display: inline-block;
            font-size: 24rem;
            vertical-align: -0.05em; }
        #system .inner .system_cont .system_boxes {
          box-sizing: border-box;
          padding: 40rem 16rem 50rem; }
          #system .inner .system_cont .system_boxes .system_box {
            color: #222222; }
            #system .inner .system_cont .system_boxes .system_box:first-child {
              margin-bottom: 40rem; }
            #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl {
              width: 180rem;
              margin: 0 auto 25rem;
              font-size: 16rem;
              line-height: 1;
              font-weight: bold;
              text-align: center;
              padding: 6rem 0;
              border: solid 1rem;
              border-radius: 100rem; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.purple {
                border-color: #B872E3; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.pink {
                border-color: #FF8BC7; }
              #system .inner .system_cont .system_boxes .system_box .sytem_box_ttl.short {
                width: 75rem;
                font-size: 20rem;
                padding: 10rem 0 8rem;
                margin: 0; }
            #system .inner .system_cont .system_boxes .system_box ul {
              box-sizing: border-box;
              padding: 17rem 0 0 16rem;
              position: relative; }
              #system .inner .system_cont .system_boxes .system_box ul::before {
                position: absolute;
                content: "";
                width: 1rem;
                height: calc( 100% - 12rem );
                top: 0;
                left: 16rem;
                background: #B872E3; }
              #system .inner .system_cont .system_boxes .system_box ul li {
                font-size: 16rem;
                line-height: 1.5em;
                font-weight: bold;
                box-sizing: border-box;
                padding-left: 20rem;
                position: relative; }
                #system .inner .system_cont .system_boxes .system_box ul li:nth-child(n+2) {
                  margin-top: 11rem; }
                #system .inner .system_cont .system_boxes .system_box ul li::before {
                  position: absolute;
                  content: "";
                  width: 16rem;
                  height: 1rem;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #B872E3; }
                #system .inner .system_cont .system_boxes .system_box ul li span {
                  display: inline-block;
                  font-size: 20rem;
                  line-height: 1.2em;
                  color: #B872E3; }
            #system .inner .system_cont .system_boxes .system_box dl {
              font-weight: bold; }
              #system .inner .system_cont .system_boxes .system_box dl dt {
                font-size: 20rem;
                line-height: 1.2em;
                color: #FF8BC7;
                position: relative;
                margin-bottom: 20rem; }
              #system .inner .system_cont .system_boxes .system_box dl dd {
                font-size: 16rem;
                line-height: 1.25em;
                box-sizing: border-box;
                padding-left: 38rem;
                position: relative; }
                #system .inner .system_cont .system_boxes .system_box dl dd::before {
                  position: absolute;
                  content: "";
                  width: 16rem;
                  height: 1rem;
                  left: 16rem;
                  top: 50%;
                  transform: translateY(-50%);
                  background: #FF8BC7; }
                #system .inner .system_cont .system_boxes .system_box dl dd::after {
                  position: absolute;
                  content: "";
                  width: 1rem;
                  height: 25rem;
                  top: -15rem;
                  left: 16rem;
                  background: #FF8BC7; }

  .apply {
    margin-top: -2rem;
    padding: 59rem 0 92rem;
    color: #222222;
    background: url("../img/apply_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .apply.apply02 {
      padding: 58rem 0 36rem;
      background: url("../img/apply_bg_02.png") no-repeat center;
      background-size: cover; }
    .apply .mv_img {
      width: 100%;
      position: absolute;
      transform: rotate(-8deg);
      /* ここが肝 */ }
      .apply .mv_img.top {
        top: 190rem; }
        .apply .mv_img.top img {
          transform: translateX(-140rem); }
      .apply .mv_img.center {
        top: 310rem; }
        .apply .mv_img.center img {
          transform: translateX(-740rem); }
      .apply .mv_img .slide {
        display: flex;
        width: max-content; }
        .apply .mv_img .slide.slide_left {
          animation: scroll-left 25s linear infinite; }
        .apply .mv_img .slide.slide_right {
          animation: scroll-right 25s linear infinite; }
        .apply .mv_img .slide img {
          display: block;
          height: 120rem;
          /* 高さは任意 */
          width: auto; }
    .apply .apply_ob {
      width: 390rem;
      position: absolute;
      top: 20rem;
      left: 0;
      z-index: 2;
      will-change: transform; }
    .apply .apply_txt {
      width: 242rem;
      margin: 0 0 322rem 20rem;
      position: relative;
      z-index: 3; }
    .apply .apply_ttl {
      width: 326rem;
      margin: 0 auto 34rem;
      position: relative;
      z-index: 3; }
    .apply .apply_btn {
      width: 294rem;
      margin: 0 auto 40rem;
      position: relative;
      z-index: 3; }
      .apply .apply_btn a {
        display: block;
        width: 100%;
        font-size: 20rem;
        line-height: 1;
        font-weight: 500;
        color: #fff;
        box-sizing: border-box;
        padding: 21rem 0 21rem 42rem;
        border: solid 1rem #fff;
        border-radius: 100rem;
        background-color: #222222;
        background-repeat: no-repeat;
        background-position: right 43rem center;
        background-size: 20rem;
        background-image: url("../img/apply_btn_icon.png");
        transition: 0.3s; }
        .apply .apply_btn a:hover {
          color: #222222;
          border: solid 1rem #222222;
          background-color: #fff; }
    .apply .apply_box {
      width: 350rem;
      margin: 0 auto;
      padding: 32rem 0 45rem;
      background: #fff;
      border-radius: 10rem;
      position: relative;
      z-index: 3; }
      .apply .apply_box .apply_box_ttl {
        font-size: 20rem;
        line-height: 1.25em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 27rem; }
      .apply .apply_box ul {
        width: 286rem;
        margin: 0 auto; }
        .apply .apply_box ul li {
          font-size: 16rem;
          line-height: 1;
          padding: 15rem 0 15rem 40rem;
          box-sizing: border-box;
          border-radius: 100rem;
          border: solid 1rem #222222;
          background: url("../img/arrow_green.png") no-repeat 23rem center #fff;
          background-size: 9rem; }
          .apply .apply_box ul li:nth-child(n+2) {
            margin-top: 16rem; }
    .apply .apply_line_box {
      width: 350rem;
      margin: 28rem auto 0;
      padding: 39rem 0 30rem;
      background: #58C052;
      border-radius: 10rem;
      position: relative;
      z-index: 3; }
      .apply .apply_line_box.apply_line_box2 {
        background: linear-gradient(111.02deg, #4E60C5 1.65%, #CB38A0 22.35%, #FFA031 91.47%, #F45F56 97.01%); }
      .apply .apply_line_box .apply_line_box_ttl {
        font-size: 20rem;
        line-height: 1.25em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 27rem; }
      .apply .apply_line_box .apply_line {
        width: 294rem;
        margin: 0 auto; }
        .apply .apply_line_box .apply_line a {
          display: block;
          width: 100%;
          font-size: 20rem;
          line-height: 1;
          font-weight: 500;
          color: #fff;
          box-sizing: border-box;
          padding: 21rem 0 21rem 29rem;
          border: solid 1rem #fff;
          border-radius: 100rem;
          background-color: #222222;
          background-repeat: no-repeat;
          background-position: right 31rem center;
          background-size: 20rem;
          background-image: url("../img/apply_btn_icon.png");
          transition: 0.3s; }
          .apply .apply_line_box .apply_line a:hover {
            color: #222222;
            border: solid 1rem #222222;
            background-color: #fff; }

  .sec_bg {
    padding: 120rem 0 140rem;
    background: #222222;
    margin-top: -2rem; }

  #support {
    margin-bottom: 155rem; }
    #support .inner {
      width: 350rem;
      width: 100%;
      margin: 0 auto; }
      #support .inner .support_ttl {
        text-align: center;
        margin-bottom: 80rem; }
        #support .inner .support_ttl h2 {
          width: 238rem;
          margin: 0 auto 35rem; }
        #support .inner .support_ttl .sec_txt {
          font-size: 24rem;
          line-height: 1.5em;
          font-weight: bold;
          color: #fff; }
    #support .support_slider {
      margin: 80rem auto 0; }
      #support .support_slider .support_box {
        box-sizing: border-box;
        padding: 40rem 16rem 58rem;
        color: #222222;
        border-radius: 10rem;
        background: #fff;
        margin: 0 20rem; }
        #support .support_slider .support_box .support_box_img {
          width: 250rem;
          margin: 0 auto 27rem; }
        #support .support_slider .support_box .support_box_ttl {
          font-size: 20rem;
          line-height: 1.2em;
          font-weight: bold;
          text-align: center;
          margin-bottom: 29rem; }
        #support .support_slider .support_box .support_box_sub {
          color: #B872E3;
          font-size: 20rem;
          line-height: 1.2em;
          font-weight: bold;
          text-align: center;
          margin-bottom: 20rem; }
        #support .support_slider .support_box ul li {
          font-size: 16rem;
          line-height: 1.8em;
          box-sizing: border-box;
          padding-left: 18rem;
          background: url("../img/arrow_green.png") no-repeat left 5rem;
          background-size: 9rem; }
      #support .support_slider .slide-dots {
        text-align: center;
        margin-top: 30rem; }
        #support .support_slider .slide-dots li {
          display: inline-block;
          width: 8rem;
          height: 8rem;
          background: #fff;
          border-radius: 100%;
          margin: 0 2rem; }
          #support .support_slider .slide-dots li.slick-active {
            background: #B872E3; }
          #support .support_slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            background: none;
            font-size: 0;
            border: none;
            padding: 0; }

  #photo {
    margin-bottom: 115rem; }
    #photo .inner {
      width: 350rem;
      margin: 0 auto; }
      #photo .inner .photo_ttl {
        text-align: center;
        margin-bottom: 100rem; }
        #photo .inner .photo_ttl h2 {
          width: 118rem;
          margin: 0 auto 20rem; }
        #photo .inner .photo_ttl .sec_txt {
          font-size: 20rem;
          line-height: 1.5em;
          font-weight: bold;
          color: #fff; }
    #photo .photo_slider {
      margin: 80rem auto 0; }
      #photo .photo_slider .photo_box {
        color: #fff; }
        #photo .photo_slider .photo_box dl {
          margin-top: 27rem;
          box-sizing: border-box;
          padding: 0 16rem; }
          #photo .photo_slider .photo_box dl dt {
            font-size: 20rem;
            line-height: 1.2em;
            font-weight: bold;
            box-sizing: border-box;
            padding-left: 29rem;
            background: url("../img/photo_icon.png") no-repeat left center;
            background-size: 21rem;
            margin-bottom: 13rem; }
          #photo .photo_slider .photo_box dl dd {
            font-size: 16rem;
            line-height: 1.5em; }
      #photo .photo_slider .slide-dots {
        text-align: center;
        margin-top: 30rem; }
        #photo .photo_slider .slide-dots li {
          display: inline-block;
          width: 8rem;
          height: 8rem;
          background: #fff;
          border-radius: 100%;
          margin: 0 2rem; }
          #photo .photo_slider .slide-dots li.slick-active {
            background: #FF8BC7; }
          #photo .photo_slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            background: none;
            font-size: 0;
            border: none;
            padding: 0; }

  #info {
    margin-bottom: 115rem; }
    #info .inner {
      width: 350rem;
      margin: 0 auto; }
      #info .inner .info_ttl {
        width: 84rem;
        margin: 0 auto 45rem; }
      #info .inner .info_boxes .info_box {
        color: #fff;
        padding-bottom: 17rem;
        border-bottom: solid 1rem #fff;
        /*&:last-child {
        	padding-bottom: 0;
        	border: none;
        }*/ }
        #info .inner .info_boxes .info_box:nth-child(n+2) {
          margin-top: 24rem; }
        #info .inner .info_boxes .info_box .info_box_head {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 27rem; }
          #info .inner .info_boxes .info_box .info_box_head .info_box_ttl {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .icon {
              margin-right: 8rem;
              width: 16rem; }
              #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .icon.hour {
                width: 21rem; }
            #info .inner .info_boxes .info_box .info_box_head .info_box_ttl .ttl {
              font-size: 20rem;
              line-height: 1.2em;
              font-weight: bold; }
          #info .inner .info_boxes .info_box .info_box_head .info_box_img {
            width: 203rem; }
        #info .inner .info_boxes .info_box .info_box_txt {
          font-size: 16rem;
          line-height: 1.1875em; }

  #faq {
    margin-bottom: 115rem; }
    #faq .inner {
      width: 350rem;
      margin: 0 auto; }
      #faq .inner .faq_ttl {
        width: 200rem;
        margin: 0 auto 36rem; }
      #faq .inner .faq_boxes .faq_box:nth-child(n+2) {
        margin-top: 40rem; }
      #faq .inner .faq_boxes .faq_box .q_box {
        display: inline-block;
        height: 76rem;
        font-size: 20rem;
        line-height: 1.2em;
        font-weight: bold;
        color: #fff;
        box-sizing: border-box;
        padding: 22rem 30rem 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        margin-bottom: 24rem; }
        #faq .inner .faq_boxes .faq_box .q_box.q01 {
          background-image: url("../img/faq_q_bg_01.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q02 {
          background-image: url("../img/faq_q_bg_02.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q03 {
          background-image: url("../img/faq_q_bg_03.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q04 {
          background-image: url("../img/faq_q_bg_04.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q05 {
          display: block;
          width: 103%;
          padding: 22rem 18rem 0 21rem;
          background-image: url("../img/faq_q_bg_05.png"); }
        #faq .inner .faq_boxes .faq_box .q_box.q06 {
          background-image: url("../img/faq_q_bg_06.png"); }
      #faq .inner .faq_boxes .faq_box .a_box {
        width: 298rem;
        margin-left: auto;
        box-sizing: border-box;
        padding: 34rem 0 0 17rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%; }
        #faq .inner .faq_boxes .faq_box .a_box.a01 {
          height: 225rem;
          background-image: url("../img/faq_a_bg_01.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a02 {
          height: 195rem;
          background-image: url("../img/faq_a_bg_02.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a03 {
          height: 147rem;
          background-image: url("../img/faq_a_bg_03.png"); }
        #faq .inner .faq_boxes .faq_box .a_box.a04 {
          height: 117rem;
          background-image: url("../img/faq_a_bg_04.png"); }
        #faq .inner .faq_boxes .faq_box .a_box .a_txt {
          font-size: 16rem;
          line-height: 1.5em;
          font-weight: bold;
          color: #222222; }
        #faq .inner .faq_boxes .faq_box .a_box ul li {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          #faq .inner .faq_boxes .faq_box .a_box ul li:nth-child(n+2) {
            margin-top: 15rem; }
          #faq .inner .faq_boxes .faq_box .a_box ul li .num {
            font-size: 16rem;
            line-height: 1.5em;
            font-weight: bold;
            color: #222222;
            margin-right: 6rem; }

  #flow .inner {
    width: 350rem;
    margin: 0 auto; }
    #flow .inner .flow_ttl {
      width: 140rem;
      margin: 0 auto 37rem; }
    #flow .inner .flow_boxes .flow_box:nth-child(n+2) {
      margin-top: 24rem; }
    #flow .inner .flow_boxes .flow_box dt {
      width: 181rem;
      font-size: 16rem;
      line-height: 1;
      font-weight: bold;
      color: #222222;
      text-align: center;
      padding: 7rem 0 6rem;
      border-radius: 100rem;
      border: solid 1rem;
      background: #fff;
      margin-bottom: 24rem;
      position: relative;
      z-index: 2; }
      #flow .inner .flow_boxes .flow_box dt.purple {
        border-color: #B872E3; }
        #flow .inner .flow_boxes .flow_box dt.purple::before {
          background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dt.pink {
        border-color: #FF8BC7; }
        #flow .inner .flow_boxes .flow_box dt.pink::before {
          background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dt.green {
        border-color: #50D3E0; }
        #flow .inner .flow_boxes .flow_box dt.green::before {
          background: #50D3E0; }
    #flow .inner .flow_boxes .flow_box dd {
      box-sizing: border-box;
      padding-left: 6rem;
      display: flex;
      justify-content: flex-start;
      position: relative; }
      #flow .inner .flow_boxes .flow_box dd:nth-child(n+2) {
        margin-top: 24rem; }
      #flow .inner .flow_boxes .flow_box dd:first-of-type::before {
        position: absolute;
        content: "";
        width: 1rem;
        height: 24rem;
        left: 22rem;
        top: -24rem; }
      #flow .inner .flow_boxes .flow_box dd::after {
        position: absolute;
        content: "";
        width: 1rem;
        height: 100%;
        left: 22rem;
        top: 33rem; }
      #flow .inner .flow_boxes .flow_box dd.purple::before {
        background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dd.purple::after {
        background: #B872E3; }
      #flow .inner .flow_boxes .flow_box dd.pink::before {
        background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dd.pink::after {
        background: #FF8BC7; }
      #flow .inner .flow_boxes .flow_box dd.green::before {
        background: #50D3E0; }
      #flow .inner .flow_boxes .flow_box dd.green::after {
        display: none; }
      #flow .inner .flow_boxes .flow_box dd .num {
        width: 33rem;
        margin-right: 8rem;
        line-height: 0;
        position: relative; }
      #flow .inner .flow_boxes .flow_box dd .txt {
        flex: 1;
        font-size: 20rem;
        line-height: 1.65em;
        font-weight: bold;
        color: #fff; }

  #cta {
    width: 390rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(56rem);
    z-index: 20;
    transition: all 0.3s; }
    #cta.active {
      transform: translateX(-50%) translateY(0); }
    #cta ul {
      display: flex;
      justify-content: space-between; }
      #cta ul li {
        width: 50%;
        text-align: center; }
        #cta ul li a {
          display: block;
          width: 100%;
          font-size: 10rem;
          line-height: 1.4em;
          font-weight: 500;
          color: #222222;
          padding: 20rem 0;
          background: #fff;
          box-sizing: border-box;
          border: solid 1rem #222222; }
          #cta ul li a span {
            display: inline-block;
            padding-left: 20rem;
            background-repeat: no-repeat;
            background-position: left center;
            background-image: url("../img/icon_apply.png");
            background-size: 12rem; }
            #cta ul li a span.line {
              background-image: url("../img/icon_line.png");
              background-size: 14rem; }
        #cta ul li:first-child a {
          border-right: none; }

  footer {
    margin-top: -2rem;
    padding: 52rem 0 66rem;
    background: url("../img/footer_bg.png") no-repeat;
    background-size: cover; }
    footer .footer_logo {
      width: 251rem;
      margin: 0 auto 50rem; }
    footer dl {
      width: 318rem;
      margin: 0 auto; }
      footer dl dt {
        font-size: 14rem;
        line-height: 1.428em;
        font-weight: 500;
        color: #fff; }
        footer dl dt a {
          color: #fff; }
          footer dl dt a:hover {
            text-decoration: underline; }
      footer dl dd {
        font-size: 14rem;
        line-height: 1.428em;
        font-weight: 500;
        color: #fff;
        margin: 4rem 0 20rem; }
    footer .footer_sns {
      width: 318rem;
      margin: 40rem auto 57rem;
      display: flex;
      justify-content: flex-end; }
      footer .footer_sns li {
        width: 20rem;
        margin-left: 8rem; }
        footer .footer_sns li a {
          display: block;
          width: 100%; }
    footer .copyright {
      font-size: 14rem;
      line-height: 1.428em;
      font-weight: 500;
      color: #fff;
      text-align: center;
      padding-top: 8rem;
      border-top: solid 1rem #fff; }

  @keyframes animation1 {
    0% {
      opacity: 0;
      transform: translateY(30rem); }
    100% {
      opacity: 1;
      transform: translateY(0); } }
  @keyframes animation2 {
    0% {
      opacity: 0;
      transform: scale(1.1, 1.1); }
    100% {
      opacity: 1;
      transform: scale(1, 1); } }
  .huwari {
    opacity: 0;
    transform: translateY(30rem); }

  .huwari.is-active {
    animation-name: animation1;
    animation-duration: 0.8s;
    animation-fill-mode: forwards; }

  .huwari2 {
    opacity: 0;
    transform: scale(1.1, 1.1); }

  .huwari2.is-active {
    animation-name: animation2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards; }

  /* 初期状態：下にずらして非表示 */
  .huwari3 {
    overflow: hidden;
    display: block;
    /* img を包む要素が横幅にフィットするように */ }

  .huwari3 h2 {
    overflow: hidden; }

  .huwari3 img {
    display: block;
    transform: translateY(140%);
    /* 下にずらす */
    transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
    /* スムーズに上がる */ }

  .huwari3 .sec_txt {
    display: block;
    transform: translateY(140%);
    /* 下にずらす */
    transition: transform 1.2s cubic-bezier(0.32, 0.1, 0, 1);
    /* スムーズに上がる */ }

  /* _show が付いたら上に移動 */
  .huwari3._show img {
    transform: translateY(0); }

  .huwari3._show .sec_txt {
    transform: translateY(0); } }
