@charset "utf-8";

/* ============================================
   ベーススタイル (PC / 共通)
   ============================================ */

   .sec03 .sp-table-vertical table th {
	width: 200px;
   }

/* --------------------------------------------
   メインビジュアル (MV)
   -------------------------------------------- */
.mv {
    width: 100%;
    /* 背景画像設定：mv.jpg */
    background: url('./img/mv.jpg') no-repeat center right;
    background-size: contain;
    min-height: 500px; /* 高さはデザインに合わせて調整 */
    display: flex;
    align-items: center; /* 垂直方向中央寄せ */
    position: relative;
}

/* コンテンツ幅の制御 */
.mv-container {
    width: 100%;
    max-width: 682px;
    margin-left: 10rem;
}

.forSP {
    display: none;
}

/* オレンジのラベル */
.mv-label {
    background: linear-gradient(to right, #F39C00, #EA5000);
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    padding: .5rem;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    line-height: 1;
}

.mv-label .big {
    font-size: 6rem;
}

/* タイトル */
.mv-title {
    font-size: 4rem; /* 38-40px相当 */
    font-weight: 700;
    margin: 0 0 3rem 0;
    line-height: 1.4;
    padding-bottom: 5px; /* タイトルの黄色マーカー風下線用 */
}

/* 説明文 */
.mv-desc {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    margin-top: 2rem;
}

/* 強調文字（オレンジ） */
.text-highlight {
    color: #ea5504;
    font-weight: 700;
}

/* サブ説明文 */
.mv-desc-sub {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ボタンデザイン */
.mv-btn {
    border-radius: 50px;
    width: 100%;
    max-width: 40rem;
    position: relative;
    margin: 0 auto;
}

.mv-btn a,
.conclusion-box .btn-ancher a {
    width: 100%;
    margin: 0;
    padding: var(--s3) var(--s6) var(--s3) var(--s5);
    background: #2D2D2D url(./img/arr-white-down.svg) no-repeat center right 2rem / auto 2em;
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transform: translate(0, 0);
    transition: transform 0.3s, opacity 0.6s ease, color 0.6s ease;
    border-radius: 5rem;
}

.mv-btn a:hover {
    opacity: 0.6;
}

.pc-only {
    display: block;
}

/* ---------------------------------------------
   ナビゲーション・ヘッダー
   --------------------------------------------- */
.header-area {
    width: 19rem;
    height: 100vh;
    padding: .5rem 0 .5rem .5rem;
    background: #fff;
    border-right: 1px solid #2D2D2D;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-logo {
    width: 100%;
    margin: var(--s4) 0 var(--s1);
    text-align: center;
}

.header-logo a:hover {
    opacity: .7;
}

.header-logo__img {
    width: 75%;
    max-width: inherit;
}

.header-logo__link {
    display: block;
}

.header-logo__link:hover {
    opacity: 0.6;
}

.header-title {
    margin-bottom: var(--s2);
    margin-left: 2.4rem;
    font-size: 1.2rem;
    position: relative;
}

.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #333;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: -2.4rem;
}

.header-title a {
    text-decoration: none;
    line-height: 1.4;
    padding-left: .5rem;
}

.header-title a:hover {
    text-decoration: underline;
}

.gnavi-btn-close {
    display: none;
}

.gnavi-area {
    display: none;
}

.toggle-content {
    display: none;
}

.gnavi-pc-list {
    position: relative;
}

.gnavi-pc-list__item {
    padding-left: 0;
}

.gnavi-pc-list__item::before {
    display: none;
}

.gnavi-pc-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s3) var(--s2) var(--s1);
    border-top: 1px solid #ccc;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    background: url("./img/arr_orange_nav.svg") no-repeat right var(--s1) center/1.4rem 1.4rem;
    font-size: 1.3rem;
}

.gnavi-pc-list__link:hover {
    background: #2D2D2D url("./img/arr_orange_nav.svg") no-repeat right var(--s1) center/1.4rem 1.4rem !important;
    color: #fff;
    opacity: 1;
}

.navigation01-menu-area {
    background-color: #ccc;
}

.navigation01-menu {
    display: flex;
    background-color: #fff;
}

.navigation01-menu li::before {
    display: none;
}

.navigation01-menu li a {
    padding: var(--s2) var(--s1);
    display: block;
    text-decoration: none;
}

.navigation01-menu li a:hover {
    opacity: .6;
}

.contents-area,
.footer-area {
    margin-left: 19rem;
}

/* ---------------------------------------------
   index01 (目次など)
   --------------------------------------------- */
.onb-index01-frame {
    width: 80%;
    margin: 0 auto;
    background-color: var(--site-color09);
}

.onb-index01-wrap {
    margin: 0 auto var(--s5);
    padding: var(--s1) 0;
    border: 1px solid #2D2D2D;
    position: relative;
    margin-top: 4rem;
    background-color: #fff;
}

.onb-index01-title {
    padding: var(--s2);
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    background-size: 4rem auto;
    position: relative;
    cursor: pointer;
}

.onb-index01-title::before {
    content: "";
    width: 2rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
}

.onb-index01-title::after {
    content: "";
    width: 0.3rem;
    height: 2rem;
    background: #333;
    position: absolute;
    top: 50%;
    right: 2.9rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}

.onb-index01-title.is-open::after {
    transform: translate(0, -50%) rotate(270deg);
}

#toc .onb-index01-chapter,
.onb-index01-chapter {
    padding: var(--s2) 0 0;
    font-weight: 700;
    counter-reset: number 0;
}
.onb-index01-chapter {
     padding: var(--s2) var(--s2) var(--s2) var(--s4);
}

#toc ul li.onb-index01-chapter-h {
    margin: 0;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}
.onb-index01-chapter-h {
    margin: 0 0 0 var(--s2);
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#toc ul li.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
    background: url("./img/arr_orange_down.svg") no-repeat top 7px right/auto 0.6em;
    padding-bottom: 1rem;
}
.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}

#toc ul li.onb-index01-chapter-h a:hover,
.onb-index01-chapter-h a:hover {
    opacity: .6;
}

#toc ul li.onb-index01-chapter-h-two {
    position: relative;
    border-bottom: 1px solid #2D2D2D;
    padding-left: var(--s3);
    padding-right: var(--s3);
}

#toc ul li.onb-index01-chapter-h-two:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#toc ul li.onb-index01-chapter-h-three,
.onb-index01-chapter-h-three {
    margin-left: var(--s4);
    position: relative;
}

.onb-index01-chapter-h-two::before,
.onb-index01-chapter-h-three::before {
    position: absolute;
    top: 0;
    left: -1.5em;
}

.onb-index01-chapter-h-three::before {
    content: "└";
}

.more-content {
    display: none;
}

.onb-index01-content {
    margin-top: 1.4rem;
    border-top: 1px solid var(--site-color03);
    background-color: #fff;
}

/* ---------------------------------------------
   セクション共通・背景など
   --------------------------------------------- */
.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09, .sec10, .sec11, .sec12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.sec01, .sec03, .sec04, .sec06, .sec11, .sec02 {
    position: relative;
}

.sec01::after, .sec03::after, .sec04::after, .sec05::after, .sec06::after, .sec11::after, .sec02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2D2D2D;
    z-index: 1;
}

.sec04 table th {
    width: 110px;
    font-size: 1.5rem;
}

.sec04 table td {

	background: #ffffff;
}

.sec05, .sec12 {
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
}

.sec05:before, .sec12:before {
    background: url("./img/bg-01.jpg") no-repeat;
    content: "";
    display: block;
    position: fixed; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-position: left 14rem top;
    will-change: transform;
}

