@charset "UTF-8";


/* ======================================================
 * ©i-PRO Co., Ltd.
 * ------------------------------------------------------
 * - Sustainability Contents layout
 * - DFF 2025
 * - BreakPoint 576px-768px-992px-1200px-1400px
====================================================== */


/* ------------------------------------------------------
 * 01. トップページ
 * 02. 下層ページメニュー
 * 03. アンカーリンク
 * 04. パンクズ
 * 05. タイトル余白
 * 06. 画像サイズ調整
 * 07. 見出し
 * 08. 本文
 * 09. リスト
 * 10. テーブル
 * 11. フッター
 * 12. コンテンツブロック
 * 13. 注釈
 * 14. タイトル下画像調整
 * 15. dlレイアウト
 * 16. テキスト右寄せ
 * 17. box横並び
 * 18. 画像高さ指定
 * 19. リンク
 * 20. 画像横並び
 * 21. インタビューレイアウト（各リーダーからのメッセージ）
 * 22. インタビュー扉
 * 23. サステナビリティNews（アーカイブ）
 * 24. 改行（スマホ時消去）
 * 25. 社会貢献画像横並び
 * 26. CSuOメッセージ
 * 27. トップ（i-PROのサステナビリティ）
------------------------------------------------------ */




/* ------------------------------------------------------
 * 01. トップページ
------------------------------------------------------ */
/* サステナビリティニュース */
.Sustainability .news-events {
    max-width: 100%;
    padding: 0 6rem;
    margin: 0 auto 10rem
}
@media (max-width: 575.98px) {
	.Sustainability .news-events {
		padding: 0 2rem;
	}
}
/* サステナビリティメニュー */
.Sustainability .link-list > .component-content li:not(:last-child) {
    margin-right: 2.6rem;
}
.Sustainability .link-list > .component-content li a {
    font-size: 1.7rem;
}
/* タイトル影 */
.Sustainability.top .hero-banner-block__heading-text {
    text-shadow: none;
	display: none;
}
.Sustainability.top .hero-banner-block__heading-text + p {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.8;
	text-shadow: 0 0 7px black;
}
@media (max-width: 575.98px) {
	.Sustainability.top .hero-banner-block__heading-text + p {
		font-size: 2.6rem;
		padding: 0 30px;
	}
}
/* リード文改行調整（日本語） */
.top_br_sp {
	display: none;
}
@media (max-width: 575.98px) {
	.top_br_sp {
		display: block;
	}
}
/* メッセージ高さ調整 */
.Sustainability.top .sus-top-content .content-article__image img {
	aspect-ratio: 31/20;
}
/* グローバルコンパクト */
.Sustainability.top .content-image.\--horizontal .content-image__wrap {
	flex-flow: row-reverse;
	background-color: #fff;
}
.Sustainability.top .content-image.\--horizontal .content-image__wrap h3 {
	margin-bottom: 5rem;
	font-size: 2.8rem;
}
.Sustainability.top .content-image.\--horizontal .content-image__btn {
    text-align: left;
}
.Sustainability.top .content-image.\--horizontal .content-image__content {
    padding: 0;
}
.Sustainability.top .content-image.\--horizontal .content-image__content .content-image__richtext.the-richtext {
	margin-bottom: 7rem;
}
.Sustainability.top .content-image.\--horizontal .content-image__content .content-image__richtext.the-richtext p.rte-align-center {
	line-height: 3rem;
}
.Sustainability.top .content-image.\--horizontal .content-image__img {
    width: 30%;
    flex-shrink: 0
}
.Sustainability.top .content-image.\--horizontal .content-image__img img {
    height: 44rem;
}
@media (max-width: 991.98px) {
	.Sustainability.top .content-image.\--horizontal .content-image__img {
		margin: 0 auto 40px;
		width: auto;
	}
}
@media (max-width: 575.98px) {
	.Sustainability.top .content-image.\--horizontal .content-image__btn {
		text-align: center;
	}
    .Sustainability.top .content-image.\--horizontal .content-image__btn .cta-button {
        padding: .5rem 3rem;
		width: 100%;
    }
}

