@charset "UTF-8";

@media screen and (max-width: 999px) {
body { background: #fff; padding: 0; margin: 0; font-family: "fot-tsukuardgothic-std", sans-serif; font-size: 3.1vw; color: #2B2B2B; overflow-x: hidden;}

.mb1 {margin-bottom: 2vw;}
.mb2 {margin-bottom: 4vw;}
.mb3 {margin-bottom: 6vw;}
.mb5 {margin-bottom: 10vw;}
.mb10 {margin-bottom: 20vw;}
.mt30 {margin-top: 40vw!important;}
.largep {font-size: 110%; font-weight: bold;}

.w35 { display: block; width: 50%; margin-left: auto; margin-right: auto;}
.w50 { display: block; width: 50%; margin-left: auto; margin-right: auto;}
.w100 {width: 100%!important;}

.tal {text-align: left;}
.tac {text-align: center;}
.sm {font-size: 80%!important;}
.cp { width: 100%; padding: 0 0 1vw; text-align: center;}

a:link { text-decoration: none; color: #fff;}
a:visited { text-decoration: none; color: #fff;}
a:hover { text-decoration: none;}
a:active { text-decoration: none; color: #fff;}
a:link,a:visited,a:hover,a:active {transition: all .6s; }

img { width: 100%; height: 100%; object-fit: contain;}

.wow {opacity: 0; filter: blur(1.5rem); transition: all 1.5s;}
.wow.animated { opacity: 1; filter: blur(0); transition: all 1.5s;}

.loading {position: fixed; z-index: 20; width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; opacity: 1; background: #F9F8F4;}
.loading .img { width: 50vw; height: auto; filter: blur(1.5rem); opacity: 0; transition: all .6s;}
.loading.in .img {filter: blur(0); opacity: 1; transition: all .6s;}
.loading.out {opacity: 0; z-index: -10; transition: all .6s;}
.loading.out .img { filter: blur(1.5rem); transition: all .6s;}

.maincont {position: relative; z-index: 2; width: 100%; height: auto;overflow: hidden; opacity: 0; transition: all .5s;}
.maincont.on {height: auto;overflow: visible; opacity: 1; transition: all .5s;}

.section { display: block; position: relative;  width: 94%; height: auto; margin: 0 auto 20vw;}
.yellowbg {background: #FFFDF7; padding: 8vw 0; margin-bottom: 15vw;}
.yellowbg .section {margin-bottom: 7vw;}
.yellowbg .section:nth-last-of-type(1) {margin-bottom: 0;}

.header {position: fixed; z-index: 5; top: -10vw; left: 0; width: 100%; height: 13vw; background: #F9F8F4; padding: 0vw 2vw; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; opacity: 0; transition: all 1s;}
.header.on {top: 0; opacity: 1;}
.header .logo {width: 31vw; height: auto; display: block; margin-top: 1.0vw;}
.header .logo img {display: block; width: 100%; height: auto;}
.header .gmenu { display: none;}
#spMenu { display: flex; justify-content: center; align-items: center; width: 7.5vw; height: 7.5vw; transition: all 1s; padding: 0; align-items: center; margin: 3vw 2vw 0 0; }
#spMenu .menu-trigger { position: relative; width: 7.5vw; height: 7.5vw; display: block; justify-content: center; align-items: center; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.menu-trigger,.menu-trigger p { display: block; transition: all .4s; box-sizing: border-box; }
.menu-trigger.down p { position: absolute; left: 0; width: 100%; height: 1px; background: #000; font-size: 0.1em; }
.menu-trigger p { position: absolute; left: 0; width: 100%; height: 1px; background: #000; font-size: 0.1em; box-shadow: 0px 0px 8px rgba(0,0,0,0.2); }
.menu-trigger p:nth-of-type(1) { top: 0; }
.menu-trigger p:nth-of-type(2) { top: 2.6vw; }
.menu-trigger p:nth-of-type(3) { top: 5.3vw; }
.menu-trigger.active p:nth-of-type(1) { transform: translateY(1.2vw) rotate(-45deg); background: #000; top: 1.3vw;}
.menu-trigger.active p:nth-of-type(2) { opacity: 0; }
.menu-trigger.active p:nth-of-type(3) { transform: translateY(-1.05vw) rotate(45deg); background: #000; top: 3.4vw;}

.spmenu { display: block; position: fixed; top: 13vw; right: -70vw; z-index: 10; background: rgba(0,0,0,.8); width: 70vw; height: calc(100% - 13vw); padding: 9vw 3vw 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; -webkit-transition: all 1s; transition: all 1s; }
.spmenu.active { right: 0;}
.spmenu a { margin-bottom: 4vw; margin-left: 4vw; font-size: 120%; display: block;}


.pagettl {position: relative; width: 100%; height: auto; aspect-ratio:1/.4; overflow: hidden; margin-top: 13vw;}
.pagettl .txt {position: absolute; z-index: 2; width: 100vw; height: fit-content; margin: 15vw 0 0 15vw; display: flex; justify-content: flex-start; align-items: center;}
.pagettl .txt h1 {display: block; width: fit-content; color: #fff; font-size: 230%;-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9)); font-weight: 700;}
.pagettl .bg {position: absolute; z-index: 1; width: 100%; height: auto; aspect-ratio:1/.4; overflow: hidden;}
.pagettl .bg img { width: 100%; height: 100%; object-fit: cover; object-position: bottom;}
.bnrArea { margin-bottom: 15vw;}


.hbox { width: 100%; height: auto; display: block; text-align: center;}
.hbox h2 { font-size: 154%; font-weight: 700;}

.txtlist { border-top: dotted 1px rgba(0,0,0,.7);}
.txtlist .flcell { display: flex; justify-content: flex-start; width: 100%; border-bottom: dotted 1px rgba(0,0,0,.7);}
.txtlist .flcell .fleft { width: 25%; text-align: left; padding: 2vw; box-sizing: border-box;}
.txtlist .flcell .fright { width: 75%; text-align: left; padding: 2vw; box-sizing: border-box;}
.txtlist .flcell .fright a {color: #2b2b2b;}
.txtlist .flcell .fright p {margin-bottom: 0;}

.kv {position: relative; width: 100%; height: auto; aspect-ratio:1/.8; overflow: hidden; margin-bottom: 0; margin-top: 13vw;}
.kv .txt {position: absolute; z-index: 2; width: 70%; height: fit-content; aspect-ratio:1/.8; margin: 10vw 0 0 28%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; }
.kv .txt h1 { display: block; margin-bottom: 5vw; height: auto; text-align: left; color: #fff; font-size: 125%; font-weight: bold;}
.kv .txt p {text-align: left; font-size: 100%; width: 70vw; color: #fff; line-height: 1.4;}
.kv .bg {position: absolute; z-index: 1; width: 100%; height: auto; aspect-ratio:1/.8; overflow: hidden;}
.bg img { width: 100%; height: 100%; object-fit: cover;}

.cscrolldown{width:1px;height:30px;position:absolute;bottom:2vw;left:0;right:0;margin:0 auto;overflow:hidden;z-index:3; opacity: 1;}
.cscrolltxt{position:absolute;bottom:10vw;left:0;right:0;margin:0 auto;overflow:hidden;z-index:3; opacity: 0; font-size: 2.8vw; color: #fff; width:max-content;}
.cscrolltxt br {display: none;}
.cline{width:100%;height:100%;display:block;background:linear-gradient(to bottom,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%);background-position:0 -60px;background-size:100% 200%;animation:scrolldown 2.2s cubic-bezier(0.76,0,0.3,1) forwards infinite}
@keyframes scrolldown{0%{background-position:0 60px-abs}75%{background-position:0 0}100%{background-position:0 60px}}

iframe {width: 100%; height: 60vw; border: none;}


.btnbox { display: flex; justify-content: center;}
a.linkbtn { position: relative; display: flex; justify-content: center; align-items: center; width: fit-content; height: auto; line-height: 0; border-radius: 4vw; padding: 2.5vw 8vw; text-align: center; transition: all .5s; background: #FEDC0D;}
a.linkbtn p {position: relative; color: #000; font-size: 120%; margin: 0; display: flex; justify-content: center; align-items: center;}
a.linkbtn p:after { display: block; content:""; color: #000; width: 1em; height: 1em; margin-left: 1em; background: url(../../../system_panel/uploads/images/arrow.png) no-repeat center center; background-size: contain;}




.cta {display: flex; justify-content: center; align-items: center;position: fixed; z-index: 20; background: rgba(5,163,235,1); text-align: center; width: 100%; height: auto; padding: 3.5vw 0; opacity: 0; bottom: -6vw; left: 0; transition: all .5s; }
.cta.on { bottom: 0; opacity: 1; transition: all .5s;}
.cta.on.btm { padding: 3.5vw 0; transition: all .5s; background: rgba(5,163,235,1);}
.cta a { color: #fff; font-weight: bold; font-size: 120%; margin: 0 auto; letter-spacing: .05em; transition: all .5s;}
.cta.on.btm p { font-size: 150%; transition: all .5s;}
.cta .left { opacity: 0; position: absolute; bottom: 0; left: 15%; width: 8vw; margin-left: 2vw;display: flex; justify-content: center; align-items: flex-end; transition: all .5s;}
.cta .right {opacity: 0;position: absolute; bottom: 0; right: 15%; width: 8vw; margin-right: 2vw;display: flex; justify-content: center; align-items: flex-end; transition: all .5s;}
/*
.cta.on.btm .left {opacity: 1; left: 18%; transition: all .5s;}
.cta.on.btm .right {opacity: 1; right: 18%; transition: all .5s;}
.cta img { width: 100%; height: 100%; object-fit: contain;}
*/


.secttl { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; margin-bottom: 2.5vw;}
.secttl .num { width: fit-content; background: #05A3EB; padding: .4vw 2vw; border-radius: 2vw; text-align: left; color: #fff; margin-right: 2vw;font-size: 130%; font-weight: bold; margin-bottom: 2vw;}
.secttl .num p {margin-bottom: 0;}
.secttl .line-animate {width: auto; margin: 0; font-weight: bold; font-size: 135%;}

.line-animate { position: relative; display: inline-block; line-height: 1.3; font-size: 180%;}
.line-animate span { position: relative; display: inline-block; overflow: hidden; font-weight: bold;}
.line-animate span .line { position: absolute; z-index: -1; bottom: 0.1em; left: 0; height: .4em; width: 0; background: rgba(254,220,13,.8);}







.maincont.index .secttl {margin-bottom: 3vw;}
.listbox h3 {font-size: 120%; font-weight: bold;}
.list {width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap:2vw 2vw;}
.list .li {list-style-type: none; width: 47%; height: auto; text-align: center; border-radius: 20px; background: #fcfcfc;border: 1px solid #707070; padding: 2vw 0; box-sizing: border-box;}


.navibnr {width: 96%; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 4vw auto 5vw;}
.navibnr .cell { position: relative; width: 48%; background:rgb(35, 67, 108);  border:1px solid #ddd; padding: 1vw 0; box-sizing: border-box; overflow: hidden; aspect-ratio:1/.321; margin: 0 0 2vw;}
.navibnr .cell .txt {position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: auto; aspect-ratio:1/.321; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all .5s;}
.navibnr .cell .txt p {font-size: 80%; text-align: center; color: #fff; transition: all .5s; margin-bottom: 0;-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9));}
.navibnr .cell .txt h2 {font-size: 120%; text-align: center; color: #fff; transition: all .5s;-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9)); filter: drop-shadow(1px 1px 3px rgba(0,0,0,.9));}
.navibnr .cell .bg {position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: auto; aspect-ratio:1/.321; display: block;}
.navibnr .cell .bg img {width: 100%; height: 100%; aspect-ratio:1/.321; opacity: .5;}
.navibnr .cell:hover { position: relative; transition: all .5s;}
.navibnr .cell:hover .txt {transform: scale(105%); transition: all .5s;}



/*form*/
.form {}
.form .formRow input[type="text"],.form .formRow input[type="email"],button,textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; border:solid 1px #ccc;}
.form {width: 100%; margin: 0 auto;}
.form .forminside {width: 70%; margin: 0 auto;}
.form .formRow { display: flex; justify-content: flex-start; flex-direction: column; margin: 0 0 4vw; padding: 0; text-align: left;}
.form .formTh {width: 100%;}
.form .formTd {width: 100%;}
.form .formRow .radioarea {display: flex;}
.form .formRow input[type="text"],.form .formRow input[type="email"],.form .formRow select,.form .formRow textarea {width: 100%; background: #fff;}
.form .formRow textarea {height: 10em;}
.form .formRow .radioArea {display: flex;}
.form p {margin-bottom: 0;}
.form .pp { display: block;width: 100%;height: 20vw; margin: 2vw auto; overflow: scroll; border: solid 1px #fafafa;padding: 1vw; box-sizing: border-box; text-align: left;}
.form .submit { text-align: center; margin: auto;}
.form .formRow input[type="text"],
.form .formRow input[type="email"],
.form .formRow textarea { padding: 1.5vw 2vw; border-radius: 20px; }
.form #submit {opacity: 0.4; position: relative; display: block; width: max-content; padding: 0.5vw 5.15vw 0.5vw 5.15vw; color: #fff; font-size: 130%; letter-spacing: 0.2rem; margin: 0 auto; text-align: center; border: none; background: #000; margin-top: 5vw;}
.form #submit.active {opacity: 1;}
.formTd .d-inline-block {display:block!important; width:fit-content; margin-right: 2vw;}
.formTd .d-inline-block input { margin-right: .4vw;}
/*form*/


.impbox { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding: 2vw; width: 100%; height: auto; box-sizing: border-box; border-radius: 1vw; border: dashed 1px #707070; background: #FCFCFC;}
.impbox.sp_index { flex-direction: column-reverse;;}
.impbox .left { margin: 0 5% 0 0; display: flex; justify-content: center; align-items: center; background: #05A3EB; border-radius: 50%; color: #fff; font-size: 220%; overflow: hidden;aspect-ratio: 1/1; width: 7vw; font-weight: bold;}
.impbox .right { color: #000; font-size: 120%; font-weight: bold; text-align: left; line-height: 1.4; width: calc(100% - 8% - 7vw);}
.arrow img {width: 10vw; height: auto; display: block; margin: 0 auto;}
.indexsec1 .arrow img {width: 6vw;}

.imgttl { position: relative;}
.imgttl .hbox {position: relative; padding: 8vw 9vw 0 0;}
.imgttl .img_curriculum {position: absolute; z-index: 2; width: 70vw; height: auto; top: -5vw; right: 0vw;}
.sp_curriculum.hbox h2 { padding-right: 10vw;}

.coursebox { display: flex; justify-content: flex-start; align-items: center; padding: 2vw; width: 100%; height: auto; box-sizing: border-box; border-radius: 1vw; border: dashed 1px #707070; background: #FCFCFC;}
.coursebox .left { margin: 0 5% 0 0; display: block; width: 30%;}
.coursebox .right { text-align: left; width: 65%;}
.coursebox .right h3 {font-weight: bold; padding-bottom: 1vw; margin-bottom: 1vw; border-bottom: solid 1px #707070; font-size: 160%;}

.box.littleijin .flcell { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column-reverse;;}
.box.littleijin .flcell .img { width: 35%; margin: 0 auto 4vw;}
.box.littleijin .flcell .txt { width: 100%; text-align: left;}
.sp_littleijin.hbox { margin-bottom: 8vw !important;}


.emtxt p {font-size: 110%; text-align: center;}

.box.about .flcell { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column-reverse;}
.box.about .flcell .img { width: 50%; margin: 0 auto 2vw;}
.box.about .flcell .txt { width: 100%; text-align: left;}
.sp_about.hbox h2 { padding-right: 10vw; max-width: 78vw;}


.indexsec1 {display: flex; justify-content: space-between; align-items: center; width: 100%;}
.indexsec1 .cell { width: 45%;}
.indexsec1 .cell .txt {padding:2vw; width: 100%; height: auto; box-sizing: border-box; border-radius:1vw; border:dashed 1px #707070; background:#FCFCFC; text-align: left;}
.indexsec1 .cell .txt p {margin-bottom: 0;}
.indexsec1 .arrow { width: 10%;}

.impttl {display: flex; justify-content: flex-start; align-items: center; width: fit-content; text-align: left;}
.impttl .num { width: 1.4em; height: 1.4em; background: #F6DC0E; border-radius: 50%; margin-right: 1vw; display: flex;justify-content: center;align-items: center;}
.impttl .num p {margin-bottom: 0; color: #fff; font-size: 120%; font-weight: bold;}
.impttl .txt { width: fit-content; text-align: left; font-weight: bold; margin-bottom: 0; font-size: 120%;}

.maincont.index .impbox .data { width: 90%; margin: 0 auto;}
.maincont.index .impbox .dataimg { width: 50%; margin: 0 auto 4vw;}

.maincont.index .impbox.btncell {justify-content: space-between;}
.maincont.index .impbox.btncell .data { width: fit-content;}
.maincont.index .impbox.btncell .dataimg { width: fit-content;}
.maincont.index .impbox.btncell .dataimg .linkbtn { width: 20vw; padding: .5vw 1vw;}
.maincont.index .impbox.btncell .dataimg .linkbtn p {width: 90%; }
.maincont.index .impbox.btncell .dataimg .linkbtn p:after { position: absolute; right: 0; display: block; content:""; color: #000; width: 1em; height: 1em; margin-left: 1em; background: url(../../../system_panel/uploads/images/arrow.png) no-repeat center center; background-size: contain;}

.maincont.index .duocell { display: flex; justify-content: flex-start; align-items: center; flex-direction: column; width: 100%;}
.maincont.index .duocell .img {width: 50%; margin: 0 auto 4vw;}
.maincont.index .duocell .txt {width: 100%;}

.maincont.index .duocell.rev { flex-direction: column-reverse;}
.maincont.index .duocell.rev .txt {	margin: 0 auto 4vw;}
.maincont.index .impbox .btnbox {width: 100%; justify-content: center; flex-direction: column;}
.maincont.index .btnbox a {margin: 2vw auto; width: 80vw;}
.maincont.index .impbox.btncell {flex-direction: column;}
.maincont.index .impbox.btncell .data { width: 100%; margin: 0 auto;}
.maincont.index .impbox.btncell .dataimg { width: 100%; margin: 4vw auto 2vw;}
.maincont.index .impbox.btncell .dataimg .linkbtn { width: 70vw; margin: 0 auto;}

.recommendationbox { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; flex-direction: column; padding: 5vw; width: 100%; height: auto; box-sizing: border-box; border-radius: 2vw; border: dashed 1px #707070; background: #FCFCFC;}
.recommendationbox .left { margin: 0 auto 5vw; width: 50%; text-align: center;}
.recommendationbox .right { color: #000; text-align: left; line-height: 1.4; width: 100%;}
.recommendationbox .right .ttl {width: 100%; display: flex; justify-content: space-between; align-items: center; padding-bottom: 1vw; margin-bottom: 6vw; border-bottom: dotted 1px #707070;}
.recommendationbox .right p { margin-bottom: 6vw; letter-spacing: .1em; line-height: 1.5; font-size: 100%;}
.recommendationbox .right .ttl h2 {font-size: 120%; font-weight: bold; margin-bottom: 0;}
.recommendationbox .right .ttl p {font-size: 100%; color: #05A3EB; margin-bottom: 0;}

.databox { display: block; text-align: center; margin-left:auto; margin-right:auto; padding: 3vw; width: 100%; height: auto; box-sizing: border-box; border-radius: 1vw; border: dashed 1px #707070; background: #FCFCFC;}
.databox h3 {font-size: 120%; font-weight: bold;}
.databox canvas {	width: 100%;	margin: 40px auto; display: block;}

.pcOnly { display: none !important; }
.spOnly { display: block !important; }
  
  .cp { text-align:center; margin-bottom:15vw;}
}
