@charset "UTF-8";

#main{
    margin:0 auto;
}
#mainImg{
    width:100%;
    margin-bottom: 1em;
}
#mainImg img{
    width:100%;
    height:auto;
    display:block;
}
.inner{
    width:100%;
    padding:0 1rem;
}
.pan.inner{
    padding:0;
}
@media screen and (min-width: 768px) {
    .inner{
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding:0;
    }
    #mainImg{
        margin-bottom:50px;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}
.txt02{
    color:#f00;
}
.txt04{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-right:0.6em;
    color:#fff200;
}
.txt09{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-right:0.6em;
    color:#000;
}
.title01{
    margin-bottom: 1em;
}
.title01 div{
    display:flex;
    flex-direction:row;
}
.title01 h2{
    font-size: 1.8em;
    font-weight:900;
    line-height:1.0;
    display:flex;
    align-items: center;
}

#sundaidiverse .title01 h2{
    width: 17em;
}
#hkobetsu .title01 h2{
    width: 11em;
}
#sundaidiverse .title01:after{
    content:"";
    display:block;
    background:#065ca8;
    width:100%;
    height:0.5em;
    margin-top:0.2em;
}
#hkobetsu .title01:after{
    content:"";
    display:block;
    background:#46bc46;
    width:100%;
    height:0.5em;
    margin-top:0.2em;
}
.title01 h2 .txt10{
    font-size:1.2em;
    font-weight:700;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
}
.title01 p{
    font-size: 0.7em;
    font-weight:600;
    line-height:1.2;
    text-align: justify;
}
#sundaidiverse h2{
    color:#065ca8;
}

#hkobetsu h2{
    color:#46bc46;
}
#ginannaka h2{
    color:#005dac;
}
#ginannaka .title01:after{
    content:"";
    display:block;
    background:#005dac;
    width:100%;
    height:0.5em;
    margin-top:0.2em;
}
#mainImg img{
    width:100%;
    height:auto;
}
.topcmt{
    margin-bottom: 1em;
}
.topcmtimg img{
    width:100%;
    height:auto;
}
.imgbox01 img{
    width:100%;
    height:auto;
}
#sundaidiverse h3{
    text-align:center;
    font-weight:900;
    line-height: 1;
    margin-bottom: 1em;
}
#sundaidiverse h3 .txt11{
    font-size: 1.6em;
}
#sundaidiverse h3 .txt12{
    font-size: 2.2em;
}
#pointimg{
    margin-bottom: 1em;
}
.coursecate{
    margin-bottom: 3rem;
}
.coursecate dl{
    display:flex;
    flex-direction:column;
    margin-bottom: 1em;
}
.coursecate dt{
    text-align:center;
    line-height:1.0;
    font-size: 1.4em;
    font-weight:700;
    color:#fff;
    padding: 1rem;
    width:100%;
    display:block;
}
.coursecate dt span.txt06{
    font-size:0.5em;
    font-weight:600;
}
.coursecate dl:nth-child(1) dt{
    background:#11a2c9;
}
.coursecate dl:nth-child(2) dt{
    background:#1a80a8;
}
.coursecate dl:nth-child(3) dt{
    background:#235d87;
}

.coursecate dd{
    width:100%;
    padding: 1em;
}

.coursecate dl:nth-child(1) dd{
    border:3px solid #11a2c9;
}

.coursecate dl:nth-child(2) dd{
    border:3px solid #1a80a8;
}

.coursecate dl:nth-child(3) dd{
    border:3px solid #235d87;
}
.coursesubtitle01{
    border-left:0.8em solid #f26489;
}
.coursesubtitle01 p{
    font-size: 0.9em;
    color:#fff;
    font-weight:600;
    padding-left:0.4em;
    margin-bottom:0.8em;
    margin-left:0.4em;
    background: #f26489;
    position:relative;
}
.coursesubtitle02{
    margin-bottom:0.8em;
    font-size: 1.3em;
    color:#f26489;
    font-weight:600;
    line-height:1.0;
}
.coursenote01{
    font-size: 1.0em;
    margin-bottom:0.8em;
    font-weight:600;
    line-height:1.0;
}
.ryoukin{
    margin-bottom:3rem;
}

