@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #231815;
	text-decoration: none;
    transition: 0.3s opacity ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.7rem;
    font-weight: 500;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #000;
    line-height: 2;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}

.animated{
    opacity: 0;
}

img { max-width: 100%; }



/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: min(8.42857vw, 118px);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
}

header .logo01 img{
    position: absolute;
    top: min(1.35714vw, 19px);
    left: min(2.142857vw, 30px);
    width: min(17.642857vw, 247px);
}

header .gnav{
    position: absolute;
    top: min(6.0714vw, 85px);
    right: min(2.7857vw, 39px);
    display: flex;
    align-items: center;
}

header .gnav li{
    margin-right: min(2.357vw, 33px);
    font-size: min(1.07142857vw, 1.5rem);
    line-height: 1;
}

header .gnav li:last-child{
    margin-right: 0;
}

header .gnav li a{
    color: #1a274c;
}

header .contact{
    position: absolute;
    top: min(0.7857vw, 11px);
    right: min(2.5714vw, 36px);
    display: flex;
    align-items: center;
    justify-content: end;
}

header .contact li{
    margin-left: min(0.2857vw, 4px);
}

header .contact li:nth-child(1) {
    width: min(15.857vw, 222px);
}

header .contact li:nth-child(1) a img{
    width: min(15.857vw, 222px);
}

header .contact li:nth-child(2) {
    width: min(26.5714vw, 372px);
}

header .contact li:nth-child(2) img{
    width: min(26.5714vw, 372px);
}



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

.visual{
    width: 100%;
}

.visual h1{
    width: 100%;
    height: 40.625vw;
    background: url("../img/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 60px;
    background: url("../img/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/decoration01@2x.png");
    background-size: cover;
    width: 108px;
    height: 103px;
    position: absolute;
    top: 265px;
    right: -25px;
}

#lead dl::after{
    content: "";
    background: url("../img/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/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/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/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/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/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/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/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;
}

#curriculum dl div{
    margin: 0 auto 35px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 1100px;
}

#curriculum dl div:last-child{
    margin: 0 auto;
}

#curriculum dl div dt{
    background: #94a5d3;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 94px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#curriculum dl div dd{
    padding: 60px 40px 56px;
}

#curriculum dl div:last-child dd{
    padding: 36px 40px 80px;
}

#curriculum dl div dd img{
    margin: 0 auto;
    max-width: 100%;
}

#curriculum dl div h3{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #00125d;
    line-height: 1.65;
    padding-top: 94px;
    background: url("../img/logo02.svg") center top no-repeat;
    margin-bottom: 22px;
}

#curriculum dl div p{
    font-size: 1.8rem;
    text-align: center;
    color: #00125d;
    line-height: 1.8611;
}

#curriculum dl div p + p{
    margin: 11px 0 38px;
}
#curriculum dl div p .ttl{
    font-size: 2.5rem;
    font-weight: 700;
}
.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/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/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/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/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/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/voice01.svg");
}

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

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

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

#voice dl div:nth-child(5)::before{
    background: url("../img/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/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/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/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/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/illust03.png");
  width: 166px;
  height: 92px;
  top: -85px;
}

/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    padding: 40px;
    background: #00125d;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
}

footer .pc{
    display: inline!important;
}

.floating{
    display: none;
    transition: 0.5s opacity ease;
    z-index: 50;
}

.hide{
    opacity: 0;
}


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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.515625vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header{
    height: 13vw;
}

header .logo01 img{
    top: 50%;
    left: 50%;
    width: 27.47395833vw;
    transform: translate(-50%, -50%);
}

header .gnav{
    width: 100%;
    height: calc(100dvh - 34.867vw);
    overflow-y: scroll!important;
    top: 13vw;
    right: 0;
    background: #ccd1e4;
    display: none;
    z-index: 100;
}

header .gnav li{
    margin-right: 0;
    font-size: 5.20833vw;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
}

header .gnav li a{
    color: #1a274c;
    width: 100%;
    padding: 5.729167vw 0;
    display: block;
    border-bottom: 1px solid #bbc2db;
}

header .gnav li:last-child a{
    border-bottom: none;
}

header .gnav li a span{
    padding-right: 13vw;
    background: url("../img/sp/arrow02.svg") no-repeat center right;
    background-size: contain;
    line-height: 8.0729167vw;
}

