@charset "UTF-8";

/*-----------------------------------------------
  事業部紹介

-- 01 ページタイトル
-- 02 アンカーリンク/背景テキスト/ページ見出し
-- 03 コンテンツ共通
-- 04 コンテンツ01
-- 05 コンテンツ02
-- 06 コンテンツ03
-- 07 コンテンツ ラスト

------------------------------------------------*/

/*------------------------------------------------
  01 ページタイトル
------------------------------------------------*/
.main-about-business .page-title-inner {
    background-image: url('../../../images/about/page-title-bg-business.jpg');
}

/*------------------------------------------------
  02 アンカーリンク/背景テキスト/ページ見出し
------------------------------------------------*/
.anchor-link-inner {
    margin: 30px auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.anchor-link-item a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 1em;
    padding-right: 3em;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #f5f5f5;
    border-radius: 100px;
    position: relative;
    color: var(--primary-color);
}
.anchor-link-item a::before, 
.anchor-link-item a::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.anchor-link-item a::before {
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: translateY(-50%);
}
.anchor-link-item a::after {
	background-image: url('../../../images/common/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px auto;
    transform: translateY(-50%) rotate(90deg);
}
.page-overview.page-overview-adjast {
    height: 12rem;
}
.about-business-message {
    overflow: hidden;
    margin-top: -50px;
}
.about-business-message-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.about-business-image {
    flex: 1;
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: -1;
}
.about-business-motto {
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.25em;
}
.about-business-detail {
    padding: 1em 0;
}
.about-business-item-inner {
    margin-bottom: -50%;
}
.common-block-heading .common-block-heading-jp {
    text-transform: uppercase;
}
.common-block-heading .common-block-heading-en {
    display: none;
}

@media print, screen and (max-width: 900px) {
    .about-business-item-inner {
        padding: 30px;
        background-color: rgb(255, 255, 255, .7);
    }
}

@media print, screen and (max-width: 767px) {
    .about-business-item-inner {
        padding: 20px;
    }
}

@media print, screen and (max-width: 579px) {
    .anchor-link-item {
        margin-bottom: 1em;
    }
    .anchor-link-item:last-of-type {
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 580px) {
    .anchor-link-list {
        display: flex;
        gap: 0 14px;
    }
}

@media print, screen and (min-width: 768px) {
    .page-overview.page-overview-adjast {
        height: 17rem;
    }
    .about-business-motto {
        font-size: 2.8rem;
    }
    .about-business-message-inner {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .about-business-item-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 640px;
    }
}

@media print, screen and (min-width: 821px) {
    .page-overview.page-overview-adjast {
        height: 19rem;
    }
}

@media print, screen and (min-width: 901px) {
    .anchor-link-inner {
        margin-top: 45px;
    }
    .anchor-link-item a::before, 
    .anchor-link-item a::after {
        width: 26px;
        height: 26px;
    }
    .anchor-link-item a::after {
        background-size: 12px auto;
    }
    .anchor-link-item a {
        font-size: 1.6rem;
    }
    .page-overview.page-overview-adjast {
        height: 22rem;
    }
    .about-business-message {
        margin-top: -75px;
        margin-bottom: 70px;
    }
    .about-business-motto {
        font-size: 3.2rem;
    }
    .about-business-item, 
    .about-business-image {
        width: 50%;
    }
}

@media print, screen and (min-width: 1001px) {
	.page-overview.page-overview-adjast {
        height: 26rem;
    }
}

@media print, screen and (min-width: 1101px) {
	.page-overview.page-overview-adjast {
        height: 28rem;
    }
}

@media print, screen and (min-width: 1201px) {
	.anchor-link-inner {
        margin-top: 60px;
    }
    .page-overview.page-overview-adjast {
        height: 30rem;
    }
    .about-business-message {
        margin-top: -100px;
    }
    .about-business-motto {
        font-size: 3.8rem;
    }
}

@media print, screen and (min-width: 1401px) {
    .page-overview.page-overview-adjast {
        height: 32rem;
    }
    .about-business-message {
        margin-top: -120px;
    }
    .about-business-motto {
        font-size: 4.2rem;
    }
}

@media print, screen and (min-width: 1601px) {
    .page-overview.page-overview-adjast {
        height: 34.5rem;
    }
}

/*------------------------------------------------
  03 コンテンツ共通
------------------------------------------------*/
.about-business-contents {
    padding-top: calc(var(--header-sp-height) + 10px);
    overflow: hidden;
}
.about-business-contents.contents-block01 .bg-text-item span, 
.about-business-contents.contents-block02 .bg-text, 
.about-business-contents.contents-block03 .bg-text {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 12rem;
    text-transform: uppercase;
    line-height: 0.875;
	white-space: nowrap;
}
.about-business-contents.contents-block01 .bg-text-item span {
	position: absolute;
}
.about-business-contents.contents-block02 .bg-text, 
.about-business-contents.contents-block03 .bg-text {
    color: var(--quaternary-color);
}

@media print, screen and (min-width: 768px) {
	.about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 17rem;
	}
}

@media print, screen and (min-width: 821px) {
    .about-business-contents {
        padding-top: calc(var(--header-pc-height) + 10px);
    }
    .about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 19rem;
	}
}

