@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* =============================================================================
共通
   ========================================================================== */

.pt64 {
  padding: 64px 0;
}


a.btn02 {
    background-color: #1893f0;
    color: #fff;
    padding: 11px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 40px;
}
a.btn02:hover{
	    background-color: #105FDE;
}
a.btn02:hover img {
	opacity: 1;
}
.mirairo:hover img {
	opacity: 1;
}
.mirairo .orange {
    height: 70px;
    background-color: #ff6e19;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
	    margin: 0 auto;
    margin-bottom: 40px;
	    margin-top: 3em;
	font-weight: bold;
		border:2px solid #ff6e19;

}
.mirairo {
    max-width: 800px;
    margin: 0 auto;
	position: relative;
}
.mirairo .orange:hover{
	background-color: #fff;
	color: #ff6e19;
	border: 2px solid #ff6e19;
}
.mirairo:before {
    content: '';
    width: 162px;
    height: 55px;
    background: url(../images/top/mirairo.png) no-repeat center / cover;
    position: absolute;
    top: 11%;
    right: 155px;
    z-index: 99;
	pointer-events: none;
}
.mirairo:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/top/arrow-btn02.png) no-repeat center / cover;
    position: absolute;
    top: 33%;
    right: 53px;
	pointer-events: none;
}
.mirairo:hover:before {
   content: '';
    background: url(../images/top/mirairo_hover.png) no-repeat center / cover;
    width: 162px;
    height: 55px;
	top: 11%;
    right: 155px;
    z-index: 99;
}
.mirairo:hover:after {
   content: '';
    background: url(../images/top/arrow-btn02_mirairo.png) no-repeat center / cover;
    position: absolute;
    top: 33%;
    right: 53px;
    width: 27px;
    height: 27px;
}
h2 .icon {
    box-sizing: border-box;
    display: block;
    position: relative;
	padding-bottom: 5px;
}

h2 {
    padding-bottom: 40px;
    position: relative;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
h4{
	font-size: 17px;
    line-height: 40px;
}
table {
    margin-top: 30px;
    font-size: 16px;
	background: #fff;
	    margin-bottom: 50px;
}
table th {
    background: #097CD4;
    text-align: center;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    padding: 8px 0;
    vertical-align: middle;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
	width: 180px;
}


table th.kotei {
	width: 320px;
}
table td {
    color: #097CD4;
    text-align: center;
    border: 1.5px solid #097CD4;
    vertical-align: middle;
    padding: 10px;
    font-size: 30px;
}
table td span.small{
	font-size: 20px;
}
table.green-tab th {
	background: #05B761;
}
table.green-tab td {
    color: #05B761;
    text-align: center;
    border: 1.5px solid #05B761;
    vertical-align: middle;
    padding: 10px;
    font-size: 30px;
}
.indent {
text-indent: -4em;
    padding-left: 3.5em;
}


@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
.letter-zone{
	letter-spacing: 10px;
}
	table.green-tab td {
		text-align: end;
	}
		
	table td span.centerprice{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
    margin-right: 100px;
}
	table td span.centerprice-short{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
    margin-right: 80px;
}
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
	}
	h2{
		font-size: 25px;
	}
	h4{
	font-size: 14px;
    line-height: 30px;
}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
		margin-bottom: 2em;
	}
	table th {
    background: #097CD4;
    text-align: center;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    padding: 8px 0;
    vertical-align: middle;
    color: #fff;
    padding: 15px 10px;
    font-size: 15px;
    width: 180px;
}
	table td {
    color: #097CD4;
    text-align: center;
    border: 1.5px solid #097CD4;
    vertical-align: middle;
    padding: 10px;
    font-size: 25px;
}
	table.green-tab td {
    color: #05B761;
    text-align: center;
    border: 1.5px solid #05B761;
    vertical-align: middle;
    padding: 10px;
    font-size: 25px;
}
		.mirairo .orange {
        width: 100%;
        height: 100px;
        background-color: #ff6e19;
        font-size: 15px;
        padding: 0;
        padding-bottom: 40px;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        border-radius: 30px;
        place-content: center;
    }
	.mirairo:before {
    content: '';
    width: 162px;
    height: 55px;
    background: url(../images/top/mirairo.png) no-repeat center / cover;
    position: absolute;
        top: 40%;
        right: 143px;
    z-index: 99;
    pointer-events: none;
}
	.mirairo:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/top/arrow-btn02.png) no-repeat center / cover;
    position: absolute;
    z-index: 99;
    top: 53%;
    right: 83px;
    pointer-events: none;
}
		table td span.centerprice{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
    margin-right: 70px;
}
	table td span.centerprice-short{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* padding-right: 90px; */
    margin-right: 22px;
}
}




