@charset "UTF-8";
/*--------------------------------
width
--------------------------------*/
/*--------------------------------
レスポンシブ
--------------------------------*/
/* タブレット・SP */
/* PC */
/* SP */
@media (max-width: 767px) {
  .nosp {
    display: none !important;
  }
  .nopc {
    display: block;
  }
}
/* PC */
@media (min-width: 768px) {
  .nosp {
    display: block;
  }
  .nopc {
    display: none !important;
  }
}


/* =====================================
	main
===================================== */

.visual{
  width: 100%;
}

.visual h1{
  width: 100%;
  height: 40.625vw;
  background: url("/img/top/visual01.jpg") center;
  background-size: cover;
  text-indent: -9999px;
}

.visual p{
  width: 100%;
  padding: 18px 40px 24px;
  background: #00125d;
}

.visual p img{
  margin: 0 auto;
}

.visual .cpbnr {
  width: 100%;
  background: #ADB3D5;
}

.visual .cpbnr img{
  margin: 0 auto;
}

.cv{
  width: 100%;
  background: #bbc2db;
  padding: 26px 40px 34px;
}

.cv ul{
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}

.cv ul li{
  width: 48.7273%;
}

.cv ul li img{
  width: 100%;
  filter: drop-shadow(8px 8px 0px #93a3cd);
}

#lead{
  width: 100%;
  padding: 100px 40px 150px;
  background: url("/img/top/bg01.png");
}

#lead dl{
  width: 100%;
  max-width: 870px;
  background: #fff;
  border-radius: 72px;
  position: relative;
  padding: 52px 40px 131px;
  margin: 0 auto 84px;
}

#lead dl::before{
  content: "";
  background: url("/img/top/decoration01@2x.png");
  background-size: cover;
  width: 108px;
  height: 103px;
  position: absolute;
  top: 265px;
  right: -25px;
}

#lead dl::after{
  content: "";
  background: url("/img/top/illust01@2x.png");
  background-size: cover;
  width: 532px;
  height: 145px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}

#lead dl dt{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  color: #1a274c;
  line-height: 1.60933;
  margin-bottom: 20px;
}

#lead dl dt::before{
  content: "";
  background: url("/img/top/huki01.png");
  background-size: 141px auto;
  width: 141px;
  height: 133px;
  position: absolute;
  top: -54px;
  left: -31px;
}

#lead dl dd{
  text-align: center;
  font-size: 1.8rem;
  color: #1a274c;
  line-height: 2.11;
}

#lead img{
  margin: 0 auto;
  max-width: 100%;
}

#about{
  background: #00125d;
  padding: 43px 40px 289px;
  position: relative;
  overflow-x: clip;
}

#about::before{
  content: "";
  width: 110%;
  height: 100%;
  background: #00125d url("/img/top/bg02.png") center top repeat-x;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(8deg) translateX(-50%);
  transform-origin: center top;
}

#about h2 img{
  margin: 0 auto 98px;
  position: relative;
  padding-right: min(20.7179487vw, 202px);
}

#about h3 img{
  margin: 0 auto 83px;
  position: relative;
}

#about h4 img{
  margin: 0 auto 38px;
}

#about p{
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.0833;
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #606b9a;
}

#about h5 img{
  margin: 0 auto 30px;
  position: relative;
}

#about ul{
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}

#about ul li{
  width: 30.545%;
}

#feature{
  background: #fff;
  padding: 4px 0 0;
  position: relative;
  overflow-x: clip;
}

#feature::before{
  content: "";
  width: 110%;
  height: 100%;
  background: #fff url("/img/top/bg04.png") center top repeat-x;
  position: absolute;
  top: -284px;
  left: 50%;
  transform: rotate(-8deg) translateX(-50%);
  transform-origin: center top;
}

#feature h2 img{
  margin: 0 auto 68px;
  position: relative;
}

#feature > ul{
  position: relative;
  width: 100%;
}

#feature > ul::before{
  content: "";
  background: url("/img/top/decoration02.png");
  background-size: 137px auto;
  width: 137px;
  height: 133px;
  position: absolute;
  top: -97px;
  left: 50%;
  margin-left: -374px;
  z-index: 5;
}

#feature > ul::after{
  content: "";
  background: url("/img/top/decoration03.png");
  background-size: 112px;
  width: 112px;
  height: 162px;
  position: absolute;
  top: -128px;
  left: 50%;
  margin-left: 260px;
}

#feature > ul > li{
  width: 100%;
  padding: 78px 40px 66px;
  background: #fff6ae;
}

