@charset "utf-8";

/* メインv バナー */
#main_v_link_pc {
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  background: #ffa4a4;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  letter-spacing: 0.5px;
}
#main_v_link_pc:after {
  content:"\f105";
  font-family:"FontAwesome";
  position:absolute;
  right:10px;
  top:0px;
  color:#fff;
  display:flex;
  height:100%;
  align-items:center;
}
#main_v_link_sp {
  background: #ffa4a4;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  letter-spacing: 0.5px;
  width:100%;
  max-width:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  margin:0 auto 20px;
}
#main_v_link_sp:after {
  content:"\f105";
  font-family:"FontAwesome";
  position:absolute;
  right:10px;
  top:0px;
  color:#fff;
  display:flex;
  height:100%;
  align-items:center;
}
/*----------------------------------------------------
	上書きcss
----------------------------------------------------*/
.areaInterview .boxinterview li a img {
	width:100%;
	height:220px;
	object-fit:cover;
}
@media screen and (max-width:767px){
	.areaInterview .boxinterview li a img {
		height:auto;
	}
}

/* common_tel_btn */
.common_tel_btn a {
	background:#023f98;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	min-height:80px;
	color:#fff !important;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	position:relative;
	line-height:1em;
	padding:5px 10px 5px 50px;
	min-width:430px;
}
.common_tel_btn a:before {
	content:"";
	background:url(../images/school/icon-phone.png) no-repeat center / contain;
	width:24px;
	position:absolute;
	top:0;
	left:40px;
	display:flex;
	align-items:center;
	height:100%;
}
.common_tel_btn a span.time_wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:5px;
	font-size:10px;
}
.common_tel_btn a span.min_title {
	background:#fff;
	color:#023f98;
	padding:1px 10px 3px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
}
.common_tel_btn a span.time {
	font-size:11px;
}
@media screen and (max-width:767px){
	.common_tel_btn a {
		font-size:20px;
		padding:5px 10px 10px 30px;
		min-width:0px;
	}
	.common_tel_btn a:before {
		left:10px;
		width:20px;
	}
	.common_tel_btn a span.min_title {
	padding:1px 5px 3px;
	margin-right:5px;
	}
	.common_tel_btn a span.time {
		font-size:10px;
	}

}


/* アコーディオン  */
.acd_btn {
	cursor:pointer;
	position:relative;
	padding-right:50px;
	width:100%;
}
.acd_btn:hover {
	opacity:0.7;
	transition:0.3s;
}
.acd_btn:after {
	content:"\f107";
	font-family:"FontAwesome";
	position:absolute;
	top:0;
	right:10px;
	color:#0D6774;
	font-size:30px;
	font-weight:bold;
	transition:0.3s;
}
.acd_btn.arrow:after {
	transform:rotate(180deg);
}
@media screen and (max-width:767px){
	.acd_btn {
		padding-right:20px;
	}
	.acd_btn:after {
		font-size:20px;
		right:0;
	}

}

/* faq  */
#faq .faq_box {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px dotted;
}
#faq .ques,#faq .answer {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:10px;
	display:flex;
	align-items:center;
	line-height:1.8em;
}
#faq .ques .q,#faq .answer .a {
	width:40px;
	min-width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height:1.6em;
	margin-right:10px;
}
#faq .answer {
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	font-size:18px;
}
@media screen and (max-width:767px){
	#faq .faq_box {
		margin-bottom:20px;
	}
	#faq .ques,#faq .answer {
		margin-bottom:10px;
		padding-left:0px !important;
		align-items:flex-start;
		line-height:1.6em;
	}
	#faq .ques {
		font-size:16px;
	}
	#faq .answer {
		font-size:14px;
		padding-right:0px;
	}
	#faq .ques .q,#faq .answer .a {
		width:30px;
		min-width:30px;
		height:30px;
		font-size:18px;
		margin-right:8px;
	}
}