header .contact{
    display: none;
}

header .menu-trigger{
    position: absolute;
    top: 50%;
    right: 4.03645833vw;
    transform: translateY(-50%);
    width: 5.46875vw;
    height: 3.776vw;
    border: none;
    background: none;
}

header .menu-trigger::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.04167vw;
    background: #231814;
    border-radius: 0.13vw;
}

header .menu-trigger::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.04167vw;
    background: #231814;
    border-radius: 0.13vw;
}

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

.visual h1{
    width: 100%;
    height: 99.2vw;
    background: url("../img/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 33.854167vw;*/
    padding: 26.302vw 0 5.854167vw;
    background: url("../img/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/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/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/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/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/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/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;
}

#curriculum dl div{
    margin: 0 auto 15.3645833vw;
    border-radius: 3.90625vw;
    max-width: 89.84375vw;
}

#curriculum dl div dt{
    border-radius: 3.90625vw 3.90625vw 0 0;
    height: 18.229167vw;
}

#curriculum dl div dt img{
    width: 37.109375vw;
}

#curriculum dl div dt:nth-child(2) img{
    width: 43.229167vw;
}

#curriculum dl div dd{
    padding: 9.1145833vw 0 8.33vw;
}

#curriculum dl div:last-child dd{
    padding: 9.1145833vw 0 8.33vw;
}

#curriculum dl div h3{
    font-size: 3.90625vw;
    padding-top: 17.4479167vw;
    background: url("../img/logo02.svg") center top no-repeat;
    background-size: 81.770833vw auto;
    margin-bottom: 4.167vw;
}

#curriculum dl div p{
    font-size: 3.515625vw;
}

#curriculum dl div p + p{
    margin: 2.0833vw 0 5.729167vw;
}

#curriculum dl div.curriculum-sttl {
    font-size: 2.5rem;
    font-weight: 700;
}
#curriculum dl div dd > img{
    width: 67.96875vw;
    margin: 0 auto;
}

#curriculum dl div dd .wrap{
    margin: 7.16145833vw 0 0 auto;
    width: 85.28645833vw;
    overflow-x: scroll;
}

#curriculum dl div dd .wrap img{
    width: 212.7604167vw;
    max-width: inherit;
}

.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/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/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/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/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/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/voice01.svg");
    background-size: cover;
}

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

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

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

#voice dl div:nth-child(5)::before{
    background: url("../img/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/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/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/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/illust03.png") no-repeat;
    background-size: 27.734375vw auto;
    width: 27.734375vw;
    height: 15.370858vw;
    top: -14.3229167vw;
}

/* =====================================
	footer
===================================== */

footer{
    padding: 8vw 0;
    font-size: 2.903645833vw;
    line-height: 2;
}

footer .pc{
    display: none!important;
}

.floating{
    width: 100%;
    display: block;
    background: #fff;
    padding: 1.8229167vw 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

.floating ul{
    width: 83.59375vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.floating ul li:nth-child(1) img{
    width: 29.81770833vw;
}

.floating ul li:nth-child(2) img{
    width: 52.47395833vw;
}

}

/* 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/bg01.png);*/
    /* padding: 80px 0 250px; */
    padding: 80px 0;
}
.movie-wrapp{
    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;
    margin: 0;
    gap: 0 4%;
    padding: 0 100px;
}
.movie-list-item {
    width: 48%;
}
.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 {
        flex-flow: column nowrap;
        gap: 2dvh;
        padding: 0;
    }
    .movie-list-item {
        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;
}

