@charset "UTF-8";
.intro {
	margin-bottom: 70px;
}
.intro_title {}
.intro_text {
	text-align: center;
}
.subNav {
	border-bottom: 2px solid #f5f7f7;
}
.subNav_list {
	list-style: none;
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}
.subNav_list > li {}
.subNav_list > li:first-child {}
.subNav_list > li:last-child {}
.subNav_list > li:nth-child(2n+1) {}
.subNav_list > li:nth-child(n+3) {}
.subNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	padding: 17px 15px;
	padding-right: 35px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
	text-align: center;
}
.subNav_list > li > a::before {
	content: "";
}
.subNav_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #73a2c8;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-bottom: none;
	border-left: none;
	transition-duration: .3s;
	transition-property: border-color, color, -webkit-transform;
	transition-property: transform, border-color, color;
	transition-property: transform, border-color, color, -webkit-transform;
}
.subWrap {}
.sub {
	padding-top: 120px;
	padding-bottom: 120px;
}
.sub_title {
	position: relative;
	z-index: 1;
}
.sub_title > b {}
.sub_title > small {}
.sub_image {}
.sub_image-full {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
}
.sub_cols {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.sub_col {}
.sub_col-no1 {
	width: 55%;
}
.sub_headline {
	line-height: 1.8;
	margin-bottom: 53px;
}
.sub_text {}
.sub_col-no2 {
	width: 34.2%;
	padding-top: 10px;
}
.sub_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sub_image-full > img {}
.sub-glay {
	position: relative;
	z-index: 1;
}
.sub-glay::before {
	content: "";
	background-color: #eaf0f5;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 2200px;
	height: 100%;
	-webkit-transform: translateX(-50%) skewX(-23.62deg);
	transform: translateX(-50%) skewX(-23.62deg);
	margin-left: 160px;
}
@media screen and (min-width:1000px) {
	.subNav_list > li > a:hover {
		color: #73a2c8;
	}
	.subNav_list > li > a:hover::after {
		border-color: #000;
		-webkit-transform: translateY(6px) rotate(135deg);
		transform: translateY(6px) rotate(135deg);
	}
}
@media screen and (max-width:999px) {
	.intro {
		margin-bottom: 40px;
	}
	.intro_title {}
	.intro_text {}
	.subNav {}
	.subNav_list {
		max-width: none;
	}
	.subNav_list > li {}
	.subNav_list > li:first-child {}
	.subNav_list > li:last-child {}
	.subNav_list > li:nth-child(2n+1) {}
	.subNav_list > li:nth-child(n+3) {}
	.subNav_list > li > a {
		padding: 15px 10px;
		padding-right: 20px;
	}
	.subNav_list > li > a::before {}
	.subNav_list > li > a::after {
		right: 5px;
	}
	.subWrap {}
	.sub {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sub_title {}
	.sub_title > b {}
	.sub_title > small {}
	.sub_image {}
	.sub_image-full {
		margin-bottom: 40px;
	}
	.sub_cols {}
	.sub_col {}
	.sub_col-no1 {
		width: 60%;
	}
	.sub_headline {
		margin-bottom: 25px;
	}
	.sub_text {}
	.sub_col-no2 {}
	.sub_image > img {}
	.sub_image-full > img {}
	.sub-glay {}
	.sub-glay::before {}
}
@media screen and (max-width:767px) {
	.intro {}
	.intro_title {}
	.intro_text {}
	.subNav {}
	.subNav_list {
		flex-wrap: wrap;
	}
	.subNav_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.subNav_list > li:first-child {}
	.subNav_list > li:last-child {}
	.subNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.subNav_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.subNav_list > li > a {
		font-size: 13px;
		height: 62px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border: 1px solid #73a2c8;
	}
	.subNav_list > li > a::before {}
	.subNav_list > li > a::after {
		right: 20px;
	}
	.subWrap {}
	.sub {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sub_title {}
	.sub_title > b {}
	.sub_title > small {}
	.sub_image {}
	.sub_image-full {
		margin-bottom: 20px;
	}
	.sub_cols {
		display: block;
	}
	.sub_col {
		width: 100%;
	}
	.sub_col-no1 {
		margin-bottom: 15px;
	}
	.sub_headline {
		margin-bottom: 15px;
	}
	.sub_text {}
	.sub_col-no2 {
		padding-top: 0;
		margin: 0 auto;
		max-width: 300px;
	}
	.sub_image > img {}
	.sub_image-full > img {}
	.sub-glay {}
	.sub-glay::before {}
}