.sec06 {
    background: url("./img/sec06_bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 17rem;
}

.sec07 {
    margin-top: 8rem;
}

.sec12 {
    padding-top: 10rem;
}

.bg-01 {
    background: url('./img/bg-01.jpg') no-repeat top left;
    background-size: cover;
}

.bg-02 {
    background: url('./img/bg-02.png') no-repeat top left 19rem;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

/* ---------------------------------------------
   見出し・タイトル類
   --------------------------------------------- */
.section-title04 {
    margin-top: 5rem;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.section-title04::after {
    content: "";
    width: 8rem;
    height: 6px;
    background-color: #EA5000;
    transform: translateX(-50%);
    position: absolute;
    bottom: -3.2rem;
    left: 50%;
    font-weight: normal;
}

.section-title05 {
    width: 100%;
    margin-top: 5rem;
    padding: var(--s3) var(--s4);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: url('./img/section-title05_bg.png') no-repeat top center #fff;
    position: relative;
    border-top: solid 6px #2D2D2D;
    border-bottom: solid 1px #2D2D2D;
}


.section-title05::before {
    bottom: -0.5rem;
    left: -0.5rem;
}

.section-title05::after {
    top: -0.5rem;
    right: -0.5rem;
}

.section-title06-frame {
    margin-top: 5rem;
    position: relative;
}

.section-title06-frame::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #333333;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #333333 url("img/section-title06_bg.png") left center no-repeat;
}

.section-title06 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.section-title06 a {
    text-decoration: none;
    color: #fff;
    background: url(./img/arr-right-wht.svg) no-repeat top 20px right / auto .6em;
    padding-right: 3rem;
}

.section-title06 a:hover {
    opacity: 0.6;
}

.section-title07-frame {
    margin-top: 5rem;
    position: relative;
    isolation: isolate;
}

.section-title07-frame::before {
    content: "INDEX";
    width: 100%;
    font-size: 8rem;
    font-weight: 700;
    color: rgba(45, 45, 45, 0.5);
    text-align: center;
    display: block;
    position: absolute;
    top: -7rem;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.section-title07-frame[data-en]::before {
    content: attr(data-en);
}

.section-title07 {
    width: 100%;
    padding: var(--s4) var(--s12);
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}
.sec02 .section-title07 {
    padding-bottom: 0;
}

.section-title07 a {
    display: inline-block;
    padding-right: var(--s4);
    text-decoration: none;
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto .8em;
}

.arrow-title {
    margin-bottom: 1.3rem;
    padding: var(--s1);
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    background-color: #2D2D2D;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.arrow-title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-right: 1rem solid #2D2D2D;
    border-bottom: 1rem solid #2D2D2D;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -.8rem;
}

.arrow-title-sub {
    padding: var(--s1);
    margin-bottom: .8rem;
    background-color: #fff;
    font-size: 1.4rem;
    color: var(--site-color03);
    line-height: 1;
    display: inline-block;
}

.arrow-title-small {
    font-size: 1.4rem;
}

.twb-arrow-title {
    margin-bottom: 2.8rem;
    padding: var(--s2);
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.twb-arrow-title a {
    text-decoration: none;
}

.twb-arrow-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #F39C00, #EA5000);
}

.m-title02 {
    padding: var(--s2);
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    background-color: #2D2D2D;
    text-align: center;
}

.sec01 .m-title02 {
    font-size: 2.8rem;
    background-color: #2D2D2D;
    text-align: center;
    font-size: 2.3rem;
}
.sec01 .m-title02 .thb-listbox-list li::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(./img/icon-check.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: .3rem;
    left: -2rem;
}

.h2midasi-sub {
    width: 100%;
    margin-block: 2rem;
    padding: var(--s3) var(--s3) var(--s3) var(--s9);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    background: url(./img/h2midasi-sub_icon.svg) no-repeat left center;
    background-size: 4rem;
    border-bottom: 1px solid #2D2D2D;
}

.h2midasi-sub a {
    display: block;
    padding-right: var(--s4);
    text-decoration: none;
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto .8em;
}

.h2midasi-sub a:hover {
    color: #EA5000;
}

/* ---------------------------------------------
   カラム・ボックス類
   --------------------------------------------- */
.column-small {
    padding: var(--s2);
    border: 1px solid #ccc;
}

.sec01 .column-small {
    padding-top: 0;
    border: 1px solid #2D2D2D;
    padding-bottom: var(--s4);
}

.sec01 .conclusion-box .column-small {
    border: none;
    padding: 0;
}

.thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
}

.column-medium {
    padding: var(--s4);
}

.onb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

.twb-box-full {
    width: calc(100% + var(--s8));
    margin-left: calc(var(--s4) * -1);
}

.sec03 .column-medium {
    background-color: #fff;
    border: solid 1px #2D2D2D;
    position: relative;
    overflow: visible;
    padding-bottom: var(--s8);
}

.sec03 .column-medium > *:not(.section-title05) {
    position: relative;
    z-index: 1;
}

.sec03 .case-box {
    border: none;
}
.sec03 .column-medium .case-box {
    border: none;
}

.sec10 .column-medium {
    background-color: #F2F2F2;
    padding: var(--s2);
}

.column-medium.l-stack.case-box {
    padding: 0;
}

/* ---------------------------------------------
   アイコン・説明エリア
   --------------------------------------------- */
.icon-dspn3-bg-colored {
    padding-top: 4rem;
}

.icon-description-area {
    padding: var(--s6) var(--s4) var(--s4) var(--s4);
    background-color: var(--site-color06);
    position: relative;
}

.icon-description-title {
    padding: var(--s2) var(--s8);
    color: #fff;
    font-size: 2.1rem;
    background-color: var(--site-color03);
    transform: translateX(-50%);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.icon-description-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}

.icon-description-list li {
    padding: var(--s2);
    background-color: #fff;
    line-height: 1.5;
}

.icon-description-list--three li {
    width: calc((100% - (var(--s2) * 2)) / 3);
}

.icon-description-list li::before {
    display: none;
}

.icon-description-list li span {
    margin-bottom: var(--s2);
    display: block;
    text-align: center;
}

.onb-icon-title-frame {
    padding: var(--s4);
    background-color: #2D2D2D;
    position: relative;
}

.sec03 .onb-icon-title-frame {
    padding: var(--s1);
    background-color: #2D2D2D;
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.onb-icon-title-icon {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -4rem;
    left: 0;
}

.onb-icon-title-icon img {
    width: 100%;
}

.onb-icon-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.sec03 .onb-icon-title {
    font-size: 3.8rem;
}

.onb-icon-title .underline {
    border-bottom: 5px solid var(--site-color15);
}

.onb-icon-title small {
    font-size: 3rem;
    border: none;
    color: #fff;
}

.onb-icon-title-catch {
    margin-bottom: .8rem;
    font-size: 1.8rem;
    display: block;
    line-height: 1.5;
    border: none;
}

.onb-icon-head01 {
    margin-top: var(--s4);
    margin-left: var(--s4);
    padding: var(--s3) var(--s2) var(--s3) var(--s12);
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700;
    background-color: #F2F2F2;
    position: relative;
}

.onb-icon-head01::before {
    content: "";
    width: 10.5rem;
    height: 10.5rem;
    background: url('./img/icon-head-point.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -4rem;
    top: -1.6rem;
}

#low-page .onb-icon-head01{
    margin-top: var(--s8);
    margin-bottom: var(--s3);
}

.onb-iconbox03-frame {
    margin-top: 1.5rem;
    padding: var(--s5) var(--s8) var(--s8);
    background-color: #F2F2F2;
    border-top: 8px solid #2D2D2D;
}

.sec04 .onb-iconbox03-frame {
    padding: var(--s2) var(--s2) var(--s4);
}
.sec04 .onb-iconbox03-frame p{
    margin-bottom: 0;
}

.onb-iconbox03-sub {
    margin-top: -3rem;
    text-align: center;
}

.onb-iconbox03-sub span {
    padding: var(--s1) var(--s2);
    display: inline-block;
    background-color: var(--site-color03);
    color: #fff;
}

.onb-iconbox03-img {
    padding-left: var(--s4);
    padding-right: var(--s4);
}

.onb-iconbox03-catch {
    padding-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
    position: relative;
    text-align: center;
}

.onb-iconbox03-catch:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #F39C00, #EA5000);
}

.onb-iconbox03-catch a {
    display: block;
    padding-right: var(--s1);
    text-decoration: none;
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto .8em;
    text-align: center;
}

.onb-iconbox03-caption {
    text-align-last: left;
}

/* ---------------------------------------------
   各種リストボックス
   --------------------------------------------- */
.thb-m-title04-frame {
    position: relative;
}

.thb-m-title04 {
    padding: var(--s1) 0;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 1rem;
}

.sec02 .thb-m-title04 .small {
    font-size: 1.6rem;
}

.sec02 .thb-m-title04 .catch {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
}

.sec02 .thb-m-title04 .thb-m-title04-name {
    padding: var(--s1) 0;
    font-size: 2.4rem;
    font-weight: 700;
    background-color: #FCF1D0;
    line-height: 1.2;
    text-align: center;
    margin-top: 2rem;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thb-m-title04-sub {
    padding: .8rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    background-color: var(--site-color015);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}



.thb-listbox-bg-colored.disadvantage {
    padding-top: 0;
}

.disadvantage .thb-listbox-title {
    background-color: #F2F2F2;
}

.thb-listbox-area {
    padding: 0 var(--s1);
    position: relative;
}

.sec01 .thb-listbox-area {
    padding: 0;
}

.thb-listbox-title {
    padding: var(--s1);
    background-color: #FCF1D0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.thb-listbox-subtitle {
    text-align: center;
    font-weight: 700;
}

.thb-listbox-list {
    width: 100%;
    padding-left: 2rem;
}

.thb-listbox-list li {
    padding: 0 0 0 2.5rem;
    line-height: 1.5;
    position: relative;
}

.thb-listbox-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #EA5000;
    position: absolute;
    top: 0.35em;
    left: 0;
}

.thb-listbox-list li span {
    margin-right: var(--s1);
    display: block;
    text-align: center;
}

/* ---------------------------------------------
   Conclusion エリア
   --------------------------------------------- */
.conclusion-area {
    padding: 0 0 var(--s6);
    background: transparent;
    position: relative;
}

.conclusion-area p {
    margin-top: 0;
    margin-bottom: 0;
}

.conclusion-catch {
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-bottom: var(--s5);
}

.conclusion-catch::before {
    content: "";
    height: 0.6rem;
    background: linear-gradient(90deg, #F39C00 0%, #EA5000 100%);
    position: absolute;
    bottom: -3rem;
    left: 50%;
    margin-left: calc(-50vw + 10rem);
    width: calc(100vw - 72rem);
}

.conclusion-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.conclusion-title-deco {
    position: relative;
}

.conclusion-title-deco::before,
.conclusion-title-deco::after {
    content: "";
    width: 40%;
    height: 0.1rem;
    background-color: #fff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.conclusion-title-deco::before {
    left: -50%;
}

.conclusion-title-deco::after {
    right: -50%;
}

.conclusion-box {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    padding: var(--s5);
    background: #FCF1D0;
}
.conclusion-box .btn-ancher a{
    padding-left: var(--s5);
    border-radius: 10rem;
}

.conclusion-box .btn-ancher {
    margin: 0;
}
.conclusion-box .btn-ancher .orange{
    font-size: 2rem;
}
.conclusion-box__wht {
    line-height: 2;
    max-width: 90rem;
    margin: 0 auto;
    text-align: center;
}

.conclusion-catch span {
    border-bottom: none;
}

.conclusion-btn-area {
    z-index: 5;
}

.btn-conclusion {
    margin: 0 auto;
}

/* ---------------------------------------------
   SEC02 独自設定
   --------------------------------------------- */
.sec02 {
    position: relative;
    padding-top: 3rem;
}

.sec02::before {
    content: "THREE SELECTIONS";
    width: 100%;
    font-size: 7rem;
    font-weight: 700;
    color: rgba(45, 45, 45, 0.3);
    text-align: center;
    position: absolute;
    top: 3rem;
    left: 0;
    padding-bottom: 1rem;
}

.sec02 .section-title07-frame {
    margin-top: 8rem;
}

.sec02 .section-title07-frame::before {
    content: none;
}

.sec03 .section-title07-frame::before {
    color: rgba(45, 45, 45, 0.5);
}

.sec02 .arrow-title .orange,
.section-title06 .orange,
.sec03 .onb-icon-title,
.conclusion-box .btn-ancher .orange{
    color: #F39C00;
}

.sec02 .arrow-title .orange {
    font-size: 3rem;
}

.sec02 .arrow-title {
    font-size: 2.8rem;
}

.sec02 .simplified-chart-spfix .arrow-title {
    font-size: 2.8rem;
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec02 .catch {
    font-size: 1.7rem;
}
.sec02 .th_inner {
    padding: 0 1rem;
}

/* ---------------------------------------------
   チャート・テーブル類
   --------------------------------------------- */
.th_inner {
    padding: 0 1rem;
}

.simplified-chart-spfix .catch {
    font-size: 1.7rem;
}

.th_inner.img-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.th_inner.img-box img {
    width: 80%;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto;
    height: 150px;
}

.th_inner.img-box .caption {
    margin-top: auto;
    padding-top: 1rem;
}

.annotation {
    text-align: left;
}
.sec02 .annotation {
    margin-top: 0;
}

.simplified-chart-spfix .btn-internal a {
    padding: var(--s2) var(--s7) var(--s2) var(--s5);
    background: url(./img/arr-white-down.svg) right 2rem center / auto 2em no-repeat rgb(45, 45, 45);
}

.simplified-chart-spfix-cpt {
    display: none;
}

.simplified-chart-spfix {
    border-collapse: collapse;
    margin: 0 auto;
    border-top: 0;
    border-left: 0;
    table-layout: fixed;
}

.simplified-chart-spfix td .big {
    font-size: 2.5rem;
    font-weight: 700;
}
.simplified-chart-spfix td .small {
    font-size: 1.8rem;
}
.simplified-chart-spfix td .bold {
    font-weight: 700;
}

#low-page .simplified-chart-spfix {
    width: 100%;
}

#low-page .sec02 {
    margin-top: 20rem;
    border-bottom: none;
	position: relative;
}
#low-page .sec02:after {
	background: none
}

#low-page .bg-01 {
    background-size: cover;
	position: relative;
}

