@charset "utf-8";

.req{
	color:#ec7121;
}
#preloader{
	background-color: #1b73ba;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;	
}

#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
}
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
}
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
}

@-webkit-keyframes object{
	0% { left: 100px; top:0}
	80% { left: 0; top:0;}
	85% { left: 0; top: -20px; width: 20px; height: 20px;}
	90% { width: 40px; height: 15px; }
	95% { left: 100px; top: -20px; width: 20px; height: 20px;}
	100% { left: 100px; top:0; }
}
@keyframes object{
	0% { left: 100px; top:0}
	80% { left: 0; top:0;}
	85% { left: 0; top: -20px; width: 20px; height: 20px;}
	90% { width: 40px; height: 15px; }
	95% { left: 100px; top: -20px; width: 20px; height: 20px;}
	100% { left: 100px; top:0; }
}

section#top{
	content:"";
	background-image:url("../img/top_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#top .inner {
	max-width: 1100px;
	margin: 0 auto;
	height: 740px;
	position: relative;
	z-index: 1;
}
#top .msg {
	position: absolute;
	top: 136px;
	left: 50%;
	width: 616px;
}
#top .banner {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}
#top .banner a{
	display:block;
	margin-left:20px;
}
#top .banner a:first-child{
	margin-left:0;
}

.contact_bloc {
	background-color: #1b73ba;
	padding: 20px 65px;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	height: 178px;
}
.contact_bloc .mail_left {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.contact_bloc .mail_left:before{
	content:"";
	position: absolute;
	right:0;
	top:0;
	height:100%;
	width:0;
	border-right:1px solid #fff;
}
.contact_bloc .mail_left .inbox{
	width: 440px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right:auto;
}
.contact_bloc .mail_left p {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 19px;
}
.contact_bloc .mail_left .btn_def i {
	margin-left: 0;
	margin-right: 20px;
}
.contact_bloc .mail_left .btn_def span{
	letter-spacing: 0.1em;
}
.contact_bloc .tel_right {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact_bloc .tel_right .inbox{
	width: 440px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left:auto;
}
.contact_bloc .tel_right p {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 17px;
	margin-top: 19px;
}
.contact_bloc .tel_right .tel {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.contact_bloc .tel_right .tel i {
	font-size: 54px;
	color: #fff;
	margin-left: 10px;
}
.contact_bloc .tel_right .tel span {
	font-size: 48px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.09em;
	font-weight: 500;
	margin-left: 30px;
	display: block;
	margin-top: -5px;
	white-space:nowrap;
}

.page-ttl2 {
	width: 100%;
	text-align: center;
	position: relative;
}
.page-ttl2 .bg_down {
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #86c2eb;
}
.page-ttl2 .bg_down:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 50vw 0 50vw;
	border-color: #86c2eb transparent transparent transparent;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin:0 auto;
}
@media only screen and (max-width: 1200px) {
	.page-ttl2 .bg_down:after{
		border-width: 75px 600px 0 600px;
	}
}
.page-ttl2 h2 img {
	display: block;
	margin: 0 auto;
	padding: 41px 0 20px;
}
.page-ttl2 h2 span {
	color: #fff;
	font-size: 34px;
	line-height: 1em;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: -5px;
}

section#system{
	content:"";
	background-image:url("../img/system_bg.jpg");
	background-size: auto;
	background-repeat: repeat;
	background-position: 0 0;
	position:relative;
	z-index:5;
}
#system .inner{
	padding-top: 53px;
	padding-bottom: 60px;
}
#system .page-ttl1{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 40px;
}
#system .page-ttl1 .line_left:before{
	content: "";
	display: block;
	width: 2px;
	height: 65px;
	background-color:#1b73ba;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
#system .page-ttl1 .line_right:before{
	content: "";
	display: block;
	width: 2px;
	height: 65px;
	background-color:#1b73ba;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}