/* ------------------------------------------------------
 * 02. 下層ページメニュー
------------------------------------------------------ */
.link-list + .link-list > .component-content li a {
    font-size: 1.6rem;
}
.component.hero-banner-block.col-12 + .component.link-list.col-12.main-menu-list {
	margin-bottom: 2.5rem;
}
.component.link-list.col-12.main-menu-list + .component.link-list.col-12 .component-content ul li a {
	line-height: 1.4;
}
.component.link-list.col-12.main-menu-list + .component.link-list.col-12 + .component.content-image.\--full.col-12 {
	margin-top: 8rem;
}

/* 英語版メニュー */
body.english .link-list + .link-list > .component-content li a {
    font-size: 1.5rem;
}
body.english .link-list + .link-list > .component-content li:not(:last-child) {
    margin-right: 2.4rem;
}

/* ------------------------------------------------------
 * 03. アンカーリンク
------------------------------------------------------ */
.component.content-image.anchor-box {
	margin-bottom: 6rem;
}
.content-image__content ul.anchor-link {
	border-top: solid 2px #ccc;
	padding-top: 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	column-gap: 3rem;
	height: auto;
	margin-bottom: 0;
	row-gap: 6px;
}
.content-image__content ul.anchor-link li a span {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0 0 0 28px;
	color: #666;
	transition: all 0.2s ease 0.1s;
	font-size: 1.5rem;
}
.content-image__content ul.anchor-link li a:hover span {
	color: #6464e6;
}
.content-image__content ul.anchor-link li a span::before {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	width: 13px;
	height: 13px;
	border-bottom: 2px solid #6464e6;
	border-right: 2px solid #6464e6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 4px;
	transition: all 0.2s ease 0.1s;
}
.content-image__content ul.anchor-link li a:hover span::before {
	top: 0.3em;
	border-bottom: 2px solid #6464e6;
	border-right: 2px solid #6464e6;
}
.component.link-list.col-12.main-menu-list + .anchor-box {
	margin-top: 8rem;
}

/* ------------------------------------------------------
 * 04. パンクズ
------------------------------------------------------ */
.breadcrumb-box {
	padding: 0 6rem;
	margin-top: 10px;
}
.breadcrumb-box ul.breadcrumbs-list {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	row-gap: 10px;
}
.breadcrumb-box ul.breadcrumbs-list li.link-item {
	line-height: 1.2;
	padding: 0 40px 0 0;
	position: relative;
	color: #666;
	font-size: 1.2rem;
}
.breadcrumb-box ul.breadcrumbs-list li.link-item a {
	text-decoration: none;
}
.breadcrumb-box ul.breadcrumbs-list li.link-item a:hover {
    color: #6464e6;
}
.breadcrumb-box ul.breadcrumbs-list li.link-item:before {
    display: block;
    position: absolute;
    content: "";
    top: 0.3em;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}
.breadcrumb-box ul.breadcrumbs-list li.link-item:last-of-type:before {
	content: none;
}

@media (max-width: 575.98px) {
	.breadcrumb-box {
		margin-bottom: 20px;
	}
}
@media(max-width: 991.98px) {
	.breadcrumb-box {
		padding: 0 4rem;
	}
}

@media(max-width: 575.98px) {
	.breadcrumb-box {
		padding: 0 2rem;
	}
}
	
/* ------------------------------------------------------
 * 05. タイトル余白
------------------------------------------------------ */
/* 中見出し上スペース */
.component.content-image.col-12.theme-content .content-image__content + .content-image__content {
	margin-top: 7rem!important;
}

