@charset "UTF-8";

.features_list {
	display: flex;
	width: 100%;
	flex-direction: column;
	counter-reset: number;
}

.features_item {
	display: block;
	width: 100%;
}

.features_title {
	width: 100%;
	background-color: #f3f3f3;
}

.features_title h3 {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	color: #142b8b;
	font-weight: bold;
	font-size: clamp(1.25rem, -0.097rem + 2.81vw, 1.75rem);
	column-gap: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	align-items: center;
}

.features_title h3::before {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.813rem, 1.307rem + 1.05vw, 2rem);
	content: counter(number);
	counter-increment: number;
}

.features_slogan {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.features_slogan dt {
	position: relative;
	font-weight: bold;
	font-size: clamp(1rem, -0.516rem + 3.16vw, 1.563rem);
}

.features_slogan dt::after {
	position: absolute;
	bottom: clamp(0.125rem, -0.043rem + 0.35vw, 0.188rem);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: #26221e;
	content: "";
}

.features_slogan dd {
	font-weight: bold;
	font-size: clamp(2.125rem, 1.114rem + 2.11vw, 2.5rem);
}

.features_slogan dd::before , .features_slogan dd::after {
	font-family: "Noto Sans JP", serif;
}

.features_slogan dd::before {
	content: "『";
}

.features_slogan dd::after {
	content: "』";
}

.features_about {
	display: block;
	width: 100%;
	background-color: #f3f3f3;
}

.features_about-contents {
	display: flex;
	position: relative;
	max-width: 1460px;
	margin-left: auto;
	column-gap: 10px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.features_about-img {
	width: 100%;
}
.features_about-img video {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}
.features_about-img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}
.features_about-details {
	display: block;
	position: relative;
	width: 100%;
}
.features_about-details dl {
	display: flex;
	flex-direction: column;
}
.features_about-details dt {
	display: block;
	position: relative;
	width: fit-content;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.731rem + 1.08vw, 1.563rem);
	align-items: flex-start;
}
.features_about-details dt::after {
	position: absolute;
	bottom: clamp(0.125rem, 0.021rem + 0.22vw, 0.188rem);
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}
.features_about-details dd {
	font-size: 15px;
	line-height: 27px;
}
.features_about-list {
	counter-reset: number;
}
.features_about-item {
	display: flex;
	text-align: justify;
}
.features_about-item::before {
	content: counter(number)".";
	counter-increment: number;
}
.features_initiative-container {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
}

.features_initiative-title {
	position: relative;
	width: fit-content;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.408rem + 1.75vw, 1.563rem);
}
.features_initiative-title::after {
	position: absolute;
	bottom: clamp(0.125rem, -0.043rem + 0.35vw, 0.188rem);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #26221e;
	content: "";
}
.features_initiative-list {
	display: flex;
	max-width: 865px;
	width: 100%;
	flex-direction: column;
}
#growth .features_initiative-list {
	row-gap: 45px;
}
.features_initiative-contents {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;

	row-gap: 15px;
}
.features_initiative-img {
	max-width: 340px;
	width: 100%;

	aspect-ratio: 17/12;
}
.features_initiative-img img {
	width: 100%;
	height: 100%;
}
.features_initiative-details {
	width: 100%;
}

.features_initiative-details h5 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: clamp(1.063rem, -0.116rem + 2.46vw, 1.5rem);
	text-align: justify;
}

.features_initiative-details p {
	font-size: clamp(0.875rem, 0.707rem + 0.35vw, 0.938rem);
	line-height: 26px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.main_container {
		padding-bottom: 100px;
	}
	.common_page-title {
		margin-bottom: 50px;
	}

	.features_list {
		row-gap: 100px;
	}
	.features_title {
		margin-bottom: 35px;
		padding: 25px 0;
	}
	.features_title h3 {
		width: 95%;
	}
	.features_slogan {
		margin-bottom: 35px;

		row-gap: 15px;
	}
	.features_slogan dd br {
		display: none;
	}
	.features_about {
		margin-bottom: 60px;
	}
	.features_about-contents {
		width: 97.5%;
	}
	.features_about-img {
		max-width: 735px;
		height: 470px;
	}
	.features_about-img img {
		display: none;
	}
	.features_about-details {
		max-width: 555px;
	}
	.features_about-details dt {
		margin-bottom: 10px;
	}
	.features_about-details dt::after {
		background-color: #26221e;
	}
	.features_about-details dd:not(:nth-last-of-type(1)) {
		margin-bottom: 30px;
	}
	.features_initiative-container {
		width: 95%;
	}
	.features_item .features_initiative-title {
		margin-bottom: 15px;
	}
	.features_initiative-list {
		row-gap: 20px;
	}
	.features_initiative-details {
		max-width: 500px;
	}
	.features_initiative-details h5 {
		margin-bottom: 10px;
	}
	/*#growth .features_initiative-list {
		margin-top: -2.5%;
	}*/
	#growth .features_initiative-contents {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-bottom: 50px;
	}
	.common_page-title {
		margin-bottom: 20px;
	}
	.features_list {
		row-gap: 75px;
	}
	.features_title {
		margin-bottom: 20px;
		padding: 9.5px 20px;
	}
	.features_title h3 {
		width: 100%;
		justify-content: center;
	}
	.features_slogan {
		margin-bottom: 20px;

		row-gap: 10px;
	}
	.features_slogan dd {
		position: relative;
		padding-right: 1em;
		text-align: right;
	}
	.features_slogan dd::after {
		position: absolute;
	}
	.features_about {
		margin-bottom: 40px;
	}
	.features_about-contents {
		width: 100%;
		padding: 30px 20px 35px;
		color: #ffffff;
	}
	.features_about-img {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 0;
		transform: translate(-50% , -50%) !important;
		height: 100%;
	}

	.features_about-img.show_content {
		transform: translate(-50% -50%) !important;
	}

	.features_about-img::after {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 0;
		transform: translate(-50% , -50%);
		width: 100%;
		height: 100%;
		background-color: #26221e;
		opacity: 0.8;
		content: "";

		mix-blend-mode: multiply;
	}
	.features_about-img video {
		display: none;
	}
	.features_about-details dt {
		margin-bottom: 5px;
	}
	.features_about-details dt::after {
		background-color: #ffffff;
	}
	.features_about-details dd:not(:nth-last-of-type(1)) {
		margin-bottom: 35px;
	}
	.features_initiative-container {
		width: 100%;
		padding: 0 20px;
	}
	.features_item:not(#growth) .features_initiative-title {
		margin-bottom: 10px;
	}
	.features_initiative-list {
		row-gap: 45px;
	}
	.features_initiative-contents {
		flex-direction: column;
	}
	.features_initiative-details h5 {
		margin-bottom: 5px;
	}
	#growth .features_initiative-contents {
		flex-direction: column-reverse;
	}
	#growth .features_initiative-title {
		margin-bottom: 5px;
	}
}