#system .page-ttl1 h2 {
	margin: 0 20px;
	font-size: 24px;
	color: #1b73ba;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align:center;
}
#system .system {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom: 60px;
}
#system .system li{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	background-color: #fff;
	width: 300px;
	height: 300px;
	overflow:hidden;
	border-radius:50%;
	margin:0 20px;
}
#system .system li .ico {
	text-align: center;
	margin-bottom: 20px;
}
#system .system li p {
	font-size: 18px;
	text-align: center;
	color: #1b73ba;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
#system .contact {
	text-align: center;
}
#system .contact p {
	font-size: 18px;
	font-weight: 500;
	color: #1b73ba;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 20px;
}

section#reason{
	position:relative;
	z-index:4;
	background-color: #fff;
}
section#reason .p_img.p01 {
	position: absolute;
	left: 50%;
	top: 27px;
	margin-left: -533px;
	z-index: 1;
}
#reason .inner {
	padding-top: 80px;
	padding-bottom: 60px;
}
#reason .inner > p {
	text-align: center;
	font-size: 14px;
	color: #1b73ba;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: 37px;
}
#reason .reason{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 40px;
}
#reason .reason:last-child{
	margin-bottom: 0;
}
#reason .reason .img{
	width:50%;
}
#reason .reason .img img{
	width:100%;
}
#reason .reason .text{
	width:46.5%;
}
#reason .reason .reason-ttl {
	position: relative;
	margin-bottom: 24px;
}
#reason .reason .reason-ttl h3 {
	position: relative;
	z-index: 1;
	padding: 51px 0 29px 10px;
}
#reason .reason .reason-ttl h3 .no {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 120px;
	color: #e0f1fb;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: -9px;
	top: -13px;
}
#reason .reason .reason-ttl h3 span:not(.no) {
	display: block;
	font-weight: 500;
	color: #1b73ba;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}
#reason .reason .reason-ttl .line_down {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 60px;
	height: 0;
	border-bottom: 1px solid #b3b3b3;
}
#reason .reason p{
	font-size: 1rem;
	color: #000;
	padding-left: 10px;
	line-height: 1.7em;
	letter-spacing: 0;
}
section#reason .p_img.p02{
	text-align:right;
	margin-top: 20px;
}
section#reason .p_img.p03{
	text-align:right;
	margin-top: 20px;
}
section#reason .p_img.p04{
	text-align:right;
	margin-top: 20px;
}
section#reason .p_img.p05{
	text-align:right;
	margin-top: 20px;
}
#reason .reason.reverse{
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
}
#reason .reason.reverse .reason-ttl h3 {
	padding: 51px 0px 29px 0;
}
#reason .reason.reverse .reason-ttl h3 .no {
	left: auto;
	right: -5px;
}
#reason .reason.reverse .reason-ttl h3 span:not(.no) {
	text-align: right;
}
#reason .reason.reverse .reason-ttl .line_down {
	left: auto;
	right: 10px;
}
#reason .reason.reverse p{
	padding-left: 5px;
}

#reason .reason04{
	margin-bottom:40px;
}

#function{
	position:relative;
	z-index:3;
	background-color: #fff;
}
#function .p_img.p01 {
	position: absolute;
	left: 50%;
	top: 31px;
	margin-left: 270px;
	z-index: 1;
}
#function .inner {
	padding-top: 85px;
	padding-bottom: 60px;
}
#function .func_list_box{
	position:relative;
	z-index:1;
}
#function .func_list_box .p_img.p02{
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 1;
}
#function .func_list{
	display:flex;
	display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom: 60px;
	position:relative;
	z-index:1;
}
#function .func_list li{
	width:360px;
	background-color:#fff;
	border:1px solid #dddddd;
	border-radius:20px;
	overflow:hidden;
	margin-top:30px;
	margin-right:30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px 20px 18px;
}
#function .func_list li:nth-child(-n+3){
	margin-top:0;
}
#function .func_list li:nth-child(3n){
	margin-right:0;
}
#function .func_list li .img {
	width: 100%;
	margin-bottom: 20px;
}
#function .func_list li .img a{
	display:block;
	width:100%;
}
#function .func_list li h3 {
	text-align: center;
	font-size: 20px;
	color: #1b73ba;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
}
#function .func_list li p{
	color: #000;
	line-height: 1.6em;
}
#function .contact {
	text-align: center;
}
#function .contact p {
	font-size: 18px;
	font-weight: 500;
	color: #1b73ba;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 20px;
}