/* =============================================================================
topKey
   ========================================================================== */

.topKeyimages {
	position: relative;
    background: url("../images/general/keyimages.webp") no-repeat center / cover;
    z-index: -10;
	margin-top: 95px;
 }
.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 40px 0;
    object-fit: cover;
    background-size: 100% auto;
}
.topswave h5{
	color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
	    line-height: 40px;
	font-family: noto-sans;
}
.topswave h5 span{
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	    .topKeyimages {
        height: 750px;
    }
}
@media screen and (max-width: 1500px) {
    .topswave h5 {
        color: #fff;
        font-size: 30px;
		line-height: 30px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 20px 0;
    object-fit: cover;
    background-size: cover;
}
	.topswave h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
	.topKeyimages {
    position: relative;
    background: url(../images/general/keyimagesSP.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 60px;
	    height: 570px;
}
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -20px;
    padding: 15px 0;
}
	.topswave h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
			line-height: 25px;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
	table {
		margin-top: 10px;
	}
}

/* =============================================================================
.sec01
   ========================================================================== */
.sec01{
	background: #fff;
	position: relative;
}
  .sec01 .wrap {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
  }
.sec01 p{
	line-height: 40px;
	letter-spacing: 0;
}
.sec01 ul {
    display: flex;
    justify-content: space-between;
	  flex-wrap: wrap;
  }
