@charset "utf-8";

.educational-curriculum h1{
	font-size: 150%;
}
.educational-curriculum h2{
	font-size: 115%;
	color: #ff6666;
}
.txt-center{
	text-align: center;
}

.educational-curriculum .txt-center{
	margin-bottom: 50px;
}


.flex img{
	width: 100%;
}
.no-contents{
	margin-bottom: -120px;
}


.common-table{
	border-collapse: collapse;
	vertical-align:middle;
	width: 100%;
}
.common-table td , .common-table th{
	padding :  8px;
}
.common-table th{
	background:#ffe4e4;
}
.common-table td{
	vertical-align: top;
}
.ne-left{
	background:#ffe4e4;
	text-align: center;
}
.common-table td , .common-table th{
	border : 1px solid var(--line-color);
}

.red{
	color : #ff0000;
}
.blue{
	color : #0000ff;
}
.bold{
	font-weight: bold;
}

.ank{
	padding-top : 90px;
	display: inline-block;
}

.entrance-examination li , .recruitment-information li{
	padding-bottom: 30px;
}

.wrap-frame{
	border : 1px solid var(--primary-color);
}


.no-border-table td , .no-border-table th{
	border : none!important;
}

	.study-support-system th{
		font-weight: normal;
	}
	.study-support-system td{
		display: block;
	}
	.study-support-system th{
		text-align: left;
		background:none;
	}



/* PC ここから-------------------------------- */
@media (min-width: 768px) {
.educational-curriculum .img{
	width: 500px;
}
.educational-curriculum .img2{
	width: 450px;
}


	.img70{
		width: 70%;
		margin : 0 auto;
	}
	.w40{
		width: 40%;
	}
	.w20{
		width: 20%;
	}
	.w30{
		width: 30%;
	}
	
	.w45{
		width: 45%;
	}
	.w50{
		width: 50%;
	}
	.w55{
		width: 55%;
	}
	

	.flex{
		width:100%;
		display: flex;
		flex-wrap: wrap;
	}
	.flex-between{
		justify-content: space-between;
	}
	.flex-center{
		justify-content: center;
	}
	.flex-start{
		justify-content: start;
	}


	.recruitment-information .tdsize1{
		width: 19%;
	}
	.recruitment-information .tdsize2{
		width: 41%;
	}
	.recruitment-information .tdsize3{
		width: 27%;
	}

	.tdsize20{
		width: 20%;
	}
	.tdsize40{
		width: 40%;
	}
	.tdsize50{
		width: 50%;
	}
	.tdsize60{
		width: 60%;
	}	
	.tdsize70{
		width: 70%;
	}


.wrap-frame{
	padding : 0 25px;
}

	.study-support-system th{
		width: 600px;
	}


	.voice .title-03 span{
		display: block;
		width: 100%;
		font-weight: normal;
		font-size: 80%;
	}



	.voice .voiceimg{
		width: 180px;
	}
	.voice .voiceimg img{
		width: 150px;
	}

	.voice .voicetxt{
		width: 780px;
	}


	.eventimage div{
		width: 45%;
		margin-bottom: 35px;
	}

	.harassment textarea{
		height : 150px;
	}
	.harassment .w250{
		width : 250px;
	}
	.harassment .w50{
		width : 50px;
	}
	.harassment .mb{
		margin : 5px 0;
	}

	.educational-philosophy-image{
		margin-right: 20px;
	}





	.oneday .onedayLeft img{
		width: 100%;
		border-radius: 4px;
	}
	.oneday .qanda{
		padding-bottom: 20px;
		border-bottom: dotted 1px #333333;
		margin-bottom: 20px;
		line-height: 1.9;
	}

	
	.qandattl{
		font-size: 20px;
		line-height: 1.25;
		color: var(--primary-color);
		font-feature-settings: "palt" 1;
	}
	.qandattl span{
		font-size : 80%;
	}

	.oneday .qanda-a{
		color: var(--primary-color);
		font-weight: bold;
	}

	.oneday .onedayRight{
		border-left : 4px solid var(--primary-color);
	}
	.oneday .onedayRight div{
		padding: 10px 0 20px 20px;
		line-height : 1.3;
	}
	.oneday .onedayRight img{
		width: 40%;
		border-radius: 10px;
	}



	.time{
	position: relative;
	padding-left: 60px; /* 線＋丸のぶん余白 */
	font-size: 18px;
	color: var(--primary-color);
	}

	.time::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;          /* 線の長さ */
	height: 4px;          /* 線の太さ */
	background: var(--primary-color);
	transform: translateY(-50%);
	}

	.time::after{
	content: "";
	position: absolute;
	left: 40px;           /* 線の先端に配置 */
	top: 50%;
	width: 14px;          /* 丸のサイズ */
	height: 14px;
	background: var(--primary-color);
	border-radius: 50%;
	transform: translateY(-50%);
	}

}
/* PC ここまで-------------------------------- */