#feature > ul > li:nth-child(even){
  padding: 78px 40px 118px;
  background: #fffad6;
}

#feature > ul > li .inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature > ul > li .inner h3{
  width: 49.6364%;
}

#feature > ul > li .inner p{
  width: 45.454%;
  font-size: 1.8rem;
  line-height: 2.0833;
  padding-top: 18px;
  color: #00125d;
  margin-bottom: 43px;
}

#feature > ul > li ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#feature > ul > li ul li{
  width: 32.7273%;
}

#feasible{
  background: url("/img/top/bg02.png") center top repeat-x;
  padding: 183px 40px 144px;
}

#feasible img{
  margin: 0 auto;
}

#feasible h2 img{
  margin: 0 auto 72px;
  padding-left: 80px;
}

#feasible h3 img{
  margin: 0 auto 52px;
}

#curriculum{
  background: url("/img/top/bg01.png");
  padding: 35px 40px 150px;
}

#curriculum h2 img{
  margin: 0 auto 37px;
  padding-left: 93px;
}

#curriculum p img{
  margin: 0 auto 72px;
}

#curriculum p + picture img{
  margin: 0 auto 40px;
}


.cv.cv02{
  padding: 38px 40px 310px;
}

.cv.cv02 h2 img {
  margin: 0 auto 95px;
  padding-left: 36px;
}

.cv.cv02 ul li{
  position: relative;
}

.cv.cv02 ul li::before {
  content: "";
  background: url("/img/top/illust02@2x.png");
  background-size: cover;
  width: 208px;
  height: 87px;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.cv.cv02 ul li:nth-child(2)::before {
  background: url("/img/top/illust03@2x.png");
  background-size: cover;
  width: 166px;
  height: 92px;
  top: -85px;
}

#voice{
  background: #00125d;
  padding: 0 40px 234px;
  position: relative;
  overflow-x: clip;
}

#voice::before{
  content: "";
  width: 110%;
  height: 100%;
  background: #00125d url("/img/top/bg02.png") center top repeat-x;
  position: absolute;
  top: -298px;
  left: 50%;
  transform: rotate(-8deg) translateX(-50%);
  transform-origin: center top;
}

#voice h2{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  transform: translateY(-40px);
}

#voice h2 img{
  margin: 0 0 0 auto;
  position: relative;
}

#voice dl{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#voice dl div{
  width: 100%;
  min-height: 290px;
  background: #ccd0df url("/img/top/bg03.png") center top 12px no-repeat;
  border-left: 15px solid #ccd0df;
  border-right: 15px solid #ccd0df;
  padding: 88px 30px 48px 250px;
  position: relative;
  margin-bottom: 32px;
}

#voice dl div:last-child{
  margin-bottom: 0;
}

#voice dl div:nth-child(even){
  background: #fff6ae url("/img/top/bg03.png") center top 12px no-repeat;
  border-left: 15px solid #fff6ae;
  border-right: 15px solid #fff6ae;
}

#voice dl div::before{
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  top: 58px;
  left: 34px;
}

#voice dl div:nth-child(1)::before{
  background: url("/img/top/voice02.svg");
}

#voice dl div:nth-child(2)::before{
  background: url("/img/top/voice03.svg");
}

#voice dl div:nth-child(3)::before{
  background: url("/img/top/voice04.svg");
}

#voice dl div:nth-child(4)::before{
  background: url("/img/top/voice05.svg");
}

#voice dl div dt{
  font-size: 2.0rem;
  font-weight: bold;
  color: #00125d;
  line-height: 1;
  margin-bottom: 20px;
}

#voice dl div dd{
  font-size: 1.6rem;
  color: #00125d;
  line-height: 1.8125;
}

#access{
  padding: 94px 40px 200px;
  position: relative;
  overflow-x: clip;
  z-index: 5;
}

#access::before {
  content: "";
  width: 110%;
  height: 70%;
  background: #fff url("/img/top/bg04.png") center bottom repeat-x;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: rotate(-8deg) translateX(-50%);
  transform-origin: center bottom;
}

#access h2 img{
  margin: 0 auto 50px;
  position: relative;
}

#access .inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#access .inner .address{
  width: 50%;
}

#access .inner .address img{
  border-radius: 20px;
}

#access .inner .address dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  font-size: 1.7rem;
  font-weight: normal;
}

#access .inner .address dl dt{
  width: 30%;
  line-height: 1.67;
  color: #00125d;
}

#access .inner .address dl dd {
  width: 70%;
  line-height: 1.67;
  color: #00125d;
}

#access .inner .map{
  position: relative;
  width: 48.181%;
  height: 0;
  padding-top: 30.637%;
}

