@charset "UTF-8";
/* ===================================================================
CSS information

file name  : business_model.css
author     : Abilive
style info : ビジネスモデル
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --1vw: 1vw;
  --vw-to-px: calc(tan(atan2(var(--1vw), 1px)));
}

#business_model .p-page-title .p-page-title__text:has(.p-page-title__lead) .p-page-title__lead {
  word-break: break-all;
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  #business_model .p-page-title .p-page-title__text:has(.p-page-title__lead) .p-page-title__lead {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media print {
  #business_model .p-page-title .p-page-title__text:has(.p-page-title__lead) .p-page-title__lead {
    width: 448px !important;
    min-width: 448px !important;
    max-width: 448px !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title {
    padding-block: 8rem 5.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title .p-page-title__text:has(.p-page-title__lead) {
    row-gap: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title .p-page-title__heading {
    row-gap: 0.6rem;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title .p-page-title__heading-main {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title .p-page-title__heading-sub {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #business_model .p-page-title .p-page-title__lead {
    font-size: 0.8rem;
    line-height: 1.85;
    letter-spacing: 0.05em;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .p-business-diagram {
    display: block;
    overflow: visible;
    padding: 5.3rem 0 180px;
  }
}
@media print {
  .p-business-diagram {
    display: block;
    overflow: visible;
    padding: 5.3rem 0 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__inner {
    max-width: 85.3rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
  }
}
@media print {
  .p-business-diagram__inner {
    max-width: 85.3rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12rem;
    margin-bottom: 60px;
  }
}
@media print {
  .p-business-diagram__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12rem;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print {
  .p-business-diagram__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__lead {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media print {
  .p-business-diagram__lead {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__picture {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1280/370;
    margin: 0 auto;
    overflow: visible;
  }
}
@media print {
  .p-business-diagram__picture {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1280/370;
    margin: 0 auto;
    overflow: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__block {
    position: absolute;
    left: var(--b-left);
    top: var(--b-top);
    width: var(--b-w);
    height: var(--b-h);
    z-index: 1;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.3rem;
    text-align: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    overflow: visible;
  }
  .p-business-diagram__block:hover {
    z-index: 100;
  }
  .p-business-diagram__block--dark {
    background-color: #1a2d4b;
  }
  .p-business-diagram__block--epc {
    background-color: #2b4571;
  }
  .p-business-diagram__block--cyan {
    background-color: #18c5f4;
  }
  .p-business-diagram__block--blue {
    background-color: #0b369c;
  }
}
@media print {
  .p-business-diagram__block {
    position: absolute;
    left: var(--b-left);
    top: var(--b-top);
    width: var(--b-w);
    height: var(--b-h);
    z-index: 1;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.3rem;
    text-align: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    overflow: visible;
  }
  .p-business-diagram__block:hover {
    z-index: 100;
  }
  .p-business-diagram__block--dark {
    background-color: #1a2d4b;
  }
  .p-business-diagram__block--epc {
    background-color: #2b4571;
  }
  .p-business-diagram__block--cyan {
    background-color: #18c5f4;
  }
  .p-business-diagram__block--blue {
    background-color: #0b369c;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__block-label {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #fff;
    pointer-events: none;
  }
}
@media print {
  .p-business-diagram__block-label {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #fff;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip {
    position: absolute;
    z-index: 1;
    width: 800px;
    padding: 1.6rem 1.6rem 1.3rem;
    border-radius: 0.6rem;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    background-color: rgba(0, 27, 68, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    isolation: isolate;
  }
}
@media print {
  .p-business-diagram__tooltip {
    position: absolute;
    z-index: 1;
    width: 800px;
    padding: 1.6rem 1.6rem 1.3rem;
    border-radius: 0.6rem;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    background-color: rgba(0, 27, 68, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    isolation: isolate;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip--bottom {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    margin-top: 0.5rem;
  }
}
@media print {
  .p-business-diagram__tooltip--bottom {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip--top {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    margin-bottom: 0.5rem;
  }
}
@media print {
  .p-business-diagram__tooltip--top {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip--right {
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    margin-left: 0.5rem;
  }
}
@media print {
  .p-business-diagram__tooltip--right {
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip--left {
    right: 100%;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    margin-right: 0.5rem;
  }
}
@media print {
  .p-business-diagram__tooltip--left {
    right: 100%;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%) translateZ(0);
    transform: translate(0, -50%) translateZ(0);
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-inner {
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
  }
}
@media print {
  .p-business-diagram__tooltip-inner {
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
  }
}
@media print {
  .p-business-diagram__tooltip-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-title {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media print {
  .p-business-diagram__tooltip-title {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-subtitle {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
  }
}
@media print {
  .p-business-diagram__tooltip-subtitle {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-body {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
    /* ツールチップはホバーで消えるためスクロール不可。高さは内容に合わせて全表示 */
  }
}
@media print {
  .p-business-diagram__tooltip-body {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
    /* ツールチップはホバーで消えるためスクロール不可。高さは内容に合わせて全表示 */
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-body-intro {
    margin: 0 0 0.8rem;
  }
}
@media print {
  .p-business-diagram__tooltip-body-intro {
    margin: 0 0 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-body-heading {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0.8rem 0 0.2rem;
  }
  .p-business-diagram__tooltip-body-heading:first-child {
    margin-top: 0;
  }
}
@media print {
  .p-business-diagram__tooltip-body-heading {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0.8rem 0 0.2rem;
  }
  .p-business-diagram__tooltip-body-heading:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__tooltip-body-text {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 0.2rem;
  }
  .p-business-diagram__tooltip-body-text:last-child {
    margin-bottom: 0;
  }
}
@media print {
  .p-business-diagram__tooltip-body-text {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 0.2rem;
  }
  .p-business-diagram__tooltip-body-text:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-diagram__block:hover .p-business-diagram__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .p-business-diagram__block:hover .p-business-diagram__tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram {
    display: block;
    padding: 2.6rem 0 4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__lead {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__picture {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__block {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    text-align: left;
    padding: 1rem 2.9rem 1rem 1rem;
    margin: 0;
    border-radius: 0.5rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    overflow: visible;
  }
  .p-business-diagram__block::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.4rem;
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .p-business-diagram__block.is-open::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -0.2rem;
  }
  .p-business-diagram__block--dark {
    background-color: #1a2d4b;
  }
  .p-business-diagram__block--epc {
    background-color: #2b4571;
  }
  .p-business-diagram__block--cyan {
    background-color: #18c5f4;
  }
  .p-business-diagram__block--blue {
    background-color: #0b369c;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__block-label {
    display: block;
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #fff;
    pointer-events: none;
    white-space: normal;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip {
    display: none;
    position: relative;
    width: 100%;
    padding: 1rem 1rem 1.3rem;
    margin-top: 0.2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 27, 68, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__block.is-open .p-business-diagram__tooltip {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-inner {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-heading {
    display: block;
    margin-bottom: 0.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-title {
    font-size: 1.2rem;
    margin: 0 0 0.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-subtitle {
    font-size: 0.8rem;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-body {
    font-size: 0.8rem;
    line-height: 1.9;
    /* スクロールなしでテキストを高さいっぱいにすべて表示 */
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-diagram__tooltip-body-heading {
    font-size: 0.9rem;
    margin: 0.8rem 0 0.2rem;
  }
  .p-business-diagram__tooltip-body-heading:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-business-diagram__list {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram {
    margin-top: 0;
    padding: 2.1rem 0 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__inner {
    padding: 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__intro {
    gap: 0.9rem;
    margin-bottom: 1.6rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__heading {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__lead {
    font-size: 0.8rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__picture {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, minmax(2.8rem, auto));
    gap: 0.4rem;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__block {
    position: relative;
    grid-row: var(--sp-row)/span var(--sp-row-span);
    grid-column: var(--sp-col)/span var(--sp-col-span);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.6rem 0.5rem;
    border-radius: 0.5rem;
    cursor: default;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-business-diagram__block::after {
    display: none;
  }
  .p-business-diagram__block--dark {
    background-color: #1a2d4b;
  }
  .p-business-diagram__block--epc {
    background-color: #2b4571;
  }
  .p-business-diagram__block--cyan {
    background-color: #18c5f4;
  }
  .p-business-diagram__block--blue {
    background-color: #0b369c;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__block-label {
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    display: block;
    word-break: break-word;
  }
}
.p-business-diagram__block-label--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__block--sp-single-line .p-business-diagram__block-label:first-of-type {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__block--sp-single-line .p-business-diagram__block-label--sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__tooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-item {
    position: relative;
    background: var(--color-bg6);
    border: none;
  }
  .p-business-diagram__list-item:first-child {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-trigger {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1.3rem;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-family-base);
    color: var(--color-white);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .p-business-diagram__list-trigger::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-title {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-business-diagram__list-title::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: var(--color-bg8, rgba(255, 255, 255, 0.4));
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
  }
  .p-business-diagram__list-icon::before, .p-business-diagram__list-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: currentColor;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  }
  .p-business-diagram__list-icon::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-item.is-open .p-business-diagram__list-icon::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-body {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: grid-template-rows 0.3s ease, max-height 0.3s ease;
    transition: grid-template-rows 0.3s ease, max-height 0.3s ease;
    transition: grid-template-rows 0.3s ease, max-height 0.3s ease, -ms-grid-rows 0.3s ease;
  }
  .p-business-diagram__list-item.is-open .p-business-diagram__list-body {
    grid-template-rows: 1fr;
    max-height: 2000px; /* 開時は十分な高さを確保（中身は overflow でクリップ） */
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-body-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 1.3rem 1.6rem;
    border-top: 1px solid var(--color-border-white1);
    padding-top: 1.6rem;
  }
  .p-business-diagram__list-item.is-open .p-business-diagram__list-body-inner {
    min-height: auto; /* 開時は行を内容の高さまで伸ばす */
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-content {
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-white);
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-intro {
    margin: 0 0 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-heading {
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0.8rem 0 0.2rem;
  }
  .p-business-diagram__list-heading:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-diagram__list-text {
    margin: 0 0 0.5rem;
  }
  .p-business-diagram__list-text:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .p-business-copy-slider {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
  }
}
@media print {
  .p-business-copy-slider {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-copy-slider {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-copy-slider__bg {
    position: absolute;
    inset: 0;
    height: 660px;
    overflow: hidden;
  }
}
@media print {
  .p-business-copy-slider__bg {
    position: absolute;
    inset: 0;
    height: 660px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-copy-slider__bg {
    position: absolute;
    inset: 0;
    height: 660px;
    overflow: hidden;
  }
}
.p-business-copy-slider__canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.p-business-copy-slider__bg-sp {
  display: none; /* SP も Three.js 使用。no-JS 用に DOM は残す */
}
@media only screen and (max-width: 767px) {
  .p-business-copy-slider__bg-sp-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-copy-slider__center {
    position: absolute;
    inset: 0;
    height: 660px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .p-business-copy-slider__center {
    position: absolute;
    inset: 0;
    height: 660px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-copy-slider__center {
    position: absolute;
    inset: 0;
    height: 660px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-copy-slider__panel {
    width: 100%;
    max-width: 29.8rem;
    height: 660px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.2rem 2.6rem;
    background: #00142d;
    text-align: center;
  }
}
@media print {
  .p-business-copy-slider__panel {
    width: 100%;
    max-width: 29.8rem;
    height: 660px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.2rem 2.6rem;
    background: #00142d;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-business-copy-slider__panel {
    width: 100%;
    max-width: 21.3rem;
    height: 660px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.1rem 1.6rem;
    background: #00142d;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-copy-slider__panel {
    width: 88%;
    max-width: 21.3rem;
    height: auto;
    min-height: auto;
    padding: 1.8rem 1.6rem;
    background: rgba(0, 20, 45, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 0.5rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-copy-slider__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 1.6rem;
  }
}
@media print {
  .p-business-copy-slider__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 1.6rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-copy-slider__heading {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-copy-slider__heading {
    font-size: 1.4rem;
    margin: 0 0 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p-business-copy-slider__body {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media print {
  .p-business-copy-slider__body {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-business-copy-slider__body {
    font-family: var(--font-family-base);
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-copy-slider__body {
    font-size: 0.9rem;
    line-height: 1.85;
  }
}