#dfaq{
    margin-bottom:3rem;
}
#dfaq dl{
    margin-bottom: 1em;
}
#dfaq dl dt,
#dfaq dl dd{
    font-size: 1em;
    font-weight:600;
    padding:0.8em;
}
#dfaq dl dt{
    background:#474646;
    color:#fff;
}
#dfaq dl dd {
    padding-left: 1.8em;
    text-indent: -1em;
    background:#dbdbdb;
}
#dfaq dd{
}
.linkbtn01{
    margin-bottom:6rem;
}
p.subject01 {
    font-size: 0.9em;
    line-height: 1.2;
}
.linkbtn01 {
    margin: 0 auto;
    text-align: center;
    margin-bottom:calc(3rem + 6px);
    margin-bottom:-webkit-calc(3rem + 6px);
}

.linkbtn01 a {
    display: inline-block;
    background: #065ca8;
    padding: 0.4em 3.5em 0.8em;;
    border-radius:5px;
    box-shadow: 0 8px 0 #002749;
    position:relative;
    top:0px;

}
.linkbtn01 a:hover{
	box-shadow: 0 5px 0 #002749;
    top:3px;
}
.linkbtn01 a:active{
	box-shadow: 0 0 0 #002749;
    top:8px;
    
}
.linkbtn01 a p {
    font-weight: 600;
    color: #fff;
    font-size:1.6em;
    display:block;

}

.linkbtn01 a div {
    background: #fff;
    font-weight:600;
    padding: 0.2em 1.2em;
    border-radius: 3em;
    font-size:0.8em;
    color: #065ca8;
}
#sundaidiverse{
    margin-bottom:6rem;
}
#hkobetsu {
    margin-bottom:6rem;
}
#tokuten{
    margin-bottom:6rem;
}
#tokuten h2{
    position:relative;
    font-size:1.8em;
    font-weight:900;
    position:relative;
    display:flex;
    align-items:center;
    color:#bd9158;
    margin-bottom:1rem;

}

#tokuten h2:before,
#tokuten h2:after{
    content:"";
    height:0.2em;
    flex-grow:1;
    background:#bd9158;
}

#tokuten h2:before{
    margin-right:1rem;
}
#tokuten h2:after{
    margin-left:1rem;
}
#hkobetsu p.cmt02 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom:1em;
}
table{
    width:100%;
}
th,td {
    padding: 0.3em;
    font-size:1.0em;
}
th {
    font-size:0.9em;
    width:7em;
    color:#fff;
    background: #8e8e8e;
    border: 1px solid #595959;
}
td{
    border:1px solid #595959;
    background:#fff;
    text-align:justify;
    font-size:0.9em;
}

.koshabox {
    margin-bottom: 3rem;
}
.otherkosha{
    display:flex;
    flex-direction:row;
    align-items: center;
}
.title02{
    position:relative;
    font-size:1.4em;
    font-weight:900;
    left: 20px;
    display: flex;
    align-items: center;
    padding-right:40px;
}
.title02:before {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    background: #000;
    height: 1em;
    left: -20px;
}
.linkbtn02 a{
    display:inline-block;
    padding:0.2em 1em;
    border-radius:3px;
    background:#000;
    color:#fff;
    font-weight:600;
}

.infobtn {
    margin: 0 auto;
    text-align: center;
}

.infoinner {
    margin: 0 auto;
    padding: 1em 2em 0;
    background: #f26489;
    display: inline-block;
    text-align: left;
    border-radius:0.5em;
}

.btnwrap {
    display: flex;
    /* align-items: end; */
}

.infowoman {
    width: 30%;
}

.infowoman img {
    width: 100%;
    display:block;
}
.btninner {
    width: 70%;
}
.infobtn{
    margin-bottom:3rem;
}
.infobtn h4 {
    font-size: 1.0em;
    font-weight: 600;
    text-align: center;
    color: #ffff00;
    margin-bottom:1.0em;
}
.btn02 a{
    display: block;
    padding: 0.2em 0;
}
.btn02 a{
    display: block;
    text-align:center;
    background:#fff;
    border-radius:3em;
    font-size:0.9em;
    font-weight: 900;
    width: 100%;
    transition:all 0.2s ease-in;
}
.btn02 a:hover{
    background: #ffee20;
    color: #005aff;
}
.webbtn{
    margin-bottom:0.5em;
    line-height:2em;
    /* height:2em; */
}
.telbtn{
    display: flex;
    line-height: 1em;
    flex-direction: column;
    align-items: center;
}
span.txt03 {
    font-size: 0.6em;
}
#ginannaka{
    margin-bottom:3rem;
}
#ginannaka .imgbox01{
    margin-bottom:1rem;
}

