@charset "utf-8";

html{
	/*font-size: 10px;*/
	font-size: 62.5%;
}

:root{
	--text-color1: #000000;
	--main-color1: #003F15;
	--main-color2: #005B24;
	--zen-kaku: "Zen Kaku Gothic New", sans-serif;
	--bg-color1: #F6F6F6;
	--bg-color2: #D3E2D3;
}

body{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--text-color1);
	background: var(--bg-color1);
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*a:focus{outline: 2px solid blue;}*/

img{
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}

::before,
::after{
	position: absolute;
	content: '';
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.flexWrap{	
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}

.flexColumn{	
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
}

br.smp{display: none;}

.blockskip{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9992;
	pointer-events: none;
}
.blockskip a{
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	/*background: #69B078;*/
	background: var(--main-color1);
	opacity: 0;
	pointer-events: none;
}
.blockskip a:focus{
	opacity: 1;
	pointer-events: all;
}

.slideObj{
	position: absolute;
	width: 100%;
}
.slider{width:100%;}
.slider img{width:100%;}
.slider .slick-slide{
	width: 1000px;
	height:auto!important;
}



/**************************************************
 header
**************************************************/
header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9990;
}

header h1{padding: 30px 0 0 30px;}



/**************************************************
 wrapper
**************************************************/
.wrapper{
	position: relative;
	min-width: 1100px;
}



/**************************************************
 heroArea
**************************************************/
.heroArea{
	position: relative;
	height: 100vh;
	min-height: 780px;
}

.heroPhoto{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.heroPhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.heroCopy{
	position: absolute;
	width: 100%;
	top: 17%;
	left: 0;
	font-weight: 700;
	text-align: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.heroCopy small{
	font-size: 4.0rem;
	letter-spacing: 0.1em;
}
.heroCopy strong{
	position: relative;
	font-size: 7.2rem;
	letter-spacing: 0.1em;
	color: var(--main-color1);
	margin: 25px 0 80px 0;
}
.heroCopy strong::before{
	width: 100px;
	height: 5px;
	left: calc(50% - 50px);
	bottom: -45px;
	background: var(--main-color1);
}
.heroCopy span{
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}



/**************************************************
 infoArea
**************************************************/
.infoArea{
	position: relative;
	margin-top: -70px;
}
.infoArea::before{
	width: 100%;
	height: 171px;
	bottom: 0;
	left: 0;
	background: var(--main-color2);
	z-index: 0;
}
.infoArea ul{
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
}
.infoArea ul li{
	width: 300px;
	height: 240px;
	color:#FFFFFF;
	background: var(--main-color1);
	text-align: center;
	padding-bottom: 20px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.infoArea ul li:nth-of-type(2){
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-bottom: 0;
}
.infoArea ul li span{
	position: relative;
	font-size: 3.0rem;
	font-weight: 700;
	padding-bottom: 35px;
}
.infoArea ul li span::before{
	width: 50px;
	height: 3px;
	left: calc(50% - 25px);
	bottom: 10px;
	background: #FFFFFF;
}
.infoArea ul li strong{
	font-size: 9.0rem;
	font-weight: 700;
}
.infoArea ul li:nth-of-type(2) strong{font-size: 7.5rem;}
.infoArea ul li strong small{font-size: 4.5rem;}
.infoArea ul li:nth-of-type(2) small{
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 10px;
}



/**************************************************
 main
**************************************************/
main,
article,
section{position: relative;}

article{padding: 120px 0;}
article h2{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--main-color1);
	padding: 50px 0 40px 0;
	border-bottom: 1px solid var(--main-color2);
}
article h2::before{
	width: 80px;
	height: 5px;
	top: 0;
	left: 0;
	background: var(--main-color1);
}

section,
.inner{
	width: 1000px;
	margin: 0 auto;
}
.inner{
	position: relative;
	z-index: 1;
}

section h3{
	position: relative;
	margin-top: 75px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--main-color1);
	letter-spacing: 0.1em;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}
section h3.style1{margin-top: 65px;}
section h3::before{
	width: 40px;
	height: 3px;
	bottom: -2px;
	left: 0;
	background: var(--main-color1);
}
section h4{
	position: relative;
	margin-top: 50px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--main-color1);
	letter-spacing: 0.1em;
}
section h4.style1{margin-top: 40px;}

article p{
	font-family: var(--zen-kaku);
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.0;
	padding-top: 20px;
}
article p.style1{padding-top: 40px;}

.imageHanger{
	margin-top: 50px;
	text-align: center;
}



/**************************************************
 development
**************************************************/
article.development::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
}

