@charset "UTF-8";

/* .KV */
.KV {
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 400px;
	}
@media screen and (max-width: 560px) {
.KV .inner {
	background: url(../img/top/KVbg.png) center center #0044f2;
	background-size: 50%;
	}
}

.KV .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0 50px;
	}
@media screen and (max-width: 560px) {
.KV .inner {
	padding: 10vw;
	}
}

.KV .inner .KV1 {
	display block;
	width: 48%;
	}
@media screen and (max-width: 560px) {
.KV .inner .KV1 {
	width: 100%;
	}
}

.KV .inner .KV2 {
	display block;
	width: 48%;
	}
@media screen and (max-width: 560px) {
.KV .inner .KV2 {
	width: 100%;
	}
}

.KV .inner .KV3 {
	display block;
	width: 80%;
	margin: 0 auto;
	}
@media screen and (max-width: 560px) {
.KV .inner .KV3 {
	width: 100%;
	}
}

.KV .inner .KV4 {
	display block;
	width: 65%;
	margin: 0 auto;
	}
@media screen and (max-width: 560px) {
.KV .inner .KV4 {
	width: 100%;
	}
}

/* .top_cv */
.top_cv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px;
	background: #fff;
	}
.top_cv a.bt_cv {
	position: relative;
	display: block;
	width: 48%;
	height: 60px;
	margin: 0 0 20px;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border-radius: 40px;
	}
@media screen and (max-width: 560px) {
.top_cv a.bt_cv {
	width: 100%;
	}
}
.top_cv a.bt_cv::after{
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	}
.top_cv a.bt_my {
	position: relative;
	display: block;
	width: 48%;
	height: 60px;
	padding: 8px 0;
	color: #313131;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	border: 2px solid #f39800;
	border-radius: 40px;
	}
@media screen and (max-width: 560px) {
.top_cv a.bt_my {
	width: 100%;
	}
}
.top_cv a.bt_my:hover {
	color: #fff;
	background: #f39800;
	opacity: 1;
	}
.top_cv a.bt_my::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #313131;
	border-right: solid 2px #313131;
	transform: rotate(45deg);
	}
.top_cv a.bt_my:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	}
.top_cv a.bt_my span {
	display: block;
	font-size: 11px;
	}

/* .top_feature */
.top_feature {
	padding: 35px;
	background: url(../img/top/top_feature_bg.png) center top repeat-x #eef2f2;
	background-size: 10%;
	}
@media screen and (max-width: 560px) {
.top_feature {
	background: url(../img/top/top_feature_bg.png) center top repeat-x #eef2f2;
	background-size: 50%;
	}
}
.top_feature h2 {
	display: block;
	margin: 0 auto 30px;
	width: fit-content;
	color: #1e51a2;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	}
.top_feature h2 span {
	color: #f5aa47;
	font-size: 55px;
	}
.top_feature h2 span span {
	font-size: 30px;
	}
.top_feature .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 16px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	}
.top_feature h3 {
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
	color: #1e51a2;
	font-size: 30px;
	font-weight: 500;
	line-height: 3em;
	text-align: center;
	background: url(../img/top/top_feature_hr.svg) center bottom no-repeat;
	background-size: 100% auto;
	}
@media screen and (max-width: 560px) {
.top_feature h3 {
	font-size: 18px;
	}
}
.top_feature p {
	display: block;
	margin: 0 0 20px;
	padding: 0 1em;
	color: #1e51a2;
	font-size: 20px;
	font-weight: 500;
	line-height:2em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.top_feature p {
	font-size: 13px;
	text-align: left;
	}
}
.top_feature ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.top_feature ul li {
	display: block;
	width: 25%;
	}
@media screen and (max-width: 560px) {
.top_feature ul li {
	width: 50%;
	}
}
.top_feature ul li img {
	display: block;
	width: 100%;
	}

/* .top_point1 */
.top_point1 {
	padding: 120px 0 35px;
	background: url(../img/top/top_point_bg1.png) left top no-repeat #eef2f2;
	background-size: auto 500px;
	}
@media screen and (max-width: 560px) {
.top_point1 {
	padding: 120px 0 35px 35px;
	}
}
.top_point1 .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	}
@media screen and (max-width: 560px) {
.top_point1 .inner {
	border-radius: 10px 0 0 10px;
	}
}
.top_point1 .inner::after {
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	width: 70px;
	height: 80px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(../img/top/top_point_head1.png) no-repeat;
	background-size: 100%;
	}
.top_point1 h2 {
	display: block;
	margin: 0 0 30px;
	color: #1f4e97;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}
.top_point1 h2 span {
	color: #f39800;
	}
@media screen and (max-width: 560px) {
.top_point1 h2 {
	font-size: 24px;
	}
}
.top_point1 .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0 50px 40px;
	}
@media screen and (max-width: 560px) {
.top_point1 .content {
	padding: 0;
	}
}
.top_point1 .illust {
	width: 50%;
	padding: 50px;
	background: linear-gradient(25deg, rgba(168, 210, 243, 1) 0%, rgba(225, 197, 243, 1) 100%);
	}
@media screen and (max-width: 560px) {
.top_point1 .illust {
	width: 100%;
	padding: 35px;
	}
}
.top_point1 .illust img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
.top_point1 p {
	display: block;
	width: 50%;
	padding: 0 50px 0 0;
	font-size: 20px;
	line-height: 2em;
	}
