@charset "UTF-8";
/* CSS Document */
@media(min-width:768px){
	.pc_none{display:none;}
}
@media(max-width:767px){
	.sp_none{display:none;}
}
/*===================================
	共通パーツ
===================================*/
.support_title {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
}
.support_title h2 {
	position: relative;
	display: flex;
	align-items: center;
	width: 80%;
	min-width: 700px;
	height: 125px;
	margin: 0;
	padding: 0 0 0 90px;
	font-size: 22px;
	color: #fff;
	background-color: #004E98;
	z-index: 1;
}
.support_title h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	display: block;
	width: 50vw;
	height: 100%;
	background-color: #004E98;
	z-index: -1;
}
.support_title h2::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	border-bottom: 125px solid #004E98;
	border-right: 20px solid transparent;
	z-index: -1;
}
.support_title h2 span {
	display: inline-block;
}
.support_title h2 span.main {
	padding: 0 20px;
	font-size: 50px;
	font-weight: bold;
}
.support_title h2 span.yello {
	color: #E2EA11;
}
#support .inner a.orange_cta_btn {
	position: relative;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	width: 460px;
	height: 90px;
	border-radius: 6px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #EF9300;
	border: solid 1px #EF9300;
	box-shadow: 6px 6px 10px rgb(0 78 152 / 10%);
	transition: all .3s;
}
#support .inner a.orange_cta_btn::after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f0da";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
@media(max-width:991px){
	.support_title h2 {
		padding: 0 0 0 20px;
	}
}
@media(max-width:767px){
	.support_title h2 {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		width: 85%;
		min-width: 300px;
		height: 100px;
		padding: 0 0 0 16px;
		font-size: 16px;
	}
	.support_title h2::after {
		border-bottom: 100px solid #004E98;
	}
	.support_title h2 span.main {
		margin-top: 4px;
		padding: 0;
		font-size: 30px;
	}
	#support .inner a.orange_cta_btn {
		width: 310px;
		height: 70px;
		font-size: 20px;
	}
}
/*===================================
	#support_mv
===================================*/
#support_mv {
	overflow: hidden;
}
#support_mv .bg_color {
	position: relative;
	background-color: #004E98;
}
#support_mv h1 {
	position: static;
	margin: 0;
	padding: 60px 0;
	width: 52%;
	max-width: 556px;
	z-index: 2;
}
#support_mv .mv_bg {
	position: absolute;
	top: 0;
	left: 52%;
	width: 620px;
	z-index: 1;
}
@media(max-width:767px){
	#support_mv {
		padding-bottom: 130px;
	}
	#support_mv .inner {
		padding: 0 24px;
	}
	#support_mv h1 {
		padding: 40px 0 100px;
		width: 100%;
		max-width: 460px;
	}
	#support_mv .mv_bg {
		position: absolute;
		top: calc(100% - 60px);
		left: auto;
		right: 0;
		width: 360px;
		z-index: 1;
	}
}
/*===================================
	#top_cta
===================================*/
#top_cta {
	padding-top: 60px;
}
#top_cta .text {
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 1px;
	text-align: center;
}
@media(max-width:767px){
	#top_cta {
		padding-top: 40px;
	}
	#top_cta .text {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: justify;
	}
}
/*===================================
	#manzoku
===================================*/
#manzoku {
	position: relative;
	margin-top: 80px;
	padding: 0;
}
#manzoku::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 1;
}
#manzoku .inner {
	max-width: 900px;
}
#manzoku .hukidashi {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin: 60px 0 20px;
	padding: 40px;
	background-color: #fff;
}
#manzoku .hukidashi::after {
	content: "";
	position: absolute;
	bottom: -42px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-top: 42px solid #fff;
	border-left: 43px solid transparent;
	border-right: 43px solid transparent;
	z-index: 1;
}
#manzoku .hukidashi ul {
	margin: 0;
}
#manzoku .hukidashi li {
	position: relative;
	margin: 12px 0;
	padding-left: 46px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #004E98;
}
#manzoku .hukidashi li::after {
	content: "";
	background: url("../img/check_orange.png") no-repeat;
	width: 32px;
	height: 32px;
	background-size: contain;
	position: absolute;
	top: 16%;
	left: 0px;
}
#manzoku .hukidashi img {
	max-width: 196px;
}
#manzoku .result {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#manzoku .result img {
	max-width: 134px;
}
#manzoku .result span {
	display: inline-block;
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	text-align: center;
}
#manzoku .result span.text {
	padding: 0 0 10px 15px;
}
#manzoku .result span.bg {
	width: 64px;
	margin: 0 2px;
	font-size: 52px;
	line-height: 64px;
	color: #E2EA11;
	background-color: #004E98;
}
@media(max-width:991px){
	#manzoku .result span {
		font-size: 40px;
		letter-spacing: 1px;
	}
	#manzoku .result span.bg {
		width: 52px;
		font-size: 40px;
		line-height: 52px;
		text-align: center;
	}
}
@media(max-width:767px){
	#manzoku {
		margin-top: 60px;
	}
	#manzoku::before {
		height: 50px;
	}
	#manzoku .hukidashi {
		justify-content: center;
		align-items: center;
		margin: 30px 0;
		padding: 20px 10px;
	}
	#manzoku .hukidashi::after {
		bottom: -28px;
		border-top: 28px solid #fff;
		border-left: 26px solid transparent;
		border-right: 26px solid transparent;
		z-index: 1;
	}
	#manzoku .hukidashi li {
		position: relative;
		margin: 12px 0;
		padding-left: 32px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	#manzoku .hukidashi li::after {
		width: 24px;
		height: 24px;
		top: 2px;
	}
	#manzoku .result img {
		max-width: 91px;
	}
	#manzoku .result span {
		font-size: 30px;
		line-height: 1.7;
		text-align: left;
	}
	#manzoku .result span.text {
		padding: 0 0 0 10px;
	}
	#manzoku .result span.bg {
		width: 40px;
		margin: 0 2px;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}
}
/*===================================
	#matching
===================================*/
#matching .inner {
	padding: 0;
	background-color: #fff;
}
#matching .inner2 {
	max-width: 900px;
	margin: 0 auto;
}
#matching .matching_title {
	position: relative;
	padding: 16px 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
	background-color: #00458D;
}
#matching .matching_title span {
	display: inline-block;
}
#matching .matching_title span.yello {
	font-size: 42px;
	color: #E2EA0F;
}
#matching .matching_title::after {
	content: "";
	position: absolute;
	bottom: -34px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-top: 34px solid #00458D;
	border-left: 67px solid transparent;
	border-right: 67px solid transparent;
	z-index: 1;
}
#matching h2 {
	margin: 80px 0 70px;
}
.matching_interview {
	margin: 30px 0 80px;
}
.matching_interview .mi_title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #004E98;
}
.matching_interview .mi_title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #004E98;
}
.matching_interview .mi_img {
	margin-right: 24px;
	width: 245px;
	float: left;
}
.matching_interview .mi_name {
	font-size: 16px;
}
.matching_interview .mi_lead {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.matching_interview .mi_text {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}
@media(max-width:767px){
	#matching .inner2 {
		max-width: 460px;
		padding: 0 16px;
	}
	#matching .matching_title {
		font-size: 22px;
		line-height: 1.4;
		letter-spacing: 1px;
	}
	#matching .matching_title span.yello {
		font-size: 32px;
	}
	#matching .matching_title::after {
		bottom: -20px;
		border-top: 20px solid #00458D;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
	}
	#matching h2 {
		margin: 50px 0 40px;
	}
	.matching_interview {
		margin: 20px 0 40px;
	}
	.matching_interview .mi_title {
		margin-bottom: 15px;
		padding-left: 30px;
		font-size: 20px;
	}
	.matching_interview .mi_title::after {
		width: 20px;
	}
	.matching_interview .mi_img {
		margin-bottom: 15px;
		margin-right: 20px;
		width: 110px;
	}
	.matching_interview .mi_name {
		font-size: 14px;
	}
	.matching_interview .mi_lead {
		margin-bottom: 0;
		font-size: 20px;
	}
	.matching_interview .mi_text {
		font-size: 14px;
		float: left;
	}
}
/*===================================
	#flow
===================================*/
.flow_area  {
	margin-bottom: 80px;
}
.flow_area ul {
	margin-top: 80px;
	position: relative;
	z-index: 0;
}
.flow_area ul::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 100%;
	background-color: #004E98;
	position: absolute;
	top: 0;
	left: 90px;
	z-index: -1;
}
.flow_area ul li {
	margin-top: 60px;
	box-shadow: 6px 6px 10px rgba(0, 78, 152, 0.10);
}
.flow_area .col_wrap {
	display: flex;
}
.flow_area .col_wrap .step {
	min-width: 180px;
	background-color: #004E98;
	color: #FFFFFF;
	font-family: "Avenir Next";
	font-weight: bold;
	font-style: italic;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow_area .col_wrap .step p {
	margin: 0;
	font-size: 20px;
	padding: .5em;
	line-height: initial;
}
.flow_area .col_wrap .text {
	background-color: #FFFFFF;
	padding: 40px 30px;
	display: flex;
	align-items: center;
	width: calc(100% - 180px);
}
.flow_area ul li:first-child .col_wrap .text  {
	padding: 40px 30px 30px;
}
.flow_area .col_wrap .text h5 {
	font-size: 24px;
	font-weight: bold;
	color: #004E98;
	line-height: 1.5;
}
.flow_area .col_wrap .text p {
	font-size: 18px;
	line-height: 1.66;
	margin-top: 24px;
	margin-bottom: 0;
}
.flow_area .col_wrap .btn_row_square {
	margin-top: 30px;
	flex-wrap: wrap;
}


@media (max-width: 767px) {
	.flow_area {
		margin-bottom: 60px;
	}
	.flow_area ul {
		margin-top: 40px;
	}
	.flow_area ul li {
		margin-top: 30px;
	}
	.flow_area ul::before {
		left: 50%;
	}
	.flow_area .col_wrap {
		flex-wrap: wrap;
	}
	.flow_area .col_wrap .step {
		width: 100%;
	}
	.flow_area .col_wrap .text {
		width: 100%;
		padding: 30px 20px 30px;
	}
	.flow_area .col_wrap .text p {
		font-size: 14px;
	}
	.flow_area ul li:first-child .col_wrap .text  {
		padding: 30px 20px 20px;
	}
	.flow_area .col_wrap .text h5 {
		font-size: 20px;
		text-align: center;
	}
}

/*===================================
	#zokuzokuから最後
===================================*/
#zokuzoku {
	padding: 80px 0;
}
#zokuzoku h3 {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	text-align: center;
	color: #004E98;
}
#zokuzoku .zoku {
	margin: 60px 0;
}
#zokuzoku .card {
	border: 0;
	background-color: transparent;
}
#zokuzoku .h4 {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	text-align: center;
	color: #004E98;
}
#zokuzoku .h4 span {
	display: inline-block;
}
#zokuzoku .h4 span.bg {
	width: 60px;
	margin: 0 2px;
	font-size: 40px;
	line-height: 60px;
	color: #E2EA11;
	background-color: #004E98;
}
#cta_diagnosis {
	margin: 80px 0;
}
#cta_diagnosis a {
	margin: 0 auto;
	max-width: 634px;
}
#cta_type_1 {
	padding: 80px 0;
}
#cta_type_1 h2 {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
@media(max-width:767px){
	
	#zokuzoku {
		padding: 50px 0;
	}
	#zokuzoku h3 {
		font-size: 26px;
	}
	#zokuzoku .zoku {
		margin: 30px 0;
	}
	#zokuzoku .h4 {
		font-size: 22px;
	}
	#zokuzoku .h4 span.bg {
		width: 43px;
		font-size: 28px;
		line-height: 43px;
	}
	#cta_diagnosis {
		margin: 40px 0;
	}
	#support .inner a.orange_cta_btn {
		width: 310px;
		height: 70px;
		font-size: 20px;
	}
	#cta_type_1 h2 {
		font-size: 26px;
	}
}