.sec01 ul.flex li{
	width: 350px;
}
.sec01 ul.flex li a{
	padding: 10px 40px;
    padding-right: 70px;
    color: #05b761;
    border: 3px solid;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 50px;
    position: relative;
	text-align: center;
}
.sec01 ul li a.blue{
	 color: #097CD4;
}
.sec01 ul li a.blue:hover {
	 color: #fff;
    background-color: #097CD4;
}
.sec01 ul li a:after {
    background: url(../images/global/question-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 17px;
    height: 11px;
    right: 30px;
    top: 20px;
}
.sec01 ul li a.blue:after {
    background: url(../images/global/blue-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 17px;
    height: 11px;
    right: 30px;
    top: 20px;
}
.sec01 ul li a:hover {
    color: #fff;
    background-color: #05b761;
}
.sec01 ul li a:hover:after {
    background: url(../images/global/arrow-hover.png) no-repeat center / contain;
}

  .sec01 .inner_wrap {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.sky-ttl {
    background-color: #D3EDF9;
    color: #097CD4;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0;
    letter-spacing: 2px;
    margin-bottom: 2em;
    margin-top: 4em;
}
.green-ttl {
    background-color: #E9F7E8;
    color: #05B761;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 0;
    letter-spacing: 2px;
    margin-bottom: 2em;
    margin-top: 4em;
}

.green-subtitle{
color: #05B761;
    padding: 5px 20px;
    border: 2px solid #05B761;
    border-radius: 50px;
    width: fit-content;
	margin: 20px 0px;
	font-weight: bold;
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
        padding-top: 50px;
        padding-bottom: 100px;
	}
	.sec01 p{
		font-size: 17px;
	}
.narrow{
    width: 80%;
	margin: 0 auto;
}
	.sec01 ul.flex {
		justify-content: center;
	}
	.sec01 ul.flex li{
		    margin: 0px 10px;
	}
	.sky-ttl{
		    margin-top: 3em;
	}
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.sec01 .wrap {
    max-width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}
	.sec01 p {
        font-size: 15px;
    }
	    .narrow {
			width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
		
	}
	.sec01 p{
		line-height: 30px;
	}
	.sec01 ul {
    display: flex;
		flex-wrap: wrap;
	}
	.sky-ttl,.green-ttl{
		margin-top: 3em;
		font-size: 20px;
	}

}

/* =============================================================================
.sec02
   ========================================================================== */
.sec02{
	background: #E9F7E8;
	position: relative;
}
  .sec02 .wrap {
    max-width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
  }
.sec02 p{
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 0;
}
.sec02 p.center{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	    padding-top: 40px;
    padding-bottom: 50px;
}


.sec02 table td {
    color: #000;
    text-align: center;
    border: 1.5px solid #097CD4;
    vertical-align: middle;
    padding: 10px;
    font-size: 19px;
}
.pdf-btn {
    font-size: 18px;
    border: 2px solid #097CD4;
    padding: 25px 60px;
    border-radius: 50px;
    margin-top: 3em;
    color: #097CD4;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding-right: 100px;
    background: #fff;
}
.pdf-btn span {
    font-size: 16px;
}
 .pdf-btn:after {
    background: url(../images/global/icon-bigpdf.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 20px;
}
.pdf-btn:hover {
    background-color: #097CD4;
    color: #fff;
}
.pdf-btn:hover:after {
    background: url(../images/global/icon-bigpdf-hover.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 36px;
    height: 39px;
    right: 40px;
    bottom: 20px;
}
.pdf-btn:hover .mazenta {
    color: #fff;
}
p.obey{
	padding-top: 2em;
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec02{
        padding-top: 80px;
        padding-bottom: 160px;
	}

}
@media screen and (max-width: 1340px) and (min-width: 768px){
    .sec02 {
        padding-top: 50px;
        padding-bottom: 90px;
    }
	.sec02 .wrap {
    max-width: 1080px;
    padding: 0 20px;
    margin: 0 auto;
}
	.sec02 p {
		font-size: 15px;
	}
	.pdf-btn {
		margin: 0 10px;
		    margin-top: 3em;
	}
	.sec02 table td{
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
	.sec02{
		padding-top: 30px;
	}
	.sec02 p {
		font-size: 14px;
	}
	.pdf-btn {
        font-size: 20px;
        border: 2px solid #097CD4;
        padding: 15px 40px;
        border-radius: 50px;
        margin-top: 2em;
        color: #097CD4;
        align-items: center;
        font-weight: bold;
        position: relative;
        padding-right: 30px;
        display: block;
    }
	.sec02 table td {
    color: #000;
    text-align: center;
    border: 1.5px solid #097CD4;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
}
}

/* =============================================================================
.sec03
   ========================================================================== */
.sec03{
	background-color: #fff;
}

.sec03 a.annualschedule {
    background-color: #097CD4;
    font-size: 29px;
    color: #fff;
     padding: 40px 190px;
    border-radius: 70px;
    display: block;
    justify-self: center;
	font-weight: bold;
	position: relative;
}
.sec03 a.annualschedule:hover{
	color: #fff;
	background-color: #105FDE;
}
.sec03 a.annualschedule:before {
    background: url(../images/school/icon-carender.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 66px;
    height: 67px;
    left: 70px;
    top: 30px;
}
.sec03 a.annualschedule:after {
    background: url(../images/school/big-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 19px;
    height: 30px;
    right: 70px;
    top: 50px;
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.sec03 a.annualschedule {
            background-color: #097CD4;
        font-size: 20px;
        color: #fff;
        padding: 40px 140px;
        border-radius: 70px;
        display: block;
        justify-self: center;
        font-weight: bold;
        position: relative;
    }
	.sec03 a.annualschedule:before {
    background: url(../images/school/icon-carender.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 46px;
    height: 57px;
    left: 60px;
    top: 30px;
}
a.annualschedule:after {
    background: url(../images/school/big-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 19px;
    height: 30px;
    right: 70px;
    top: 42px;
}
}
@media screen and (max-width: 767px) {
    .sec03 a.annualschedule {
        background-color: #097CD4;
        font-size: 17px;
        color: #fff;
        padding: 15px 67px;
        border-radius: 70px;
        display: block;
        justify-self: center;
        font-weight: bold;
        position: relative;
        margin: 0 10px;
    }

.sec03 a.annualschedule:before {
        background: url(../images/school/icon-carender.png) no-repeat center / contain;
        position: absolute;
        content: "";
        width: 36px;
        height: 35px;
        left: 20px;
        top: 27px;
    }
	.sec03 a.annualschedule:after {
    background: url(../images/school/big-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 20px;
    top: 35px;
}
}