#access .inner .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .inner .map picture{
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#flow{
  padding: 153px 40px 112px;
  background: url("/img/top/bg01.png");
  margin-top: -170px;
}

#flow h2{
  width: 100%;
  max-width: 1208px;
  margin: 0 auto 34px;
}

#flow h2 img{
  margin: 0 0 0 auto;
}

#flow dl{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#flow dl div{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

#flow dl div:last-child{
  margin-bottom: 0;
}

#flow dl div dt{
  padding: 18px 20px 18px 10px;
  background: #fff;
  display: flex;
  align-items: center;
}

#flow dl div dd{
  padding: 15px 50px 15px 20px;
  font-size: 1.7rem;
  color: #00125d;
  line-height: 1.88235;
  background: #fff6ae;
  display: flex;
  align-items: center;
  width: calc(100% - 368px);
}

#faq{
  padding: 153px 40px 160px;
  position: relative;
}

#faq h2 img{
  margin: 0 auto 60px;
  padding-right: 17px;
}

#faq dl{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#faq dl div{
  margin-bottom: 25px;
}

#faq dl div:last-child{
  margin-bottom: 0;
}

#faq dl div dt{
  width: 100%;
  background: #bac7df;
  padding: 40px 120px 34px 146px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #00125d;
  position: relative;
  cursor: pointer;
}

#faq dl div dt::before{
  content: "Q";
  font-size: 4.0rem;
  line-height: 1;
  position: absolute;
  top: 28px;
  left: 50px;
}

#faq dl div dt::after{
  content: "";
  background: url("/img/top/arrow01.svg");
  background-size: cover;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 60px;
}

#faq dl div dt.active::after{
  transform: translateY(-50%) rotate(0);
}

#faq dl div dd{
  width: 100%;
  padding: 34px 45px 22px 146px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  display: none;
}

#faq dl div dd::before{
  content: "A";
  font-size: 4.0rem;
  line-height: 1;
  color: #00125d;
  font-weight: 900;
  position: absolute;
  top: 34px;
  left: 50px;
}

.cv.cv03{
  padding: 38px 40px 80px;
}

.cv.cv03 h2 img {
  margin: 0 auto 95px;
  padding-left: 36px;
}

.cv.cv03 ul li{
  position: relative;
}