@media print, screen and (min-width: 901px) {
    .about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 22rem;
	}
}

@media print, screen and (min-width: 1001px) {
	.about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 26rem;
	}
}

@media print, screen and (min-width: 1101px) {
	.about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 28rem;
	}
}

@media print, screen and (min-width: 1201px) {
    .about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 30rem;
	}
}

@media print, screen and (min-width: 1401px) {
	.about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 32rem;
	}
}

@media print, screen and (min-width: 1601px) {
	.about-business-contents.contents-block01 .bg-text-item span, 
    .about-business-contents.contents-block02 .bg-text-item span, 
    .about-business-contents.contents-block03 .bg-text-item span {
		font-size: 34.5rem;
	}
}

/*------------------------------------------------
  04 コンテンツ01
------------------------------------------------*/
.about-business-contents.contents-block01 .bg-text {
    color: var(--tertiary-text-color);
	position: relative;
}
.about-business-contents.contents-block01 .bg-text-item {
	position: absolute;
	z-index: -1;
	top: 50px;
	left: 0;
	display: inline-block;
	width: 100%;
}
.about-business-contents.contents-block01 .bg-text-item .bg-text-item-frame {
	left: 0;
	color: #e9f5fa;
}
.about-business-contents.contents-block01 .bg-text-item .bg-text-item-paint {
	color: rgb(255, 255, 255, 0);
	-webkit-text-stroke: 1px #f3f4f6;
	text-stroke: 1px #f3f4f6;
	left: 10px;
    top: 10px;
}
.about-business-heading-block {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.about-business-contents-block01-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: 1680px;
}
.bout-business-contents-block01-figure {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.about-business-contents-block01-explanation {
    margin: auto;
    margin-top: -120px;
    max-width: var(--layout-inner-width);
}
.about-business-contents-block01-explanation-inner {
    flex: 1;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-top: 160px;
    padding-right: 30px;
    padding-bottom: 80px;
    background-color: rgb(255, 255, 255, .5);
    box-shadow: 20px -20px 40px rgba(var(--primary-color-rgb), 0.1);
}
.about-business-contents-block01-explanation-detail {
    font-weight: 700;
    font-size: 1.6rem;
}

@media print, screen and (max-width: 1214px) {
    .about-business-contents-block01-explanation-inner {
        padding-left: 20px;
    }
}

@media print, screen and (max-width: 900px) {
    .about-business-contents-block01-explanation {
        width: calc(100% - 40px);
    }
}

@media print, screen and (max-width: 767px) {
    .bout-business-contents-block01-figure {
        max-width: 430px;
    }
}

@media print, screen and (min-width: 768px) {
    .bout-business-contents-block01-figure {
        margin-top: 75px;
    }
}

@media print, screen and (min-width: 821px) {
    .bout-business-contents-block01-figure {
        max-width: 1420px;
        margin-left: auto;
        margin-right: 0;
    }
}

@media print, screen and (min-width: 901px) {
    .bout-business-contents-block01-figure {
        margin-top: 100px;
    }
    .about-business-contents-block01-explanation {
        margin-top: -160px;
    }
    .about-business-contents-block01-explanation-inner {
        padding-top: 200px;
        padding-right: 50px;
    }
    .about-business-contents-block01-explanation-detail {
        font-size: 1.8rem;
    }
}

@media print, screen and (min-width: 1201px) {
    .bout-business-contents-block01-figure {
        margin-top: 120px;
    }
    .about-business-contents-block01-explanation {
        margin-top: -160px;
    }
    .about-business-contents-block01-explanation-inner {
        padding-top: 240px;
        padding-bottom: 90px;
    }
    .about-business-contents-block01-explanation-detail {
        font-size: 2rem;
    }
}

@media print, screen and (min-width: 1401px) {
    .bout-business-contents-block01-figure {
        margin-top: 140px;
    }
}

@media print, screen and (min-width: 1601px) {
    .bout-business-contents-block01-figure {
        margin-top: 160px;
    }
}

/*------------------------------------------------
  05 コンテンツ02
------------------------------------------------*/
.about-business-contents.contents-block02 {
    overflow: hidden;
}
.about-business-contents.contents-block02 .about-business-contents-outer {
    background-color: var(--quaternary-color);
    margin-top: -3%;
    padding-top: 60px;
    padding-bottom: 120px;
}
.about-business-contents.contents-block02 .about-business-contents-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.about-business-contents.contents-block02 .common-block-heading-var {
    text-align: right;
}
.about-business-contents.contents-block02 .common-block-heading-var span {
    color: #fff;
}
.about-business-contents.contents-block02 .about-business-contents-image {
    margin-top: 60px;
    margin-bottom: 30px;
}
.about-business-contents-block02-explanation-detail {
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
}

@media print, screen and (min-width: 821px) {
    .about-business-contents.contents-block02 .about-business-contents-outer {
        padding-top: 80px;
        padding-bottom: 150px;
    }
    .about-business-contents.contents-block02 .about-business-contents-image {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}

@media print, screen and (min-width: 901px) {
    .about-business-contents.contents-block02 .about-business-contents-outer {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .about-business-contents.contents-block02 .about-business-contents-image {
        margin-top: 100px;
    }
    .about-business-contents-block02-explanation-detail {
        font-size: 1.8rem;
    }
}

@media print, screen and (min-width: 1101px) {
    .about-business-contents.contents-block02 .about-business-contents-outer {
        padding-top: 120px;
        padding-bottom: 230px;
    }
    .about-business-contents.contents-block02 .about-business-contents-image {
        margin-top: 120px;
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 1201px) {
    .about-business-contents.contents-block02 .about-business-contents-outer {
        padding-top: 140px;
        padding-bottom: 260px;
    }
    .about-business-contents.contents-block02 .about-business-contents-image {
        margin-top: 140px;
    }
    .about-business-contents-block02-explanation-detail {
        font-size: 2rem;
    }
}

@media print, screen and (min-width: 1401px) {
    .about-business-contents.contents-block02 .about-business-contents-outer {
        padding-top: 160px;
        padding-bottom: 300px;
    }
    .about-business-contents.contents-block02 .about-business-contents-image {
        margin-top: 160px;
    }
}

/*------------------------------------------------
  06 コンテンツ03
------------------------------------------------*/
.about-business-contents.contents-block03 {
    margin-top: calc(var(--header-sp-height-adjust) - 10px);
}
.about-business-contents.contents-block03 .bg-text {
    text-align: center;
    margin-top: -20px;
}
.about-business-contents03-heading {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.about-business-contents03-heading .common-block-heading-var-en {
    color: var(--quaternary-color);
}
.about-business-contents03-detail {
    font-weight: 900;
    margin: auto;
    margin-top: 30px;
    width: calc(100% - 40px);
}
.about-business-contents03-heading-image {
    margin: auto;
    margin-top: 60px;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.about-business-contents03-heading-image-item {
    margin-right: calc(50% - 50vw);
}
.about-business-contents03-heading-figure {
    min-width: 250px;
    max-width: 570px;
    width: 30%;
    height: auto;
    position: absolute;
    right: 0;
}
.contents03-strategy-upper-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.contents03-strategy-elements {
    margin-top: 80px;
}
.contents03-strategy-elements-item {
    margin-bottom: 40px;
    aspect-ratio: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 20px -20px 20px rgb(0, 0, 0, .1);
}
.contents03-strategy-elements-item:last-of-type {
    margin-bottom: 0;
}
.contents03-strategy-elements-item-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50px);
}
.contents03-strategy-elements-initial {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: var(--quaternary-color);
    opacity: 0.13;
    font-size: 10rem;
    position: absolute;
    top: -0.4em;
    left: 0;
}
.contents03-strategy-elements-name-en, 
.contents03-strategy-elements-name-jp {
    text-align: center;
    line-height: 1;
}
.contents03-strategy-elements-name-en {
    font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: var(--primary-color);
    font-size: 3rem;
}
.contents03-strategy-elements-name-jp {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-top: 0.5em;
}
.contents03-strategy-elements-name-jp span {
    color: var(--primary-color);
    font-weight: 900;
}
.contents03-strategy-middle {
    margin: auto;
    margin-top: 100px;
    width: calc(100% - 40px);
    max-width: 1572px;
}
.contents03-strategy-middle-outer {
    border: 1px solid #006;
    flex: 1;
    background-image: url('../../../images/about/business/block_bg02.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
}
.contents03-strategy-middle-inner {
    margin: auto;
    padding-top: 100px;
    padding-bottom: 110px;
    width: 100%;
    max-width: var(--layout-inner-width);
}
.contents03-strategy-middle .common-block-heading {
    border-left: 10px solid #fff;
}
.contents03-strategy-middle .common-block-heading-jp, 
.contents03-strategy-middle .common-block-heading-en {
    color: #fff;
}
.contents03-strategy-middle .common-block-heading-en::before {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.strategy-genre-block {
    margin-top: 60px;
}
.strategy-genre-item {
    border: 2px solid #fff;
    width: 100%;
    max-width: 960px;
    margin-bottom: 30px;
}
.strategy-genre-item:last-of-type {
    margin-bottom: 0;
}
.strategy-genre-item-inner {
    padding: 30px;
}
.strategy-genre-item-heading {
    white-space: nowrap;
}
.strategy-genre-item .common-block-heading-var-en, 
.strategy-genre-item .common-block-heading-var-jp {
    color: #fff;
}
.strategy-genre-item .common-block-heading-var-jp {
    text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}
.strategy-genre-item-detail-item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.5em 1em;
    line-height: 1em;
    color: #fff;
    margin-right: 20px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.strategy-genre-item-detail-item:last-of-type {
    margin-right: 0;
}
.strategy-genre-item-detail-item.item-name {
    background-color: #fff;
    color: var(--tertiary-text-color);
    border-radius: 100px;
}
.contents03-strategy-lower {
    margin-top: 100px;
}
.contents03-strategy-lower-inner {
    margin: auto;
    width: calc(100% - 40px);
    max-width: var(--layout-inner-width);
}
.strategy-chart-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}
.strategy-chart-item {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    height: 100px;
}
.strategy-chart-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 1em;
}
.strategy-chart-item.item-white {
    font-size: 1.4rem;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.strategy-chart-item.item-blue {
    color: #fff;
    background-color: var(--primary-color);
}
.strategy-chart-half {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}
.strategy-chart-half .strategy-chart-block {
    width: calc(50% - 5px);
}
.strategy-chart-item-arrow {
    height: calc(tan(60deg) * 15px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: var(--primary-color);
    margin: 10px auto;
}
.strategy-chart-full {
    margin-top: 50px;
}
.contents03-strategy-fng {
    border: 2px solid var(--primary-color);
    margin-top: 50px;
}
.contents03-strategy-fng-heading {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.5em;
}
.contents03-strategy-fng-detail {
    padding: 30px;
}
.contents03-strategy-fng-detail p {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.5em;
}
.contents03-strategy-fng-detail p:last-of-type {
    margin-bottom: 0;
}
.contents03-strategy-fng-explanation {
    margin-top: 60px;
}
.contents03-strategy-fng-explanation-unit {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #ddd;
}
.contents03-strategy-fng-explanation-unit:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.contents03-strategy-fng-explanation-heading-wrap {
    position: relative;
}
.contents03-strategy-fng-explanation-heading {
    line-height: 1;
    display: flex;
    align-items: flex-start;
}
.fng-explanation-heading-initial {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--quaternary-color);
    opacity: 0.5;
    font-size: 4rem;
}
.fng-explanation-heading-jp {
    font-weight: 900;
    color: var(--primary-color);
    font-size: 2rem;
    margin-left: 0.75em;
}
.fng-explanation-heading-en {
    font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: var(--primary-color);
    margin-left: 0.75em;
    font-size: 2rem;
}
.fng-explanation-heading-read {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    left: 2.1em;
    bottom: 0;
}
.fng-explanation-heading-read span {
    color: var(--primary-color);
    font-weight: 900;
}
.fng-explanation-heading-detail-wrap {
    margin-top: 20px;
}

@media print, screen and (max-width: 1200px) {
    .contents03-strategy-middle-outer {
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
    }
}

@media print, screen and (max-width: 767px) {
    .about-business-contents03-heading-figure {
        bottom: 0;
    }
    .strategy-genre-item-detail {
        margin-top: 40px;
    }
    .common-block-heading-var-en {
        font-size: 3rem;
    }
}

@media print, screen and (max-width: 390px) {
    .common-block-heading-var-en {
        font-size: 2.2rem;
    }
}

@media print, screen and (min-width: 401px) {
    .contents03-strategy-elements-name-en {
        font-size: 5rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 1.8rem;
    }
    .strategy-chart-item {
        font-size: 1.4rem;
    }
    .strategy-chart-item span {
        padding: 1.5em;
    }
    .strategy-chart-item.item-white {
        font-size: 1.6rem;
    }
}

@media print, screen and (min-width: 510px) {
    .contents03-strategy-elements-list {
        display: flex;
        align-items: center;
        gap: 0 10px;
    }
    .contents03-strategy-elements-item {
        width: calc((100% / 3) - 5px);
        margin-bottom: 0;
    }
    .contents03-strategy-elements-item:nth-of-type(2) {
        margin-top: 40px;
    }
    .contents03-strategy-elements-name-en {
        font-size: 3rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 1.2rem;
    }
    .strategy-chart-half {
        gap: 0 20px;
    }
    .strategy-chart-half .strategy-chart-block {
        width: calc(50% - 10px);
    }
}

@media print, screen and (min-width: 768px) {
    .about-business-contents03-heading-figure {
        top: 0;
    }
    .contents03-strategy-elements-list {
        gap: 0 20px;
    }
    .contents03-strategy-elements-item {
        width: calc((100% / 3) - 10px);
    }
    .contents03-strategy-elements-item:nth-of-type(2) {
        margin-top: 50px;
    }
    .contents03-strategy-elements-initial {
        font-size: 12rem;
    }
    .contents03-strategy-elements-name-en {
        font-size: 4rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 1.8rem;
    }
    .contents03-strategy-middle-inner {
        padding-top: 125px;
        padding-bottom: 150px;
    }
    .strategy-genre-block {
        margin-top: 75px;
    }
    .strategy-genre-item-inner {
        padding: 60px;
        display: flex;
        justify-content: space-between;
    }
    .strategy-genre-item-heading, 
    .strategy-genre-item-detail {
        width: 50%;
    }
    .strategy-genre-item:nth-of-type(3) .strategy-genre-item-heading {
        width: 62%;
    }
    .strategy-genre-item:nth-of-type(3) .strategy-genre-item-detail {
        width: 38%;
    }
    .strategy-chart-item {
        font-size: 2rem;
        height: 130px;
    }
    .strategy-chart-item.item-white {
        font-size: 2.2rem;
    }
    .contents03-strategy-fng-heading {
        font-size: 3rem;
    }
    .contents03-strategy-fng-detail {
        padding: 40px;
    }
    .fng-explanation-heading-initial {
        font-size: 5rem;
    }
    .fng-explanation-heading-jp {
        font-size: 2.5rem;
    }
    .fng-explanation-heading-en {
        font-size: 2.5rem;
    }
    .fng-explanation-heading-read {
        font-size: 1.8rem;
        left: 2.5em;
    }
}

@media print, screen and (min-width: 821px) {
    .about-business-contents.contents-block03 {
        margin-top: calc(var(--header-pc-height-adjust) - 10px);
    }
    .about-business-contents03-heading {
        margin-top: 80px;
    }
    .contents03-strategy-elements {
        margin-top: 90px;
    }
    .strategy-genre-item-detail-item {
        font-size: 1.6rem;
    }
    .strategy-chart-item {
        font-size: 2.2rem;
    }
    .strategy-chart-item.item-white {
        font-size: 2.4rem;
    }
    .strategy-chart-half {
        gap: 0 30px;
    }
    .strategy-chart-half .strategy-chart-block {
        width: calc(50% - 15px);
    }
    .strategy-chart-item-arrow {
        height: calc(tan(60deg) * 20px / 2);
        width: 40px;
        margin: 14px auto;
    }
}

@media print, screen and (min-width: 901px) {
    .about-business-contents03-heading {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .about-business-contents03-detail {
        font-size: 2rem;
        margin-top: 50px;
    }
    .about-business-contents03-heading-image {
        margin-top: 80px;
    }
    .contents03-strategy-elements-list {
        gap: 0 30px;
    }
    .contents03-strategy-elements-item {
        width: calc((100% / 3) - 15px);
    }
    .contents03-strategy-elements-item:nth-of-type(2) {
        margin-top: 60px;
    }
    .contents03-strategy-elements-initial {
        font-size: 14rem;
    }
    .contents03-strategy-elements-name-en {
        font-size: 5rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 2rem;
    }
    .contents03-strategy-middle {
        margin-top: 140px;
    }
    .contents03-strategy-middle-inner {
        padding-top: 150px;
        padding-bottom: 180px;
    }
    .strategy-genre-block {
        margin-top: 90px;
    }
    .strategy-genre-item-inner {
        padding: 80px 60px;
    }
    .strategy-genre-item-detail-item {
        font-size: 1.8rem;
    }
    .contents03-strategy-lower {
        margin-top: 150px;
    }
    .strategy-chart-wrap {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .strategy-chart-item {
        font-size: 2.4rem;
        height: 150px;
    }
    .strategy-chart-item.item-white {
        font-size: 2.6rem;
    }
    .strategy-chart-full {
        margin-top: 75px;
    }
    .contents03-strategy-fng-heading {
        font-size: 3.5rem;
    }
    .contents03-strategy-fng-detail {
        padding: 40px 60px;
    }
    .contents03-strategy-fng-detail p {
        font-size: 1.8rem;
    }
    .contents03-strategy-fng-explanation-unit {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .contents03-strategy-fng-explanation-heading-wrap {
        width: 35%;
    }
    .fng-explanation-heading-detail-wrap {
        width: calc(65% - 30px);
        margin-top: 0;
    }
    .fng-explanation-heading-initial {
        font-size: 6rem;
    }
    .fng-explanation-heading-read {
        left: 2.5em;
        bottom: 0.25em;
    }
}

@media print, screen and (min-width: 961px) {
    .strategy-genre-item:nth-of-type(odd) {
        margin-left: 0;
        margin-right: auto;
    }
    .strategy-genre-item:nth-of-type(even) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media print, screen and (min-width: 1101px) {
    .contents03-strategy-elements-initial {
        font-size: 15rem;
    }
    .contents03-strategy-middle-inner {
        padding-top: 180px;
        padding-bottom: 200px;
    }
    .strategy-genre-item-detail-item {
        font-size: 2rem;
    }
    .strategy-chart-item {
        font-size: 2.6rem;
    }
    .strategy-chart-item.item-white {
        font-size: 2.8rem;
    }
}

@media print, screen and (min-width: 1201px) {
    .about-business-contents03-heading {
        margin-top: 120px;
    }
    .about-business-contents03-detail {
        font-size: 2.2rem;
        margin-top: 60px;
    }
    .about-business-contents03-heading-image {
        margin-top: 100px;
    }
    .contents03-strategy-elements {
        margin-top: 130px;
    }
    .contents03-strategy-elements-list {
        gap: 0 46px;
    }
    .contents03-strategy-elements-item {
        width: calc((100% / 3) - 23px);
    }
    .contents03-strategy-elements-item:nth-of-type(2) {
        margin-top: 70px;
    }
    .contents03-strategy-elements-initial {
        font-size: 16rem;
    }
    .contents03-strategy-elements-name-en {
        font-size: 6rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 2.2rem;
    }
    .contents03-strategy-middle {
        margin-top: 160px;
    }
    .contents03-strategy-middle-inner {
        padding-top: 200px;
        padding-bottom: 220px;
    }
    .strategy-genre-block {
        margin-top: 100px;
    }
    .contents03-strategy-middle-outer {
        margin-left: calc(50% - 50vw);
        padding-left: calc(50vw - 50%);
    }
    .strategy-genre-item-inner {
        padding: 100px 60px;
    }
    .strategy-genre-item-detail-item {
        font-size: 2.2rem;
    }
    .contents03-strategy-lower {
        margin-top: 200px;
    }
    .strategy-chart-wrap {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .strategy-chart-item {
        font-size: 2.8rem;
        height: 168px;
    }
    .strategy-chart-item.item-white {
        font-size: 3rem;
    }
    .strategy-chart-half {
        gap: 0 40px;
    }
    .strategy-chart-half .strategy-chart-block {
        width: calc(50% - 20px);
    }
    .strategy-chart-item-arrow {
        height: calc(tan(60deg) * 30px / 2);
        width: 50px;
        margin: 20px auto;
    }
    .strategy-chart-full {
        margin-top: 90px;
    }
    .contents03-strategy-fng-heading {
        font-size: 4rem;
        line-height: 3em;
    }
    .contents03-strategy-fng-detail {
        padding: 50px 80px;
    }
    .contents03-strategy-fng-detail p {
        font-size: 2rem;
    }
    .contents03-strategy-fng-explanation-heading-wrap {
        width: 30%;
    }
    .fng-explanation-heading-detail-wrap {
        width: calc(70% - 30px);
    }
    .fng-explanation-heading-initial {
        font-size: 7rem;
    }
    .contents03-strategy-fng-explanation-unit {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .fng-explanation-heading-read {
        left: 3em;
        bottom: 0.5em;
    }
}

@media print, screen and (min-width: 1401px) {
    .about-business-contents03-heading {
        margin-top: 130px;
    }
    .about-business-contents03-detail {
        font-size: 2.4rem;
        margin-top: 70px;
    }
    .about-business-contents03-heading-image {
        margin-top: 110px;
    }
    .contents03-strategy-elements-item:nth-of-type(2) {
        margin-top: 80px;
    }
    .contents03-strategy-elements-initial {
        font-size: 17rem;
    }
    .contents03-strategy-elements-name-en {
        font-size: 7rem;
    }
    .contents03-strategy-elements-name-jp {
        font-size: 2.4rem;
    }
    .contents03-strategy-middle {
        margin-top: 180px;
    }
    .contents03-strategy-middle-inner {
        padding-top: 225px;
        padding-bottom: 260px;
    }
    .strategy-genre-block {
        margin-top: 110px;
    }
    .strategy-genre-item-detail-item {
        font-size: 2.4rem;
    }
    .strategy-chart-item {
        font-size: 3rem;
    }
    .strategy-chart-item.item-white {
        font-size: 3.2rem;
    }
    .contents03-strategy-fng-heading {
        font-size: 4.5rem;
    }
    .contents03-strategy-fng-detail {
        padding: 50px 90px 70px;
    }
    .contents03-strategy-fng-detail p {
        font-size: 2.5rem;
    }
    .fng-explanation-heading-initial {
        font-size: 6rem;
    }
}

@media print, screen and (min-width: 1601px) {
    .contents03-strategy-elements-initial {
        font-size: 18rem;
    }
    .contents03-strategy-elements-name-en {
        font-size: 8rem;
    }
    .contents03-strategy-middle {
        margin-top: 200px;
    }
    .fng-explanation-heading-initial {
        font-size: 7rem;
    }
}

/*------------------------------------------------
  07 コンテンツ ラスト
------------------------------------------------*/
.contents-bottom {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url('../../../images/about/business/block_bg03.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 900px auto;
}
.contents-bottom-message {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.6em;
    color: var(--primary-color);
    text-align: center;
}
.contents-bottom-image-block-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.contents-bottom-image-item:nth-of-type(1), 
.contents-bottom-image-item:nth-of-type(4) {
    max-width: 340px;
    width: 17.70833333%;
}
.contents-bottom-image-item:nth-of-type(2), 
.contents-bottom-image-item:nth-of-type(3) {
    max-width: 560px;
    width: 29.16666667%;
}

@media print, screen and (min-width: 768px) {
    .contents-bottom {
        background-size: 1200px auto;
    }
    .contents-bottom-message {
        font-size: 4rem;
    }
    .contents-bottom-image-block-inner {
        margin-top: 80px;
    }
}

@media print, screen and (min-width: 901px) {
    .contents-bottom {
        padding-top: 75px;
        padding-bottom: 40px;
        background-size: 1500px auto;
    }
    .contents-bottom-message {
        font-size: 8rem;
    }
    .contents-bottom-message {
        font-size: 5rem;
    }
    .contents-bottom-image-block-inner {
        margin-top: 90px;
    }
}

@media print, screen and (min-width: 1201px) {
    .contents-bottom {
        padding-top: 100px;
        padding-bottom: 50px;
        background-size: 1920px auto;
    }
    .contents-bottom-message {
        font-size: 6rem;
    }
}

@media print, screen and (min-width: 1401px) {
    .contents-bottom {
        background-position: center;
    }
    .contents-bottom-message {
        font-size: 7rem;
    }
    .contents-bottom-image-block-inner {
        margin-top: 120px;
    }
}

@media print, screen and (min-width: 1601px) {
    .contents-bottom-message {
        font-size: 8rem;
    }
}