/* ------------------------------------------------------
 * 06. 画像サイズ調整
------------------------------------------------------ */
.Sustainability .content-image.\--full .content-image__img img {
    object-fit: contain;
	height: auto;
}
@media (min-width: 992px) {
	.d-lg-block.w50 {
		width: 50%;
		margin: 0 auto;
	}
	.d-lg-block.w60 {
		width: 60%;
		margin: 0 auto;
	}
	.d-lg-block.w70 {
		width: 70%;
		margin: 0 auto;
	}
	.d-lg-block.w80 {
		width: 80%;
		margin: 0 auto;
	}
	.d-lg-block.w90 {
		width: 90%;
		margin: 0 auto;
	}
}


/* ------------------------------------------------------
 * 07. 見出し
------------------------------------------------------ */
/* h2 */
.Sustainability .content-image__heading {
	width: 98%;
	margin: 0 auto 4.5rem;
}

/* h4 */
.Sustainability h4 {
	font-size: 2rem;
	margin-bottom: 2.4rem;
	border-left: solid 6px #6464e6;
	padding-left: 10px;
}
.Sustainability h4.fig-title {
	font-size: 1.6rem;
	margin-bottom: 2.4rem;
	border-left: none;
	padding-left: 0;
}

/* h4（サプライチェーンマネジメント） */
.Sustainability .content-image__richtext.the-richtext + .content-item__medium {
	margin-top: 4rem;
}
.Sustainability .content-image__richtext.the-richtext + h4 {
	margin-top: 4rem;
}

/* ------------------------------------------------------
 * 08. 本文
------------------------------------------------------ */
/* テキスト + div */
p:has(+ div) {
	margin-bottom: 3rem;
}

/* テキスト + p */
p + p {
	margin-top: 2rem;
}

/* テキスト + pdf */
p + p.link-item__pdf {
	margin-top: 1.5rem;
}

/* 注釈 + pdf */
ul + p.link-item__pdf {
	margin-top: 1.5rem;
}

/* テキスト + h4 */
p + h4 {
	margin-top: 4rem;
}

/* テキスト + リスト */
p + ol {
	margin-top: 2rem;
}

/* 表 + テキスト */
.table__scroll + p {
	margin-top: 3rem;
}

/* テキスト強調 */
p.strong {
	font-size: 1.6rem;
	font-weight: bold;
}
/* リスト + h4 */
.list-disc + h4 {
	margin-top: 4rem;
}

/* ------------------------------------------------------
 * 09. リスト
------------------------------------------------------ */
/* ナンバーあり */
.Sustainability ol {
	margin-bottom: 2rem;
}
.Sustainability ol > li {
	margin-bottom: 0.8rem;
}
.Sustainability ol > li:last-of-type {
	margin-bottom: 0;
}
.Sustainability ul.list-disc {
	padding-left: 15px;
}
.Sustainability ul.list-disc + p {
	margin-top: 20px;
}
.Sustainability p + ul.list-disc {
	margin-top: 20px;
}
.Sustainability ul.list-disc > li {
    position: relative;
    list-style: none;
    line-height: 1.4;
	padding-left: 5px;
	margin-bottom: 8px;
}
.Sustainability ul.list-disc > li:last-of-type {
	margin-bottom: 0;
}
.Sustainability ul.list-disc li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -10px;
    top: calc(0.75em - 3px);
}
/* テーブル内リスト */
.Sustainability .table-content ul.list-disc.table-disc {
	margin-top: 10px;
}

/* ------------------------------------------------------
 * 10. テーブル
------------------------------------------------------ */
/* table リセット */
table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

/* table レイアウト */
.table__scroll {
	overflow-x: auto;
}
table.table-content {
	table-layout: fixed;
	width: 100%;
}

@media (max-width: 767px) {
	table.table-content {
		min-width: 840px;
	}
}

table.table-content th, table.table-content td {
	border: solid 1px #ccc;
	line-height: 1.4;
}