.cv.cv03 ul li::before {
  content: "";
  background: url("/img/top/illust02.png");
  width: 208px;
  height: 87px;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.cv.cv03 ul li:nth-child(2)::before {
  background: url("/img/top/illust03.png");
  width: 166px;
  height: 92px;
  top: -85px;
}

@media screen and (max-width: 768px) {

  /* =====================================
	main
===================================== */

  .visual h1{
    width: 100%;
    height: 99.2vw;
    background: url("/img/top/sp/visual01.jpg") center;
    background-size: cover;
  }

  .visual p{
    padding: 3.90625vw 0 4.533vw;
  }

  .visual p img{
    width: 89.97395833vw;
  }

  .cv{
    padding: 9.067vw 0;
  }

  .cv ul{
    margin: 0 auto;
    width: 91.733vw;
    display: block;
  }

  .cv ul li{
    width: 100%;
    margin-bottom: 3.067vw;
  }

  .cv ul li:last-child{
    margin-bottom: 0;
  }

  .cv ul li img{
    filter: drop-shadow(1.3vw 1.3vw 0px #93a3cd);
  }

  #lead{
    padding: 26.302vw 0 25.854167vw;
    background: url("/img/top/bg01.png");
    background-size: 4.9479167vw auto;
  }

  #lead dl{
    border-radius: 13vw;
    padding: 10.026vw 0 23.4375vw;
    margin: 0 auto 18.229167vw;
  }

  #lead dl::before{
    display: none;
  }

  #lead dl::after{
    background: url("/img/top/illust01@2x.png");
    background-size: 90.7552vw auto;
    width: 90.7552vw;
    height: 24.7395833vw;
    bottom: -6.770833vw;
  }

  #lead dl dt{
    font-size: 5.20833vw;
    margin-bottom: 2.34375vw;
  }

  #lead dl dt::before{
    background: url("/img/top/huki01.png");
    background-size: 20.0520833vw auto;
    width: 20.0520833vw;
    height: 19.0104167vw;
    top: -12.63vw;
    left: 5.20833vw;
  }

  #lead dl dd{
    font-size: 3.645833vw;
    padding: 0 5.2vw;
    letter-spacing: 0;
  }

  #lead img{
    max-width: 86.71875vw;
  }

  #about{
    padding: 0 0 39.3229167vw;
  }

  #about::before{
    width: 100%;
    height: 24.7395833vw;
    background: url("/img/top/sp/bg02.png") center top repeat-x;
    background-size: cover;
    position: absolute;
    top: -24.7395833vw;
    transform: rotate(0) translateX(-50%);
  }

  #about h2 img{
    margin: 0 auto 8.984375vw;
    position: relative;
    padding: 0 10.4167vw 0 0;
    transform: translateY(-0.78125vw);
    width: calc(80.33854167vw + 10.4167vw);
  }

  #about h3 img{
    margin: 0 auto 10.546875vw;
    width: 89.5833vw;
  }

  #about h4 img{
    margin: 0 0 6.770833vw 4.9479167vw;
    width: 82.16145833vw;
  }

  #about p{
    font-size: 3.515625vw;
    line-height: 2.0833;
    width: 89.97395833vw;
    margin: 0 auto 10.4167vw;
    padding-bottom: 8.59375vw;
  }

  #about h5 img{
    width: 64.84375vw;
    margin: 0 auto 5.729167vw;
  }

  #about .pic{
    margin: -3.2552vw auto 0;
    width: 91.796875vw;
  }

  #about ul{
    margin: 7.5520833vw auto 0;
    display: block;
    width: 73.828125vw;
  }

  #about ul li{
    width: 100%;
    margin-bottom: 4.6875vw;
  }

  #about ul li:last-child{
    margin-bottom: 0;
  }

  #feature{
    padding: 0;
  }

  #feature::before{
    width: 100%;
    height: 29.03645833vw;
    background: url("/img/top/sp/bg04.png") center top repeat-x;
    background-size: 100% auto;
    position: absolute;
    top: -29.03645833vw;
    transform: rotate(0) translateX(-50%);
  }

  #feature h2 img{
    margin: 0 auto;
    width: 90.8854167vw;
  }

  #feature > ul::before{
    display: none;
  }

  #feature > ul::after{
    display: none;
  }

  #feature > ul > li{
    padding: 18.229167vw 0 13.54167vw;
  }

  #feature > ul > li:nth-child(even){
    padding: 18.229167vw 0 23.4375vw;
  }

  #feature > ul > li .inner{
    display: block;
  }

  #feature > ul > li .inner h3{
    width: auto;
  }

  #feature > ul > li:nth-child(1) .inner h3 img{
    width: 89.97395833vw;
    padding-left: 2.8645833vw;
  }

  #feature > ul > li:nth-child(2) .inner h3 img{
    width: 77.99479167vw;
    padding-left: 2.8645833vw;
  }

  #feature > ul > li:nth-child(3) .inner h3 img{
    width: 92.31770833vw;
    padding-left: 2.8645833vw;
  }

  #feature > ul > li .inner p{
    width: 89.58333vw;
    font-size: 3.515625vw;
    padding-top: 4.9479167vw;
    margin: 0 auto;
  }

  #feature > ul > li ul{
    display: block;
    width: 67.96875vw;
    margin: 13.020833vw auto 0;
  }

  #feature > ul > li ul li{
    width: 100%;
    margin-bottom: 6.51vw;
  }

  #feature > ul > li ul li:last-child{
    margin-bottom: 0;
  }

  #feature > ul > li .inner p + picture img{
    width: 89.58333vw;
    padding-top: 5.46875vw;
    margin: 0 auto;
  }

  #feasible{
    background: url("/img/top/bg02.png") center top repeat-x;
    background-size: auto 10.4167vw;
    padding: 27.604167vw 0 18.75vw;
  }

  #feasible h2 img{
    margin: 0 auto 7.8125vw;
    padding-left: 0;
    width: 78.125vw;
  }

  #feasible h3 img{
    margin: 0 auto 8.854167vw;
    width: 90.49479167vw;
  }

  #feasible h3 + picture img{
    margin: 0 auto;
    width: 89.71354167vw;
  }

  #curriculum{
    background: url("/img/top/bg01.png");
    background-size: 4.9479167vw auto;
    padding: 8.854167vw 0 12.36979167vw;
  }

  #curriculum h2 img{
    margin: 0 auto 4.6875vw;
    padding-left: 0;
    width: 86.45833vw;
  }

  #curriculum p img{
    margin: 0 auto 8vw;
    width: 77.21354167vw;
  }

  #curriculum p + picture img{
    margin: 0 auto 5.9895833vw;
    width: 90.104167vw;
  }

  .cv.cv02{
    padding: 11.45833vw 0 28.125vw;
  }

  .cv.cv02 h2 img {
    margin: 0 auto 16.9270833vw;
    padding-left: 5.078125vw;
    width: 81.640625vw;
  }

  .cv.cv02 ul li {
    margin-bottom: 16.27604167vw;
  }

  .cv.cv02 ul li::before {
    background: url("/img/top/illust02@2x.png") no-repeat;
    background-size: 34.765625vw auto;
    width: 34.765625vw;
    height: 14.453125vw;
    top: -12.7604167vw;
  }

  .cv.cv02 ul li:nth-child(2)::before {
    background: url("/img/top/illust03@2x.png") no-repeat;
    background-size: 27.734375vw auto;
    width: 27.734375vw;
    height: 15.370858vw;
    top: -14.3229167vw;
  }

  #voice{
    padding: 4.55729167vw 5.2vw 16.015625vw;
  }

  #voice::before{
    width: 100%;
    height: 29.167vw;
    background: url("/img/top/sp/bg05.png") center top repeat-x;
    background-size: 100% auto;
    position: absolute;
    top: -29vw;
    transform: rotate(0) translateX(-50%);
  }

  #voice h2{
    max-width: inherit;
    transform: translateY(0);
  }

  #voice h2 img{
    width: 75.65104167vw;
  }

  #voice dl{
    max-width: inherit;
    margin: 8vw auto 0;
  }

  #voice dl div{
    min-height: inherit;
    background: #ccd0df url("/img/top/bg03.png") center top 2.67vw no-repeat;
    background-size: auto 2.34375vw;
    border-left: 2.67vw solid #ccd0df;
    border-right: 2.67vw solid #ccd0df;
    padding: 52.47395833vw 2.34375vw 5.46875vw;
    margin-bottom: 5.2vw;
  }

  #voice dl div:nth-child(even){
    background: #fff6ae url("/img/top/bg03.png") center top 2.67vw no-repeat;
    background-size: auto 2.34375vw;
    border-left: 2.67vw solid #fff6ae;
    border-right: 2.67vw solid #fff6ae;
  }

  #voice dl div::before{
    width: 36.71875vw;
    height: 36.71875vw;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #voice dl div:nth-child(1)::before{
    background: url("/img/top/voice02.svg");
    background-size: cover;
  }

  #voice dl div:nth-child(2)::before{
    background: url("/img/top/voice03.svg");
    background-size: cover;
  }

  #voice dl div:nth-child(3)::before{
    background: url("/img/top/voice04.svg");
    background-size: cover;
  }

  #voice dl div:nth-child(4)::before{
    background: url("/img/top/voice05.svg");
    background-size: cover;
  }

  #voice dl div dt{
    font-size: 3.90625vw;
    margin-bottom: 1em;
    text-align: center;
  }

  #voice dl div dd{
    font-size: 3.3854167vw;
  }

  #access{
    padding:9.765625vw 0 15vw;
  }

  #access::before {
    width: 100%;
    height: 29.167vw;
    background: url("/img/top/sp/bg06.png") center bottom repeat-x;
    background-size: cover;
    top: auto;
    bottom: -29.167vw;
    transform: rotate(0) translateX(-50%);
  }

  #access h2 img{
    margin: 0 auto 12vw;
    width: 77.34375vw;
  }

  #access .inner{
    max-width: 89.84375vw;
    display: block;
  }

  #access .inner .address{
    width: 100%;
    margin-bottom: 6.9vw;
  }

  #access .inner .address dl{
    margin-top: 4.6875vw;
    font-size: 2.93229167vw;
  }

  #access .inner .map{
    width: 100%;
    padding-top: 75%;
  }

  #flow{
    padding: 28vw 5.2vw 21.875vw;
    background: url("/img/top/bg01.png");
    background-size: 4.9479167vw auto;
    margin-top: 0;
  }

  #flow h2{
    max-width: inherit;
    margin: 0 auto 12vw;
  }

  #flow h2 img{
    width: 79.55729167vw;
  }

  #flow dl div{
    display: block;
    margin-bottom: 6.25vw;
  }

  #flow dl div dt{
    padding: 0;
  }

  #flow dl div dt img{
    width: 100%;
  }

  #flow dl div dd{
    padding: 3.90625vw 5.2vw 5.859375vw;
    font-size: 3.3854167vw;
    width: 100%;
  }

  #faq{
    padding: 16.015625vw 0;
    position: relative;
  }

  #faq h2 img{
    margin: 0 0 7.8125vw 3.2552vw;
    width: 91.40625vw;
    padding-right: 0;
  }

  #faq dl div{
    margin-bottom: 3.90625vw;
    padding: 0 5.2vw;
  }

  #faq dl div dt{
    padding: 3.645833vw 14.3229167vw;
    font-size: 3.645833vw;
  }

  #faq dl div dt::before{
    font-size: 5.2vw;
    top: 50%;
    left: 6.51vw;
    transform: translateY(-50%);
  }

  #faq dl div dt::after{
    width: 5.59895833vw;
    height: 5.59895833vw;
    right: 4.9479167vw;
  }

  #faq dl div dd{
    padding: 3.645833vw 4.9479167vw 3.645833vw 14.3229167vw;
    font-size: 3.515625vw;
  }

  #faq dl div dd::before{
    font-size: 5.2vw;
    top: 6.25vw;
    left: 6.51vw;
  }

  .cv.cv03{
    padding: 11.45833vw 0 16.40625vw;
  }

  .cv.cv03 h2 img {
    margin: 0 auto 16.9270833vw;
    padding-left: 5.078125vw;
    width: 81.640625vw;
  }

  .cv.cv03 ul li{
    margin-bottom: 16.27604167vw;
  }

  .cv.cv03 ul li:last-child{
    margin-bottom: 0;
  }

  .cv.cv03 ul li::before {
    background: url("/img/top/illust02.png") no-repeat;
    background-size: 34.765625vw auto;
    width: 34.765625vw;
    height: 14.453125vw;
    top: -12.7604167vw;
  }

  .cv.cv03 ul li:nth-child(2)::before {
    background: url("/img/top/illust03.png") no-repeat;
    background-size: 27.734375vw auto;
    width: 27.734375vw;
    height: 15.370858vw;
    top: -14.3229167vw;
  }
}

