@charset "UTF-8";

.intro {
	display: flex;
	gap: calc(120 / var(--inner-large-val) * 100%);
}

.intro_cnt {
}

.intro_catch {
	margin-top: 90px;
}

.intro_text {
	margin-top: 36px;
	line-height: 2.2;
}

.intro_img {
	flex-shrink: 0;
	position: relative;
}

.intro_img_illust {
	position: absolute;
	z-index: 20;
}

.intro_img_illust.-illust01 {
	top: -48px;
	right: 35px;
}

.intro_img_illust.-illust02 {
	bottom: 46px;
	left: -41px;
}

.feature {
	margin-top: 135px;
	padding-bottom: 150px;
}

.feature_hd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 16px 30px;
	line-height: 1;
}

.feature_hd_en {
	font-size: 54px;
	font-family: var(--ff-en);
	letter-spacing: 0;
}

.feature_hd_ttl {
	font-size: 18px;
}

.feature_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 90px;
	border: var(--border);
}

.feature_item {
	padding: 42px 48px 64px;
}

.feature_item:not(:first-child) {
	border-left: var(--border);
}

.feature_item_cap {
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: 0;
}

.feature_item_cap small {
	display: inline-block;
	font-size: 12px;
}

.feature_item_img {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 137px;
	margin-top: 40px;
}

.overview {
	display: flex;
	justify-content: space-between;
	gap: calc(180 / 1200 * 100%);
	padding-top: 120px;
}

.overview_hd {
	flex-shrink: 0;
	line-height: 1;
}

.overview_hd_en {
	font-size: 54px;
	font-family: var(--ff-en);
	letter-spacing: 0;
}

.overview_hd_ttl {
	margin-top: 15px;
	font-size: 18px;
}

.overview_hd_img {
	margin-top: 90px;
}

.overview_cnt {
	flex: 1;
}

.overview_tbl {
	margin-top: -15px;
}

@media screen and (max-width: 1259.98px) {
}

@media screen and (max-width: 767.98px) {
	.intro {
		flex-direction: column;
		gap: 40px;
	}

	.intro_cnt {
	}

	.intro_catch {
		margin-top: 36px;
	}

	.intro_text {
		margin-top: 20px;
	}

	.intro_img {
	}

	.intro_img_illust {
		transform: scale(0.6);
	}

	.intro_img_illust.-illust01 {
		top: -24px;
		right: 28px;
		transform-origin: top right;
	}

	.intro_img_illust.-illust02 {
		bottom: 33px;
		left: -20px;
		transform-origin: bottom left;
	}

	.feature {
		margin-top: 60px;
		padding-bottom: 60px;
	}

	.feature_hd {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.feature_hd_en {
		font-size: 31px;
	}

	.feature_hd_ttl {
		font-size: 14px;
	}

	.feature_list {
		grid-template-columns: 1fr;
		margin-top: 36px;
	}

	.feature_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
		padding: 30px;
	}

	.feature_item:not(:first-child) {
		border-top: var(--border);
		border-left: 0;
	}

	.feature_item_cap {
		font-size: calc(13 / 375 * 100vw);
	}

	.feature_item_img {
		min-height: auto;
		margin-top: 20px;
	}

	.feature_item_img > img {
		width: auto;
		height: 90px;
	}

	.overview {
		flex-direction: column;
		gap: 36px;
		padding-top: 60px;
	}

	.overview_hd {
		text-align: center;
	}

	.overview_hd_en {
		font-size: 31px;
	}

	.overview_hd_ttl {
		margin-top: 10px;
		font-size: 14px;
	}

	.overview_hd_img {
		display: none;
		margin-top: -13px;
		text-align: right;
	}

	.overview_hd_img > img {
		width: 144px;
	}

	.overview_cnt {
	}

	.overview_tbl {
	}
}

@media screen and (max-width: 559.98px) {
	.feature_item {
		display: block;
	}

	.feature_item_cap {
		font-size: calc(18 / 375 * 100vw);
	}
}