table.table-content thead th {
	vertical-align: middle;
	background-color: #eee;
	min-height: 30px;
	padding: 20px 20px;
}
table.table-content tbody th, table.table-content tbody td {
	vertical-align: top;
	min-height: 20px;
	padding: 20px 20px;
}
table.table-content tbody td {
	border-bottom: solid 1px #ccc;
}

@media (max-width: 767px) {
	table.table-content thead th {
		min-height: auto;
		padding: 5px 5px;
	}
	table.table-content tbody th, table.table-content tbody td {
		min-height: auto;
		padding: 5px 5px;
	}
}

.table__scroll + .table__scroll {
	margin-top: 40px;
}

/* マテリアリティ　KPI */
.table__scroll thead th {
	text-align: center;
	vertical-align: middle;
}
.table__scroll.materiality tbody th {
	text-align: center;
	vertical-align: middle;
	font-size: 1.7rem;
}
.table__scroll.materiality tbody td {
	vertical-align: middle;
	font-weight: 500;
	font-size: 1.7rem;
}
.table__scroll.kpi tbody th {
	font-weight: 500;
}
.table__scroll th.center {
	text-align: center;
}
.table__scroll td.center {
	text-align: center;
}
/* エンゲージメント */
.table__scroll.engagement tbody tr td:last-of-type {
	text-align: center;
}
/* キャプション */
table.table-content {
    caption-side: top;
}
table.table-content caption {
	color: #000;
	font-weight: bold;
}
/* dlタグとの距離 */
.theme-item-dl + .table__scroll {
	margin-top: 30px;
}
.table__scroll + .theme-item-dl {
	margin-top: 40px;
}
/* ISO認証 */
.table__scroll.iso_evaluation table.table-content thead th {
	padding: 20px 4px 20px;
}
.table__scroll.iso_evaluation table.table-content tbody th, table.table-content tbody td {
	padding: 20px 10px 20px;
}
.table__scroll.iso_evaluation table.table-content tbody td {
	vertical-align: middle;
}
.table__scroll.iso_evaluation table.table-content tbody td span {
	margin-left: 0.5em;
	font-size: 1.2rem;
}
/* ESGデータ */
.table__scroll.esg_data table.table-content tbody th {
	font-weight: 500;
}
.table__scroll.esg_data table.table-content tbody td {
	text-align: right;
}

/* ------------------------------------------------------
 * 11. フッター
------------------------------------------------------ */
#content + .footer {
	margin-top: 18rem;
}

/* ------------------------------------------------------
 * 12. コンテンツブロック
------------------------------------------------------ */
.component.content-image.\--full.col-12.theme-content + .component.content-image.\--full.col-12.theme-content {
	margin-top: 12rem;
	margin-bottom: 0;
}

/* ------------------------------------------------------
 * 13. 注釈
------------------------------------------------------ */
.note_asterisk_number .note-item {
	position: relative;
	counter-increment: cnt;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.6;
	padding-left: 24px;
	margin-bottom: 10px;
}
.note_asterisk_number .note-item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*"counter(cnt);
}
.table__scroll + .note_asterisk_number {
	margin-top: 30px;
}
.theme-right + .note_asterisk_number {
	margin-top: 30px;
}
/* マークがない場合 */
.note_asterisk.no-mark .note-item {
	position: relative;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.6;
	margin-bottom: 10px;
}
/* テーブルとの距離 */
.table__scroll + ul[class*="note_asterisk"] {
	margin-top: 2rem;
}
/* マークのみの場合 */
.note_asterisk_mark .note-item {
	position: relative;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.6;
	padding-left: 16px;
	margin-bottom: 10px;
}
.note_asterisk_mark .note-item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*";
}
/* dlとの距離 */
.theme-item-dl + ul[class*="note_asterisk"] {
	margin-top: 30px;
}