/* topics */
.topics{
  width: 100%;
  background: #bbc2db;
  padding: 26px 40px 34px;
}
.topics img{
  margin: auto;
}
.topics-wrapp{
  width: 100%;
  max-width: 870px;
  height: 120px;
  background: #fff;
  position: relative;
  padding: 20px 40px;
  margin: auto;
  display: flex;
  flex-direction:column;
  line-height: 1.6;
  overflow-y: scroll;
}
.topics-item{
  display: flex;
  flex-direction:row;
  margin: 0 0 20px;
}
.topics-wrapp time{
  width: 6.0vw;
  margin: 0 2vw 0 0;
}
.topics-wrapp dt{
  font-weight: 700;
}
.topics-wrapp a{
  text-decoration: underline;
  color: #1a274c;
}

@media screen and (max-width: 768px) {

  /* topics */
  .topics{
    width: 100%;
    background: #bbc2db;
    padding: 4% 0 0;
  }
  .topics img{
    margin: 0 auto 2%;
  }
  .topics-wrapp{
    width: 94%;
    max-width: 760px;
    height: 150px;
    padding: 4% 2%;
  }
  .topics-wrapp time{
    width: 15vw;
  }
}

/* movie */
#movie{
  /*background: url(/img/top/bg01.png);*/
  /* padding: 80px 0 250px; */
  padding: 80px 0;
}
.movie-wrapp{
  max-width: 1100px;
  margin: auto;
  background-color: #fff;
  padding: 2% 0 4%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie-wrapp p{
  font-size: 32px;
  text-align: center;
  color: #00125D;
  font-weight: 700;
  margin: 0 0 20px;
}
.movie-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  gap: 0 4%;
  padding: 0 100px;
  width: 100%;
}
.movie-list-item {
  width: auto;
  max-width: 432px;
}
.movie-wrapp p.movie-summary {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8125;
  margin: 10px 0 0;
}