#low-page .sec02.bg-01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2D2D2D;
    z-index: 1;
}


.th_inner.img-box .caption::-webkit-scrollbar {
    height: 0.6rem;
}

.th_inner.img-box .caption::-webkit-scrollbar-track {
    border-radius: 0.3rem;
    background: #eee;
}

.th_inner.img-box .caption::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background: #ddd;
}


.simplified-chart-spfix th,
.simplified-chart-spfix td {
    padding: var(--s1);
    line-height: 1.5;
    border: 1px solid #707070;
}

.simplified-chart-spfix th {
    background-color: #E5E5E5;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.simplified-chart-spfix th:first-child,
.simplified-chart-spfix td:first-child {
    width: 100px;
    max-width: 150px;
}

.simplified-chart-spfix tr:nth-child(1) th {
    background-color: #ffffff;
    font-size: 1.8rem;
    padding: 0;
    padding: 0 0 var(--s2);
    vertical-align: top;
}

.simplified-chart-spfix tr:first-child th:first-child {
    background-color: transparent !important;
    border: none !important;
}

.simplified-chart-spfix td {
    background-color: #fff;
    text-align: center;
}

.simplified-chart-spfix td .font-large {
    font-size: 2.1rem;
}

.simplified-chart-spfix td .font-small {
    font-size: 1.2rem;
}

.simplified-chart-spfix-img {
    text-align: center;
}

.simplified-chart-spfix-btn {
    margin-top: 1rem;
}

.simplified-chart-spfix-btn a {
    padding: var(--s1) var(--s4) var(--s1) var(--s2);
    border: 3px solid #484140;
    border-radius: 1rem;
    text-decoration: none;
    display: inline-block;
    background: url("./img/btn-arrow.svg") no-repeat 95% center #FFEFD6;
}

.simplified-chart-spfix-btn a:hover {
    opacity: .7;
}

.simplified-chart-spfix .btn-web,
.simplified-chart-spfix .btn-internal {
    margin: var(--s2) 0;
    font-size: 1.4rem;
}

/* ---------------------------------------------
   スライダー
   --------------------------------------------- */
.onb-txtSlider-area {
    position: relative;
}

.swiper.onb-txtSlider {
    width: calc(100% + 6.4rem);
    height: auto;
    margin-left: -3.2rem;
}

.onb-txtSlider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-text-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.slide-text-img img {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.slide-text-box {
    padding: 1.6rem;
}

.slide-text-box p {
    line-height: 1.5;
}

.box-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color03);
}