#ginannaka .imgbox01 img{
    display:block;
}
#ginannaka p{
    margin-bottom:1rem;
}
#ginannaka th{
    width:20%;
    border:2px solid #fff;
    font-size: 0.8em;
}
#ginannaka td{
    font-size: 0.8em;
    width:40%;
    border:2px solid #fff;
}
#ginannaka td.ginanname{
    background:#037300;
    text-align:center;
    font-weight:600;
    color:#fff;
}

#ginannaka td.nakaname{
    background:#003ece;
    text-align:center;
    font-weight:600;
    color:#fff;
}

#ginannaka td.ginanbox{
    background:#e1ffe3;
}

#ginannaka td.nakabox{
    background:#cce9ff;    
}

#ginannaka span{
    margin-right: 0.5rem;
    padding:0.2em 0.5em;
    border-radius:3px;
    display:inline-block;
    color:#fff;
    font-weight:600;
}
.math{
    background:#003ece;
}
.phys{
    background:#9a0917;
}
.chem{
    background:#037300;
}
.eng{
    background:#680073;
}
.title02{
    position:relative;
    font-size:1.4em;
    font-weight:900;
}
#ginannaka p{
    margin-bottom:1rem;
    font-size:1.0em;
    line-height:1.4;
}
@media screen and (min-width: 768px) {
    .title01{
        margin-bottom:50px;
        display:block;
    }
    #sundaidiverse .title01{
        margin-bottom:100px;
    }
    #sundaidiverse .title01:after ,
    #hkobetsu .title01:after,
    #ginannaka .title01:after {
        height: 0.8em;
        margin-top: 0.8em;
    }
    .title01 h2{
        font-size:64px;
        font-weight:900;
    }
    .title01 h2 .txt10{
        font-size:1.2em;
        font-weight:700;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
    }
    .topcmt{
        margin-bottom:100px;
    }
    .topcmtimg{
        margin-bottom:10px;
    }
    .topcmtbox{
        display:flex;
        flex-direction:row;
        gap:1em;
    }
    .topcmtbox .cmtbox{
        width:46%;
    }
    .topcmtbox .cmtline{
        height:auto;
        background:#000;
        width: 1px;
        margin: 0 4%;
        transform: rotate(15deg);
    }


    #sundaidiverse h3 .txt11{
        font-size:53px;
    }
    #sundaidiverse h3 .txt12{
        font-size:72px
    }
    .cmtbox p{
        font-size:22px;
        font-weight:600;
        text-align: justify;
    }
    
    #sundaidiverse h3{
        margin-bottom:100px;
    }
    #pointimg{
        margin-bottom:50px;
    }
    .coursecate{
        margin-bottom:50px;
    }
    .coursecate dl{
        flex-direction:row;
        margin-bottom:30px;
    }

    .coursecate dt{
        display:flex;
        flex-direction:column;
        justify-content: center;
        width:300px;
        line-height:1.8;
    }


    .coursecate dd{
        width:calc(100% - 300px);
        width:-webkit-calc(100% - 300px);
        padding:1.6em;
    }

    .coursesubtitle01 p:after{
        content: "";
        border-width: 1.85em 1.85em 0 0;
        border-style: solid;
        border-color: #f26489 transparent transparent transparent;
        background: white;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
    }
    .ryoukin{
        margin-bottom:50px;
    }
    #dstep dl dd{
        font-size:3.2em;
    }
    #dfaq dl{
        margin-bottom:30px;
    }
    .linkbtn01{
        margin-bottom:100px;
    }
    p.subject01 {
        font-size: 16px;
        line-height: 1.2;
    }
    #hkobetsu p.cmt02 {
        font-size: 22px;
    }
    
    #tokuten h2{
        font-size:64px;
        margin-bottom:3rem;
    }
    #tokuten h2:before,
    #tokuten h2:after{
        height:0.2em;
    }
    #tokuten .imgbox01{
        text-align:center;
        margin:0 auto;
    }
    #tokuten .imgbox01 img{
        width:auto;
        height:auto;
    }
    .infobtn{
        margin-bottom:100px;
    }
    .infobtn h4 {
        font-size: 24px;
    }
    .btn02 a{
        display: block;
        padding: 0.5em 0;
    }
    .btn02 a{
        font-size:18px;
    }
    .webbtn{
        margin-bottom:1em;
    }
    span.txt03 {
        font-size: 12px;
    }
    
    #ginannaka{
        margin-bottom:100px;
    }
    
    #ginannaka .imgbox01{
        margin-bottom:50px;
    }

    #ginannaka p{
        margin-bottom:50px;
    }
    #ginannaka th,
    #ginannaka td{
        font-size:16px;
    }
    
    #ginannaka span{
        font-size:14px;
    }
}


