@charset "UTF-8";

.main {
	padding: 90px 0 130px;
}

.hero {
	text-align: center;
}

.hero_ttl {
	color: #5BB7E5;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 2px;
}

.hero_ttl span {
	display: block;
	font-weight: 500;
	color: #454E67;
	font-size: 18px;
	margin-top: 13px;
}

.sec {
	margin-top: 50px;
}

.sec.-sec01 {
	margin-top: 0;
	padding-top: 110px;
}

.sec_cnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sec.-reverse .sec_cnt {
	flex-flow: row-reverse;
}

.sec_group {
	width: 50%;
	position: relative;
}

.sec_img {
}

.sec_item {
	position: absolute;
	right: -95px;
	top: 50%;
	transform: translateY(-50%);
}

.sec.-reverse .sec_item {
	left: -95px;
	right: auto;
}

.sec_img img {
	max-width: 100%;
	height: auto;
}

.sec_detail {
	width: 46%;
	padding: 70px;
}

.sec_ttl {
	font-size: 23px;
	font-weight: 500;
}

.sec_txt {
	margin-top: 20px;
}

/* for Tablet */
@media screen and (max-width:1030px) {
	.sec_detail {
		padding: 60px;
	}

	.sec_ttl {
		font-size: 22px;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	.main {
		padding: 50px 0 40px;
	}

	.hero {
	}

	.hero_ttl {
		font-size: 30px;
		line-height: 1.3;
		letter-spacing: 1px;
	}

	.hero_ttl span {
		font-size: 15px;
		margin-top: 2px;
	}

	.sec {
		margin-top: 30px;
	}

	.sec.-sec01 {
		padding-top: 60px;
	}

	.sec_cnt {
		display: block;
	}

	.sec.-reverse .sec_cnt {
	}

	.sec_group {
		width: 100%;
	}

	.sec_img {
		;
		text-align: center;
	}

	.sec_item {
		transform: translateX(-50%);
		left: 50%;
		right: auto;
		top: auto;
		bottom: -95px;
	}

	.sec.-reverse .sec_item {
		left: 50%;
	}

	.sec_img img {
	}

	.sec_detail {
		width: 100%;
		padding: 110px 0 0;
	}

	.sec_ttl {
		font-size: 20px;
		line-height: 1.5;
	}

	.sec_txt {
		margin-top: 15px;
	}

}

/* for Print */
@media print {
}