.onb-txtSlider .swiper-pagination-fraction {
    width: 4em;
    padding: var(--s1);
    background-color: #fff;
    display: inline-block;
    bottom: inherit;
    top: 0;
    left: inherit;
    right: 18%;
    z-index: 5;
}

.onb-txtSlider-area .swiper-button-next,
.onb-txtSlider-area .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    top: 38%;
}

.onb-txtSlider-area .swiper-button-prev {
    left: 12%;
}

.onb-txtSlider-area .swiper-button-next {
    right: 12%;
}

.onb-txtSlider-area .swiper-button-next:hover,
.onb-txtSlider-area .swiper-button-prev:hover {
    opacity: .6;
}

.onb-txtSlider-area .swiper-button-next:after,
.onb-txtSlider .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-right.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider-area .swiper-button-prev:after,
.onb-txtSlider .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background: url("./img/slider-arrow-left.svg") no-repeat center center;
    background-size: contain;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img,
.onb-txtSlider .swiper-slide-next .slide-text-img {
    background-color: #fff;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img img,
.onb-txtSlider .swiper-slide-next .slide-text-img img {
    opacity: .7;
}

.onb-txtSlider .swiper-slide-prev .slide-text-img .caption,
.onb-txtSlider .swiper-slide-next .slide-text-img .caption,
.onb-txtSlider .swiper-slide-prev .slide-text-box,
.onb-txtSlider .swiper-slide-next .slide-text-box {
    display: none;
}

.onb-txtSlider .swiper-slide-active .slide-text-box {
    display: flex;
}

/* ---------------------------------------------
   Case Box (02/03)
   --------------------------------------------- */
.onb-casebox03-frame {
    margin-top: 2rem;
    padding: var(--s4);
    background-color: var(--site-color06);
    position: relative;
    border-radius: 2rem;
}

.onb-casebox03-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.1rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
}

.l-onb-casebox03 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}

.l-onb-casebox03__side {
    width: calc((100% - var(--s2))*.25);
}

.l-onb-casebox03__main {
    width: calc((100% - var(--s2))*.75);
}

.onb-casebox03-table {
    width: 100%;
    border: 1px solid #EEE;
    background-color: #fff;
    border-collapse: collapse;
}

.onb-casebox03-table th {
    font-weight: normal;
    text-align-last: left;
    background-color: var(--site-color12);
}

.onb-casebox03-table th,
.onb-casebox03-table td {
    border: 1px solid #eee;
    padding: var(--s1);
}

.onb-casebox03-catch {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}

.onb-casebox03-caption {
    text-align: left;
}

.onb-casebox02-frame {
    padding: var(--s2);
    position: relative;
}

.sec03 .l-grid-two-large > .onb-casebox02-frame:nth-child(2) {
    border-left: 1px solid #707070;
}

.sec03 .support .l-grid-two-large > .onb-casebox02-frame:nth-child(2) {
    border-left: none;
}

.sec03 .l-grid-two-large.no-border-left > .onb-casebox02-frame:nth-child(2) {
    border-left: none;
}

.sec03 {
    padding-top: 10rem;
}

.sec06 .onb-casebox02-frame,
.sec08 .onb-casebox02-frame {
    border-top: 8px solid #2D2D2D;
    padding-top: var(--s3);
}

.sec06 .onb-casebox02-frame {
    background-color: #fff;
    padding: var(--s4) var(--s3);
}

.sec08 .onb-casebox02-frame,
.sec10 .onb-casebox02-frame {
    background-color: #F2F2F2;
}
.sec10 .onb-casebox02-frame {
	padding-top: var(--s3);
}

.onb-casebox02-sub {
    padding: var(--s1) var(--s3);
    background-color: var(--site-color03);
    color: #fff;
    font-size: 2.1rem;
    transform: translateX(-50%);
    position: absolute;
    top: -2rem;
    left: 50%;
}

.l-onb-casebox02 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s3);
}

.l-onb-casebox02__side {
    width: calc((100% - var(--s3))*.3);
}

.l-onb-casebox02__main {
    width: calc((100% - var(--s3))*.7);
}

.onb-casebox02-imgcap {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
}

.onb-casebox02-catch {
    font-size: 2.1rem;
    font-weight: 700;
    color: #2D2D2D;
    line-height: 1.5;
    padding-bottom: 2rem;
    position: relative;
    text-align: center;
    min-height: 6.3rem;
}

.sec03 .onb-casebox02-catch {
    margin-bottom: 1.5rem;
}

.onb-casebox02-catch:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #F39C00, #EA5000);
}

.sec06 .onb-casebox02-catch:after,
.sec08 .onb-casebox02-catch:after,
.sec10 .onb-casebox02-catch:after,
.twb-arrow-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #F39C00, #EA5000);
}

.onb-casebox02-catch a {
    display: block;
    padding-right: var(--s2);
    text-decoration: none;
    background: url(./img/arrow-01-bk-right.svg) no-repeat center right / auto 1em;
    text-align: center;
    margin-bottom: 1rem;
}

.sec06 .onb-casebox02-catch a,
.sec08 .onb-casebox02-catch a,
.sec10 .onb-casebox02-catch a {
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto 1em;
}

.onb-casebox02-caption {
    text-align: left;
}

/* ---------------------------------------------
   Profile Area
   --------------------------------------------- */
.profile-area {
    margin-top: 2rem;
    padding: var(--s3) var(--s4) var(--s5);
    display: grid;
    grid-template-columns: clamp(14rem, 22%, 18rem) 1fr;
    grid-template-areas: "img catch" "img text" "btn text";
    row-gap: var(--s2);
    column-gap: calc(var(--s7) / 2);
    background-color: #F2F2F2;
    position: relative;
}

.profile-area::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: url('./img/triangle_gradation.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.profile-area .caption {
    text-align: right;
}

.profile-img-area {
    grid-area: img;
    padding-top: 1rem;
}

.profile-img {
    width: 8rem;
    margin: 0 auto;
}

.profile-text-area {
    grid-area: text;
}

.profile-text-area p {
    margin: 0;
}

.profile-text-area ul {
    margin-left: var(--s3);
}

.profile-btn-area {
    grid-area: btn;
    position: relative;
    z-index: 5;
}

.profile-caption {
    margin-top: var(--s3);
    padding: var(--s1);
    background-color: #2D2D2D;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1.4;
}

.profile-caption.caption02 {
    background: none;
    color: #2D2D2D;
    margin-top: .5rem;
    position: relative;
}

.profile-caption::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1.5rem solid #2D2D2D;
    position: absolute;
    top: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.profile-caption.caption02::after {
    background: none;
}

.profile-catch {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    grid-area: catch;
    margin-top: 2.5rem;
}

.profile-catch span {
    font-size: 1.8rem;
    display: block;
}

.profile-detail {
    margin-bottom: var(--s4);
    padding: var(--s1) var(--s1) var(--s1) var(--s2);
    font-size: 1.8rem;
    font-weight: 700;
    border-left: 6px solid var(--site-color14);
    border-bottom: 1px solid var(--site-color14);
}

.profile-box-ttl {
    margin-bottom: var(--s2);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--site-color03);
}

/* ---------------------------------------------
   アコーディオン・ボタン
   --------------------------------------------- */
.onb-more-btn {
    max-width: 46rem;
    width: 100%;
    margin: var(--s5) auto;
    position: relative;
}

.onb-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: 2rem 6rem 2rem 3rem;
    border: 1px solid #2D2D2D;
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.onb-more-btn:hover span {
    transform: translate(.8rem, .8rem);
}

.onb-more-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}

/* ---------------------------------------------
   Pickup Contents
   --------------------------------------------- */
.l-pickup-contents02 {
    width: 100%;
    display: flex;
    color: #fff;
    position: relative;
}

.l-pickup-contents02-box {
    flex: 1;
}

.l-pickup-contents02-box p {
    color: #2D2D2D;
}

.l-pickup-contents02--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: var(--s2);
}