/*夏期追加*/

.kakicopy{
	margin-bottom:1em;
}
.kakicopy .kakiinner {
	width: fit-content;
	display:block;
	text-align: center;
	font-weight: 900;
    background-image: url("../images/high3/BK_umi01.png");
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
	/* background-repeat: repeat-x; */
	background-position: center center;
	/* background-size:60%; */
	margin: 0 auto;
	padding: 1rem;
	/* background-color: #cbecff; */
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0,0,0,0.4);
}

.kakicopy .kakiinner2 {
	width: fit-content;
	display:block;
	text-align: center;
	font-weight: 900;
    background-image:url("../images/high3/autmnBK.png");
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
	/* background-repeat: repeat-x; */
	background-position: center center;
	/* background-size:60%; */
	margin: 0 auto;
	padding: 1rem;
	/* background-color: #cbecff; */
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0,0,0,0.4);
}
.kakicopy p {
	line-height: 1.2;
	font-size:1.0em;
}
.kakicopy .maincopy01 p:first-child {
	font-size: 2.0em;
	letter-spacing: -0.05em;
}
.kakicopy .maincopy01 p:nth-child(2) {
	font-size: 2.4em;
}
.kakicopy .maincopy01 p:nth-child(3) {
	font-size: 3.6em;
	margin-bottom:0.5rem;
    color:#065ca8;
}
.kakicopy p:nth-child(4) {
	font-size: 2em;
	margin-bottom: 0.5rem;
	background: #ff0;
	display: inline-block;
	padding: 0 0.5rem;
	color:#065ca8;
}
p.kakimsg01{
	font-weight:600;
	font-size:1.2em;
}
.kakinaiyo h3 {
	font-size: 1.0em;
	font-weight: 900;
	text-align: center;
	margin-bottom:1em;
}
span.sundaitxt01 {
	color: #065ca8;
	font-weight: 900;
	font-size: 1.4em;
}
span.kobetsutxt01 {
	font-size: 1.4em;
	font-weight: 900;
	color: #44a919;
}
span.emphasistxt01 {
    font-size: 2.2em;
    font-weight: 900;
    color: #ff0052;
    font-style: italic;
}

span.emphasistxt02{
    font-size: 2.2em;
    font-weight: 900;
    color: #f83601;
    font-style: italic;
}
.kakinaiyocopy{
	text-align:center;
	font-size:1.0em;
	margin-bottom:3rem;
}
.kakinaiyocopy p{
	font-size: 1.3em;
	line-height:1.4;
	font-weight: 700;
	text-align:center;
}
#sundaimsg.onenaiyo{
	margin-bottom:1rem;
}
.onenaiyo h2 {
	/* display: inline-block;
	padding: 0.2rem 2rem;
	overflow: hidden;
	position: relative; */
	font-weight: 900;
	font-size: 2.0em;
	text-align: center;
}
#sundaimsg.onenaiyo h2{
	color:#065ca8;
	/* border: 3px solid #065ca8; */
}
#kobetsumsg.onenaiyo h2{
	color:#44a919;
	/* border: 3px solid #44a919; */
}
/* .onenaiyo h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-width: 1em 1em 0 0;
	border-style: solid;
}
#sundaimsg.onenaiyo h2::before{
	border-color: #065ca8 #fff #065ca8;
}
#kobetsumsg.onenaiyo h2::before{
	border-color: #44a919 #fff #44a919;
} */
.onenaiyo p{
	font-size: 1em;
	padding:1rem;
	line-height:1.4;
	font-weight:600;
}

#sundaimsg .balloon1-top {
	width:100%;
	position: relative;
	display: inline-block;
	margin: 1.0em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 1.0em;
	background: #a9d7ff;
	border-radius:10px;
	box-shadow:2px 2px 0 rgba(0,0,0,0.3);
}

#sundaimsg .balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #a9d7ff;
}
#kobetsumsg .balloon1-top {
	width:100%;
	position: relative;
	display: inline-block;
	margin: 1.0em 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #000;
	font-size: 1.0em;
	background: #d8ffc8;
	border-radius:10px;
	box-shadow:2px 2px 0 rgba(0,0,0,0.3);
}

#kobetsumsg .balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #d8ffc8;
}
/* #sundaimsg .balloon1-top p {
  margin: 0;
  padding: 0;
} */
 