.modal-trigger {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
  z-index: 999;
}
.modal-content.is-shown {
  display: block;
}
.modal-content .inner {
  width: 90%;
  padding: 100px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content .inner .modal-close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.modal-content .inner .modal-close:before, .modal-content .inner .modal-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 30px;
  background: #fff;
  border-radius: 2.5px;
}
.modal-content .inner .modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .inner .modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .inner .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modal-content .inner .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .movie{
    width: 96%;
  }
  .movie-list {
    align-items: center;
    flex-flow: column nowrap;
    gap: 2dvh;
    padding: 0;
  }
  .movie-list-item {
    max-width: none;
    width: auto;
  }
  .movie-wrapp p.movie-summary {
    font-size: 3.3854167vw;
    margin: 1dvh auto 0;
    max-width: 86.71875vw;
  }

}
/* btn */
.map_wrapp{
  display: flex;
  flex-direction: column;
}
.btn_school{
  text-align: center;
  margin: 20px auto 0;
}
/* cv下紺帯 */
.visual .note{
  width: 100%;
  padding: 18px 40px 24px;
  background: #00125d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visual .note .cpbnr {
  background-color: transparent;
  padding: 6px 0 24px;
}
@media screen and (max-width: 768px) {
  .visual .note .cpbnr {
    padding: 0 3% 3%;
  }
  .visual .note .week {
    padding: 0 3%;
  }
}