.pickup-contents02-img {
    background: url("./img/dummy.jpg") no-repeat center center;
    background-size: contain;
    max-height: 30rem;
    top: 2rem;
    position: relative;
}

/* sec05：各ボックスで画像を出し分け */
.sec05 .pickup-contents02-img--01 {
    background-image: url("./img/sec05_img01.png");
}

.sec05 .pickup-contents02-img--02 {
    background-image: url("./img/sec05_img02.png");
}

.sec05 .pickup-contents02-img--03 {
    background-image: url("./img/sec05_img03.png");
}

/* sec11：各ボックスで画像を出し分け */
.sec11 .pickup-contents02-img--04 {
    background-image: url("./img/sec011_img01.png");
}

.sec11 .pickup-contents02-img--05 {
    background-image: url("./img/sec011_img02.png");
}

.l-pickup-contents02-content {
    max-width: 50rem;
    padding: 0 var(--s8);
    position: relative;
    z-index: 5;
}

.pickup-contents02-catch {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
}

.pickup-contents02-catch a {
    display: block;
    padding-right: 1rem;
    text-decoration: none;
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto .8em;
    color: #EA5000;
}

.pickup-contents02-catch a:hover {
    opacity: 0.6;
}

.btn-pickup-contents02 {
    margin: var(--s5) auto 0 auto;
}

/* ---------------------------------------------
   Banner Contents
   --------------------------------------------- */
.l-contents-banner01 {
    margin-top: 15rem;
    margin-left: 15rem;
    background-color: #F2F2F2;
    display: flex;
    position: relative;
    overflow: visible;
}



.company-box {
    position: relative;
    overflow: visible;
}

.company-box > *:not(.section-title05) {
    position: relative;
    z-index: 1;
}

/* .company-box 上部・下部の装飾画像 */
.company-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./img/company-box_corner_upper.png') no-repeat top center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.company-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./img/company-box_corner_bottom.png') no-repeat bottom center;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}


.sec03 .l-center > .company-box:nth-child(3),
.sec03 .l-center > .company-box:nth-child(4) {
    margin-top: 5rem;
}

.contents-banner01-img {
    width: 43rem;
    margin-top: -5rem;
    margin-left: -17.5rem;
    position: relative;
    top: -5rem;
}

.contents-banner01-content {
    width: calc(100% - 43rem + 20rem);
    padding: var(--s8) var(--s6) var(--s8) var(--s4);
}

.contents-banner01-catch {
    font-size: 3.2rem;
    font-weight: 700;
    color: #EA5000;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.contents-banner01-catch a {
    display: inline-block;
    padding-right: var(--s5);
    text-decoration: none;
    background: url(./img/arr_orange_nav.svg) no-repeat center right / auto .8em;
    color: #EA5000;
}

.contents-banner01-catch a:hover {
    opacity: 0.6;
}

.contents-banner01-catch span {
    margin-bottom: 1rem;
    padding: var(--s1);
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background-color: var(--site-color03);
}

.contents-banner01-text {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
}

.contents-banner01-btn {
    max-width: 36rem;
    z-index: 10;
}

/* ---------------------------------------------
   Comparison
   --------------------------------------------- */
.l-comparison {
    display: flex;
    gap: 44px;
}

.comparison {
    width: calc(100% - 44px);
    padding: 0;
}

.comparison-content {
    padding-bottom: var(--s4);
    position: relative;
    z-index: 5;
}

.comparison--left {
    padding-right: var(--s5);
    background-color: var(--site-color07);
}

.comparison--right {
    padding-left: var(--s5);
    background-color: var(--site-color06);
}

.comparison-title {
    margin-bottom: var(--s6);
    padding: var(--s2);
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.comparison-title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -1.4rem;
}

.comparison-title--light {
    width: calc(100% + var(--s5));
    background-color: var(--site-color14);
    font-size: 2.3rem;
}

.comparison-title--light::after {
    border-right: 1.5rem solid var(--site-color14);
    border-bottom: 1.5rem solid var(--site-color14);
}

.comparison-title--dark {
    width: calc(100% + var(--s5));
    margin-left: calc(-1 * var(--s5));
    background-color: var(--site-color03);
}

.comparison-title--dark::after {
    border-right: 1.5rem solid var(--site-color03);
    border-bottom: 1.5rem solid var(--site-color03);
}

.comparison-content,
.comparison-box,
.comparison-pic {
    margin-left: var(--s4);
    margin-right: var(--s4);
}

.comparison-box {
    margin-bottom: var(--s5);
    padding-bottom: var(--s4);
}

.comparison--left .comparison-box {
    border-bottom: 1px solid var(--site-color05);
}

.comparison--right .comparison-box {
    border-bottom: 1px solid #333;
}

.comparison-box__ttl {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--site-color03);
    line-height: 1.5;
}

.comparison-box__txt {
    margin-bottom: 1.6rem;
    line-height: 1.5;
}

.comparison-pic {
    margin-bottom: var(--s2);
    text-align: center;
}

.comparison-circle-area {
    position: relative;
}

.comparison-circle {
    width: 12rem;
    height: 12rem;
    padding: var(--s5) var(--s2) var(--s2) var(--s2);
    border-radius: 14rem;
    text-align: center;
    background-color: #fff;
    border: 2px solid var(--site-color05);
    position: relative;
}

.comparison-circle p {
    line-height: 1.3;
    font-weight: 700;
}

.comparison-circle__img {
    width: 5rem;
    height: 5rem;
    margin: 1rem auto;
    transform: translateX(-50%);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.comparison-first,
.comparison-second,
.comparison-third {
    position: absolute;
    right: -12.4rem;
    z-index: 10;
}

.comparison-first {
    top: 60%;
}

.comparison-second {
    top: 10%;
}

.comparison-third {
    top: 5%;
}

.comparison-content .acc-more-btn {
    margin: var(--s5) auto;
    line-height: 1.4;
    position: relative;
}

.comparison-content .acc-more-btn span {
    width: 100%;
    margin: var(--s5) auto;
    padding: var(--s3) var(--s6) var(--s3) var(--s5);
    border: .2rem solid var(--site-color05);
    border-radius: 4rem;
    background: url('./img/acc-off.svg') no-repeat 95% center #fff;
    display: block;
    font-weight: 700;
    text-align: center;
    transform: translate(0, 0);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 1;
}

.comparison-content .acc-more-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--site-color03);
    border-width: 0 1px 1px 0;
    transform: translate(.8rem, .8rem);
    border-radius: 4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.comparison-content .acc-more-btn:hover span {
    transform: translate(.8rem, .8rem);
}

.comparison-content .acc-more-btn.is-open span {
    background: url('./img/acc-on.svg') no-repeat 95% center #fff;
}

/* ---------------------------------------------
   Related Articles
   --------------------------------------------- */
.company {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
}

.related-article01-frame {
    margin: var(--s10) auto var(--s6);
    position: relative;
    border: 1px solid #2D2D2D;
}

.related-article01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s2);
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background-size: 4rem auto;
    position: relative;
    background: #F2F2F2;
    border-bottom: 1px solid #2D2D2D;
}

.related-article01-list {
    padding: 0;
    font-weight: 700;
}

