@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700,900');

/* CLEAR FIX */
.cf:after{content: "."; display: block; height: 0;  clear: both; visibility:hidden;}
.cf{display: inline-table;} 
/* Hides from IE Mac */
* html .cf{height: 1%;}
.cf{display:block;}
/* BOXSIZING */
.boxSizing { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* iOSでのsubmitのスタイルをリセット */
input[type="submit"],input[type="button"] {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,input[type="button"]::focus {outline-offset: -2px;}

/* mo-dal */
.modal-open {cursor: pointer;}

.modal-container{position: fixed;top: 0;left: 0;width: 100%;height: 100%;text-align: center;background: rgba(0,0,0,50%);padding: 40px 20px;overflow: auto;opacity: 0;visibility: hidden;transition: .3s;box-sizing: border-box;}
.modal-container:before{content: "";display: inline-block;vertical-align: middle;height: 100%;}
.modal-container.active{opacity: 1;visibility: visible;}
.modal-body{position: relative;	display: inline-block;	vertical-align: middle;	max-width: 500px;width: 90%;}
.modal-close{position: absolute;display: flex; align-items: center; justify-content: center;top: -40px;right: -11px;width: 40px;height: 40px;font-size: 40px;color: #fff;cursor: pointer;}

.modal-content{background: #fff; text-align: left;padding: 30px;color: #222; text-align: center;}
.modal-content ul li a {color: #222;  padding: 10px 0;  margin-top: 14px;  background: #EEE;  border-radius: 5px;display: block;}

/* =======PRUGIN SETTINGS======= */
/* PAGE TOP */
.pagetop {position: fixed;bottom: 10px;right: 10px;opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3);transform: scale(0.3);-webkit-transition: all .4s;-moz-transition: all .4s;	-o-transition: all .4s;	transition: all .4s;}
.pagetop a {display: block;width: 50px;	height: 50px;background-color: #000;text-align: center;color: #fff;font-size: 1em;text-decoration: none;line-height: 50px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.pagetop.show {	opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}

/* BLOCK LINK */
.box-link{cursor:pointer;}
.box-link,
.box-link::before,
.box-link::after {-webkit-transition: all .3s;transition: all .3s;}
.box-link:hover{background:#f9f9f9;}

/* ======= BASIC ======= */
html,body { height: 100%; width: 100%; min-width: 1100px; }
body{font-family: Lato, 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color:#222; letter-spacing: 0.1em;}

img {max-width: 100%; height: auto;}
a{color:#222; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease; text-decoration:none;}
a:hover{color:#CCC;}
strong{font-weight:bold;}

/* OTHER-STYLING */
.big{font-size:1.4em;}
.small{font-size:0.6em;}

.bg-brack{display:inline-block; background:#000; padding:10px 15px; font-size:0.8em; color:#FFF; margin-right:10px; vertical-align: super; margin:10px 0;}
.bgGlay {background: #EEE; padding: 30px; margin-bottom: 50px;}
.bgGlay p:last-child {margin-bottom: 0;}
.bgBorder {border: 1px solid #CCC; padding: 50px; box-sizing: border-box; margin-bottom: 50px;}
.bgBorder p:last-child {margin-bottom: 0;}

.arrow-down{ margin-bottom: 30px; font-size: 3em;}
.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.pc{display:inline;}
.sp {display: none;}
.menu-sp{display:none;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}

section.w1080{width:1080px; margin:0 auto;}
.jump{margin-top:-100px; padding-top:100px;}
.name {font-weight: bold; display: block; text-align: right; letter-spacing: 0; margin-top: 20px; font-size: 0.9rem;}
.youtube {position: relative; width: 100%; padding-top: 56.25%;}
.youtube iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
.gcal {margin-bottom: 50px;}
.gcal iframe{width: 100%; height: 600px;}

/* ======= HEADER ======= */
header{width:100%;}
#header-box {background: #FFF; padding: 10px; box-sizing: border-box;}
header h1 img {width: 275px; height: auto;}
.header-inr {position: relative;}
.header-inr h1 {float: left;}

.headBox {display: flex; justify-content: flex-end;}
ul.headBtnother {display: flex;}
ul.headBtnother li {text-align: center; margin-left: 10px;}
ul.headBtnother li:first-child a{background:#ff7bac;}
ul.headBtnother li:last-child a{background:#39b54a;}
ul.headBtnother li a {padding: 20px 17px 20px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold;}
ul.headBtnother li a:hover{background:#CCC;}

ul.headBtnother li a.pc {display: block;}
ul.headBtnother li a.sp {display: none;}

a.headBtnTop{display:none;}

/* ======= FOOTER ======= */
footer {width: 100%; text-align: center;  padding: 50px 0 0; background: #0071bc; color: #FFF;}
footer a {color: #FFF;}
footer p {line-height: 2rem; font-weight: 700;}
p.copyrights {padding: 20px; border-top: 1px solid #FFF;  margin-top: 50px;}

/*  ======= TOP =======  */
.btnField {margin: 30px auto; width: 90%;}
.btnField ul {display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between;}
.btnField ul li {width: 49%; text-align: center;}
.btnField ul li:first-child a{background:#ff7bac;}
.btnField ul li:last-child a{background:#39b54a;}
.btnField ul li a {position: relative; font-size: 1.3rem; padding: 30px 17px 30px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold;}
.btnField ul li a:hover{background:#CCC;}
.btnField ul li a i {position: absolute; right: 20px;}

.btnField ul li a.pc {display: block;}
.btnField ul li a.sp {display: none;}

a.btn {position: relative; background:#ff7bac; font-size: 1.3rem; padding: 30px 17px 30px 34px; display: block; color:#FFF; border-radius: 5px; font-weight: bold; width:50%; text-align:center; margin:0 auto;}
a.btn:hover{background:#CCC;}
a.btn i {position: absolute; right: 20px;}

#amikake {background: url("img/amikake.gif")repeat;  padding: 70px 0 0;}

/* TEASER */
#tesar {background: url("img/teaser.jpg")no-repeat; width: 100%; background-size: cover;  height: 500px; text-align: center;}
#tesar h2 {font-size: 4vw; font-weight: 900; color: #222; padding: 125px 0 0 33%;}
#tesar h2 span.tesar02 {display: block; font-size: 1.62rem; margin-top: 18px;}
#tesar h2 span.tesar03 {display: inline-block; font-size: 2rem; margin-top: 30px;  background: #fcee21; padding: 10px 20%; line-height: 1;}


/* STAGE01 */
.question {text-align: center; background: #fcee21; }
.question h3 {font-size: 1.5rem; font-weight: bold;  padding: 30px 0;}

.answer{text-align: center;}
.answer img {width: 60%; margin: 0 auto 50px;}

#stage01 {max-width: 1280px; margin: 0 auto; margin-bottom:40px; padding: 0 5%;}
#stage01 h3 {font-size: 1.5rem; letter-spacing: normal; font-weight: 700; text-decoration: underline #fcee21 8px; text-underline-offset: 0px; line-height: 4rem; margin-bottom: 30px;}
#stage01 p {text-align: center;  font-size: 1.2rem;}

#stage01 ul {position: relative; display: flex; margin: 50px auto; width: 100%; justify-content: space-evenly; padding: 0 5%; box-sizing: border-box;}
#stage01 ul li {text-align: center; display: flex; width: 27%;}

.s01Box {background: #FFF; border: 1px solid #CCC; border-radius: 15px; padding: 0 20px 20px; position: relative;}
.s01Box h4 {font-size: 1.4rem; font-weight: bold;}
.s01Box span {background: #3fa9f5; position: relative; top: -10px; text-align: center; padding: 15px 20px;  font-weight: bold; color: #FFF;}
#stage01 .s01Box p {font-size: 1rem; text-align: justify; margin-top: 20px;}

/* STAGE02 */
#stage02 {margin-bottom: 40px; background: #fcee21; padding: 50px; text-align: center;}
#stage02 h3 span {color: #3fa9f5; display:block;}
#stage02 h3 {font-size: 1.5rem; font-weight: bold; line-height: 2.5rem;}

/* STAGE03 */
#stage03 {margin-bottom:70px; position: relative; width: 1000px;  margin: 0 auto;}
#stage03 ul {display: flex; justify-content: space-between;width: 100%;}
#stage03 ul li {width: 48%; background: #FFF; border-radius: 10px; border: 1px solid #CCC;}
#stage03 ul li h4 {background: #e67bac; color: #FFF; font-weight: bold; text-align: center; font-size: 1.2rem; padding: 20px 0; margin: 20px 0 0;}
#stage03 ul li img {padding: 30px; text-align: center; width: 100%; box-sizing: border-box;}
#stage03 ul li p span {color: #e67bac;}
#stage03 ul li p {padding: 0 30px 30px; text-align: justify;}

/* STAGE04 */
#stage04 {width: 1000px;text-align: center;  margin: 60px auto;}
#stage04 img {max-width: 100%;}
#stage04 img.resutlTitle {width:94%; margin-bottom:16px;}
#stage04 .result{
    margin: 0 auto;
    width: 98%;
    margin: 0px auto 30px;
}
#stage04 .result .resultList{
    display: flex;
    flex-wrap: wrap;
}
#stage04 .result .resultList .resultUnit{
    position: relative;
    width: 46%;
    height: auto;
    margin-top: 0.5em;
    margin-right: 8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
#stage04 .result .resultList .bestEver:after {
    content: '';
    position: absolute;
    top: -16px;
    right: -14%;
    width: 94px;
    height: 60px;
    background: url("img/bestEver.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .resultUnit:nth-child(even){
    margin-right: 0;
}
#stage04 .result .resultList .resultUnit .schoolName{
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
}
#stage04 .result .resultList .resultUnit .resultData,
#stage04 .result .resultList .resultUnit .resultNumber,
#stage04 .result .resultList .resultUnit .resultYear {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF,3px 3px 3px rgba(0, 0, 0, 0.40);
}
#stage04 .result .resultList .resultUnit .resultData {
    color: #333;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}
#stage04 .result .resultList .resultUnit .resultYear {
    position: absolute;
    top: -10px;
    left: -20px;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#stage04 .result .resultList .resultUnit .resultNumber{
    color: #F21D01;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,sans-serif;
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    letter-spacing: normal;
}
#stage04 .result .resultList .resultUnit.smallResultWrap{
    align-items: center;
}
#stage04 .result .resultList .resultUnit .resultNumber.smallResult{
    font-size: 60px;
    margin-right: 0;
    letter-spacing: normal;
}
#stage04 .result .resultList .resultUnit.smallResultWrap .resultYear{
    top: -18px;
    left: -10px;
}
#stage04 .result .resultList .resultUnit p.comments {
    font-size: 10px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
    margin-top: -1em;
    overflow-wrap: break-word;
    word-break: auto-phrase;
    line-break: strict; /* 禁則処理を厳格に適用 */
}
#stage04 .result .resultList .resultUnit.smallResultWrap p.comments {
    margin-top: 0;
}
#stage04 .note {
    margin-top: 50px;
    font-size: 14px;
    text-align: right;
}

/* STAGE05 */
#stage05 {width: 1000px; margin: 0 auto;}
.s05Box01 h3 {font-size: 3rem; font-weight: 900; margin-left: 50px;}
.s05Box01 {display: flex; align-items: center;}

/* アコーディオン */
.accordion {margin: 30px auto;max-width: 100%;}
.toggle {display: none;}
.option {position: relative; margin-bottom: 1px; }
.content {-webkit-backface-visibility: hidden;backface-visibility: hidden;transform: translateZ(0);}
.title {-webkit-backface-visibility: hidden;backface-visibility: hidden;transform: translateZ(0);transition: all 0.3s;}

.title {background: #cfecf8; padding: 1em; text-align: center; display: block; color: #333; font-weight: bold;}
.title::after,
.title::before {content: "";position: absolute;right: 1.25em;top: 1.25em;width: 4px;height: 1em;background-color: #333;transition: all 0.3s;}
.title::after {transform: rotate(90deg);}
.content {max-height: 0; overflow: hidden;}
.content ul {padding: 1em 0; box-sizing: border-box; display: flex; width: 100%; flex-direction: row; justify-content: space-between; flex-wrap: wrap; margin-bottom: -2%;}
.content ul li {width: 49%; border: 1px solid #CCC; margin-bottom: 2%;}

.content p {color: #3fa9c8; margin: 0; padding: 1em 1em; font-size: 0.9em; letter-spacing: 0;}
.content .msg_pref {padding: 1em 1em 0;}
.content .msg_pref p {color: #333; padding: 0;}
.content .msg_pref_info {width: max-content; margin-top: 0.2em;}
.content .msg_pref_info p.right {text-align: right;}
.content p span{color: #333; display:block;}
.toggle:checked + .title + .content {max-height: 9999px; transition: all 1.5s;}
.toggle:checked + .title::before {transform: rotate(90deg) !important;}

.option.mt30 { margin-top: 1em;}
.option.mb30 { margin-bottom: 1em;}

label.title.glaybg {background: #EEE;}

.sakura {background: url("img/bg.jpg")no-repeat; background-size: cover;}

#stage06 {width: 1000px; margin: 0 auto; padding: 50px 0;}
#stage06 ul {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
#stage06 ul li {width: 49%; background: #FFF; border: 1px solid #CCC; margin-bottom: 2%;}
#stage06 ul li h4 {background: #fcee21; text-align: center; padding: 10px 0; font-weight: 700;}
#stage06 ul li p {font-weight: 700; text-align: center; padding: 20px;}
#stage06 ul li p span {color: #d91818;}
#stage06 ul li div.grid {display: grid; grid-template-columns: repeat(2, 1fr); justify-items: end; gap: 0 10px; padding: 20px; justify-items: center;}
#stage06 ul li div.grid p {padding: 0;}
#stage06 ul li div.grid p:last-child:nth-last-child(odd) {grid-column: 1 / 3; width: 100%;}
#stage06 h3 {margin-bottom: 10px;}
#stage06 ul li p span {color: #d91818;}
.s06Box {font-family: 'Noto Sans JP'; margin-bottom: 30px;}
.s06Box p {display: flex; flex-wrap: wrap; font-size: 5rem; font-weight: 900; color: #ff7bac; align-items: center; justify-content: flex-end; text-shadow: 3px 3px 3px #fff;}
.s06Box p span {display: block; font-size: 2rem; font-weight: 900; text-align: right; color: #222; margin-right: 30px; line-height: 1.1em;}

@media screen and (max-width: 1279px) {
 /*　================================ for ipad ================================　*/

}
@media screen and (max-width: 480px) {
 /*　================================ for iphone ================================　*/

/* HEAD */
html,body { height: 100%; width: 100%; min-width: 100%; font-size: 14px;}
section.w1080 {width:90%; margin: 0 auto;}
.pagetop{display:none!important;}
.sp{display:inline;}
.pc{display:none!important;}

/* header */
#header-box {border-top: none;}
#header-box h1 img {width: 150px; height: auto;}
.header-inr {text-align: center;}
.header-inr h1 {padding: 5px 0;}

.headBox {width: 100%; position: fixed; bottom: 0; left: 0; z-index: 999;}

ul.headBtnother {width: 100%; border-top: 1px solid #FFF;}
ul.headBtnother li {width: 50%; margin-left: 0;}
ul.headBtnother li a {position: relative; box-sizing: border-box; border-radius: unset; padding: 15px 0px; height: 70px;}
ul.headBtnother li a i {position: absolute; right: 0; top: 40%;}

a.headBtnTop {width: 180px; float: right; display: block;}
a.headBtnTop img {width: 100%;}
a.headBtnTop.link { display: grid; grid-template-columns: max-content max-content; justify-content: space-between; align-items: center; padding: 10px; padding-right: 5px; border-radius: 5px; color: #FFF; font-weight: bold; font-size: 0.9rem; letter-spacing: 0; box-sizing: border-box; background: #39b54a;}
a.headBtnTop.link i{width: max-content; margin: 0;}
ul.headBtnother li img { width: auto; height: 100%;}

ul.headBtnother li a.pc {display: none;}
ul.headBtnother li a.sp {display: block;}

/* footer */
footer {padding: 30px 0 0;}
footer a {display: block;}
p.copyrights {margin-top: 30px; padding: 20px 0 90px 0;}

/* 共通 */
.btnField {margin: 20px auto;}
.btnField ul li a {padding: 10px; font-size: 1.1rem; letter-spacing: 0; height: 65px; box-sizing: border-box;}
.btnField ul li a i {top: 39%; right: 0;}

.btnField ul li a.pc {display: none;}
.btnField ul li a.sp {display: block;}

#amikake {padding: 30px 0 0;}

/* TEASER */
#tesar {height: 200px;}
#tesar h2 {font-size: 4.6vw; padding: 50px 0 0 33%; letter-spacing: 0;}
#tesar h2 span.tesar02 {display: block; font-size: 0.8rem; margin-top: 5px; letter-spacing: normal;}
#tesar h2 span.tesar03 {font-size: 1rem; margin-top: 10px; padding: 10px 12%;}

/* STAGE01 */
.question h3 {font-size: 1.1rem; font-weight: bold; padding: 10px 0;}
.answer img {width: 90%; margin: 0 auto 20px;}


#stage01 {margin-bottom: 30px; margin-bottom: 0;}
#stage01 h3 {font-size: 4.8vw; line-height: 2.2em;  letter-spacing: 0; margin-bottom: 50px;}
#stage01 p {font-size: 1rem;}
#stage01 ul { margin: 30px auto 0; display: flex; justify-content: flex-start; padding: 0;  flex-direction: column;}
#stage01 ul:after {display:none;}
#stage01 ul li {width: 100%; margin-bottom: 30px;}

.s01Box {padding: 10px 15px 20px;}
.s01Box h4 {font-size: 1.1rem; text-align: left; margin-top: 30px; letter-spacing: 0;}
.s01Box span {position: absolute; top: -10px; left: 15px; padding: 10px 20px;}
.s01Box img {position: absolute; width: 100px; right: 7px; top: -29px;}
#stage01 .s01Box p {font-size: 0.9rem;}

/* STAGE02 */
#stage02 {margin-bottom: 30px; padding: 30px 0;}
#stage02 h3 {font-size: 1.2rem;font-weight: bold; letter-spacing: normal; line-height: normal;}

/* STAGE03 */
#stage03 {width: 90%;}
#stage03 ul {flex-direction: column;}
#stage03 ul li {width: 100%; margin-bottom: 20px;}

/* STAGE04 */
/* 合格実績リスト */
#stage04 {width: 92%; margin: 30px auto;}
#stage04 img.resutlTitle {width:94%; margin-bottom: 0;}
#stage04 .result {width: 95%; margin: 20px auto 20px}
#stage04 .result .resultList {flex-wrap: wrap;}
#stage04 .result .resultList .resultUnit {
    position: relative;
    margin-right: 0;
    width: 100%;
}
#stage04 .result .resultList .resultUnit .schoolName {
    font-size: 32px;
}
#stage04 .result .resultList .bestEver:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -5%;
    width: 130px;
    height: 30px;
    background: url("img/bestEverSp.svg")no-repeat;
    background-size: contain;
}
#stage04 .result .resultList .resultUnit .resultNumber {
    font-size: 60px;
    margin-right: 6px;
}
#stage04 .result .resultList .resultUnit .resultNumber.smallResult{
    font-size: 40px;
}
#stage04 .result .resultList .resultUnit.smallResultWrap .resultYear{
    top: -18px;
    left: 5px;
}
#stage04 img.resultContents {
    width: 96%;
}
#stage04 .note {
    margin-top: 30px;
    font-size: 12px;
    text-align: left;
}
#stage04 .note br {
	display: none;
}

#stage05 {width: 90%;}
.s05Box01 {display: flex; flex-direction: row;}
.s05Box01 h3 {font-size: 1.2rem; margin-left: 15px;}
.s05Box01 img {width: 33%;}

.accordion {margin: 20px auto;}
.content ul li {width: 100%;}
.content ul li a.link_tel {color: blue;}

.sakura {background: url("img/bgsp.jpg")no-repeat; background-size: contain;}

#stage06 {width: 90%;}
.s06Box p{display: block; text-align: center; line-height: 5.5rem;}
.s06Box p span {text-align: center; margin-right: 0;    margin-bottom: 20px;}

#stage06 ul li {width: 100%;}
#stage06 ul li div.grid {padding: 20px 10px;}
#stage06 ul li div.grid p {font-size: 12px;}
#stage06 img {width: 100%; margin-bottom: 20px;}
a.btn { box-sizing: border-box; width: 100%;}
a.btn i {right: 5px;}

.btnField ul li a img {width: 90%;}

}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
