@charset "utf-8";

.feature1 .mw1280px {
	max-width: 1280px;
	margin: 0 auto;
}

.feature1 .mw940px {
	max-width: 940px;
	margin: 0 auto;
}

.feature1 .mw760px {
	max-width: 760px;
	margin: 0 auto;
}

/* title icon */
.feature1 .ttl-page-icon {
	border: none;
	padding: 0;
}

.feature1 .ttl-page-icon .icon {
	display: inline-block;
	margin-right: 0.4em;
	vertical-align: middle;
	position: relative;
	top: -0.08em;
}

/***************
2025はここから未使用
***************/
/* kv */
.feature1 .visual-box .txt-box {
	position: relative;
	z-index: 2;
}

.feature1 .visual-box .txt-box .catch {
	font-size: min(7vw, 40px);
	/* 40px */
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.feature1 .visual-box .txt-box .text {
	font-size: 87.50%;
	/* 14px */
}

@media screen and (min-width: 768px) {

	/* tab pc */
	div.feature1 .visual-box .txt-box .catch {
		font-size: 3.8vw;
	}

	div.feature1 .visual-box .txt-box .text {
		padding-right: 20%;
	}

}

@media screen and (min-width: 1024px) {

	/* pc */
	div.feature1 .visual-box .txt-box .catch {
		font-size: min(3.5vw, 46px);
	}
}

@media (min-width: 1300px) {

	/* design */
	div.feature1 div.visual-box .txt-box .catch {
		font-size: calc((42 / 16) * 100%);
		/* 42px, 2024 feature1 */
	}

	div.feature1 div.visual-box .txt-box .text {
		font-size: calc((14 / 16) * 100%);
		/* 14px */
	}
}

/* feature1 sec */
.feature1 .sec {
	padding-top: 96px;
	/* fixed nav height */
}

.feature1 .sec-sub+.sec-sub {
	margin-top: 2.5em;
}

.feature1 .sec-sub-paddingtop {
	padding-top: 2.5em;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .sec-sub+.sec-sub {
		margin-top: 4em;
	}

	div.feature1 .sec-sub-paddingtop {
		padding-top: 4em;
	}
}

.feature1 .sec-sub02 {
	margin-top: 40px;
}

/* bg img title */
.feature1 .bg-img-title-box {
	font-size: min(6vw, 30px);
	/* 30px */
	text-align: center;
	margin-bottom: 40px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: calc(0.2em + (500 / 1280)* 100%);
}

.feature1 .bg-img-title-box-r {
	background-image: url("/assets/images/annualReports/2025ar/feature1_title_bg01_sp.jpg");
}

.feature1 .bg-img-title-box-l {
	background-image: url("/assets/images/annualReports/2025ar/feature1_title_bg02_sp.jpg");
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .bg-img-title-box {
		font-size: min(6vw, 46px);
		/* 46px */
		padding-top: calc((340 / 1280)* 100%);
		padding-bottom: 0;
		position: relative;
		z-index: 1;
	}

	div.feature1 .bg-img-title-box .text-box {
		position: absolute;
		top: 0;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div.feature1 .bg-img-title-box-r {
		background-image: url("/assets/images/annualReports/2025ar/feature1_title_bg01_pc.jpg");
	}

	div.feature1 .bg-img-title-box-r .text-box {
		right: 6%;
		width: 40%;
	}

	div.feature1 .bg-img-title-box-l {
		background-image: url("/assets/images/annualReports/2025ar/feature1_title_bg02_pc.jpg");
	}

	div.feature1 .bg-img-title-box-l .text-box {
		left: 6%;
		width: 40%;
	}
}

/* heading */
.feature1 .sec .sec-title-box {
	color: #E50012;
	font-size: 137.50%;
	/* 22px */
	font-weight: bold;
	border-left: 3px solid #51656F;
	padding-left: 0.8em;
	min-height: 64px;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature1 .sec .ttl-box-b {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.feature1 .sec .sec-txt-box {
	line-height: 1.6;
}

.feature1 .sec .sec-txt-box>p+p {
	margin-top: 24px;
}

.feature1 .sec .sec-txt-box>p+p.indent {
	margin-top: 0;
}

.feature1 .sec .sec-txt-box .note {
	font-size: 12px;
}

/* sec img */
.feature1 .sec .sec-img-box {
	text-align: center;
}

.feature1 .sec .sec-img-box .img-border {
	border: 1px solid #9e9e9e;
}

.feature1 .sec .sec-img-box .inner-box {
	display: inline-block;
	text-align: left;
}

.feature1 .sec .sec-img-box .img-title {
	font-weight: bold;
	text-align: left;
	margin-bottom: 1em;
}

.feature1 .sec .sec-img-box .img-title .small {
	font-size: 12px;
}

.feature1 .sec .sec-img-box+.sec-img-box {
	margin-top: 3em;
}

/* sec1 */
.feature1 div.sec1 {
	padding-top: 40px;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 div.sec1 {
		padding-top: 96px;
	}
}

/* category img */
.feature1 .category-img-box {
	max-width: 600px;
	width: 70%;
}

/* pc flex2 */
.feature1 .pc-flex2-box {}

.feature1 .pc-flex2-box .item-box+.item-box {
	margin-top: 40px;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .pc-flex2-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	div.feature1 .pc-flex2-box .item-box {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	div.feature1 div.pc-flex2-box .item-box:nth-child(n + 3) {
		margin-top: 2%;
	}

	div.feature1 .pc-flex2-box .item-box+.item-box {
		margin-top: 0;
	}
}

/* img01 */
.feature1 .img01-box {
	max-width: 720px;
	margin: 0 auto;
}

/* border top section */
.feature1 .border-top-section {
	border-top: 1px solid #000000;
	margin-top: 96px;
	padding-top: 96px;
}

/* img02 */
.feature1 .img02-box {
	margin-top: 2.5em;
	/* sec-sub */
	overflow: hidden;
}

.feature1 .img02-box .inner-box {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.feature1 .img02-box figcaption {
	text-align: left;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.feature1 .img02-box .img02a-box {
	position: relative;
	left: -12%;
	width: 112%;
}

.feature1 .img02-box .img02b-box {
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: auto;
	margin-top: -20vw;
	margin-left: 20%;
	text-align: right;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .img02-box {
		margin-top: 4em;
	}

	div.feature1 .img02-box .img02a-box {
		position: relative;
		left: -12%;
		width: 100%;
	}

	div.feature1 .img02-box .img02b-box {
		position: absolute;
		bottom: 8%;
		right: 0;
		z-index: 1;
		width: 40%;
	}
}

/* bg gray box */
.feature1 .bg-gray-box {
	padding: 4%;
	background-color: #dee3e6;
}

.feature1 .bg-gray-box .title01 {
	text-align: center;
	font-size: calc((18/16) * 1em);
	font-weight: bold;
	margin-bottom: 1em;
}

.feature1 .bg-gray-box .title02 {
	font-weight: bold;
	color: #7b8d9b;
	margin-bottom: 0.5em;
}

.feature1 .bg-gray-box .text {
	font-size: calc((14/16) * 1em);
}

.feature1 .bg-gray-box .bg-white-box {
	background-color: #fff;
}

.feature1 .bg-gray-box .bg-white-box .inner-box {
	overflow: hidden;
	padding: 16px;
}

.feature1 .bg-gray-box .bg-white-box .img-box {
	float: right;
	width: 30%;
	margin-left: 4%;
}

.feature1 .bg-gray-box .bg-white-box .text {
	overflow: hidden;
}

.feature1 .bg-gray-box .pc-flex2-box .item-box+.item-box {
	margin-top: 4%;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 div.bg-gray-box .pc-flex2-box .item-box:nth-child(n + 3) {
		margin-top: 2%;
	}

	div.feature1 div.bg-gray-box .pc-flex2-box .item-box {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
	}

	div.feature1 .bg-gray-box .pc-flex2-box .item-box+.item-box {
		margin-top: 0;
	}
}

/* sec title sub */
.feature1 .sec-title-box-sub {
	font-size: calc((14/16) * 1em);
	padding-left: 1em;
	position: relative;
	top: -1em;
	margin-bottom: 0.18em;
}

.feature1 .sec2 .pc-flex2-box .img-box {
	margin-top: 16px;
}

/* pc row flex */
.feature1 .pc-col-flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.feature1 .pc-col-flex-box .img-box {
	margin-top: auto;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .sec2 .pc-col-flex-box .img-box {
		margin-top: auto;
	}
}

/* title seisansei */
.feature1 .title-seisansei {
	font-size: min(6vw, 30px);
	/* 30px */
	margin-bottom: 0.8em;
}

@media (min-width: 1024px) {

	/* pc */
	div.feature1 .title-seisansei {
		font-size: min(6vw, 46px);
	}
}

/* title jirei */
.feature1 .title-jirei-icon {
	border-bottom: 1px solid #251e1c;
	margin-bottom: 24px;
}

.feature1 .title-jirei-text01 {
	color: #E50012;
	font-weight: bold;
	font-size: 137.50%;
	/* 22px */
	margin-bottom: 1em;
}

.feature1 .title-jirei-text02 {
	font-weight: bold;
	margin-bottom: 1em;
}

.feature1 .title-jirei-text02>* {
	text-indent: -1em;
	margin-left: 1em;
}

.feature1 .title-jirei-text02>*>* {
	text-indent: 0;
	margin-left: 0;
}

.feature1 .title-jirei-text02>*::before {
	content: "\02014\02014";
}

.feature1 .sec-txt-box+.title-jirei-text02 {
	margin-top: 2em;
}

/* voice */
.feature1 .voice-box {
	background-color: #e5eef4;
	border-radius: 10px;
	padding: 0 16px 16px;
}

.feature1 .voice-box .title-icon-box {
	width: 160px;
	position: relative;
	top: -15px;
}

.feature1 .voice-box .title-text-box {
	color: #E50012;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.feature1 .voice-box .pc-flex-box .item-box+.item-box {
	margin-top: 40px;
}

.feature1 .voice-box .text {
	font-size: calc((14/16) * 1em);
}

.feature1 .voice-box .img-box .data-box {
	margin-top: 1em;
	font-size: 12px;
}

.feature1 .voice-box .img-box .data-box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feature1 .voice-box .img-box .data-box dl dt {
	-ms-flex-preferred-size: 5em;
	flex-basis: 5em;
}

.feature1 .voice-box .img-box .data-box dl dd {
	-ms-flex-preferred-size: calc(100% - 5em);
	flex-basis: calc(100% - 5em);
}

@media (min-width: 768px) {

	/* tab pc */
	div.feature1 .voice-box {
		padding: 0 24px 24px;
	}

	div.feature1 .voice-box .pc-flex-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	div.feature1 .voice-box .pc-flex-box .item-box+.item-box {
		margin-top: 0;
	}

	div.feature1 .voice-box .pc-flex-box .text-box {
		-ms-flex-preferred-size: calc(100% - 4% - 290px);
		flex-basis: calc(100% - 4% - 290px);
	}

	div.feature1 .voice-box .pc-flex-box .img-box {
		-ms-flex-preferred-size: 290px;
		flex-basis: 290px;
	}
}

/***************
2025はここまで未使用
***************/

/***************
2025はここから使用
***************/
.background-wrap {
	background-color: #DFEBF4;
	padding: 48px 0;
	overflow: hidden;
}

.visual-box .ip-back {
	position: relative;
}

.visual-box .ip-back::before {
	background: url("/assets/images/annualReports/2025ar/2025_sf1_back.svg") no-repeat center / 100%;
	display: block;
	content: "";
	width: 298px;
	height: 270px;
	position: absolute;
	top: -90px;
	left: -100px;
	z-index: 0;
}

.visual-box .lead {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
	position: relative;
	z-index: 2;
}

.visual-box .img-box {
	margin: 64px auto 0;
	position: relative;
	z-index: 2;
}

.visual-box .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}


@media (max-width: 768px) {
	.background-wrap {
		padding: 40px 0;
	}

	.visual-box .lead {
		font-size: 87.50%;
	}

	.visual-box .img-box {
		margin: 32px auto 0;
	}
}

.feature-section {
	display: flex;
	justify-content: space-between;
	max-width: 820px;
	margin: 104px auto 0;
}

.feature-section:nth-child(odd) {
	flex-direction: row-reverse;
}

.feature-section--06 {
	flex-direction: column !important;
	row-gap: 48px;
	max-width: 760px;
}

.feature-section__header {
	width: 70px;
}

.feature-section__header img {
	display: block;
	max-width: 100%;
	height: auto;
}

.feature-section__content {
	max-width: 700px;
}

.feature-section__title {
	font-size: calc((23 / 16) * 100%);
	font-weight: bold;
	color: #58656E;
}

.feature-section__flex {
	display: flex;
	justify-content: space-between;
	column-gap: 6%;
	margin: 24px auto 0;
}

.feature-section__text {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
	margin-top: 16px;
}

.feature-section__flex .feature-section__text {
	width: 44%;
	margin-top: 0;
}

.feature-section__img--center {
	margin: 48px auto;
	padding: 0 4%;
}

.feature-section__flex .feature-section__img {
	width: 50%;
}

.feature-section--02 .feature-section__img {
	max-width: 70%;
}

.feature-section--05 .feature-section__img {
	max-width: 60%;
	margin-bottom: 0;
}

.feature-section__box {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
}

.feature-section__box h4 {
	font-size: calc((14 / 16) * 100%);
	font-weight: bold;
	color: #C30019;
}

.feature-section__box p {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
	margin-top: 8px;
}

@media (max-width: 768px) {
	.feature-section {
		flex-direction: column !important;
		max-width: 100%;
		margin: 56px auto 0;
		padding: 0 4%;
	}

	.feature-section--06 {
		row-gap: 32px;
		max-width: 100%;
	}

	.feature-section__header {
		width: auto;
		margin: auto;
	}

	.feature-section__content {
		max-width: 100%;
		margin-top: 24px;
	}

	.feature-section__title {
		font-size: 120%;
	}

	.feature-section__flex {
		flex-direction: column;
		row-gap: 16px;
		margin: 16px auto 0;
	}

	.feature-section__text {
		font-size: 87.50%;
		line-height: 1.6;
		margin-top: 8px;
	}

	.feature-section__flex .feature-section__text {
		width: auto;
		margin-top: 0;
	}

	.feature-section__img--center {
		margin: 24px auto 0;
		padding: 0;
	}

	.feature-section__flex .feature-section__img {
		width: auto;
	}

	.feature-section--02 .feature-section__img {
		max-width: 100%;
	}

	.feature-section--05 .feature-section__img {
		max-width: 60%;
		margin-bottom: 0;
	}

	.feature-section__box {
		margin-top: 24px;
		padding: 16px;
	}

	.feature-section__box h4 {
		font-size: 87.50%;
	}

	.feature-section__box p {
		font-size: 87.50%;
		line-height: 1.6;
	}
}

.sentence-wrap {
	background-color: #ffffff;
	padding: 24px;
	border: 1px solid #d9001d;
}

.sentence-wrap__title {
	font-size: calc((21 / 16) * 100%);
	font-weight: bold;
	color: #d9001d;
	text-align: center;
}

.sentence-wrap__box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	column-gap: 40px;
	margin-top: 24px;
}

.sentence-wrap__box p {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
	width: calc(100% - 304px);
}

.sentence-wrap__box figure {
	width: 280px;
}

.sentence-wrap__box figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.sentence-wrap__flex {
	display: flex;
	justify-content: space-between;
	margin: 24px auto 0;
}

.sentence-wrap__block {
	width: 47%
}

.sentence-wrap__block p {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
}

.sentence-wrap__block p strong {
	color: #000;
}

.sentence-wrap__block p+p {
	margin-top: 24px;
}

@media (max-width: 768px) {
	.sentence-wrap {
		padding: 24px 16px;
	}

	.sentence-wrap__title {
		font-size: 120%;
	}

	.sentence-wrap__box {
		flex-direction: column;
		row-gap: 24px;
		margin-top: 16px;
	}

	.sentence-wrap__box p {
		font-size: 87.50%;
		line-height: 1.6;
		width: auto;
	}

	.sentence-wrap__box figure {
		width: auto;
	}

	.sentence-wrap__flex {
		flex-direction: column;
		row-gap: 24px;
	}

	.sentence-wrap__block {
		width: auto;
	}

	.sentence-wrap__block p {
		font-size: 87.50%;
		line-height: 1.6;
	}

	.sentence-wrap__block p+p {
		margin-top: 24px;
	}
}

.interview-section {
	border: 1px solid #98BBD4;
}

.interview-section__header {
	background-color: #98BBD4;
	padding: 16px 0;
}

.interview-section__header h3 {
	font-size: calc((15 / 16) * 100%);
	color: #ffffff;
	text-align: center;
	line-height: 1;
}

.interview-section__inner {
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	padding: 32px 24px;
}

.interview-section__person {
	width: 176px;
}

.interview-section__person figure {
	width: auto;
}

.interview-section__person figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.interview-section__person p {
	font-size: calc((12 / 16) * 100%);
	line-height: 1.6;
	margin-top: 8px;
}

.interview-section__person p strong {
	font-size: calc((18 / 12) * 100%);
	color: #333333;
}

.interview-section__sentence {
	width: 500px;
}

.interview-section__sentence h4 {
	font-size: calc((18 / 16) * 100%);
	font-weight: bold;
	color: #7B8D9B;
}

.interview-section__sentence p {
	font-size: calc((14 / 16) * 100%);
	line-height: 1.8;
	margin-top: 24px;
}

@media (max-width: 768px) {
	.interview-section__header {
		padding: 8px 0;
	}

	.interview-section__header h3 {
		font-size: 87.50%;
	}

	.interview-section__inner {
		flex-direction: column;
		row-gap: 32px;
		padding: 24px 16px;
	}

	.interview-section__person {
		margin: auto;
	}

	.interview-section__person p {
		font-size: 84.50%;
	}

	.interview-section__person p strong {
		font-size: 90%;
	}

	.interview-section__sentence {
		width: auto;
	}

	.interview-section__sentence h4 {
		font-size: 100%;
	}

	.interview-section__sentence p {
		font-size: 87.50%;
		line-height: 1.6;
		margin-top: 16px;
	}
}