.related-article01-list li {
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.related-article01-list a {
    display: block;
    text-decoration: none;
}

.related-article01-list a:hover {
    opacity: 0.6;
}

.relations-box.relations-box--column {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #2D2D2D;
    padding-left: 1.5rem;
    background: url("./img/arr_orange_nav.svg") no-repeat right var(--s3) center/1.4rem 1.4rem;
}

.related-article01-list li:last-child .relations-box.relations-box--column {
    border-bottom: none;
}

.relations-box__pic {
    flex: 0 0 150px;
}

.relations-box__body .catch-01 {
    padding: var(--s2) 0;
}

.related-article01-list li:nth-last-child(1) {
    border-bottom: none;
}

.lead-txt {
    line-height: 1.6;
    text-align: center;
    line-height: 2;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.sec03 .btn-web {
    margin: 0 auto;
}

.company .small {
    font-size: 2rem;
}

/* ---------------------------------------------
   追従バナー
   --------------------------------------------- */
.pc-fix-banner02 {
    width: 24rem;
    position: fixed;
    right: 1rem;
    bottom: 10rem;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.8rem);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.pc-fix-banner02.js-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.pc-fix-banner02 a {
    text-decoration: none;
    display: block;
}

.pc-fix-banner02 a:hover {
    opacity: .7;
}

.sp-fix-banner02 {
    display: none;
}


/* ============================================
   メディアクエリ (レスポンシブ設定)
   ============================================ */

/* --------------------------------------------
   PC Large/Medium Range
   -------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1550px) {
    .mv-container {
        margin-left: 2rem;
        max-width: 52rem;
    }

    .mv {
        background: url(./img/mv02.jpg) no-repeat;
        background-size: 75% auto;
        background-position: right top;
        min-height: 435px;
    }
    .mv .mv-container .mv-title {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }
    .mv .mv-container .mv-label .big {
        font-size: 4.5rem;

    }
    .mv .mv-container .mv-label {
        font-size: 3.8rem;
        margin-top: 2rem;
    }
    .thb-box-full {
        width: calc(100% + var(--s4));
    }

}

@media screen and (min-width: 769px) and (max-width: 1550px) {
    .conclusion-catch::before {
        width: calc(100vw - 37rem);
    }
}

/* --------------------------------------------
   Tablet Boundary (max-width: 798px)
   -------------------------------------------- */
@media screen and (max-width: 798px) {
    .mv .thb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
        display: block;
    }
    .forSP {
        display: block;
    }
}

/* --------------------------------------------
   Tablet Portrait / SP Boundary (max-width: 768px)
   -------------------------------------------- */
@media screen and (max-width: 768px) {
    .mv {
        min-height: auto;
        padding-top: 0;
        background: url(./img/mv_sp.png) no-repeat top;
        background-size: contain;
    }
    .mv-container {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 0 var(--s2);
        border-bottom: 1px solid #2D2D2D;
        padding-bottom: 5rem;
        margin-top: 2rem;
    }

    .mv-container h2{
        margin-bottom: 1rem;
    }
    
    .mv-label .big {
        font-size: 3rem;
    }
    .mv-label {
        font-size: 2.5rem;
		margin: 0 0 .5rem;
    }
    .mv-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    .pc-only {
        display: none; /* スマホで改行タグを無効化 */
    }
    .mv-btn {
        margin: 0 auto; /* 中央寄せ */
        display: flex;
    }
}

/* --------------------------------------------
   Smartphone (max-width: 767px)
   ※主要なSP設定はここに集約
   -------------------------------------------- */
@media screen and (max-width: 767px) {
    /* --- MV・Logo --- */
    .forSP.logo {
        margin: 0 auto 2rem;
        text-align: center;
    }
    .logo img {
        width: 40%;
    }
    .mv-text-group {
        max-width: 100%;
        margin-top: 3rem;
    }

    /* --- Navigation --- */
    .gnavi-pc {
        display: none;
    }
    .header-area {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background-color: transparent;
        border: none;
        overflow-x: visible;
        overflow-y: visible;
        position: static;
		padding: 0;
    }
    .header-logo {
        display: none;
    }
    .header-area-upper {
        padding: var(--s1);
        text-align: left;
    }
    .header-title {
        display: inline;
        line-height: 1.6;
    }
	.header-title::before {
		top: 22%;
	}
    .gnavi-ctrl {
        display: block;
        transition: opacity 0.6s, visibility 0.6s;
        opacity: 0;
        visibility: hidden;
    }
    .gnavi-ctrl.is-show {
        opacity: 1;
        visibility: visible;
    }
    #low-page .gnavi-ctrl {
        opacity: 1;
        visibility: visible;
    }
    .gnavi-btn {
        width: var(--s7);
        height: var(--s6);
        background: #EA5000;
        display: block;
        position: fixed;
        top: var(--s3);
        right: 0;
        z-index: 200;
        cursor: pointer;
    }
    .gnavi-btn.is-show {
        opacity: 1;
        visibility: visible;
    }
    .gnavi-btn span {
        width: var(--s4);
        height: 0.2rem;
        display: inline-block;
        background: #fff;
        position: absolute;
        left: 1.2rem;
        transform: translate(0, -50%);
        transition: transform 0.4s, opacity 0.4s;
    }
    .gnavi-btn span:nth-of-type(1) {
        top: 1.7rem;
    }
    .gnavi-btn span:nth-of-type(2) {
        top: 2.4rem;
    }
    .gnavi-btn span:nth-of-type(3) {
        top: 3.1rem;
    }
    .gnavi-btn.is-active span:nth-of-type(1) {
        transform: translateY(0.7rem) rotate(-45deg);
    }
    .gnavi-btn.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    .gnavi-btn.is-active span:nth-of-type(3) {
        transform: translateY(-0.7rem) rotate(45deg);
    }
    .gnavi-btn-close {
        width: 80%;
        margin: 0 auto;
        padding: var(--s2);
        background: #ffffff;
        display: block;
        text-align: center;
    }
    .gnavi-btn-close__inner {
        padding: 0 0 0 var(--s3);
        display: inline-block;
        font-weight: 700;
        position: relative;
    }
    .gnavi-btn-close__inner::before {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #EA5000;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(45deg);
    }
    .gnavi-btn-close__inner::after {
        content: "";
        width: 1em;
        height: 0.2rem;
        background: #EA5000;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%) rotate(135deg);
    }
    .gnavi-area {
        width: 100%;
        height: 100vh;
        padding: var(--s3) var(--s1) var(--s10);
        display: block;
        background: #F2F2F2;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transform: translateX(100%);
        transition: transform 0.8s ease, opacity 0.8s ease;
        opacity: 0;
    }
    .gnavi-title {
        min-height: var(--s6);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
        width: 40%;
    }
    .gnavi-pc {
        display: none;
    }
    .gnavi-list {
        border-bottom: 1px solid #333;
        position: relative;
    }
    .gnavi-list li {
        padding-left: 0;
    }
    .gnavi-list__item::before {
        display: none;
    }
    .gnavi-list__link {
        width: 100%;
        margin: 0 auto;
        padding: var(--s2) var(--s4) var(--s2) var(--s2);
        border-top: 1px solid #2D2D2D;
        display: block;
        font-weight: 700;
        line-height: 1.5;
        text-decoration: none;
        position: relative;
        font-size: 1.4rem;
    }
    .gnavi-list__link::after {
        content: "";
        width: 1.4rem;
        height: 1.4rem;
        background: url("img/arr_orange_nav.svg") no-repeat center/100% auto;
        position: absolute;
        top: 50%;
        right: var(--s2);
        transform: translate(0, -50%) rotate(0);
        transition: transform 0.3s;
    }
    .gnavi-list__link--toggle::after {
        background-image: url("img/arrow-01-orange-down.svg");
    }
    .gnavi-list__link--toggle.is-open::after {
        transform: translate(0, -50%) rotate(180deg);
    }
    .gnavi-list__sub {
        width: 100%;
        background: #fff;
    }
    .gnavi-list__low .gnavi-list__link {
        padding: var(--s2) var(--s4) var(--s2) var(--s4);
    }
    .gnavi-list__low .gnavi-list__link::after {
        content: "└";
        background: none;
        transform: translateY(-50%);
        position: absolute;
        top: 40%;
        left: 1rem;
    }
    .is-gnavi-open .gnavi-area {
        opacity: 1;
        transform: translateX(0);
    }
    .navigation01-menu-area {
        display: none;
    }
    .contents-area,
    .footer-area {
        margin-left: 0;
    }

    /* --- Index (TOC) --- */
    .onb-index01-frame {
        width: 90% !important;
    }
    .onb-index01-wrap .onb-index01-title {
        padding: var(--s1);
    }
    #toc ul li.onb-index01-chapter-h a {
        padding-right: 2rem;
        background: url(./img/arr_orange_down.svg) no-repeat top 36% right / auto 0.6em;
    }
    #toc ul li.onb-index01-chapter-h-two {
        padding-left: var(--s2);
        padding-right: var(--s2);
    }
    #low-page .related-article01-title,
    .onb-index01-wrap .onb-index01-title {
        font-size: 1.9rem;
    }

    /* --- Sections General --- */
    .sec01 {
        padding-top: 3rem;
        padding-bottom: 0 !important;
    }
    .sec02 {
        margin-top: 0;
        padding-top: 2rem;
        overflow-x: hidden;
    }

    #low-page .sec02 {
        margin-top: 5rem;
    }
    .sec02 .sec03 {
        padding-top: 0 !important;
    }
    .sec03 {
        padding-top: 5rem;
    }
    #index .sec03 {
        padding-top: 5rem;
    }
    .sec06 {
        padding-bottom: 5rem;
        background: #eeeeee url(./img/sec06_bg_sp.jpg) no-repeat top center;
        background-size: contain;
    }
    .sec07 {
        margin-top: 0;
    }
    .section-title04 {
        font-size: 6.1vw;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 0;
    }
    .section-title04::after {
        width: 5rem;
        bottom: -2.2rem;
    }
    .section-title05 {
        padding: var(--s2);
        font-size: 2rem;
        background-size: cover;
        background-position: left;
        margin-top: 2rem;
    }
    .sec03.section-title05 {
        font-size: 2.2rem;
    }
    .section-title06-frame::after {
        background-size: cover;
    }
    .section-title06 {
        padding: var(--s2);
        font-size: 2.4rem;
    }
    .section-title07-frame {
        background-color: transparent;
        overflow-x: hidden;
        padding-top: 3.2rem;
        margin-top: 0;
    }
    .section-title07-frame::before {
        width: 100%;
        max-width: 100%;
        padding: 0;
        font-size: clamp(3rem, 11vw, 6rem);
        line-height: 1;
        top: 0;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
    }
    .section-title07 {
        padding: var(--s4) 0 0 var(--s2);
        font-size: 2.5rem;
    }
    .sec02 .section-title07 {
        padding-left: 0;
        padding-top: var(--s3);
    }
    .section-title07 a {
        background: url(./img/arr_orange_nav.svg) no-repeat top 60% right / auto .8em;
    }
    .sec02::before {
        font-size: 3rem;
        top: 2rem;
        padding: .8rem 0;
    }

    .sec02 .section-title07-frame {
        margin-top: 0;
    }

    .bg-orange {
        font-size: 2.2rem;
    }

    .sec01 .section-title04 .bg-orange {
        font-size: 2rem;
    }
    .bg-01 {
        position: relative;
        background-size: cover;
    }

    .sec05:before, .sec12:before {
        background-position: left top;
        background-size: cover;
    }

    /* --- Columns & Boxes --- */
    .column-medium {
        padding: var(--s2) var(--s1);
    }
    .onb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }
    .twb-box-full {
        width: calc(100% + var(--s4));
        margin-left: calc(var(--s2) * -1);
    }

    /* --- Icon Description --- */
    .icon-description-area {
        padding: var(--s6) var(--s2) var(--s2) var(--s2);
    }
    .icon-description-list li {
        font-size: 1.4rem;
    }
    .icon-description-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .icon-description-title {
        width: 80%;
        padding: 1.6rem;
        font-size: 1.8rem;
        text-align: center;
    }
    .onb-icon-head01 {
        margin-left: var(--s2);
        padding: var(--s1) var(--s1) var(--s1) var(--s5);
        font-size: 2rem;
        margin-top: 0;
    }
    .onb-icon-head01::before {
        content: "";
        width: 5rem;
        height: 5rem;
        left: -2rem;
    }

    #low-page .onb-icon-head01 {
        margin: var(--s4) 0 var(--s2) var(--s2);
    }

    .onb-icon-title-frame {
        padding: var(--s2);
    }
    .sec03 .onb-icon-title-frame .onb-icon-title {
        font-size: 3rem;
        line-height: 1.3;
    }
    .onb-icon-title {
        font-size: 2.4rem;
    }
    .onb-icon-title small {
        font-size: 2rem;
    }
    .onb-icon-title-catch {
        padding-left: var(--s4);
        font-size: 1.4rem;
    }
    .onb-icon-title-icon {
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: -2rem;
        left: -.5rem;
    }

    /* --- Titles & Text --- */
    .sec02 .thb-m-title04 {
        font-size: 2rem;
    }
    .sec02 .thb-m-title04 .thb-m-title04-name {
        font-size: 2rem;
    }
    .column-medium .company {
        font-size: 2.8rem;
    }
    .sec03 .column-medium .onb-icon-title-frame {
        width: 90%;
    }
    .column-medium .company .small {
        font-size: 1.6rem;
    }
    .sec04 .onb-iconbox03-catch {
        font-size: 2rem;
    }
    .sec02 .thb-m-title04 .small {
        font-size: 1.5rem;
    }
    .sec03 .column-medium {
        padding-top: var(--s2);
        padding-bottom: 5rem;
    }
    .twb-arrow-title {
        margin-bottom: 2rem;
        padding: var(--s2);
        font-size: 2rem;
    }
    .h2midasi-sub {
        padding: var(--s1) var(--s3) var(--s2) var(--s5);
        font-size: 2rem;
        background-size: 3rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .sec07.h2midasi-sub {
        padding: var(--s3) var(--s3) var(--s3) var(--s5);
        font-size: 2rem;
        background: url(./img/h2midasi-sub_icon.svg) no-repeat left center;
        background-size: 2.8rem;
        margin-bottom: 0;
    }
    .sec01 .m-title02 {
        font-size: 2.5rem;
        padding: .5rem var(--s2);
    }

    /* --- List Box --- */
    .thb-listbox-area {
        padding: var(--s5) var(--s1);
    }
    .thb-listbox-list--three li {
        width: calc((100% - var(--s2)) / 2);
    }
    .thb-listbox-title {
        width: 100%;
        margin: var(--s2) auto 0 auto;
        padding: var(--s1);
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
    }

    .thb-listbox-list {
        padding-left: 0;
    }

    /* --- Conclusion --- */
    .conclusion-area::before {
        margin-left: -50vw;
        width: 100vw;
    }
    .conclusion-area {
        margin-top: 0;
        padding: 0 0 var(--s5);
    }

    .conclusion-box .btn-ancher a {
        padding-top: var(--s2);
        padding-bottom: var(--s2);
    }

    .conclusion-area .l-grid-three {
        margin-top: var(--s2);
    }

    .conclusion-title {
        font-size: 2.4rem;
    }
    .conclusion-title-deco::before,
    .conclusion-title-deco::after {
        content: "";
        width: 10%;
    }
    .conclusion-title-deco::before {
        left: -20%;
    }
    .conclusion-title-deco::after {
        right: -20%;
    }
    .conclusion-box {
        padding: var(--s4) var(--s3);
    }
    .conclusion-catch {
        font-size: 2.1rem;
        line-height: 1.5;
    }
    .conclusion-catch::before {
        margin-left: calc(-50vw + 0rem);
        width: calc(100vw - 4rem);
    }
    .btn-conclusion {
        width: 80%;
    }

    /* --- Chart/Table --- */
    table {
        width: 100%;
        table-layout: auto;
        max-width: 100%;
    }
    .sec02 .simplified-chart-spfix .arrow-title {
        font-size: 2rem;
        min-height: 5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec02 .simplified-chart-spfix .catch {
        font-size: 3.78vw;
        line-height: 1.6;
        padding: 0 .5rem;
    }
    .sec02 .simplified-chart-spfix .arrow-title .orange {
        font-size: 2.5rem;
    }
    .th_inner.img-box {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .th_inner.img-box img {
        width: 70%;
        min-height: 10rem;
        margin: 0 auto;
    }
    
    .th_inner.img-box .caption {
        margin-top: auto;
        padding-top: 1rem;
    }
    .simplified-chart-spfix-cpt {
        margin-bottom: 1rem;
        display: block;
        padding: var(--s1);
        border: 1px solid #ccc;
        text-align: center;
        font-size: 1.2rem;
        border-radius: 2rem;
    }
    .l-scroll-x-sp .simplified-chart-spfix {
        width: auto;
    }
    .l-scroll-x-sp .simplified-chart-spfix th{
        min-width: 15rem ;
    }
    .l-scroll-x-sp .simplified-chart-spfix td {
        min-width: 19rem !important;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 1.5rem;
    }
    .l-scroll-x-sp .simplified-chart-spfix th:first-child {
        width: 12rem !important;
        min-width: 12rem !important;
        position: sticky;
        left: 0;
        z-index: 10;
        font-size: 1.5rem;
    }

    .l-scroll-x-sp .simplified-chart-spfix tr:first-child th:first-child {
        background-color: #E5E5E5!important;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }
    .simplified-chart-spfix td .big {
        font-size: 2rem;
    }

    .simplified-chart-spfix .btn-web a,
    .simplified-chart-spfix .btn-internal a{
        padding: var(--s2) var(--s5) var(--s2) var(--s3);
    }
    .simplified-chart-spfix .btn-internal a {
        background: url(./img/arr-white-down.svg) right 2rem center / auto 1.3em no-repeat rgb(45, 45, 45);
    }
    /* --- Slider --- */
    .swiper.onb-txtSlider {
        width: calc(100% + var(--s4));
        height: auto;
        margin-left: calc(var(--s2) * -1);
    }
    .onb-txtSlider .swiper-slide {
        width: 100% !important;
    }
    .slide-text-img{
        width: 95%;
        margin: 0 auto;
    }

    .swiper-slide .slide-text-img .caption {
        width: 80%;
        margin: .5rem auto 0;
    }

	.slide-text-img img {
		height: 200px;
        object-fit: contain;
	}
    .onb-txtSlider .swiper-pagination-fraction {
        width: 5.5em;
        font-size: 1rem;
        right: 1rem;
    }
    .onb-txtSlider-area .swiper-button-next,
    .onb-txtSlider-area .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        top: 50%;
    }
    .onb-txtSlider-area .swiper-button-prev {
        left: -1rem;
    }
    .onb-txtSlider-area .swiper-button-next {
        right: -1rem;
    }

    /* --- Profile --- */
    .profile-area {
        padding: var(--s2) var(--s2) var(--s4);
        grid-template-columns: none;
        grid-template-areas: inherit;
        gap: var(--s2);
    }
    .profile-area::before {
        font-size: 1.4rem;
        z-index: 0;
        width: 4rem;
    height: 4rem;

    }
    .profile-img-area,
    .profile-text-area,
    .profile-btn-area,
    .profile-catch {
        grid-area: inherit;
    }
    .profile-img-area {
        display: block;
        align-items: center;
        margin: 0 auto;
    }


    .profile-area .caption {
        text-align: left;
    }
    .profile-img {
        width: 30%;
    }
    .profile-caption {
        margin: 2rem auto 0;
    }
    .profile-area .profile-catch {
        font-size: 1.8rem;
        position: relative;
        z-index: 0;
        padding-left: 1rem;
		text-align: center;
        margin-top: .5rem;
    }

    /* --- More Button --- */
    .onb-more-btn {
        margin-right: var(--s1);
    }
    .onb-more-btn span {
        transition: inherit;
        transform: none;
    }
    .onb-more-btn:hover span {
        transform: none;
    }

    /* --- Pickup Contents --- */
    .l-pickup-contents02 {
        min-height: inherit;
        flex-direction: column;
        margin-top: 0;
    }
    .l-pickup-contents02-content {
        max-width: inherit;
        padding: var(--s4) var(--s2);
    }
    .pickup-contents02-img {
        min-height: 24rem;
        top: 0;
    }
    .pickup-contents02-catch {
        font-size: 2rem;
    }
    .btn-pickup-contents02 {
        margin-right: var(--s1);
    }

    /* --- Case Box / Banner --- */
    .onb-casebox02-frame .onb-casebox02-catch {
        font-size: 1.8rem;
        text-align: left;
    }

    .sec03 .onb-casebox02-frame {
        padding: var(--s2) var(--s2) 0;
    }
    .sec03 .onb-casebox02-frame p{
        margin: 0;
    }

    .sec03 .l-stack-large {
        gap: var(--s4);
    }
    .sec03 .company-box:before{
        width:100%;
    }

    .sec03 .l-grid-two-large > .onb-casebox02-frame:nth-child(2) {
        border-left: none !important;
    }
    .l-contents-banner01 {
        margin-left: 1rem;
        margin-right: 1rem;
        flex-direction: column;
    }
    .contents-banner01-img {
        width: 80%;
        margin-left: -2.5rem;
    }
    .contents-banner01-content {
        width: 100%;
        padding: 0 var(--s3) var(--s5);
    }
    .contents-banner01-catch {
        font-size: 2.3rem;
    }
    .contents-banner01-text {
        font-size: 1.8rem;
    }

    /* --- Comparison --- */
    .l-comparison {
        display: flex;
        gap: 22px;
    }
    .comparison {
        width: calc((100% - 22px) / 2);
    }
    .comparison--left {
        padding-right: var(--s2);
    }
    .comparison--right {
        padding-left: var(--s2);
    }
    .comparison-title--light {
        width: calc(100% + var(--s2));
    }
    .comparison-title--dark {
        width: calc(100% + var(--s2));
        margin-left: calc(-1 * var(--s2));
    }
    .comparison-box,
    .comparison-pic {
        margin-left: var(--s2);
        margin-right: var(--s2);
    }
    .comparison-content {
        margin: 0;
    }
    .comparison-circle {
        width: 26%;
        height: inherit;
        padding: var(--s2) var(--s1) var(--s1) var(--s1);
        display: flex;
        justify-content: center;
        right: -4.7rem;
    }
    .comparison-circle p {
        font-size: 1.4rem;
        line-height: 1;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    .comparison-circle__img {
        width: 100%;
        height: inherit;
        margin: 0 0 .5rem 0;
        top: -2.4rem;
    }
    .comparison-arrow {
        margin-bottom: 8rem;
        position: relative;
    }
    .comparison-arrow::after {
        content: "";
        width: 8rem;
        height: calc(8rem / 2 * tan(45deg));
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background-color: #ccc;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        bottom: -6rem;
    }
    .comparison-content .acc-more-btn {
        margin-right: var(--s2);
        padding: 0;
        margin: var(--s3) var(--s1) var(--s3) 0;
    }
    .comparison-content .acc-more-btn::before {
        right: 1rem;
    }
    .comparison-content .acc-more-btn::after {
        right: 1.9rem;
    }
    .comparison-content .acc-more-btn span {
        margin: var(--s3) var(--s1) var(--s3) 0;
        padding: 2rem 3rem 2rem 1rem;
    }
    .comparison-content .acc-more-btn:hover span {
        transform: none;
    }

    /* --- Related Articles --- */
    .related-article01-list {
        padding: 0;
    }
    .related-article01-list li {
        margin-left: 0;
    }
    .relations-box__pic {
        flex: 0 0 100px;
    }
    .relations-box.relations-box--column {
        background: url("./img/arr_orange_nav.svg") no-repeat right var(--s1) center/1.4rem 1.4rem;
        padding-right: 2.8rem;
    }

    /* --- Banners (Fixed) --- */
    .pc-fix-banner02 {
        display: none;
    }
    .sec03.bg-02 {
        background: none;
        /* iOSでbackground-attachment: fixedが効かないため、疑似要素で背景を設定 */
        overflow: hidden; /* 背景が範囲外にはみ出ないように */
    }
    .sec03.bg-02::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('./img/bg-02_sp.png') no-repeat top left;
        background-size: contain;
        z-index: -1;
        pointer-events: none;
    }
    .sp-fix-banner02 {
        display: block;
        width: 60%;
        position: fixed;
        right: 3px;
        bottom: 7px;
        z-index: 50;
    }
    .sp-fix-banner02 a {
        color: #fff;
        text-decoration: none;
        display: block;
        position: relative;
    }
 
    .sp-fix-banner02 a:hover {
        opacity: .7;
    }
    .sec11,
    .sec10{
        padding-top: 0;   
    }
    #low-page .thb-box-full {
        width: calc(100% + var(--s2));
    }

   
    .simplified-chart-spfix th .caption {
        line-height: 1.4;
    }
    .sec02 .annotation {
        line-height: 1.7;
    }
}