@charset "utf-8";
/* CSS Document */

/*320px（最小）
640px未満 @media screen and (max-width: 639px) {...}
1024px未満 @media screen and (max-width: 1023px) {...}*/

.wbasic1200 ul +.textC{
line-height: 1;
}

.wbasic1200 ul +.textC .fs200 {
    font-size: 180%;
}

@media screen and (max-width: 768px) {
.wbasic1200 ul +.textC {
    line-height: 1.6;
}
}

/*------------------------------------------*
* 共通スタイル
*------------------------------------------*/
.tf_dr li {
list-style: none;
}
.align_right {
text-align: right;
}
.tf_dr .align_center {
text-align: center;
}
.tf_dr img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.tf_dr a {
color: #333;
}
.tf_dr a:hover,.tf_dr  a:hover img,
.tf_dr input[type="submit"]:hover,
.tf_dr input[type="button"]:hover {
text-decoration: none;
cursor: pointer;
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=80)";
}


* {
box-sizing: border-box;
}

.tf_dr .sp{display: none;}
@media screen and (max-width: 780px){
.tf_dr .sp{display: block;}
.tf_dr .pc{display: none;}
}
.mtSS{
margin-top: 10px;
}
.mtS{
margin-top: 30px;
}

.mtM{
margin-top: 50px !important;
}

.mtL{
margin-top: 100px;
}
.txt_bold{
font-weight: bold;
}
.txt_color{
color: #005CBA;
}
.fs_s{
font-size: 12px;
}
.fs_ss{
font-size: 10px;
word-break: break-all;
}
.fs_150{
font-size: 150%;
}
.txt_right{
text-align: right;
}
.txt_center{
text-align: center;
}
.mw800{
max-width: 800px;
}
.m_center{
margin-left:auto;
margin-right:auto;
}
@media screen and (max-width: 732px){
.mtL{
margin-top: 50px;
}

}
/*------------------------------------------*
* レイアウト
*------------------------------------------*/

.tf_dr .wrapper header:after,.tf_dr .wrapper div:after,.tf_dr .wrapper ul:after,.tf_dr .wrapper ll:after,.tf_dr .wrapper p:after {
content:none !important;
}

html {
height: 100%;
}
body {
-webkit-text-size-adjust: 100%;
width: 100%;
color: #333;
line-height: 1.8;
font-size: 16px;
min-height: 100vh;
overflow-x: hidden;
}
@media screen and (max-width: 732px){
body{
font-size: 14px;
}
}

footer{
padding: 20px;
}

.contents{
width: 100%;
max-width: 732px;
margin: 0 auto;
}

.wrapper{
max-width: 1600px;
margin: 0 auto;
}

.inner{
width: 90%;
max-width: 1000px;
margin: 0 auto;
}

.page_ttl{
font-size: 36px;
color: #005CBA;
border-left: 10px solid;
padding-left: 15px;
line-height: 1.2;
font-weight: bold;
margin-bottom: 30px;
}
@media screen and (max-width: 732px){
.page_ttl{
font-size: 24px;
}
}


.tc a{
	color: #005CBA;
}

.btn_link{
    background-color: #005CBA;
    color: #fff !important;
    display: table;
    width: 80%;
    text-align: center;
    margin: 30px auto 0;
    padding: 10px;
    border-radius: 10px;
    max-width: 680px;
    font-size: 18px;

}

section{
	padding: 80px 0;
}


.about .row{
	display: flex;
	gap: 30px;
}

.about .row .img{
	width: 40%;
}

.about .row .txt{
flex: 1;
}

@media screen and (max-width: 732px){
.about .row{
	flex-direction: column;
}
.about .row .img{
	width: 100%;
}
}

.reason {
	background-color:#eff7ff;
}

.reason ul{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.reason ul li{
	flex: 1;
	background-color: #fff;
	padding: 20px;
}
.reason ul li h3{
	font-size: 20px;
color: #005CBA;
font-weight: bold;
margin: 10px 0;
}

@media screen and (max-width: 732px){
.reason ul{
	flex-direction: column;
}
.about .row .img{
	width: 100%;
}
}



.school h3{
    color: #005CBA;
    text-align: center;
    font-size: 28px;
    margin: 50px;
    font-weight: bold;
}

.school + .school{
	padding-top: 0;
}


.school_content{
	display: none;
}

.on.school_content{
	display: block;
}


.school .list li{
	display: flex;
	gap: 30px;
}
.school .list li + li{
	margin-top: 30px;
}
.school .list li:nth-child(odd) {
  flex-direction: row-reverse;
}

.school .list li .img{
	width: 40%;
}

.school .list li .dsc{
	flex: 1;
}

.school .list li  h4{
	font-size: 20px;
color: #005CBA;
font-weight: bold;
margin: 10px 0;
}

@media screen and (max-width: 732px){
.school .list li{
	flex-direction: column !important;
}
.school .list li .img{
	width: 100%;
}
}


.training{
	display: flex;
	gap: 30px;
	margin-top: 60px;
}

.training__item{
	padding: 20px;
}

.training__item:nth-of-type(1){
		background-color:#eff7ff;
}

.training__item:nth-of-type(2){
		background-color:#f1fef4;
}

.training__item:nth-of-type(3){
		background-color:#fffce8;
}


.training__item + .training__item{
	margin-top: 20px;
}

.training__item h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}


