@charset "utf-8";


/* 基本要素	---------------- */

body {
	margin: 0;
	width:100%;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: 'Avenir','Nunito Sans JP', sans-serif;
	text-align:justify;
	text-justify:inter-ideograph;
	font-feature-settings: "palt";
	font-size: 100%;
}
p{
	line-height: 1.6;
	font-weight:300;
}

ol, ul {
	list-style: none;
}
li {
	text-align: justify;
	font-size: 100%;
	line-height: 1.6;
}
img {
	border: 0;
	vertical-align:bottom;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 220%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #06f;
	text-decoration: none;
}
a:visited {
	color: #60f;
	text-decoration: none;
}
a:hover {
	color: #06f;
	text-decoration: underline;
}

input, textarea, select {
	padding: 3px;
	boder: 1px solid #999;
}
input:focus, textarea:focus, select:focus {
	background-color: #ffe;
	border: 1px solid #999;
}
label {
	cursor: pointer;
}

a img:hover{
	opacity:0.6;
	transition:0.6s ease;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 基本レイアウト---------------- */
.wrapper {
	max-width: 930px;
	padding: 0 35px;
	margin: 0 auto;
	position:relative;
}
main,header,footer,nav{
	display:block;
}
/* ヘッダー---------------- */
header{
	background: #66CCFF;
	text-align:center;
}
header .wrapper{
	max-width: 1000px;
	padding: 0 0;
}
header img{
	max-width: 100%;
}
/* フッター---------------- */
footer{
}
footer .wrapper{
	display:flex;
	font-family: 'Noto Sans JP', sans-serif;
	
	font-feature-settings: "palt";
}

footer img{
	max-width: 100%;
}
footer .jeic{
	float:left;
	width:22.58%;
	padding: 20px 10px 20px 0;
}
footer .text{
	float:left;
	width:50%;
	padding: 20px 0;
}
footer .text p{
	font-size:12px;
	margin:0;
	line-height:1.2;
	text-align:left;
}
footer .text p:nth-child(1){
	float:left;
	margin-right:1em;
}
footer .text p:nth-child(2){
	float:left;
}
footer .text p:nth-child(3){
	clear:both;
	font-size:0.65em;
}
footer .logos{
	float:right;
	width:26.34%;
	display: flex;
	align-items: center;
}
footer .logos > div:first-child{
	flex: 0.8;
	padding-left:15px;
}
footer .logos > div:nth-child(2){
	flex: 1;
	padding-left:15px;
}
footer .logos > div:nth-child(3){
	flex: 0.8;
	padding-left:15px;
}
@media(max-width:740px){

footer .wrapper{
	flex-wrap:wrap;
}

footer .jeic{
	float:none;
	width:100%;
	max-width:340px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}
footer .text{
	float:none;
	width:100%;
	max-width:340px;
	padding: 20px 0;
	margin: 0 auto;
}
footer .logos{
	float:none;
	width:100%;
	max-width:340px;
	margin: 20px auto;
	display: flex;
	align-items: center;
}
footer .logos > div:first-child{
	flex: 0.8;
	padding-left:0;
}
}
/* 日本語テキスト---------------- */
.japanese{
	font-family: 'Noto Serif JP', sans-serif;
	font-feature-settings: "palt";

	font-size:0.88em;
}
.japanese p{
	margin-bottom:15px;
}

/* フォームボタン---------------- */
.form{
	text-align: right;
	margin: 40px auto 75px;
}
.button-form{
	width:383px;
	background:url(../images/button-form-on.svg) no-repeat center center;
	background-size:100% auto;
	position:relative;
	display:inline-block;
}
.button-form:after{
	content:url(../images/pointer-finger.svg);
	position:absolute;
	right:20px;
	top:45px;
	transition: 0.5s ease;
}
.button-form:hover:after{
	right:20px;
	top:30px;
}
.button-form img{
	width:100%;
	transition: 0.5s ease;
}
.button-form:hover img{
	opacity:0;
}
.button-form a{
	display:block;
	width:100%;
	height:100%;
}

@media(max-width:460px){

.button-form{
	width:100%;
}
}

.movie-pdf{
	display:flex;
	justify-content: space-between;
	margin-bottom:20px;
}


.pdf-link{
	width:48%;
	margin-bottom:40px;
	display:flex;
	align-items:center;
}

.pdf-link img{
	width:100%;
}

.movie-box{
	width:48%;
	margin-bottom:40px;
}
.movie-box h2{
	color:#000000;
	font-style:italic;
	font-weight:600;
	margin-bottom:17px;
	font-size: 1.3em;
	position:relative;
}

.movie-box h2 span{
	position:relative;
	z-index:2;
}
.movie-box h2:before{
	content:"";
	width:100%;
	height:3px;
	background:#C00000;
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
}
.movie-box .youtube{
	position:relative;
	width: 100%;
	padding-top:57.69%;
}
.movie-box .youtube iframe{
	position: absolute;
 	top: 0;
 	left: 0;
	width: 100%;
	height:100%;
}

@media(max-width:860px){
.movie-box{
	width:45%;
}
.pdf-link{
	width:45%;
}

}

@media(max-width:620px){

.movie-pdf{
	display:flex;
	flex-wrap:wrap;
}
.movie-box{
	width:100%;
}
.pdf-link{
	width:100%;
}
}

/* 各校---------------- */
.university{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.university-box{
	width:28%;
	margin-bottom:40px;
}
.university-box h2{
	color:#000000;
	font-style:italic;
	font-weight:600;
	margin-bottom:10px;
	font-size: 1.28em;
	position:relative;
}

.university-box h2 span{
	position:relative;
	z-index:2;
}
.university-box h2:before{
	content:"";
	width:100%;
	height:3px;
	background:#C00000;
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
}
.university-box .youtube{
	margin-bottom:10px;
	position:relative;
	width: 100%;
	padding-top:57.69%;
}
.university-box .youtube iframe{
	position: absolute;
 	top: 0;
 	left: 0;
	width: 100%;
	height:100%;
}
.university-box .button{
	margin-bottom:10px;
}
.university-box .button .website{
	width:114px;
	height:31px;
	background:url(../images/button-website-on.svg) no-repeat center center;
	position:relative;
	display:inline-block;
}

.university-box .button .faq{
	width:61px;
	height:31px;
	background:url(../images/button-faq-on.svg) no-repeat center center;
	position:relative;
	display:inline-block;
	margin-left:10px;
}
.university-box .button > div a{
	display:block;
	width:100%;
	height:100%;
}
.university-box .button > div img{
	width:100%;
	height:31px;
	transition: 0.5s ease;
}
.university-box .button > div:hover img{
	opacity:0;
}

.university-box h3{
	color:#000000;
	font-weight:500;
	margin-bottom:10px;
	font-size: 0.75em;
}
.university-box .date{
	margin-bottom:20px;
}
.university-box .date p{
	text-align:left;
	font-weight:500;
	font-size: 0.75em;
	letter-spacing: -0.075em;
}

@media(max-width:860px){
.university-box{
	width:45%;
}

}

@media(max-width:620px){
.university-box{
	width:100%;
}
}