@media screen and (max-width: 560px) {
.top_point1 p {
	width: 100%;
	padding: 20px;
	font-size: 13px;
	text-align: left;
	}
}

/* .top_point2 */
.top_point2 {
	padding: 120px 0 35px;
	background: url(../img/top/top_point_bg2.png) right top no-repeat #eef2f2;
	background-size: auto 500px;
	}
@media screen and (max-width: 560px) {
.top_point2 {
	padding: 120px 35px 35px 0;
	}
}
.top_point2 .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	}
@media screen and (max-width: 560px) {
.top_point2 .inner {
	border-radius: 10px 0 0 10px;
	}
}
.top_point2 .inner::after {
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	width: 70px;
	height: 80px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(../img/top/top_point_head2.png) no-repeat;
	background-size: 100%;
	}
.top_point2 h2 {
	display: block;
	margin: 0 0 30px;
	color: #1f4e97;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}
.top_point2 h2 span {
	color: #f39800;
	}
@media screen and (max-width: 560px) {
.top_point2 h2 {
	font-size: 24px;
	}
}
.top_point2 .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 50px 40px;
	}
@media screen and (max-width: 560px) {
.top_point2 .content {
	padding: 0;
	}
}
.top_point2 .illust {
	width: 50%;
	padding: 50px;
	background: linear-gradient(25deg, rgba(168, 210, 243, 1) 0%, rgba(225, 197, 243, 1) 100%);
	}
@media screen and (max-width: 560px) {
.top_point2 .illust {
	width: 100%;
	padding: 35px;
	}
}
.top_point2 .illust img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
.top_point2 p {
	display: block;
	width: 50%;
	padding: 0 0 0 50px;
	font-size: 20px;
	line-height: 2em;
	}
@media screen and (max-width: 560px) {
.top_point2 p {
	width: 100%;
	padding: 30px;
	font-size: 13px;
	}
}
.top_point2 span.notice {
	display: block;
	width: 100%;
	margin-top: 1em;
	padding-left: 1em;
	font-weight: 300;
	line-height: 2em;
	text-indent: -1em;
	}
@media screen and (max-width: 560px) {
.top_point2 span.notice {
	font-size: 12px;
	}
}

/* .top_point3 */
.top_point3 {
	padding: 120px 0 35px;
	background: url(../img/top/top_point_bg3.png) left top no-repeat #eef2f2;
	background-size: auto 500px;
	}
@media screen and (max-width: 560px) {
.top_point3 {
	padding: 120px 0 35px 35px;
	}
}
.top_point3 .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	}
@media screen and (max-width: 560px) {
.top_point3 .inner {
	border-radius: 10px 0 0 10px;
	}
}
.top_point3 .inner::after {
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	width: 70px;
	height: 80px;
	margin: 0;
	padding: 0;
	content: "";
	background: url(../img/top/top_point_head1.png) no-repeat;
	background-size: 100%;
	}
.top_point3 h2 {
	display: block;
	margin: 0 0 30px;
	color: #1f4e97;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}
.top_point3 h2 span {
	color: #f39800;
	}
@media screen and (max-width: 560px) {
.top_point3 h2 {
	font-size: 24px;
	}
}
.top_point3 .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0 50px 40px;
	}
@media screen and (max-width: 560px) {
.top_point3 .content {
	padding: 0;
	}
}
.top_point3 .illust {
	width: 50%;
	padding: 50px;
	background: linear-gradient(25deg, rgba(168, 210, 243, 1) 0%, rgba(225, 197, 243, 1) 100%);
	}
@media screen and (max-width: 560px) {
.top_point3 .illust {
	width: 100%;
	padding: 35px;
	}
}
.top_point3 .illust img {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
.top_point3 p {
	display: block;
	width: 50%;
	padding: 0 50px 0 0;
	font-size: 20px;
	line-height: 2em;
	}
@media screen and (max-width: 560px) {
.top_point3 p {
	width: 100%;
	padding: 30px;
	font-size: 13px;
	text-align: left;
	}
}

/* .top_cv2 */
.top_cv2 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 35px;
	background: #eef2f2;
	}
@media screen and (max-width: 560px) {
.top_cv2 {
	padding: 15px 35px 35px;
	}
}
.top_cv2 a.bt_cv {
	position: relative;
	display: block;
	width: 446.4px;
	height: 60px;
	margin: 0 auto 20px;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border-radius: 40px;
	}
@media screen and (max-width: 560px) {
.top_cv2 a.bt_cv {
	width: 100%;
	}
}
.top_cv2 a.bt_cv::after{
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	}

/* .top_cv3 */
.top_cv3 {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 35px;
	background: #fff;
	}
@media screen and (max-width: 560px) {
.top_cv3 {
	padding: 35px;
	}
}
.top_cv3 h2 {
	display: block;
	margin: 0 0 28px;
	color: #1e51a2;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	}
.top_cv3 p {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width: 560px) {
.top_cv3 h2 {
	font-size: 20px;
	}
.top_cv3 p {;
	font-size: 16px;
	}
}
.top_cv3 a.bt_cv {
	position: relative;
	display: block;
	width: 48%;
	height: 60px;
	margin: 0 auto 20px;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border-radius: 40px;
	}
@media screen and (max-width: 560px) {
.top_cv3 a.bt_cv {
	width: 100%;
	}
}
.top_cv3 a.bt_cv::after{
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	}