.training__item li {
  position: relative;
	margin-left: 2rem;
}
.training__item li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 4px solid #005CBA;
  border-bottom: 4px solid #005CBA;
  transform: rotate(-45deg);
}

.training .img{
	width: 22%;
}

.training .dsc{
	flex: 1;
}

.training .img img + img{
	margin-top: 20px;
}



@media screen and (max-width: 732px){
.training{
	flex-direction: column;
}
.training .img{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.training .img img{
	width: 48%;
}
.training .img img + img{
	margin-top: 0;
}
}


.school table{
	width: 100%;
	background-color: #fff;
}


.school table th,.school td{
	border: 1px solid #ccc;
	padding: 10px;
}

.school table th{
	background-color: #eff7ff;
}

.visit{
	background-color: #eee;
		text-align: center;
		padding: 20px;
		margin-top: 40px;
}

.visit h2{
	color: #005CBA;
	font-weight: bold;
	font-size: 20px;

}


.teaching__item{
				background-color:#f1fef4;
				padding: 40px;

}

.teaching__item:nth-of-type(1){
			background-color:#eff7ff;

}

.teaching__item + .teaching__item{
	margin-top: 30px;
} 

.teaching__header{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.teaching__header .img{
	width: 30%;

}

.teaching__header .txt{
	flex: 1;
}

.teaching__item h3{
  font-weight: bold;
	font-size: 20px;
}

.teaching__item h3 span{
	font-size: 14px;
	color: #005CBA;
	margin-right: 5px;
}

.teaching__item h4{
  font-weight: bold;
	margin-top: 10px;
}

@media screen and (max-width: 732px){
.teaching__header {
	flex-direction: column;
}

.teaching__header .img{
	width: 100%;
	text-align: center;

}

}


.voice_environment{
		background-color:#eff7ff;
}

.voice_environment h3{
	font-weight: bold;
	font-size: 24px;
}


.voice_environment .row{
	display: flex;
	gap: 30px;
}

.voice_environment .row > div{
	flex: 1;
}


.voice_list{
  /* display: flex;
	flex-wrap: wrap; */
	margin-top: 30px;
  /* gap: 20px; */
}
.voice_list li{
	background-color: #fff;
	border-left: 5px solid #005CBA;
	padding: 20px;
  /* width: calc(50% - 10px); */
}

.voice_list li + li{
	margin-top: 30px;
}
.voice_list h4{
	font-weight: bold;
	
}

.timeline table{
	background-color: #fff;
	width: 100%;
	margin: 30px 0 10px;
}
.timeline table th,.timeline td{
	border: 1px solid #ccc;
	padding: 10px;
}

.timeline table thead th{
	background-color: #005CBA;
	color: #fff;
}

.timeline > div{
	background-color: #fffce8;
	border-radius: 50px;
	padding: 20px 30px;
	margin-top: 20px;
}

@media screen and (max-width: 732px){
.voice_environment .row{
	flex-direction: column;
}

}

.facility ul{
	display: flex;
	gap: 30px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.facility ul li{
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	padding: 20px;
}
.facility ul li h3{
	font-size: 20px;
color: #005CBA;
font-weight: bold;
margin: 10px 0;
}

@media screen and (max-width: 732px){
.facility ul{
	flex-direction: column;
}
.facility ul li{
	width: 100%;
}
}


.contact{
	background-color: #eff7ff;
}

.contact .row{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 20px;
}

.contact .row img{
	width: 100px;
}



.faq dl{
margin: 30px 0 0;
}
.faq dt{
background-color: #005CBA;
color: #fff;
padding: 10px;
font-size: 18px;

}

.faq dd{
padding: 20px 0 0;
display: none;
}

.faq dd + dt{
	margin-top: 50px;
}

.faq dd.on{
display: block;
}