@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rounded+Mplus+1c:wght@400;500;700;800;900&display=swap');
.breadcrumb{
  display: none;
}
#cta{
  display: none;
}
.l-main {
  padding-top: 110px;
}
.headline{
  margin: 5px auto 22px;
}

@media screen and (min-width: 769px){
  .sp-only{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .pc-only{
  display: none;
}
main .headline{
  max-width: 335px;
}
main .c-copy{
    font-size: 19px;
  }
}

/* --------------------------------------------------
  main visual
-------------------------------------------------- */
.main-visual__image{
  position: relative;
  max-width: 1372px;
  padding-inline: 22px;
  margin: 0 auto;
}
.main-visual__image img{
  border-radius: 40px;
}
.main-visual__title{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(24px,calc(24px + (48 - 24) * ((100vw - 375px) / (1440 - 375))),48px);
  font-weight: 800;
  letter-spacing: 0.125em;
  color: #fff;
}
.main-visual__title span{
  position: absolute;
  top: 55px;
  left: 0;
  background: linear-gradient(90deg, #F78DA7 0%, #FFB0C3 100%);
  padding: 8px 24px;
}
.main-visual__title span:nth-of-type(2){
  position: absolute;
  top: 150px;
  left: 0;
}
.main-visual__logo{
  position: absolute;
  max-width: 220px;
  top: -20px;
  right: 0;
}
.main-visual__logo--school{
    right: 21%;
    top: 67%;
    max-width: 859px;
  }
  .main-visual__school-logo-wrap {
  position: absolute;
  right: 21%;
  top: 67%;
  max-width: 859px;
}

.main-visual__logo--school {
  position: static;
  display: block;
}

.main-visual__logo--school img {
  display: block;
  width: 100%;
}

.mv-attention {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.main-visual__slider {
  position: relative;
}

.main-visual__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.main-visual__slide:first-child {
  position: relative;
}

.main-visual__slide.active {
  opacity: 1;
}

.main-visual__slide img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px){
  .l-main {
    padding-top: 0;
  }
  .main-visual{
    padding-top: 40px;
  }
  .main-visual__title span{
    top: 14px;
  }
  .main-visual__title span:nth-of-type(2){
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual{
    padding-top: 100px;
  }
  .main-visual__title span{
    top: -81px;
    padding: 5px 13px;
  }
  .main-visual__title span:nth-of-type(2){
    top: -26px;
  }
  .main-visual__image img{
    border-radius: 15px;
  }
  .main-visual__logo{
    max-width: 100px;
    top: -10px;
  }
  .main-visual__logo--school{
    max-width: 500px;
    width: clamp(316px, 316px + (506 - 316) * ((100vw - 375px) / (768 - 375)), 500px);
    top: clamp(121px, 121px + (271 - 121) * ((100vw - 375px) / (768 - 375)), 271px);
    left: 6%;
  }
  .main-visual__school-logo-wrap {
    width: clamp(316px, calc(316px + (506 - 316) * ((100vw - 375px) / (768 - 375))), 500px);
    top: clamp(121px, calc(121px + (271 - 121) * ((100vw - 375px) / (768 - 375))), 271px);
    left: 6%;
    right: auto;
    max-width: 500px;
  }
  .mv-attention{
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------
  /main visual
-------------------------------------------------- */
/* --------------------------------------------------
  price
-------------------------------------------------- */
.new-price{
  margin: 0 auto;
}
.price{
  padding-block: 43px 86px;
}
.box-camp h4{
  font-size: 36px;
  padding-top: 12px;
}
.title-svg-left{
  margin-right: 50px;
  vertical-align: -20px;
}
.title-svg-right{
  margin-left: 50px;
  vertical-align: -20px;
}
ul.keypoint{
  margin: -24px auto;
}
ul.keypoint .keypoint__limited{
  background: none;
  justify-content: center;
  margin-bottom: 0;
}
ul.keypoint .keypoint__limited .text h5{
  color: #fff;
  text-align: center;
}
ul.keypoint li:last-child{
  justify-content: center;
}
.box-camp-feature ul.keypoint .keypoint__present p{
  border: solid 3px #F78DA7;
  border-radius: 10px;
  max-width: 532px;
  margin: 13px auto 0;
  padding-block: 5px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.keypoint__present .text h5 img{
  max-width: 31px;
  margin-left: 6px;
}
.price-note{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  max-width: 692px;
  margin-bottom: 34px;
}
ul.keypoint li{
  border-radius: 10px;
  border-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .box-camp h4{
    font-size: 28px;
  }
  ul.keypoint .keypoint__limited{
    padding-top: 1em;
  }
  .box-camp-feature ul.keypoint .keypoint__present p{
    padding-inline: 35px;
  }
  .keypoint__present .text h5{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .keypoint__present .text h5 img{
    margin: 0 auto;
  }
  ul.keypoint li:last-child{
    padding: 1em;
  }
  .price-note{
    text-align: left;
    padding-inline: 12px;
  }
  .price{
    padding-bottom: 57px;
  }
  .box-camp h4 svg{
    width: 60px;
    top: -10px;
  }
  .box-camp h4 svg:last-of-type{
    width: 60px;
  }
}
/* --------------------------------------------------
  /price
-------------------------------------------------- */
/* --------------------------------------------------
  about
-------------------------------------------------- */
.section-about{
  background-image: url('../img/top/about-bg.png');
  background-size: cover;
  padding-bottom: 142px;
}
.about-description{
  color: #222222;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 32px;
  font-size: clamp(16px, calc(16px + 2 * ((100vw - 375px) / 1065)), 18px);
  text-align: center;
  margin-top: 16px;
}
.headline-about{
  max-width: 597px;
}
.jdac-info{
  border: solid 4px #92D2EE;
  border-radius: 20px;
  margin-top: 40px;
  padding: 42px 40px 34px;
  background: #fff;
}
.jdac-info__title{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: clamp(20px, calc(20px + 2 * ((100vw - 375px) / 1065)), 24px);
  color: #46C4DB;
  text-align: center;
  letter-spacing: 2px;
}
.jdac-info__logo{
  max-width: 244px;
  margin: 28px auto 0;
}
.jdac-info__contents{
  display: flex;
  margin-top: 16px;
  gap: 3.23%;
}
.jdac-info__text{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  margin-top: 15px;
}
.jdac-license__title{
  font-family: 'Noto Sans JP', sans-serif;
    background-color: #92D2EE;
    color: #fff;
    padding-block: 6px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1.6px;
}
.jdac-license__text{
      font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.6px;
    margin-top: 8px;
}
.jdac-license__card{
  display: flex;
  gap: 20px;
  align-items: center;
}
.jdac-license__image{
    max-width: 100px;
    flex: 0 0 100px;
}
.jdac-license__name{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  font-weight: 700;
}
.jdac-license__card {
  margin-top: 28px;
}

.jdac-license__card:first-of-type {
  margin-top: 8px;
}
.jdac-license__desc{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  color: #222222;
  line-height: auto;
  font-weight: 400;
}
.jdac-achievement__image{
  max-width: 138px;
  margin: 6px auto 0;
}
.jdac-achievement__card:nth-of-type(2) .jdac-achievement__body {
  margin-top: 11px;
}
@media screen and (max-width: 768px){
  .section-about{
  background-image: url('../img/top/sp-about-bg.png');
  padding-bottom: 47px;
}
  .jdac-info{
    padding: 29px 12px 38px;
  }
  .jdac-info__contents{
    display: block;
  }
  .jdac-license__card{
    margin-top: 16px;
  }
  .jdac-license__card{
    gap: 16px;
    align-items: flex-start;
  }
  .jdac-license__name{
    margin-top: -7px;
  }
  .jdac-license__name{
    font-size: 15px;
  }
  .jdac-license__desc{
    font-size: 15px;
  }
  .jdac-license__title{
    margin-top: 30px;
  }
  .about-description{
    font-size: 15px;
  }
   main .c-copy-about{
    font-size: 19px;
  }
}
@media screen and (min-width: 768px){
  .sp-only{
    display: none;
  }
}
/* --------------------------------------------------
  /about
-------------------------------------------------- */
/* --------------------------------------------------
  strengths
-------------------------------------------------- */
.section-strengths{
  background-color: #FFFFF2;
  padding-block: 116px 86px;
}
.headline-strengths{
  max-width: 553px;
}
.jdac-strengths__image{
  max-width: 252px;
}
.jdac-strengths{
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border: 7px solid #6FC8BC;
  border-radius: 20px;
  padding: 32px 40px;
  margin-top: 32px;
}
.jdac-strengths__text{
  font-size: 17.7px;
  line-height: 32px;
  letter-spacing: 1.6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.strengths-video{
  aspect-ratio: 641/358;
  max-width: 641px;
  margin: 13px auto 0;
}
.strengths-video iframe{
  width: 100%;
  height: 100%;
}
.strengths-video-title{
  margin-top: 58px;
}
@media screen and (max-width: 768px){
  .jdac-strengths{
    flex-direction: column;
    padding-inline: 20px;
  }
  .jdac-strengths__text{
    font-size: 15.2px;
  }
  .section-strengths{
    padding-block: 46px 57px;
  }
}
/* --------------------------------------------------
  /strengths
-------------------------------------------------- */
/* --------------------------------------------------
  reason
-------------------------------------------------- */
.headline-reason{
  max-width: 729px;
}
.m-top24{
  margin-top: 24px;
}
.feature .col-02 .number{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 22px;
    background: #fff;
    border-radius: 45px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 800;
    padding: 3px 20px;
}

.feature .col-02 .number span{
    background: linear-gradient(to right, #60B9E0, #44C3B2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature h3{
  margin-top: 13px;
}
.feature .col-02 p{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 768px){
  main .c-copy-reason{
    padding-inline: 20px;
    font-size: 18px;
  }
}
/* --------------------------------------------------
  /reason
-------------------------------------------------- */

/* --------------------------------------------------
  attempt
-------------------------------------------------- */
.section-attempt{
  background-color: #FFFFF2;
  padding-block: 137px 99px
}
.bg-cyan{
  background-color: #F3FFFF;
  margin-top: 70px;
  padding-block: 49px 40px;
}
.headline-attempt{
  max-width: 685px;
}
.attempt-content::after{
  content: "01";
  position: absolute;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #6FC8BC;
  display: block;
  font-size: 65px;
  left: 0;
  top: -90px;
}
.attempt-content__title{
  font-family: 'Noto Sans JP', sans-serif;
  color: #6FC8BC;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
}
.attempt-content__text{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  font-weight: 500;
}
.attempt-content{
  display: flex;
  gap: 34px;
  position: relative;
}
.attempt-box{
  max-width: 480px;
}
.attempt-content-2{
  display: flex;
  flex-direction: row-reverse;
  gap: 34px;
  position: relative;
}
.attempt-content-3{
  display: flex;
  gap: 34px;
  position: relative;
}
.attempt-content-2::after{
  content: "02";
  position: absolute;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #6FC8BC;
  display: block;
  font-size: 65px;
  left: 51.3%;
  top: -90px;
}
.attempt-content-3::after{
  content: "03";
  position: absolute;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #6FC8BC;
  display: block;
  font-size: 65px;
  left: 0;
  top: -90px;
}
.attempt-content__image{
  max-width: 480px;
  margin-top: clamp(-70px,calc(50px + (-70 - 50) * ((100vw - 768px) / (1440 - 768))),50px);
}
.attempt-btn{
    background: linear-gradient(to right, #60B9E0, #44C3B2);
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 1.6px;
    padding: 10px 125px 10px 100px;
    margin-top: 12px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    position: relative;
}
.attempt-btn__icon{
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.attempt-note{
  color: #6FC8BC; 
}
.attempt-price-note{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    max-width: 692px;
    margin-bottom: 34px;
}
@media screen and (max-width: 768px){
  .section-attempt{
    padding-block: 43px 60px;
  }
  .attempt-content{
  flex-direction: column-reverse;
  align-items: center;
}
.attempt-content__image{
  margin-top: 7px;
  max-width: 100%;
}
.attempt-btn{
  width: 100%;
  text-align: center;
}
.attempt-content-2{
  flex-direction: column-reverse;
  align-items: center;
}
.attempt-content-3{
  flex-direction: column-reverse;
  align-items: center;
}
.attempt-content-2::after{
  left: 0;
}
main .c-copy-attempt{
  font-size: 17.4px;
}
.attempt-price-note{
  padding-inline: 12px;
  margin-top: 10px;
  font-size: 13px;
}

}
@media screen and (max-width: 768px) and (min-width: 577px) {
  main .headline-attempt{
  max-width: 495px;
}
}
/* --------------------------------------------------
  /attempt
-------------------------------------------------- */
/* --------------------------------------------------
  cta-group
-------------------------------------------------- */
.btns-title{
  margin-bottom: 0;
}
.cta-group .explain h3{
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1px;
  max-width: 1041px;
  margin: 0 auto 20px;
}
.cta-group .explain p{
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1.6px;
  max-width: 992px;
  margin: 0 auto 20px;
}
.cta-group .explain{
  max-width: 1041px;
  margin: 0 auto 20px;
}
.cta-group .explain span{
  max-width: 992px;
  margin: 0 auto;
  display: block;
}
.shop-info-box{
  margin-top: 0;
}
.btns .btn-line{
  padding-block: 8px;
}
.btns .btn .number{
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.btns .btn .number span{
  margin-top: 0;
}
.btns .btn-phone{
  padding-block: 6px;
}
.shop-info-box{
  padding-block: 35px 3px;
}
@media screen and (max-width: 768px){
  .explain p,.explain span {
  padding-inline: 20px;
}
}
/* --------------------------------------------------
  /cta-group
-------------------------------------------------- */
/* --------------------------------------------------
  class
-------------------------------------------------- */
.btn-close{
  right: 24px;
  top: 20px;
}
.c-copy{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}
.headline-outline{
  margin-bottom: 24px;
  padding-bottom: 0;
  font-weight: 500;
}
.p-class__contents{
  margin-top: 22px;
}
.variety-class{
  width: 100%;
}
.otona-cta{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1.6px;
  padding: 22px 92px 22px 131px;
  background: #A49AC6;
  color: #fff;
  border-radius: 76px;
  display: block;
  width: fit-content;
  margin: 34px auto 0;
  position: relative;
}
.otona-cta::before{
  content: "";
  display: block;
  position: absolute;
  width: 108.64px;
  aspect-ratio: 218 / 234;
  left: 20px;
  bottom: 0;
  background: url(../img/top/adult-woman-class.png) no-repeat center / contain;
}
.otona-cta::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2.6px solid #fff;
  border-right: 2.6px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  right: 50px;
  top: 46px;
}
.headline-class{
  max-width: 216px;
}
  
@media screen and (max-width: 768px){
  main .c-copy-class{
    font-size: 16.3px;
  }
  .otona-cta{
    font-size: 19px;
    padding: 16px 61px 16px 102px;
  }
  .otona-cta::before{
    left: 5px;
  }
  .otona-cta::after{
    right: 30px;
    top: 43px;
  }
  main .headline-class{
    max-width: 156px;
  }
}
/* --------------------------------------------------
  /class
-------------------------------------------------- */
/* --------------------------------------------------
  lesson
-------------------------------------------------- */
.section-lesson{
  background-color: #FFFFF2;
}
.headline-lesson{
  max-width: 260px;
}
.p-top__lesson .p-lesson__body .p-lesson__title:before{
  display: none;
}
.p-top__lesson{
  padding-block: 70px 115px;
}
.p-top__lesson .p-lesson__body .p-lesson__title:after{
  display: none;
}
.p-top__lesson .p-lesson__body .p-lesson__title{
  margin-bottom: 13px;
}
.p-lesson__title-box{
  background-color: #46C2B4;
  color: #fff;
  padding-block: 10px 15px;
}
.p-top__lesson .p-lesson__body .p-lesson__flow{
  margin: 0;
  background: #fff;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow1{
  background-color: #46C2B4;
  margin-top: -1px;
  position: relative;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow1:before{
  border-top: 33px solid #fff;
  z-index: 4;
}

.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow1:after{
  content: "";
  position: absolute;
  left: 2px;
  bottom: -30px;
  width: 0;
  height: 0;
  border-top: 31px solid #46C2B4;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
   z-index: 5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left:before{
  bottom: -33px;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow1{
  border-left: none;
  color: #46C2B4;
  font-size: 24px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title{
  padding: 0;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__inner{
  flex-direction: row-reverse;
  gap: 31px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__text{
  font-size: 15.5px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right{
  padding-block: 17px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left span{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left{
  width: 80px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow2{
  background-color: #4CC1BE;
  position: relative;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow2{
  border-left: none;
  font-size: 24px;
  color: #4CC1BE;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow2:before{
      border-top: 33px solid #fff;
    z-index: 4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow2:after{
      content: "";
    position: absolute;
    left: 2px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 31px solid #4CC1BE;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    z-index: 5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow3{
  background: #50C0C5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow3:before{
    border-top: 33px solid #fff;
    z-index: 4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow3::after{
    content: "";
    position: absolute;
    left: 2px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 31px solid #50C0C5;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    z-index: 5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow3{
  border-left: none;
  font-size: 24px;
  color: #50C0C5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left span{
  letter-spacing: 0;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow4{
  background: #55BDCC;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow4:before{
  border-top: 33px solid #fff;
    z-index: 4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow4::after{
  content: "";
    position: absolute;
    left: 2px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 31px solid #55BDCC;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    z-index: 5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow4{
  border-left: none;
  font-size: 24px;
  color: #55BDCC;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow5{
  background: #59BCD4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow5:before{
  border-top: 33px solid #fff;
  z-index: 4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow5::after{
  content: "";
    position: absolute;
    left: 2px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 31px solid #59BCD4;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    z-index: 5;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow5{
  border-left: none;
  font-size: 24px;
  color: #59BCD4;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left.-flow6{
  background: #5EBADD;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title.-flow6{
  border-left: none;
  font-size: 24px;
  color: #5EBADD;
}
.p-top__lesson .p-lesson__body{
  border-right: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right{
  padding: 0;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__inner{
  border-bottom: 2px solid #D9D9D9;
  padding-block: 16px;
  margin-left: 40px;
}
.p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right{
  border-bottom: none;
}
.p-top__lesson .p-lesson__body .p-flow__flex:last-child .p-flow__right .p-flow__inner {
  border-bottom: none;
}
@media screen and (max-width: 768px){
  main .headline-lesson{
    max-width: 188px;
  }
  .p-top__lesson{
    padding-block: 8px 57px;
  }
  .p-top__lesson .p-lesson__body{
    margin-inline: 20px;
  }
  .p-top__lesson .p-lesson__body .p-lesson__title {
    margin-bottom: 0;
}
.p-top__lesson .p-lesson__body .p-lesson__sub-title {
        font-size: 10.4px;
        letter-spacing: 0.97px;
    }
    .p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__title[class*="-flow"]{
  font-size: 14px;
  margin-bottom: 9px;
}
    .p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__text{
      font-size: 9.66px;
    }
    .p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right .p-flow__inner{
      margin-left: 6.86px;
      display: flex;
      padding-block: 12px;
      gap: 13.66px;
    }
    .p-top__lesson .p-lesson__body .p-flow__flex .p-flow__left{
      width: 29px;
    }
    .p-top__lesson .p-lesson__body .p-flow__flex .p-flow__right{
      width: 90%;
    }
    .p-top__lesson .p-lesson__body .p-flow__flex:not(:last-child) .p-flow__left:before{
      bottom: -13px;
      border-top-width: 13px;
      border-left-width: 14.5px;
      border-right-width: 14.5px;
    }

    .p-top__lesson .p-lesson__body .p-flow__flex:not(:last-child) .p-flow__left:after{
      left: 0;
      bottom: -11px;
      border-top-width: 12px;
      border-left-width: 14.5px;
      border-right-width: 14.5px;
    }
  }
/* --------------------------------------------------
  /lesson
-------------------------------------------------- */
/* --------------------------------------------------
  g_value
-------------------------------------------------- */
.section-g_value{
  padding-block: 90px 122px;
}
.headline-g_value{
  max-width: 216px;
}
.c-copy-g_value{
  margin-bottom: 22px;
}
.g_value-text{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 33px;
}
.g_value-button{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 14px 171px 14px 120px;
  background: #6FC8BC;
  color: #fff;
  width: fit-content;
  margin: 20px auto 0;
  display: block;
  border-radius: 10px;
  position: relative;
}

.g_value-button::after{
  content: "";
  position: absolute;
  right: 27%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-70%) rotate(45deg);
}
.dashed-line{
  position: relative;
  padding-bottom: 97px;
  max-width: 992px;
  margin: 0 auto;
}
.dashed-line::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle, #F78DA7 2.5px, transparent 2.5px);
  background-size: 14px 5px;
  background-repeat: repeat-x;
}
.g_value-osaka{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  background: #F78DA7;
  padding: 12px 180px;
  border-radius: 70px;
  max-width: 604px;
  margin: 49px auto 0;
  color: #fff;
  position: relative;
}
.g_value-osaka::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 24px solid #F78DA7;
}
.g_value-osaka-text{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 1.6px;
  color: #F78DA7;
  text-align: center;
  margin-top: 28px;
}
.banner_jyoseicard{
  max-width: 604px;
  width: 100%;
  display: block;
  margin: 15px auto 0;
}
.banner_jyoseicard img{
  display: block;
  width: 100%;
  height: auto;
}
.recruit-text{
  letter-spacing: 1.6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.box-pink .flex .text .btn a{
  background: #F78DA7;
  padding: 15px 60px;
}
@media screen and (max-width: 768px){
  .section-g_value{
  padding-block: 38px 109px;
}
  main .headline-g_value{
  max-width: 156px;
}
.g_value-text{
  font-size: 16px;
  padding-inline: 20px;
}
.g_value-button{
  padding-inline: 46px 60px;
}
.dashed-line{
  padding-inline: 20px;
  padding-bottom: 48px;
}
.g_value-button::after{
  right: 10%;
}
.dashed-line::after{
  width: 90%;
  left: 5%;
}
.g_value-osaka{
  padding: 12px 47px;
  margin-top: 30px;
  width: fit-content;
}
.g_value-osaka-text{
  font-size: 18px;
  padding-inline: 20px;
}
}
/* --------------------------------------------------
  /g_value
-------------------------------------------------- */
/* --------------------------------------------------
  school
-------------------------------------------------- */
.section-school{
  background-color: #FFFFF2;
  padding-block: 86px;
}
.headline-school{
  max-width: 612px;
}
@media screen and (max-width: 768px){
  .headline-school{
    max-width: 336px;
}
main .c-copy-school{
  font-size: 17px;
}
.section-school{
  padding-block: 45px 1px;
}
}
/* --------------------------------------------------
  /school
-------------------------------------------------- */
/* --------------------------------------------------
  faq
-------------------------------------------------- */
.faq{
  background-color: #FFFFF2;
}
.headline-faq{
  max-width: 260px;
}
.p-top__faq .p-faq__body .p-faq__content{
  margin: 60px 5% 0;
  padding: 0;
  background: #fff;
}
.toggle-box{
  padding: 0 5px;
}

@media screen and (max-width: 768px){
  main .headline-faq{
  max-width: 188px;
}
.p-top__faq .p-faq__body .p-faq__content{
  padding-top: 0;
}
}
/* --------------------------------------------------
  /faq
-------------------------------------------------- */
/* --------------------------------------------------
  voice
-------------------------------------------------- */
.voice-card__label{
  font-family: "M PLUS Rounded 1c", sans-serif;
  top: -39px;
  font-size: 37px;
  background: linear-gradient(to right, #60B9E0, #44C3B2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-pink h4{
  color: #F78DA7;
  font: 700 32px/1.5 'Meiryo', sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.headline-voice{
  max-width: 216px;
}
@media screen and (max-width: 768px){
  .voice-card__label{
    font-size: 24px;
    top: 10px;
  }
  .box-pink h4{
    font-size: 26px;
  }
  .box-pink .flex .text .btn a{
    width: 100%;
    padding-inline: 21px;
    font-size: 19px;
  }
  main .headline-voice{
    max-width: 156px;
  }
  .voice-card__img{
    max-width: 202px;
  }
  .voice-card-reverse .voice-card__img{
    max-width: 202px;
  }
}
/* --------------------------------------------------
  /voice
-------------------------------------------------- */
/* --------------------------------------------------
  news
-------------------------------------------------- */
.headline-news {
  max-width: 641px;
}

.news-slider {
  position: relative;
  max-width: 993px;
  margin: 40px auto 0;
}

.news-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
}

.news-card {
  box-sizing: border-box;
  display: block;
  width: 31.22%;
  max-width: 310px;
  padding: 20px;
  border: solid 5px #6FC8BC;
  border-radius: 20px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.news-card__image {
  max-width: 270px;
  aspect-ratio: 270 / 165;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__date {
  display: block;
  font-weight: 700;
  margin-top: 20px;
}

.news-card__title {
  font-weight: 500;
  min-height: 128px;
  margin-top: 8px;
  font-size: 15.3px;
}

.news-card__more {
  text-align: right;
  padding-right: 17px;
  position: relative;
}
.news-card__more::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.news-slider__button {
  display: none;
}

.news-button{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.6px;
  background: #6FC8BC;
  padding: 15px 70px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 30px;
  display: block;
}
.p-top__news{
  padding-block: 100px 47px;
}
@media screen and (max-width: 768px) {

  .news-sp {
    width: 100vw;
    max-width: none;
    margin-top: 40px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
  }

  .news-sp .news-card {
    width: 295px;
    min-width: 295px;
    max-width: 295px;
    flex: 0 0 295px;
    padding: 15px;
  }

  .news-sp .news-card__image {
    max-width: 255px;
  }

  .news-sp .news-slider__button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 46px;
    height: 46px;
    border: 2px solid #6FC8BC;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
  }

  .news-sp .news-slider__button--prev {
    left: 1px;
  }

  .news-sp .news-slider__button--next {
    right: 1px;
  }

  .news-sp .news-slider__button::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #6FC8BC;
    border-right: 3px solid #6FC8BC;
  }

  .news-sp .news-slider__button--prev::before {
    transform: rotate(-135deg);
    margin-left: 5px;
  }

  .news-sp .news-slider__button--next::before {
    transform: rotate(45deg);
    margin-right: 5px;
  }
  .news-card__image img{
    width: 100% !important;
  }

}


/* --------------------------------------------------
  /news
-------------------------------------------------- */
/* --------------------------------------------------
  recruit
-------------------------------------------------- */
#recruit {
    padding: 151px 0;
}
/* --------------------------------------------------
  /recruit
-------------------------------------------------- */
/* --------------------------------------------------
  partnership
-------------------------------------------------- */
.partnership-group{
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
}
.partnership-item{
  position: relative;
  background: url("../img/top/partnership1.png") center center / cover no-repeat;
  width: 50%;
  padding-block: 71px 53px;
  color: #fff;
}
.partnership-group .partnership-item2{
  background: url("../img/top/partnership2.png") center center / cover no-repeat;
}
.partnership-item > * {
  position: relative;
  z-index: 2;
}
.partnership-item::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 22, 28, 0.8);
  z-index: 1;
}
.partnership-text{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.6px;
}
.partnership-title{
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.6px;
  margin-top: 30px;
  text-align: center;
}
.partnership-button{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.6px;
  border: 1px solid #fff;
  padding: 13px 91px 15px 71px;
  width: fit-content;
  margin: 42px auto 0;
  position: relative;
  display: block;
  color: #fff;
}
.partnership-button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px){
  .partnership-group{
    display: block;
  }
  .partnership-item{
  background: url("../img/top/sp-partnership1.png") center center / cover no-repeat;
  width: 100%;
  padding-block: 51px 59px;
}
.partnership-group .partnership-item2{
  background: url("../img/top/sp-partnership2.png") center center / cover no-repeat;
  padding-block: 37px 49px;
}
.partnership-title{
  font-size: 24px;
}
.partnership-button{
  margin-top: 31px;
}
.partnership-title{
  margin-top: 20px;
}
}
@media screen and (min-width: 999px){
 .under-999{
  display: none;
 }
}
/* --------------------------------------------------
  /partnership
-------------------------------------------------- */