/* form_flow  */
.form_flow {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:70px;
}
.form_flow .box {
	width:33.333333%;
	min-height:100px;
	display:flex;
	align-items:center;
	padding-left:25px;
	position:relative;
}
.form_flow .box:after {
	content:"";
	position:absolute;
	top:0;
	right:-40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 40px;
	display:inline-block;
	z-index:2;
}
.form_flow .box.left {
	background:#4b83da;
	padding-left:25px;
}
.form_flow .box.left:after {
	border-color: transparent transparent transparent #4b83da;
}
.form_flow .box.center {
	background:#075acf;
	padding-left:80px;
}
.form_flow .box.center:after {
	border-color: transparent transparent transparent #075acf;
}
.form_flow .box.right {
	background:#023f98;
	padding-left:80px;
}
.form_flow .box.right:after {
	display:none;
}
.form_flow .box p {
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.form_flow .box p span {
	color:#ffff00;
	font-size:20px;
	margin-right:25px;
}
@media screen and (max-width:767px){
	.form_flow .box {
		min-height:60px;
		padding-left:25px;
	}
	.form_flow .box:after {
		right:-20px;
		border-width: 30px 0 30px 20px;
	}
	.form_flow .box.left {
		padding-left:10px;
	}
	.form_flow .box.center,.form_flow .box.right {
		padding-left:30px;
	}
	.form_flow .box p {
		font-size:14px;
	}
	.form_flow .box p span {
		display:block;
		margin-right:0;
		font-size:14px;
	}
}



/* form_table */
.form_table {
	max-width:1080px;
	margin:auto;
}
.form_table tr:nth-child(odd) {
/* 	background:#ccc; */
}
.form_table th,.form_table td {
	padding:20px 15px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	font-size:16px;
}
.form_table th {
	width:30%;
	padding-top:35px;
	text-align:left;
}
.form_table .min_text {
	color:#999;
	font-size:12px;
}
/* 確認画面 */
.mw_wp_form_preview .form_table th,.mw_wp_form_preview .form_table td {
	padding:30px 15px;
}
.form_table td {
	width:70%;
	text-align:left;
}
.form_table td .post_number {
	max-width:100px;
}
.form_table td .pref {
	margin-top:10px;
}
@media screen and (max-width:767px){
	.form_table {
		padding:0 10px;
	}
	.form_table,.form_table tbody,.form_table tr {
		display:block;
	}
	.form_table th,.form_table td {
		display:block;
		width:100%;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom:none;
		padding:10px 0px;
	}
	.form_table th {
		border-bottom:none;
		font-size:16px !important;
		padding:5px 0;
	}
	.form_table td {
		margin-bottom:20px;
	}
}

/*----------------------------------------
  form_base css
----------------------------------------*/
.check_text {
	margin:40px 0 40px !important;
	text-align:center;
	display:block;
	font-size:16px !important;
}
.check_text a {
	font-size:14px !important;
	display:inline-block;
	margin-top:15px;
	color:#094298 !important;
	text-decoration:underline !important;
}
.mw_wp_form .birth {
	display:flex;
	align-items:center;
}
.mw_wp_form .birth .select_wrap {
	margin-right:5px;
}
.mw_wp_form .birth .select_wrap:nth-child(1){
	width:20%;
}
.mw_wp_form .birth .select_wrap:nth-child(2){
	width:15%;
}
.mw_wp_form .birth .select_wrap:nth-child(3){
	width:15%;
}
.form_thanks_content {
	text-align:center;
	margin-bottom:80px;
}
.form_thanks_content .c_text01 {
	font-size:14px;
	margin-bottom:20px !important;
}
.form_thanks_content .thanks_tel {
	background: #094296;
  display: block;
  width: 400px;
  margin: 15px auto;
  padding: 10px 20px;
  color: #ffff00;
  font-size: 30px;
  font-weight: bold;
  line-height:1em;
}
.form_thanks_content .thanks_tel span {
	font-size:18px;
  color: #fff;
}
@media screen and (max-width:767px){
	.mw_wp_form .birth {
    flex-wrap:wrap;
	}
	.mw_wp_form .birth .select_wrap {
    margin-right: 5px;
    margin-bottom: 10px;
	}
	.mw_wp_form .birth .select_wrap:nth-child(1){
		width:80px;
	}
	.mw_wp_form .birth .select_wrap:nth-child(2){
		width:60px;
	}
	.mw_wp_form .birth .select_wrap:nth-child(3){
		width:60px;
	}
	.form_thanks_content {
		margin-bottom:60px;
		text-align:left;
	}
	.form_thanks_content .c_text01 {
		margin-bottom:15px !important;
	}
	.form_thanks_content .thanks_tel {
	  width: 300px;
	  font-size: 20px;
	  text-align:center;
	}
	.form_thanks_content .thanks_tel span {
		font-size:14px;
	}
}
/*----------------------------------------
  form_base css
----------------------------------------*/
select,input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],textarea,button {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text],input[type=email],input[type=tel],input[type=date],input[type=search] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 15px;
	width:100%;
	height:50px;
	max-width:550px;
	margin:auto;
}
input[type=number] {
	background:#fff;
	border:1px solid #d1d0cd;
	border-radius:5px;
	font-size:14px;
	padding:7px 10px;
	width:100%;
	height:38px;
}
input[type=file] {
	font-size:14px;
}
input[type=submit] {
}
.submit {
	height: 60px;
  width: 100%;
  max-width:300px;
  border-radius: 0px;
  color:#fff !important;
  font-weight:bold;
  letter-spacing:2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 80px !important;
  font-size: 16px !important;
  transition:0.3s;
  border:none;
  border-radius:50px;
}
.hissu {
	background:#F73D28;
	color:#fff !important;
	font-size:12px !important;
	padding:1px 6px 3px;
	border-radius:3px;
	margin-left:10px;
	font-weight:normal;
	float:right;
}
label {
	margin-right:10px;
	display:flex;
	align-items:center;
/* 	font-weight:bold; */
	font-size:16px;
	cursor:pointer;
}
label [type=checkbox],label [type=radio]  {
	margin-right:5px !important;
	font-size:18px !important;
}
textarea {
	width:100%;
	border:1px solid #d1d0cd;
	height:150px;
	border-radius:5px;
	resize: none;
	padding:10px;
}
select {
	background:#fff;
	width:100%;
	padding:10px 15px 10px;
	font-size:14px;
	border:none;
	border-radius: 0px;
	height:50px;
	cursor: pointer;
}
option {
	color:#000000;
}
select::-ms-expand {
    display: none;
}
.select_wrap {
	position:relative;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #ccc;
}
.select_wrap:before {
	content:"\f107";
	font-family:"FontAwesome";
	position:absolute;
	right:0px;
	top:0;
	width:30px;
	height:40px;
	background:#094296;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content:center;
	font-size:18px;
	height:100%;
	pointer-events: none;
}
::placeholder {
  color: #ccc;
  font-size:14px;
}
@media screen and (max-width:767px){
	input[type=text], input[type=email], input[type=tel] {
    width: 100%;
	}
	input[type=number] {
		font-size:16px;
		padding:7px 10px;
		width:100%;
	}
	input[type=file] {
	}
	select {
		height:50px;
		font-size:14px;
	}
	.select_wrap:before {
    width: 25px;
    height: 50px;
    font-size: 16px;
    background:none;
    color:#666;
	}
	.hissu {
		float:none;
		margin-left:15px;
	}
	.submit {
		height: 50px;
	  font-size: 16px;
	  width:100%;
	  margin-top:0;
	}
	label {
		margin-right:10px;
		font-size:14px;
		margin-bottom:0px;
	}
}

/* entry */
.yoyaku_text_wrap .box_wrap {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	margin-bottom:80px;
}
.yoyaku_text_wrap .box_wrap .text_wrap dt {
	font-size:28px;
	font-weight:bold;
	color:#094296;
	margin-bottom:30px;
}
.yoyaku_text_wrap .box_wrap .text_wrap dd {
	font-size:14px;
	color:#333;
	margin-bottom:20px;
}
.yoyaku_text_wrap .box_wrap .img_wrap {
	min-width:378px;
	width:378px;
	margin-left:56px;
}
.yoyaku_text_wrap .box_wrap .img_wrap img {
	width:100%;
	object-fit:cover;
}
@media screen and (max-width:767px){
	.yoyaku_text_wrap .box_wrap {
		flex-direction:column-reverse;
		margin-bottom:50px;
	}
	.yoyaku_text_wrap .box_wrap .img_wrap {
		min-width:0;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
	.yoyaku_text_wrap .box_wrap .text_wrap dt {
    font-size: 20px;
    margin-bottom: 20px;
	}
}