#kobetsumsg{
	margin-bottom:2rem;
}
.linkbtnbox{
	margin:0 auto 2rem;
}
.linkbtnbox img{
	width:100%;
	height:auto;
	border-radius: 100px;
}

@media screen and (min-width: 768px) {
	.kakicopy{
		margin-bottom:50px;
	}
	.kakicopy .kakiinner {
		width: fit-content;
		display:block;
		text-align: center;
		font-weight: 900;
		background-image: url("../images/high3/BK_umi01.png");
        background-color:rgba(255,255,255,0.2);
        background-blend-mode:lighten;

		background-repeat: no-repeat;
		background-position: center center;
		/* background-size:60%; */
		margin: 0 auto;
		padding: 2rem;
		/* background-color: #cbecff; */
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(0,0,0,0.4);
	}
    
	.kakicopy .kakiinner2 {
		width: fit-content;
		display:block;
		text-align: center;
		font-weight: 900;        
        background-image:url("../images/high3/autmnBK.png");
        background-color:rgba(255,255,255,0.2);
        background-blend-mode:lighten;

		background-repeat: no-repeat;
		background-position: center center;
		/* background-size:60%; */
		margin: 0 auto;
		padding: 2rem;
		/* background-color: #cbecff; */
		border-radius: 10px;
		box-shadow: 0 0 10px rgb(0,0,0,0.4);
	}
	.kakicopy p {
		line-height: 1.2;
		font-size:1.0em;
	}
	.kakicopy .maincopy01 p:first-child {
		font-size: 2.5em;
		letter-spacing: -0.05em;
	}
	.kakicopy .maincopy01 p:nth-child(2) {
		font-size: 3.0em;
	}
	.kakicopy .maincopy01 p:nth-child(3) {
		font-size: 4em;
		margin-bottom:0.5rem;
		color: #065ca8;
	}
	.kakicopy p:nth-child(4) {
		font-size: 2em;
		margin-bottom: 0.5rem;
		background: #ff0;
		display: inline-block;
		padding: 0 0.5rem;
		color:#065ca8;
	}
	p.kakimsg01{
		font-weight:600;
		font-size:1.2em;
	}
	.kakinaiyo h3{
		font-size: 2.4em;
	}
	
	.kakinaiyocopy p{
		font-size: 2.0em;
	}
	.onenaiyo h2{
		font-size: 3.0em;
	}
	.onenaiyo p{
		font-size:1.2em;
		line-height:inherit;
	}
	.linkbtnbox{
		width:700px;
		margin:0 auto 100px;
	}
	.linkbtnbox img{
		width:100%;
		height:auto;
	}

}


#pricebox{
	margin-bottom:2rem;
}
#pricebox table{
	width:100%;
	margin:0 auto;
}
#pricebox caption{
	text-align:left;
	font-size:1.4em;
	font-weight:900;
}
#pricebox #sundaiprice caption{
	color:#065ca8;
}
#pricebox #kobetsuprice caption{
	color:#44a919;
}
#pricebox table th,
#pricebox table td{
	border:1px solid #fff;
	padding:0.4rem;
	font-weight:900;
	background:#e7e7e7;
	font-size:1.0em;
}
#pricebox table td.price01{
	text-align:right;
	font-size:1.5em;
}

#pricebox table td.price01 small{
	font-size:0.6em;
	font-weight:normal;
}
#pricebox table th.bk_blue,
#pricebox table td.bk_blue{
	background:#065ca8;
	color:#fff;
	font-weight:600;
}
#pricebox table th.bk_green,
#pricebox table td.bk_green{
	background:#44a919;
	color:#fff;
	font-weight:600;
}
#pricebox .note05{
	font-size:0.8em;
	text-align:right;
	margin:0 auto;
}
#campaignbox{
    margin-bottom:2rem;
}
.camimgbox{
	margin:0 auto;
	text-align:center;
}
.camimgbox img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 768px) {
	#pricebox{
		margin-bottom:100px;
	}
	#pricebox table{
		font-size:1.0em;
		width:700px;
		margin:0 auto;
	}
	#pricebox .note05{
		max-width:700px;
	}
    
    .camimgbox{
        margin-bottom:50px;
    }
	.camimgbox img{
		width:100%;
		height:auto;
	}
    .oneex{
        margin-bottom:50px;
    }
}
.oneex img {
    width: 100%;
    height: auto;
}
#diversejisseki img {
    width: 100%;
}

#diversejisseki {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

#diversejisseki a {
    padding: 0.5rem 2rem;
    /* background: #afa; */
    border: 3px solid #aaa;
    border-radius: 6px;
}