.head-txt{
  background-color: #FFE000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.week{
  margin: 0 auto 2%;
}
/* future */
#feature .feature3-wrapp{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 80px 100px;
}
#feature .feature3-wrapp ul{
  flex-direction: column;
  margin: 40px 0 0;
}
#feature .feature3-wrapp ul li{
  width: 98%;
  display: flex;
  flex-direction: row;
  background-color: #fcf6af;
  margin: 10px;
  padding: 20px;
  border-radius: 20px;
}
#feature .feature3-wrapp ul li img{
  width: 50px;
  height: 50px;
}
#feature .feature3-wrapp ul li h4{
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a104c;
}
#feature .feature3-wrapp ul li p{
  width: 100%;
  margin: 0;
  padding: 0;
}
#feature .feature3-wrapp ul li .feature3-txt{
  margin: 0 0 0 20px;
  width: 90%;
}
.feature3-fig01-ttl{
  margin: 0 0 40px 0;
}

/* curriculum */
#curriculum .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.curriculum-wrapp{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 80px 100px 0;
  width: 100%;
}
.curriculum-wrapp-ttl{
  margin: 0 0 40px;
}


/* アコーディオン */
.accordion {
  width: 100%;
  margin: 50px auto;
  border-radius: 20px;
  overflow: hidden;
}

/* 見出し */
.accordion-header {
  text-align: center;
  background: #FFFAB9;
  padding: 20px 0 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  height: 90px;
  font-size: 2.5rem;
}

/* ▼ 矢印アイコン */
.accordion .accordion-header::after {
  content: "▼";
  position: absolute;
  right: 12px;
  transition: transform 0.3s ease;
}

/* 開いたときに矢印を変更 */
.accordion .accordion-header.active::after {
  content: "▲";
}

/* コンテンツ */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
/* アコーディオンを開いたとき */
.accordion-content.open {
  max-height: 900px;
}
.fixed-img {
  position: absolute;
  top: 30px;
  left: 5%;
  width: 90%;
  z-index: 10;
}
.scroll-wrapper {
  overflow-x: scroll;
  white-space: nowrap;
  height: 100%;
}

/* スクロール画像 */
.scroll-img {
  width: 150%;
  max-width: none;
  display: inline-block;
  margin: 20% 0 0;
}

/* 教室情報 */
.address-wrapper{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.address-container{
  width: 48%;
  margin: 0 1%;
  position: relative;
}
.address-container .map {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0 0 5%;
}
.address-container .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.address-container .btn {
  display: flex;
  justify-content: center;
}

/* スライダー */
.swiper {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 0 0 5%;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
}
.custom-prev { left: 0; }
.custom-next { right: 0; }

/* ページネーション非表示 */
.swiper-pagination {
  display: none;
}
/* デフォルト矢印を消す */
.custom-next::after,
.custom-prev::after {
  content: none;
}

.curriculum-home-ttl{
  background: #94a5d3;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 94px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.curriculum-home h3{
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #00125d;
  line-height: 1.65;
  padding-top: 94px;
  background: url(/img/top/logo02.svg) center top no-repeat;
  margin: 64px 0 22px;
}
.curriculum-home p {
  font-size: 1.8rem;
  text-align: center;
  color: #00125d;
  line-height: 1.8611;
}
.curriculum-home p + p {
  margin: 11px 0 38px;
}

/* 教室情報 */
.address-wrapper dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  font-size: 1.7rem;
  font-weight: normal;
}
.address-wrapper dl dt {
  width: 30%;
  line-height: 1.67;
  color: #00125d;
}
.address-wrapper dl dd {
  width: 70%;
  line-height: 1.67;
  color: #00125d;
}