.tableHanger{
	position: relative;
	margin: 50px auto 0 auto;
	width: 800px;
}
.tableHanger table{
	width: 100%;
	font-family: var(--zen-kaku);
	font-size: 1.5rem;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tableHanger table th{
	padding: 20px;
	text-align: center;
	background: var(--bg-color2);
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tableHanger table td{
	width: 350px;
	padding: 15px 10px;
	line-height: 1.4;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tableHanger table tbody tr td:first-of-type{
	width: 100px;
	text-align: center;
	white-space: nowrap;
}



/**************************************************
 policy
**************************************************/
article.policy section h3{
	padding: 0;
	-webkit-box-align: center;
	align-items: center;
}
section h3::before{display: none;}
article.policy section h3 span{
	width: 90px;
	aspect-ratio: 1 / 1;
	font-size: 5.0rem;
	color: #FFFFFF;
	background: var(--main-color1);
	margin-right: 20px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.policyItem{margin-top: 40px;}
.policyItem dl{
	position: relative;
	width: calc((100% - 70px) / 3);
	padding: 70px 20px 20px 20px;
	margin-right: 35px;
	background: #FFFFFF;
	border: 1px solid var(--main-color1);
}
.policyItem dl:last-of-type{margin-right: 0;}
.policyItem dl dt{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px 12px 20px;
	font-size: 2.8rem;
	font-weight: 600;
	color: #FFFFFF;
	background: var(--main-color1);
}
.policyItem dl dd{
	font-family: var(--zen-kaku);
	font-size: 1.6rem;
	line-height: 1.8;
}



/**************************************************
 curriculum
**************************************************/
article.curriculum::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 0;
}



/**************************************************
 flow
**************************************************/
.flowChart{
	position: relative;
	width: 1000px;
	margin: 70px auto 0 auto;
}
.flowChart::before{
	width: 2px;
	height: calc(100% - 140px);
	top: 50px;
	left: 354px;
	background: #FFFFFF;
}
.flowChart dl{
	padding: 40px 0;
	font-family: var(--zen-kaku);
	color: #FFFFFF;
	background: #40845B;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flowChart dl:nth-of-type(2){background: #005B24;}
.flowChart dl:last-of-type{background: var(--main-color1);}
.flowChart dl dt{
	width: 220px;
	font-size: 2.8rem;
	text-align: center;
}
.flowChart dl dd{
	width: 780px;
	padding: 0 40px 0 10px;
}
.flowChart dl dd ul li{
	margin-top: 50px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}
.flowChart dl dd ul li:first-of-type{margin-top: 0;}
.flowChart dl dd ul li span{
	position: relative;
	width: 140px;
	font-size: 2.4rem;
	line-height: 1.3;
	text-align: right;
	padding-right: 40px;
}
.flowChart dl dd ul li span::before{
	width: 30px;
	height: 30px;
	top: 1px;
	right: 0;
	border-radius: 10.0rem;
	background: #FFFFFF;
}
.flowChart dl dd ul li strong{
	width: calc(100% - 140px);
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 40px;
}



/**************************************************
 teacher
**************************************************/
article.teacher::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 0;
}

.teacherList{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1;
}
.teacherList dl{
	width: calc((100% - 120px) / 4);
	font-family: var(--zen-kaku);
	margin: 50px 40px 0 0;
	padding: 20px 15px;
	background: var(--bg-color1);
}
.teacherList dl:nth-of-type(4n){margin: 50px 0 0 0;}
.teacherList dl dt{
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
.teacherList dl dt small{
	font-size: 1.8rem;
	padding-left: 5px;
}
.teacherList dl dt a{
	position: relative;
	display: inline-block;
	color: var(--main-color1);
	padding-bottom: 5px;
}
.teacherList dl dt a::before{
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: var(--main-color1);
}
.teacherList dl dt a:hover{opacity: 0.5;}
.teacherList dl dt a:hover::before{opacity: 0;}
.teacherList dl dd{
	padding: 15px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.6;
}



/**************************************************
 inquiry
**************************************************/
article.inquiry p.style1{width: 250px;}
.inquiryBtn{
	width: calc(100% - 250px);
	padding-top: 50px;
	padding-left: 120px;
}
.inquiryBtn a{
	position: relative;
	width: 250px;
	height: 80px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: var(--main-color1);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.inquiryBtn a::before{
	width: 10px;
	height: 10px;
	top: calc(50% - 5px);
	right: 20px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.inquiryBtn a:hover{opacity: 0.5;}
.inquiryBtn a:hover::before{right: 15px;}



/**************************************************
 footer
**************************************************/
footer{
	position: relative;
	padding: 90px 100px;
	font-family: var(--zen-kaku);
	background: var(--main-color1);
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

footer p{
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #FFFFFF;
}

.footerLink a{
	position: relative;
	padding-right: 15px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.footerLink a::before{
	width: 11px;
	height: 11px;
	top: 7px;
	right: 0;
	background: url("../img/blank.svg") no-repeat 0 0;
}
.footerLink a:hover{opacity: 0.5;}