/* ------------------------------------------------------
 * 14. タイトル下画像調整
------------------------------------------------------ */
.component.content-image.\--full.col-12 > .content-image__img.d-block.d-lg-none > img {
	height: 54rem;
}
.component.content-image.\--full.col-12 > .content-image__img.d-none.d-lg-block > img {
	height: 54rem;
}
/* SP表示 */
@media (max-width: 767px) {
	.component.content-image.\--full.col-12 > .content-image__img.d-block.d-lg-none > img {
		height: auto;
	}
}

/* ------------------------------------------------------
 * 15. dlレイアウト
------------------------------------------------------ */
.theme-item-dl dt {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 14px;
}
.theme-item-dl dd + dt {
	margin-top: 25px;
}
.theme-item-dl + p {
	margin-top: 30px;
}

/* リスト内にdl */
.theme-item-dl > ol > li {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.theme-item-dl > ol > li:last-of-type {
	margin-bottom: 0;
}
.theme-item-dl > ol > li > dl {
	margin: 15px 0 25px;
}
.theme-item-dl > ol > li > dl > dt {
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 8px;
}
.theme-item-dl > ol > li > dl > dd {
	font-weight: normal;
}

.theme-item-dl > ol > li > dl > dd + dt {
	margin-top: 15px;
}
.theme-item-dl > dl > dd > .theme-item-dl > dl{
	margin-left: 20px;
	margin-top: 14px;
}
.theme-item-dl > dl > dd > .theme-item-dl > dl > dt {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.list-content-wrap + p {
	margin-top: 3rem;
}
dt.main-theme-item-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.theme-item-dl + .theme-item-dl {
	margin-top: 3rem;
}

/* リストタイトル */
.theme-item-dl dt.list-title {
	font-weight: normal;
	font-size: 1.6rem;
}

/* リスト丸 */
.theme-item-dl .list-disc > dt {
	position: relative;
	line-height: 1.4;
}
.theme-item-dl .list-disc > dt:before  {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -15px;
    top: calc(0.75em - 3px);
}
.theme-item-dl + h4 {
	margin-top: 4rem;
}

/* リスト数字 */
.theme-item-dl.number-list > dl > dt {
	counter-increment: dtcnt;
	position: relative;
	padding-left: 1.5em;
}
.theme-item-dl.number-list > dl > dt:before {
	display: marker;
	content: counter(dtcnt) ".";
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0.2em;
}



/* ------------------------------------------------------
 * 16. テキスト右寄せ
------------------------------------------------------ */
.theme-right {
	text-align: right;
}
.theme-right .sign span.name {
	display: block;
}

/* ------------------------------------------------------
 * 17. box横並び
------------------------------------------------------ */
.content-image__richtext.the-richtext > div > .component.content-article.col-12.\--2col {
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------
 * 18. 画像高さ指定
------------------------------------------------------ */
.Sustainability .content-image.\--full .content-image__img.w60 img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.Sustainability .content-image.\--full .content-image__img.w40 img {
	width: 40%;
	margin: 0 auto;
	display: block;
}
.Sustainability .content-image.\--full .content-image__img.w30 img {
	width: 30%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 767px) {
	.Sustainability .content-image.\--full .content-image__img.w60 img {
		width: 80%;
	}
	.Sustainability .content-image.\--full .content-image__img.w40 img {
		width: 80%;
	}
	.Sustainability .content-image.\--full .content-image__img.w30 img {
		width: 80%;
	}
}

/* ------------------------------------------------------
 * 19. リンク
------------------------------------------------------ */
.component.cta-button__component.undefined.left {
	padding: 0;
}

/* ------------------------------------------------------
 * 20. 画像横並び
------------------------------------------------------ */
.content-article.\--5col .content-article__list-item {
    grid-template-columns: repeat(5,1fr);
    display: grid;
    grid-gap: 8rem;
    gap: 3rem;
}
.content-article.\--5col .content-article__image img {
    aspect-ratio: auto;
}
@media only screen and (max-width: 640px) {
    .content-article.\--5col .content-article__list-item {
        display: block;
    }
	.content-article.\--5col .content-article__image img {
		padding: 20px;
	}
}

/* ------------------------------------------------------
 * 21. インタビューレイアウト（各リーダーからのメッセージ）
------------------------------------------------------ */

.leader_message_all .leader_message_inner {
	width: 90%;
	margin: 0 auto;
}
.leader_message_all h2 {
	font-size: 2rem;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #6464e6;
}
.message_item:not(.image__0-col) {
	display: flex;
	flex-flow: wrap;
	column-gap: 4%;
}
.message_item > .imgage {
	width: 36%;
}
.message_item > .text {
	width: 60%;
}
.message_item.image__0-col > .text {
    width: 100%;
}
.message_item + .message_item {
	margin-top: 70px;
}

/* 行頭文字大きく */
.message_item .text p:first-letter {
	font-size: 4rem;
	font-weight: bold;
	color: #000;
    float: left;
    margin: -16px 10px 0 0;
    line-height: 1;
}
.message_item .text p.interviewer {
	line-height: 1.6;
}
.message_item .text p.interviewer:first-letter {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.message_item .text p.answer:first-letter {
	padding-left: 3px;
}

/* 行頭文字大きくしない */
.message_item .text p.regular:first-letter {
	font-size: 100%;
	font-weight: normal;
	color: #000;
    float: none;
    margin: 0;
    line-height: 1.7;
}

/* 担当者プロフィール */
.message_item .profile dt {
	margin: 20px 0 4px;
	font-weight: normal;
	font-size: 1.6rem;
}
.message_item .profile dd p.team {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 0;
}
.message_item .profile dd p.name {
	font-size: 2.5rem;
}
.message_item .profile dd p.team + p.name {
	margin-top: 0.3rem;
}

/* 見出し */
.Sustainability .content-image__heading.message_head {
	margin: 0 auto 5.5rem;
}

/* QA */
.message_item .text p.question {
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 30px;
}
.message_item .text p.answer {
	line-height: 1.7;
}
.message_item .text p.question:first-letter {
	color: #6464e6;
}
.message_item .text p.answer + p.question {
	margin-top: 60px;
}
.message_item .text p.regular + p.question {
	margin-top: 60px;
}

/* SP */
@media only screen and (max-width: 767.98px) {
	.message_item:not(.image__0-col) {
		display: flex;
		flex-flow: column;
		row-gap: 30px;
	}
	.message_item > .imgage {
		width: 100%;
	}
	.message_item > .text {
		width: 100%;
	}
}

/* ------------------------------------------------------
 * 22. インタビュー扉
------------------------------------------------------ */
.leader-col .content-article__image img {
	aspect-ratio: 31/20;
}
.content-article__list-item.leader-col .leader_name p.team {
	margin-bottom: 0;
	font-size: 1.5rem;
}
.content-article__list-item.leader-col .leader_name p.team + p.name {
	margin-top: 0.4rem;
	font-size: 2.2rem;
}

/* ------------------------------------------------------
 * 23. サステナビリティNews（アーカイブ）
------------------------------------------------------ */
.Sustainability .news-events.news-archive {
    max-width: 114rem;
    padding: 0 6rem;
    margin: 0 auto 10rem
}
@media(max-width: 1199.98px) {
    .Sustainability .news-events.news-archive {
        padding:0 3rem
    }
}
@media(max-width: 575.98px) {
    .Sustainability .news-events.news-archive {
        padding:0 2rem
    }
}

/* ------------------------------------------------------
 * 24. 改行（スマホ時消去）
------------------------------------------------------ */
@media (max-width: 767px) {
	br.pc {
		display: none;
	}
}

/* ------------------------------------------------------
 * 25. 社会貢献画像横並び
------------------------------------------------------ */
.flexImage_Box {
	display: flex;
	flex-flow: wrap;
	column-gap: 5%;
	margin: 2.5em 0;
}
.flexImage_Box .cap p.title {
	font-weight: bold;
}
.flexImage_Box .cap p.title + p {
	margin-top: 0;
}
.flexImage_Box .cap p.title span {
	font-weight: normal;
}
.flexImage_Box .pic_2 {
	display: flex;
	flex-flow: wrap;
}
.flexImage_Box.item3_cap3 .pic_1 {
	display: flex;
	flex-flow: column;
	row-gap: 1em;
}
.flexImage_Box.item3_cap3 .pic_1 > .item > p > img {
	aspect-ratio: 1 / 1.65;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.flexImage_Box.item3_cap3 .pic_1 > .item > p {
	margin-bottom: 0;
}
.flexImage_Box.item3_cap3 .pic_2.vertical_item {
	display: flex;
	flex-flow: column;
	row-gap: 1em;
}
.flexImage_Box .pic_2.vertical_item > .item > p > img {
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.flexImage_Box .pic_2.vertical_item > .item > p {
	margin-bottom: 0;
}
.flexImage_Box .pic_2.vertical_item > .item > p + p {
	margin-top: 0.6em;
}
.flexImage_Box.item3_cap3 .pic_1 {
	width: 25%;
}
.flexImage_Box.item3_cap3 .pic_2 {
	width: 40%;
}
.flexImage_Box.item2_cap1 {
	display: flex;
	flex-flow: column;
	row-gap: 1em;
}
.flexImage_Box.item2_cap1 > .item {
	display: flex;
	flex-flow: wrap;
	column-gap: 5%;
}
.flexImage_Box.item2_cap1 > .item > .pic_1 {
	width: 25%;
}
.flexImage_Box.item2_cap1 > .item > .pic_1.wide {
	width: 45%;
}
.flexImage_Box.item2_cap1 > .item > .pic_1 > p {
	margin-bottom: 0;
}
.flexImage_Box.item2_cap1 > .item > .pic_2 {
	width: 40%;
	display: flex;
	flex-flow: wrap;
	column-gap: 4%;
}
.flexImage_Box.item2_cap1 > .item > .pic_2 > p {
	width: 48%;
	display: flex;
	margin-bottom: 0;
}
.flexImage_Box.item2_cap1 > .item > .pic_2 > p + p {
	margin-top: 0;
}
.flexImage_Box.item2_cap1 > .item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 767px) {
	.flexImage_Box.item3_cap3 {
		flex-flow: column;
		row-gap: 3em;
	}
	.flexImage_Box.item3_cap3 .pic_1 {
		width: 100%;
	}
	.flexImage_Box.item3_cap3 .pic_2 {
		width: 100%;
	}
	
	.flexImage_Box.item2_cap1 > .item {
		flex-flow: column;
		row-gap: 1em;
	}
	.flexImage_Box.item2_cap1 > .item .pic_1 {
		width: 100%;
	}
	.flexImage_Box.item2_cap1 > .item .pic_1.wide {
		width: 100%;
	}
	.flexImage_Box.item2_cap1 > .item .pic_2 {
		width: 100%;
	}
}

/* ------------------------------------------------------
 * 26. CSuOメッセージ
------------------------------------------------------ */
.component.content-image.\--full.col-12.CSuO_message > .content-image__img.d-block.d-lg-none > img {
	height: 44rem;
}
.component.content-image.\--full.col-12.CSuO_message > .content-image__img.d-none.d-lg-block > img {
	height: 44rem;
}
/* SP表示 */
@media (max-width: 767px) {
	.component.content-image.\--full.col-12.CSuO_message > .content-image__img.d-block.d-lg-none > img {
		height: auto;
	}
}

/* ------------------------------------------------------
 * 27. トップ（i-PROのサステナビリティ）
------------------------------------------------------ */