/* スマホ ここから-------------------------------- */
@media screen and (max-width: 767px) {


	table th{
		text-align: center;
	}

.wrap-frame{
	padding : 0 15px;
}

	.no-border-table{width: 100%;}
	.study-support-system td , .study-support-system th{
		display: block;
	}
	.study-support-system td{
		text-align: right;
		
	}

	.voice .title-03 span{
		display: block;
		width: 100%;
		font-weight: normal;
		font-size: 80%;
	}
	.voice .voiceimg{
		width: 50%;
		margin : 0 auto 5px auto;
	}
	.eventimage div{
		margin-bottom: 35px;
	}


	.harassment textarea{
		height : 150px;
	}

	.educational-philosophy-image{
		margin-bottom: 10px;
	}



	.oneday .onedayLeft img{
		border-radius: 4px;
	}
	.oneday .qanda{
		padding-bottom: 10px;
		border-bottom: dotted 1px #333333;
		margin-bottom: 10px;
		line-height: 1.8;
	}

	.qandattl{
		margin-bottom : 30px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.25;
		color: var(--primary-color);
		font-feature-settings: "palt" 1;

	}
	.qandattl span{
		font-size : 80%;
	}

	.oneday .qanda-a{
		color: var(--primary-color);
		font-weight: bold;
	}

	.oneday .onedayRight img{
		width: 80%;
		border-radius: 10px;
		margin : 0 auto;
	}
	.oneday .onedayRight{
		text-align: center;
		padding-top: 30px;
	}

	.time{
		display: inline-block;
		background:var(--primary-color);
		color : #ffffff;
		padding : 2px 10px;
		margin : 30px 0 5px 0;
		border-radius: 4px;
		font-weight: bold;
	}
	.w40 img , .w45 img ,.w50 img ,.w55 img{
		width: 100%;
	}
	.w40 , .w45 , .w50 , .w55{
		width: 100%;
	}

	
}
/* スマホ ここまで-------------------------------- */









.required {
font-size: 0.8em;
padding: 1px 3px;
background: var(--primary-color);
color: #ffffff;
border-radius: 4px;
margin-right: 10px;
margin-bottom: 2px;
display: inline-block;
font-weight: bold;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: var(--primary-color)!important;
font-weight: bold!important;
font-size: 0.8em!important;
border-radius: 4px;
}

/*.wpcf7 input[type="text"] , .wpcf7 input[type="email"] , .wpcf7 textarea{
	width: 100%!important;
	border-radius: 4px;
}

.wpcf7 input[type="submit"] {
background: var(--primary-color) !important;
color: #ffffff!important;
border-radius: 4px!important;
font-size: 1.4em!important;
padding: 10px 20px!important;
}
.wpcf7 input[type="submit"]:hover {
background: #FFC0CB!important;
font-weight: bold!important;
color: #000!important;
}*/


.results{
	padding : 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
.results a{
	color : #0000ff;
	text-decoration: underline;
}



  .topyoko{
    width: 90%;
    border : 1px solid var(--link-color);
    line-height: 1.8;
	border-radius: 12px;
	text-align:center;
	background:var(--link-color);
	color: #ffffff;
	padding : 5px 0;
  }



/* PC ここから-------------------------------- */
@media (min-width: 768px) {
	.smp , .sp{display:none;}
  .burden{
    width: 600px;
    margin: 40px auto 0 auto;
    line-height: 1.8;
  }


  .topyoko a{
	color: #ffffff;

  }
  .burden a:hover{
    text-decoration: underline;
  }
}
/* PC ここまで-------------------------------- */

  .burden span , .topyoko span{
    font-weight: bold;
    font-size: 120%;
  }


/* スマホ ここから-------------------------------- */
@media screen and (max-width: 767px) {
	.pc{display:none;}
  .burden , .topyoko{
    margin: 15px 15px;
    line-height: 1.8;
  }
}
/* スマホ ここまで-------------------------------- */