@media screen and (max-width: 768px) {
  .head-txt{
    padding: 0 3%;
  }
  #movie {
    /* padding: 15% 0 35%; */
    padding: 5% 0;
  }
  .movie-wrapp{
    width: 96%;
    padding: 2% 2% 6%;
  }
  .movie-wrapp p {
    font-size: 1.8rem;
    margin: 0 0 2%;
  }
  .modal-content .inner {
    width: 80%;
  }
  #feature .feature3-wrapp {
    padding: 10% 3%;
    width: 96%;
    margin: auto;
  }
  .feature3-fig01-ttl{
    margin: 0 0 5% 0;
  }
  #feature .feature3-wrapp ul {
    margin: 8% auto 0;
    width: 100%;
  }
  #feature .feature3-wrapp ul li {
    width: 100%;
    margin: 1% 0;
    padding: 1%;
  }
  .curriculum-wrapp {
    padding: 8% 5% 0;
  }
  .accordion {
    margin: 5% auto 8%;
  }
  .accordion-header {
    padding: 2% 0;
    height: 60px;
    font-size: 2.0rem;
  }
  .curriculum-home-ttl {
    height: 60px;
    font-size: 2.0rem;
  }

  .scroll-img {
    width: 250%;
    margin: 55% 0 0;
  }
  .curriculum-home h3 {
    font-size: 2.0rem;
    padding-top: 15%;
    margin: 6% 0;
    background-size: 96%;
  }
  .curriculum-home  p {
    font-size: 3.515625vw;
  }
  .curriculum-home  p + p {
    margin: 2.0833vw 0 5.729167vw;
  }
  .address-wrapper {
    max-width: 100%;
    flex-direction: column;
  }
  .address-container {
    width: 94%;
    margin: 0 auto;
  }
  .custom-prev, .custom-next {
    top: 32%;
  }
  .swiper {
    height: auto;
    margin: 0 0 5%;
  }
  #feature .feature3-wrapp ul li h4{
    font-size: 2.2rem;
  }
  /* 教室情報 */
  .address-wrapper dl{
    margin: 4% 0;
    font-size: 1.4rem;
  }

}

/* =====================================
	new open
===================================== */
.newopen {
  background-color: #FFE000;
  padding: 24px 0 32px;
}
.newopen img {
  margin-inline: auto;
}
.newopen .newopen_anchor {
  background-color: transparent;
  margin-top: 16px;
  padding: 0;
  text-align: center;
}
.newopen .newopen_anchor a {
  color: #01135d;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newopen {
    padding: 3%;
  }
  .newopen .newopen_anchor {
    margin-top: 8px;
  }
  .newopen .newopen_anchor a {
    font-size: 1.6rem;
  }
}

/* =====================================
	school list
===================================== */
.school_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
.school_item {
  display: grid;
  grid-template-areas:
        "photo name"
        "photo address"
        "photo link";
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 4px 16px;
  line-height: 1.6;
}
.school_name {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  grid-area: name;
}
.school_pref {
  background-color: #01135d;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 2px 16px;
}
.school_photo {
  grid-area: photo;
}
.school_photo:empty {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  height: 200px;
}
.school_photo:empty::before {
  content: "Coming soon";
}
.school_address {
  grid-area: address;
}
.school_tel {
  grid-area: tel;
}
.school_link {
  grid-area: link;
}
.btn_school_link {
  align-items: baseline;
  background-color: #ffe001;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 4px 8px 0 0 #dcdfe9;
  color: #01135d;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 0 1rem;
  justify-content: center;
  min-height: 56px;
  padding: 8px 24px 8px 8px;
  position: relative;
}
.btn_school_link::after {
  border-color: transparent #01135d;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  content: "";
  height: 0;
  inset: 0 8px 0 0;
  margin: auto 0 auto auto;
  position: absolute;
  width: 0;
}
.btn_school_link em {
  font-size: 2rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .school_list {
    gap: 48px;
    grid-template-columns: 100%;
    margin-inline: auto;
    width: 96%;
  }
  .school_item {
    grid-template-areas:
            "photo name"
            "photo address"
            "link link";
    grid-template-columns: 35dvw 1fr;
    grid-template-rows: auto 1fr auto;
  }
  .school_photo:empty {
    height: 35dvw;
  }
  .btn_school_link {
    font-size: 1.4rem;
    min-height: 40px;
    padding: 8px 16px 8px 8px;
  }
  .btn_school_link::after {
    border-width: 6px 0 6px 8px;
    inset: 0 6px 0 0;
  }
  .btn_school_link em {
    font-size: 1.8rem;
    font-style: normal;
  }
}
/* =====================================
	バナーリスト
===================================== */
.bnr-list {
  /*display: grid;*/
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  margin: 35px auto;
  max-width: 1100px;
}
.bnr-list .bnr-item {
  width: 537px;
  margin: 0 auto;
}
.bnr-list img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bnr-list {
    gap: 3.333dvw;
    grid-template-columns: 1fr;
    margin-block: 4.6666dvw;
    padding-inline: 10.666dvw;
  }
  .bnr-list .bnr-item {
    width: unset;
  }
}