#school{
	position:relative;
	z-index:2;
	background-color: #fff;
}
#school .inner {
	padding-top: 80px;
	padding-bottom: 60px;
}
#school .school{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 55px;
}
#school .school .img{
	width:420px;
	border-radius:20px;
	overflow:hidden;
}
#school .school .text{
	width:680px;
}
#school .school h3 {
	font-size: 18px;
	font-weight: 500;
	color: #1b73ba;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	margin-bottom: 25px;
	margin-top: -5px;
}
#school .school .logo{
	margin-bottom:23px;
}
#school .school p{
	color: #000;
	line-height: 1.7em;
}
#school .school .text .btn_area{
	margin-top:20px;
}

#kintai{
	background-color:#fff;
}
#kintai .inner,
#kintai .inner > div{
	text-align:center;
}
#kintai .inner a{
	display:inline-block;
	vertical-align:top;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
#kintai .inner a:hover{
	opacity:0.8;
}

#form{
	position:relative;
	z-index:1;
	background-color: #fff;
}
#form .inner {
	padding-top: 57px;
	padding-bottom: 100px;
	max-width:1000px;
}
#form h2 {
	font-size: 34px;
	font-weight: 500;
	color: #1b73ba;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 37px;
	text-align: center;
}
#form .reqmsg{
	margin-bottom: 17px;
}
#form .tbl_frm{
	margin-bottom: 35px;
}
#form .tbl_frm .name1{
}
#form .tbl_frm .name1 .rdo{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#form .tbl_frm .name1 .rdo label:nth-child(-n+3){
	margin-bottom:20px;
	margin-right: 70px;
}
#form .tbl_frm .name1 .rdo label:nth-child(3){
	margin-right:370px;
}
#form .tbl_frm .name1 .rdo label:nth-child(4){
	margin-right: 18px;
	margin-top: 10px;
}
#form .tbl_frm .name1 input[type="text"]{
	width:600px;
}
#form .tbl_frm .name2 input{
	width:700px;
}
#form .tbl_frm .name3 input{
	width:700px;
}
#form .tbl_frm .post input{
	width:700px;
}
#form .tbl_frm .mail input{
	width:700px;
}
#form .tbl_frm .bikou textarea{
	width:700px;
	height:100px;
}


#form .privacy_area{
	border: 1px solid #D1D1D1;
	padding: 10px;
	height: 200px;
	overflow-y: scroll;
	margin-bottom: 20px;
	line-height:1.6em;
}
#form .privacy_area > p{
	margin-bottom:1em;
}
#form .privacy_area .privacy_list{
}
#form .privacy_area .privacy_list li{
	margin-bottom:20px;
}
#form .privacy_area .privacy_list li h3{
	position:relative;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 12px;
	padding-bottom:15px;
}
#form .privacy_area .privacy_list li h3:before{
	content:"";
	width:100%;
	height:5px;
	border-top:1px solid #e4e4e4;
	display:block;
	background-color:#f1f1f1;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
#form .privacy_area .privacy_list li h3 p{
	line-height:1.6em;
}
#form .submit_area{
	text-align:center;
}
#form .submit_area .checkmsg{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7em;
}
#form .submit_area .ccheck{
	margin:0 auto 30px;
}
#form .btn_area{
	width: 440px;
	margin:0 auto;
}

#form .btn_area .btn_def.disabled:before,
#form .btn_area.active .btn_def:before{
	top: calc(100% + 10px);
	width: 10px;
	height: 10px;
}
#form .btn_area .btn_def.disabled,
#form .btn_area.active .btn_def{
	cursor:not-allowed;
	opacity:0.3 !important;
	border-color:#fff;
}
#form .btn_area .btn_def.disabled i,
#form .btn_area.active .btn_def i{
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
#form .btn_area.active .btn_def span,
#form .btn_area .btn_def.disabled span,
#form .btn_area.active .btn_def i,
#form .btn_area .btn_def.disabled i{
	color:#fff !important;
}
