@charset "UTF-8";
.intro {
	padding-bottom: 100px;
	margin-bottom: 85px;
	position: relative;
	z-index: 1;
}
.intro::after {
	content: "";
	display: block;
	width: 100vw;
	height: 495px;
	background-image: linear-gradient(90deg, #43bbe3 0%, #3e91da 100%);
	bottom: 0;
	left: 50%;
	position: absolute;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 320px;
}
.intro_title {
	position: relative;
	z-index: 2;
}
.intro_text {
	margin-bottom: 61px;
	position: relative;
	z-index: 2;
}
.intro_headline {
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}
.intro_headline > b {
	display: block;
	background-image: linear-gradient(0deg, rgba(62, 158, 215, 0.2) 15px, #fff 15px);
}
.intro_image {
	background: #fff;
	box-shadow: 0 20px 15px rgba(0, 0, 0, 0.1);
	padding: 64px 30px 51px;
	position: relative;
	z-index: 1;
	margin-top: -25px;
	left: 0;
}
.intro_image-sp {
	display: none;
}
.intro_image > img {
	display: block;
	margin: 0 auto;
}
.areaSupport {
	margin-bottom: 100px;
}
.areaSupport_title {}
.areaSupport_text {
	text-align: center;
	margin-bottom: 55px;
}
.support {
	margin-bottom: 45px;
}
.support:last-child {
	margin-bottom: 0;
}
.support_title {}
.support_title > .icon {}
.support_sectWrap {}
.support_sect {
	padding: 35px 45px 31px;
}
.support_sect:nth-child(2n+1) {
	background-color: #f3f4f9;
}
.support_headline {}
.support_headline::before {}
.support_headline::after {}
.support_in {
	padding-left: 42px;
}
.support_text {}
.option {
	padding-top: 70px;
	padding-bottom: 106px;
}
.option_title {}
.option_text {
	text-align: center;
	margin-bottom: 50px;
}
.option_msg {}
.option_sect {
	background-color: #fff;
	padding: 41px 47px;
	border-top: 1px solid #dadbe0;
}
.option_sect:last-child {
	border-bottom: 1px solid #dadbe0;
}
.option_headline {}
.option_inner {
	padding-left: 42px;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.intro {}
	.intro::after {}
	.intro_title {}
	.intro_text {}
	.intro_headline {
		font-size: 22px;
	}
	.intro_headline > b {}
	.intro_image {}
	.intro_image > img {}
	.areaSupport {}
	.areaSupport_title {}
	.areaSupport_text {}
	.support {}
	.support:last-child {}
	.support_title {}
	.support_title > .icon {}
	.support_sectWrap {}
	.support_sect {}
	.support_sect:nth-child(2n+1) {}
	.support_headline {}
	.support_headline::before {}
	.support_headline::after {}
	.support_in {}
	.support_text {}
	.option {}
	.option_title {}
	.option_text {}
	.option_msg {}
	.option_sect {}
	.option_sect:last-child {}
	.option_headline {}
	.option_inner {}
}
@media screen and (max-width:767px) {
	.intro {
		padding-bottom: 45px;
		margin-bottom: 45px;
	}
	.intro::after {
		height: 44vw;
	}
	.intro_title {}
	.intro_text {
		margin-bottom: 25px;
	}
	.intro_headline {
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
	}
	.intro_headline > b {
		background-image: linear-gradient(0deg, rgba(62, 158, 215, 0.2) 8px, #fff 8px);
	}
	.intro_image {
		padding: 30px 10px 20px;
		margin-top: -10px;
		display: none;
	}
	.intro_image-sp {
		display: block;
	}
	.intro_image > img {}
	.areaSupport {
		margin-bottom: 45px;
	}
	.areaSupport_title {}
	.areaSupport_text {
		text-align: left;
		margin-bottom: 25px;
	}
	.support {
		margin-bottom: 25px;
	}
	.support:last-child {}
	.support_title {}
	.support_title > .icon {}
	.support_sectWrap {}
	.support_sect {
		padding: 20px 15px 15px;
	}
	.support_sect:nth-child(2n+1) {}
	.support_headline {}
	.support_headline::before {}
	.support_headline::after {}
	.support_in {
		padding-left: 0;
	}
	.support_text {}
	.option {
		padding-top: 45px;
		padding-bottom: 65px;
	}
	.option_title {}
	.option_text {
		text-align: left;
		margin-bottom: 20px;
	}
	.option_msg {}
	.option_sect {
		padding: 20px 15px 15px;
	}
	.option_sect:last-child {}
	.option_headline {}
	.option_inner {
		padding: 0;
	}
}