/* =====================================
	 Summer Lesson 
===================================== */
#summer{
    background-color: #D0F2FF;
    padding: 100px 40px 80px;
    background-image: url("../img/summer-bg.png") ;
    background-repeat: repeat;
    background-position:center;
    background-size: contain;
    background-position-y: 50px;
}
.summer-nner{
    width: 870px;
    margin: auto;
}
.summer-wrapper{
    width: 800px;
    margin: auto;
}
.summer-lead{
    margin: 30px 0;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #00125d;
}
span.marker {
    background: linear-gradient(transparent 70%, #fcf11c 30%);
}
.summer-txt{
    margin: 30px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #1a274c;
    line-height: 2.11;
}
.summer-detail{
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #5D74B6;
    position: relative;
    padding: 60px 50px 30px;
    margin: 70px 0 0;
    color: #1a274c;
}
.summer-detail dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.summer-detail dt {
  width: 10%;
  text-align: right;
}
.summer-detail dd {
  width: 90%;
  text-align: left;
}
.summer-ttl{
    position: absolute;
    top:-40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.summer-5q{
    width: 24%;
    position: absolute;
    top:-20px;
    right: 30px;
}
.summer-btn{
    width: 420px;
    margin:50px auto;
}
.bnr-summer2025{
    width: 50%;
    margin: 3% auto 0;
}

@media screen and (max-width: 768px) {
    .visual .note{
        padding: 3% 0;
    }

    #summer{
        padding: 10% 0 20%;
        background-position-y: 2vw;
    }
    .summer-nner{
        width: 98%;
        margin: auto;
    }
    .summer-wrapper{
        width: 100%;
        margin: auto;
    }
    .summer-lead{
        font-size: 5.20833vw;
        margin-bottom: 2.34375vw;
        line-height: 3.2rem;
        margin: 4vw 0;
    }
    .summer-txt{
        margin: 3% 0;
        font-size: 3.645833vw;
        line-height: 2.11;
        background-size: 4.9479167vw auto;
    }

    .summer-detail{
        font-size: 3.645833vw;
        padding: 10vw 0 8vw;
        margin: 15% 0 0;
    }
    .summer-detail dt {
    width: 17%;
    text-align: right;
    }
    .summer-detail dd {
    width: 83%;
    text-align: left;
    }
    .summer-ttl {
        width: 60vw;
        top: -8vw;
    }
    .summer-5q {
        width: 32%;
        right: 1%;
        top:17%;
    }
    .summer-btn {
        width: 96%;
        margin: 12vw auto 0;
    }
    .bnr-summer2025{
        width: 85%;
        margin: 3% auto 0;
    }
}

.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/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;
    }

}

.seasonal-winter {
    background-color: #fff;
    background-image: url(../img/bg-seasonal-winter@2x.png);
    background-position: center top 8px;
    background-repeat: no-repeat;
    background-size: auto 291px;
    border-color: #d5d1e7;
    border-style: solid;
    border-width: 20px 0;
    padding: 15px 0 20px;
}
.seasonal-winter-contents {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 32px;
    justify-content: center;
}
.seasonal-winter-ttl {
    line-height: 1;
    width: 100%;
}
.seasonal-winter-ttl img {
    margin-inline: auto;
}
.seasonal-winter-btn {
    padding-right: 15px;
}
@media screen and (max-width: 768px) {
    .seasonal-winter {
        background-image: url(../img/sp/bg-seasonal-winter@2x.png);
        background-position: center top 8px;
        background-size: 95dvw auto;
        border: none;
        padding: 4% 0 6%;
    }
    .seasonal-winter-contents {
        align-items: center;
        flex-flow: column nowrap;
        gap: 2dvw 0;
    }
    .seasonal-winter-ttl img {
        height: auto;
        margin-inline: auto;
        width: 83.3%;
    }
    .seasonal-winter-lessonname img {
        height: auto;
        margin-inline: auto;
        width: 67.5%;
    }
    .seasonal-winter-btn {
        padding-right: 0;
    }
    .seasonal-winter-btn img {
        height: auto;
        margin-inline: auto;
        width: 89.58%;
    }
}

#seasonal {
    background-color: #d5d1e7;
    background-image: url(../img/bg-seasonal-winter-main@2x.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1441px auto;
    padding: 80px 0 300px;
}
#seasonal img {
    margin-inline: auto;
}
#seasonal .seasonal-winter-main-btn {
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    #seasonal {
        background-image: none;
        padding: 0 0 35dvw;
    }
    #seasonal .seasonal-winter-main-lead {
        padding: 0 5dvw;
    }
    #seasonal .seasonal-winter-main-lead img {
        aspect-ratio: 1303/344;
        height: auto;
    }
    #seasonal .seasonal-winter-main-btn {
        margin-top: 5dvw;
        padding: 0 5dvw;
    }
    #seasonal .seasonal-winter-main-btn img {
        aspect-ratio: 1308/339;
        height: auto;
        width: auto;
    }
}