body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.feature__inner {
	max-width: 800px;
	margin: 0 auto;
}

.feature__title {
	position: relative;
	text-align: center;
}

.feature__eng-title {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.feature__intro {
	margin-top: clamp(20px, 4.375rem, 70px);
	padding: 0 20px;
}

.feature__intro-img {
	width: 100%;
}

.feature__intro-img img {
	width: 100%;
	height: auto;
}

.feature__intro-contents {
	padding-top: 1.5625rem;
}

.feature__intro-title {
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	text-align: center;
}

.feature__intro-text {
	margin-top: 0.625rem;
	font-size: clamp(15px, 0.9375rem, 16px);
}

.feature__contents {
	margin-top: clamp(20px, 3.75rem, 80px);
}

.feature__item {
	margin-bottom: clamp(20px, 2.5rem, 50px);
	background-color: #F8F7F3;
	width: 100%;
	padding: clamp(20px, 2.5rem, 50px) clamp(10px, 1.25rem, 30px);
}

.feature__item-number {
	position: absolute;
	color: #F0F0F0;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 0.9375rem;
	top: -1.875rem;
	left: -0.625rem;
	z-index: 0;
}

.feature__item-title {
	position: relative;
	height: clamp(48px, 3rem, 56px);
	margin-bottom: clamp(10px, 1.25rem, 30px);
}

.feature__item-title h3 {
	font-weight: 600;
	font-size: clamp(24px, 1.5rem, 32px);
	line-height: 1.5;
	color: #333;
	position: relative;
	z-index: 1;
}

.feature__item-subtitle {
	margin-top: 0.9375rem;
	font-size: clamp(16px, 1rem, 18px);
	font-weight: 600;
	line-height: 1.3;
	color: #333;
}

.feature__item-text {
	margin-top: clamp(10px, 0.9375rem, 24px);
	font-size: clamp(15px, 0.9375rem, 16px);
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

.feature__item-text a {
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.feature__item-img {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin-top: 0.625rem;
}

.feature__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.feature__inner {
	max-width: 100%;
	margin: 0;
}

.feature__title {
	position: relative;
	padding-top: 3rem;
	padding-left: 6.25rem;
	text-align: left;
	max-width: calc(100vw - 30rem);
	margin-left: auto;
}

.feature__eng-title {
	left: 0;
	transform: unset;
	font-size: 8.3125rem;
}

.feature__intro {
	margin-top: 5.625rem;
	background-color: #F8F7F3;
	padding: 0;
	max-width: calc(100vw - 30rem);
	margin-left: auto;
}

.feature__intro-flex {
	display: flex;
}

.feature__intro-img {
	aspect-ratio: 406/298;
	overflow: hidden;
	width: 25.375rem;
}

.feature__intro-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature__intro-contents {
	width: calc(100% - 25.375rem);
	padding-left: 5.3125rem;
	padding-right: 3.125rem;
	padding-top: 3.125rem;
}

.feature__intro-title {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
}

.feature__intro-title span {
	display: block;
}

.feature__intro-text {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

.feature__contents {
	margin-top: 5.625rem;
	padding-right: 0;
}

.feature__item {
	background-color: #F8F7F3;
	width: 100vw;
	position: relative;
	left: calc(50% - 50vw);
	margin: 0 calc(50% - 50vw);
	padding: 0;
}

.feature__item:nth-child(even) {
	padding-left: 0;
}

.feature__item:nth-child(even) .feature__item-flex {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.feature__item-flex {
	display: flex;
	justify-content: flex-end;
}

.feature__item-textbox {
	width: calc((100% - clamp(250px, 17.5rem, 350px)) / 2);
	padding: 6.875rem 5rem 7.8125rem 8.75rem;
}

.feature__item:nth-child(even) .feature__item-textbox {
	padding: 6.875rem 5rem 7.8125rem 8.75rem;
	width: calc((100% - clamp(250px, 17.5rem, 350px)) / 2);
}

.feature__item-number {
	top: -3.75rem;
	left: -2.5rem;
	color: #F0F0F0;
	font-size: 4.375rem;
	z-index: 5;
}

.feature__item-title {
	position: relative;
	height: 3rem;
}

.feature__item-title h3 {
	position: absolute;
	z-index: 10;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.5;
	color: #333;
	position: relative;
}

.feature__item-subtitle {
	margin-top: 2rem;
	font-size: 1.125rem;
}

.feature__item-subtitle span {
	display: block;
}

.feature__item-text {
	margin-top: 0.625rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

.feature__item-img {
	aspect-ratio: 747/506;
	overflow: hidden;
	width: calc((100% - clamp(250px, 17.5rem, 350px)) / 2);
	margin-top: 0;
	max-height: 500px;
}

.feature__item:nth-child(even) .feature__item-img {
	width: calc((100% - clamp(250px, 17.5rem, 350px)) / 2 + clamp(250px, 17.5rem, 350px));
}

.feature__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

}

@media (min-width: 1920px) {

.feature__title {
	margin-right: auto;
}

.feature__intro {
	margin-right: auto;
}

}


/*# sourceMappingURL=feature.css.map */
