@charset "utf-8"; /* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
    padding: var(--s1);
    text-align: right;
}

@media screen and (max-width: 767px) {
    /* SP overflow guard */ .contents-area, .contents-area section, .contents-area article, .contents-area div, .contents-area p, .contents-area dl, .contents-area ul, .contents-area li, .contents-area table, .contents-area img {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Keep slider arrows and decorative dots inside viewport */
    .onb-txtSlider-area .swiper-button-prev {
        left: 0;
    }

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

    .ms-detail-card__spec-block li::before {
        left: -1.2rem;
    }

    .ms-filter-ui {
        padding-top: var(--s8) !important;
    }

    .related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) 0;
}
    
}

.header-area--top {
    width: 100%;
    border-bottom: 1px solid #006988;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 260;
}

.header-area--top .header-area-upper {
    min-height: 6.4rem;
    padding: 0 0 0 var(--s2);
    display: flex;
    align-items: center;
    gap: var(--s2);
    text-align: left;
}

.header-area--top + .contents-area {
    padding-top: 0;
}

/* ---------------------------------------------
下層ページ メイン見出し（FVラベル＋h1＋短いアンダーライン）
--------------------------------------------- */
.low-page-hero-title {
    margin: 4rem 0 4.8rem;
    padding: 0;
    text-align: left;
    margin: 4rem 0 2rem 3rem;
}

.low-page-hero-title__label {
    margin: 0 0 0.6rem;
    padding: 0;
    color: #03cdc0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.low-page-hero-title__heading {
    margin: 0;
    padding: 0 0 0.4rem;
    color: #4a5f70;
    font-size: clamp(2.5rem, 3vw, 4rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    position: relative;
}

.low-page-hero-title__heading::after {
    content: "";
    display: block;
    width: min(18rem, 28%);
    height: 0.45rem;
    margin-top: 1.2rem;
    background: #4a5f70;
    border-radius: 0.1rem;
}

/* 下層 #low-page：リンク系パーツを縦並び（common の float を解除） */
#low-page .btn-internal, #low-page .btn-web {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 46rem;
    margin: 3rem auto 6rem;
}

#low-page .btn-tel {
    display: none;
}

#low-page .btn-link {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 46rem;
    margin: 0 0 1.2rem auto;
}

#low-page .btn-internal a {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-right: 6.5rem;
}

#low-page .btn-link {
    text-align: right;
}

#low-page .btn-link a {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    text-align: right;
}

/* 下層 #low-page：TOP .ms-detail-card__actions と同じ Web / Tel ボタン */
#low-page .btn-web, #low-page .btn-tel {
    position: relative;
    z-index: 5;
    font-size: clamp(1.8rem, 2.5vw, 2rem);
}

#low-page .btn-web::after, #low-page .btn-tel::after {
    display: none;
}

#low-page .btn-web a {
    width: 100%;
    margin: 0;
    padding: 1.6rem 5.3rem;
    display: block;
    background: var(--ms-gradient-accent) no-repeat center / cover;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    border-radius: 50rem;
    box-sizing: border-box;
    transform: translate(0, 0);
    transition: transform 0.3s;
    text-align: center;
}

#low-page .btn-tel a {
    width: 100%;
    margin: 0;
    padding: 1.6rem 4.3rem;
    display: block;
    background: #ffe600;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    border-radius: 50rem;
    box-sizing: border-box;
    transform: translate(0, 0);
    transition: transform 0.3s;
    text-align: center;
}

#low-page .btn-web a:hover, #low-page .btn-tel a:hover {
    transform: translate(0.8rem, 0.8rem);
}

#low-page .btn-web a::after {
    content: "";
    width: 3.4rem;
    height: 3.4rem;
    background: url(img/icon-circle-arrow-right-white-44.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
}

#low-page .btn-internal a::after {
    content: "";
    width: 3.4rem;
    height: 3.4rem;
    background: url(img/icon-circle-arrow-right-blue-44.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
}

#low-page .btn-tel a::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(img/tel-icon.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 1.8rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    #low-page .btn-tel {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        max-width: 46rem;
        margin: 0 auto 1.2rem;
    }
}

@media screen and (min-width: 1024px) {
    /*
     * 下層テンプレート目次（.onb-index02-frame）
     * PC: 右側に固定表示 + 本文を右TOCぶん避ける
     */#low-page {
        padding-right: 0;
        box-sizing: border-box;
    }

    #low-page .onb-index02-frame {
        position: fixed;
        top: calc(var(--cat-ms-filter-top, 6.4rem) + 20rem);
        right: max(2rem, calc((100vw - 106rem) / 2));
        width: 14vw;
        z-index: 90;
        opacity: 1;
        transition: opacity 0.55s ease;
        will-change: opacity;
        right: 0;
    }

    #low-page .onb-index02-wrap {
        padding: 0;
    }

    #low-page .onb-index02-title {
        font-size: 1.6rem;
        padding: var(--s1) var(--s1) var(--s1) var(--s1);
        background-size: 2.8rem auto;
    }

    #low-page .onb-index02-chapter {
        padding: var(--s3) var(--s1) var(--s1) var(--s2);
        font-size: 1.2rem;
    }

    #low-page .onb-index02-gradation.more-content-gradation::after {
        display: none;
    }

    #low-page .onb-index02-btn {
        display: none;
    }
}

#low-page .onb-index02-title__sub {
    color: #03cdc0;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-left: 1rem;
}

#low-page .onb-index02-gradation.more-content-gradation {
    /* max-height: none; */
    max-height: 300px !important;
    overflow-y: auto;
}

.header-logo {
    flex: 0 0 auto;
    line-height: 0;
}

.header-logo .ph-image {
    width: 16rem;
    aspect-ratio: auto;
}

.header-logo img {
    width: 8rem;
    height: auto;
}

.header-title {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}

.header-area--top .header-title {
    flex: 1 1 auto;
    margin: 0;
    padding-left: 3.5rem;
    font-size: 1.2rem;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

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

.header-title a {
    text-decoration: none;
    font-weight: bold;
}

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

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

.toggle-content {
    display: none;
}

.gnavi-ctrl {
    transition: opacity 0.6s, visibility 0.6s;
    opacity: 0;
    visibility: hidden;
}

.header-area--top .gnavi-ctrl {
    flex: 0 0 auto;
    opacity: 1;
    visibility: visible;
}

.gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
}

#low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
}

.gnavi-btn {
    width: var(--s9);
    height: var(--s9);
    background: #ffffff;
    display: block;
    position: fixed;
    top: var(--s3);
    right: 0;
    z-index: 200;
    cursor: pointer;
    border-left: 1px solid #006988;
}

.header-area--top .gnavi-btn {
    position: relative;
    top: auto;
    right: auto;
}

.gnavi-ctrl-panel {
    position: relative;
}

.gnavi-btn span {
    width: var(--s6);
    height: 0.1rem;
    display: inline-block;
    background: #03CDC0;
    position: absolute;
    left: 1.2rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
}

.gnavi-btn span:nth-of-type(1) {
    top: 2.5rem;
}

.gnavi-btn span:nth-of-type(2) {
    top: 3.7rem;
}

.gnavi-btn span:nth-of-type(3) {
    top: 4.8rem;
}

.gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(1rem) rotate(-45deg);
}

.gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
}

.gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-1.2rem) rotate(45deg);
}

.gnavi-btn-close {
    width: 80%;
    display: block;
    text-align: center;
    max-width: 32rem;
    margin: 2rem auto;
    padding: 1.6rem 4rem;
    border: 0.1rem solid #006988;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #006988;
    border-radius: 0.4rem;
    border-radius: 50rem;
}

.gnavi-btn-close__inner {
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.gnavi-area {
    width: 100%;
    max-width: 37.5rem;
    height: 100vh;
    padding: var(--s3) var(--s1) var(--s10);
    display: block;
    background: #f2f6f8;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 7.3rem;
    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 var(--s8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.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(--s1) var(--s5) var(--s1) var(--s2);
    display: block;
    font-weight: 700;
    line-height: 1.8;
    text-decoration: none;
    position: relative;
}

.gnavi-list__link::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(img/arrow-01-black-right.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 {
    width: 1.6rem;
    height: 1.6rem;
    background: url(img/arrow-01-black-right.svg) no-repeat center / 100% auto;
    transform: rotate(90deg);
}

.gnavi-list__link--toggle.is-open::after {
    transform: rotate(270deg);
}

.gnavi-list__sub {
    width: 100%;
    padding: 0 0 1rem 1rem;
    font-size: 1.4rem;
    color: #0d6f95;
}

.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);
}

/* ---------------------------------------------
index01(目次)
--------------------------------------------- */
.onb-index01-frame {
    width: 100%;
    background-color: var(--site-color09);
}

.onb-index01-wrap {
    margin: 0 auto;
    padding: var(--s1) var(--s3);
    border: solid 0.1rem #D0D3E0;
    background-color: transparent;
    position: relative;
}

.onb-index01-title {
    padding: var(--s2) var(--s2) var(--s2) var(--s6);
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    background: url(img/dummy-icon.png) no-repeat left center;
    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);
}

.onb-index01-chapter {
    padding: var(--s2) var(--s2) var(--s2) var(--s4);
    font-weight: 700;
}

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

.onb-index01-chapter-h a {
    display: block;
    text-decoration: none;
}

.onb-index01-chapter-h a:hover {
    opacity: .6;
}

.onb-index01-chapter-h-two {
    margin-left: var(--s2);
    position: relative;
}

.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-two::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: var(--site-color02);
    transform: translateY(-50%);
    top: .8em;
}

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

.more-content {
    display: none;
}

.onb-index01-content {
    background-color: #fff;
}

/* ---------------------------------------------
related-article01(関連記事)
--------------------------------------------- */
.related-article01-frame {
    padding: var(--s1) var(--s3) var(--s4) var(--s3);
    position: relative;
    background: #f2f6f8;
    border-radius: 0.4rem;
    margin: 2.5rem 0 0 3rem;
}

.related-article01-title {
    padding: var(--s2) var(--s2) var(--s3) var(--s2);
    color: #0b748e;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    background-size: 5rem auto;
    position: relative;
    border-bottom: 1px solid #006988;
}

.related-article01-list {
    padding: var(--s2) 0 var(--s2) var(--s2);
    font-weight: 700;
}

.related-article01-list li {
    margin: 0 0 0 0;
    padding-left: 1.5em;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

.related-article01-list li + li {
    margin-top: 10px;
}

.related-article01-list li::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #03cdc0;
    position: absolute;
    top: .6rem;
    left: 0;
}

.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;
}

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

.is-hidden {
    display: none;
}

.related-article01-more {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    background-color: transparent;
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 2rem 0;
}

.related-article01-more.is-closed {
    display: none;
}

.related-article01-btn {
    border: 1px solid #3d8caa;
    background: #fff;
    border-radius: 100px;
    padding: 1rem 5rem 1rem 2rem;
    position: relative;
    color: #3d8caa;
}

.related-article01-btn::before {
    content: "";
    width: 1.3rem;
    height: 0.1rem;
    background: #3d8caa;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
}

.related-article01-btn::after {
    content: "";
    width: 0.1rem;
    height: 1.3rem;
    background: #3d8caa;
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translate(0, -50%);
    transition: transform 0.3s;
}

.related-article01-btn:hover {
    opacity: 0.6;
}

/*------------------------------------------------------------
    SP settings
*/
@media screen and (max-width: 767px) {
    .related-article01-list {
        padding: 0;
        margin-top: 1.5rem;
    }

    .related-article01-list li {
        margin-left: 0;
    }

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

/* ---------------------------------------------
SD-1 theme foundation
--------------------------------------------- */
:root {
    --ms-color-primary: #00847b;
    --ms-color-primary-dark: #005f6a;
    --ms-color-bg: #f7fcfb;
    --ms-color-surface: #ffffff;
    --ms-color-text: #103a4a;
    --ms-color-subtext: #4a6470;
    --ms-color-border: #cfe4e2;
    --ms-color-accent: #00d4c4;
    --ms-color-accent-strong: #00a9cf;
    --ms-color-focus: #00c2a8;
    --ms-gradient-accent: linear-gradient(90deg, #069087 0%, #005ca5 35%, #00767B 72%, #016D82 100%);
    --ms-gradient-accent-vertical: linear-gradient(180deg, #03CDC0 0%, #4AADFD 35%, #00767B 72%, #016D82 100%);
    --ms-gradient-overlay: linear-gradient(135deg, rgba(3, 205, 192, 0.78) 0%, rgba(74, 173, 253, 0.72) 35%, rgba(0, 118, 123, 0.82) 72%, rgba(1, 109, 130, 0.86) 100%);
    --ms-font-size-base: clamp(1.5rem, 2vw, 1.6rem);
    --ms-font-size-lead: clamp(1.8rem, 2.5vw, 2rem);
    --ms-font-size-title: clamp(2.4rem, 4.5vw, 4rem);
    --ms-radius-sm: 0.6rem;
    --ms-radius-md: 1.2rem;
    --ms-radius-lg: 2rem;
    --ms-shadow-soft: 0 8px 24px rgba(16, 58, 74, 0.08);
}

.ms-top {
    color: var(--ms-color-text);
    /* background: var(--ms-color-bg); */
    font-size: var(--ms-font-size-base);
    line-height: 1.7;
}

.ms-top__section {
    padding: var(--s7) 0;
}

.ms-top__section--hero {
    padding-top: 0;
    background: url(img/hero-mask-bg.svg) no-repeat right top;
    background-size: 60% auto;
    position: relative;
    padding-bottom: 0;
}

.ms-mv {
    display: grid;
    gap: var(--s5);
}

.ms-mv-filter {
    padding: var(--s6) 0 var(--s2);
    background: #f2f6f8;
    height: 100%;
}

.ms-mv-main {
    /* width: 70vw; */
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* max-width: 130rem; */
}

.ms-mv-main .btn-internal.sp_only {
    display: none;
}

.ms-mv-main .lead {
    z-index: 1;
    position: relative;
    FONT-WEIGHT: 700;
}

.ms-mv-filter__label {
    margin: 0;
    padding: 0.4rem 0.8rem;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background: #0e6f95;
}

.ms-mv-filter__title {
    margin: 0.8rem 0 0;
    color: #0e6f95;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.ms-mv-filter__group {
    margin-top: var(--s2);
}

.ms-mv-filter__head {
    margin: 0;
    padding: 0.4rem 0.8rem;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    background: #03cdc0;
}

.ms-mv-filter__option {
    margin-top: 0.8rem;
    display: block;
    color: #1f2b31;
    font-size: 1.3rem;
    line-height: 1.6;
}

.ms-mv-filter__option input {
    margin-right: 0.6rem;
}

.ms-mv-filter__submit {
    width: 100%;
    margin-top: var(--s3);
    min-height: 4.2rem;
    border: 1px solid #0e6f95;
    border-radius: 999px;
    color: #0e6f95;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
}

.ms-mv-main__title {
    margin: 0 0 2rem 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.ms-mv-main__title-sub {
    display: block;
    color: #03cdc0;
    font-size: clamp(2.2rem, 2.4vw, 3rem);
    line-height: 1.5;
}

.ms-mv-main__title-main {
    margin-top: 0.8rem;
    display: block;
    color: #0e6f95;
    font-size: clamp(4.4rem, 5vw, 5rem);
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.ms-mv-main__title-highlight {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 0;
    padding: 15px 0.25em;
    font-size: clamp(4.4rem, 5vw, 7rem);
}

.ms-mv-main__title-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0.08em;
    background: #03cdc0;
    z-index: -1;
    border-radius: 0.08em;
    /* height: 90rem; */
}

.ms-mv-slider {
    height: 26vw;
    margin-top: 5rem;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-height: 45rem;
}

.ms-mv-slider__item {
    position: absolute;
    inset: auto;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.ms-mv-slider__item.is-active {
    opacity: 1;
}

.ms-mv-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ms-top__title {
    margin: 0;
    font-size: var(--ms-font-size-title);
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.ms-top__lead {
    margin-top: var(--s2);
    color: var(--ms-color-subtext);
    font-size: var(--ms-font-size-lead);
}

@media screen and (min-width: 1024px) {
    .ms-mv {
        grid-template-columns: minmax(35rem, 30rem) minmax(0, 1fr);
        align-items: start;
    }
}

.ms-mv .ms-filter-ui__panel {
    padding: var(--s2) 1.5rem var(--s2) var(--s2);
}

.ms-mv .ms-filter-ui__label {
    margin: 0 0 0 -16px;
}

.ms-card {
    padding: var(--s4);
    border: 1px solid var(--ms-color-border);
    border-radius: var(--ms-radius-md);
    background: var(--ms-color-surface);
    box-shadow: var(--ms-shadow-soft);
}

.ms-chip {
    padding: 0.3rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--ms-color-primary-dark);
    background: rgba(0, 132, 123, 0.14);
    font-size: 1.3rem;
    font-weight: 700;
}

.ms-button {
    min-height: 4.6rem;
    padding: 1.2rem 2.4rem;
    border: 1px solid transparent;
    border-radius: var(--ms-radius-lg);
    display: inline-flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
    align-content: space-between;
    align-items: center;
}

.ms-button:hover, .ms-button:focus-visible {
    opacity: 0.9;
    transform: translateY(-1px);
}

.ms-button:focus-visible {
    outline: 3px solid var(--ms-color-focus);
    outline-offset: 2px;
}

.ms-button--primary {
    color: #fff;
    background: var(--ms-gradient-accent);
}

.ms-button--secondary {
    color: var(--ms-color-primary-dark);
    border-color: var(--ms-color-border);
    background: #fff;
}

/* ---------------------------------------------
SD-1 gateway
--------------------------------------------- */
.ms-gateway {
    /* padding: var(--s3); */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(103, 120, 124, 0.58), rgba(103, 120, 124, 0.58)), url(img/gateway-bg.jpg) no-repeat center / cover;
    position: fixed;
    inset: 0;
    z-index: 400;
}

.ms-gateway[hidden] {
    display: none;
}

.ms-gateway__dialog {
    width: 100%;
    /* margin: 0 auto; */
    padding: clamp(2.8rem, 4vw, 5.2rem) clamp(2rem, 4vw, 7rem);
    /* border-radius: 0.4rem; */
    text-align: center;
    /* background: rgba(255, 255, 255, 0.94); */
    /* box-shadow: 0 16px 45px rgba(8, 34, 44, 0.22); */
    position: relative;
    border: 1px solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
}

.ms-gateway__dialog::before {
    content: "";
    width: 70vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: -1;
}

.ms-gateway__logo {
    width: min(12rem, 40%);
    margin: 0 auto var(--s3);
}

.ms-gateway__logo img {
    width: 100%;
    height: auto;
}

.ms-gateway__title {
    margin: 0;
    color: #1f2b31;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    font-weight: 700;
    line-height: 1.4;
}

.ms-gateway__text {
    max-width: 58rem;
    margin: var(--s2) auto 0;
    color: #303e45;
    font-size: 1.4rem;
    line-height: 1.9;
}

.ms-gateway__question {
    margin: var(--s4) 0 0;
    color: var(--ms-color-primary-dark);
    font-size: clamp(1.8rem, 2.2vw, 2.8rem);
    font-weight: 700;
    line-height: 1.5;
}

.ms-gateway__actions {
    max-width: 72rem;
    margin: var(--s3) auto 0;
    display: grid;
    gap: var(--s3);
}

.ms-button--gateway-primary, .ms-button--gateway-secondary {
    min-height: 5.8rem;
    padding: 1.2rem 4.8rem 1.2rem 2.4rem;
    border-radius: 4rem;
    font-size: 1.8rem;
    position: relative;
}

.ms-button--gateway-primary::after, .ms-button--gateway-secondary::after {
    content: ">";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
}

.ms-button--gateway-primary {
    color: #fff;
    border: none;
    background: var(--ms-gradient-accent);
}

.ms-button--gateway-primary::after {
    color: #0f6f95;
    background: #fff;
}

.ms-button--gateway-secondary {
    color: #0f6f95;
    border-color: #0f6f95;
    background: #fff;
    line-height: 1;
}

span.choice-general {
    font-size: 1.2rem;
}

.ms-button--gateway-secondary::after {
    color: #fff;
    background: #0f6f95;
}

.ms-gateway__note {
    margin-top: var(--s2);
    font-size: 1.2rem;
}

.ms-gateway__note a {
    color: #0f6f95;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 111, 149, 0.4);
}

.ms-gateway__note a:hover {
    opacity: 0.75;
}

body.is-gateway-open {
    overflow: hidden;
}

/* ---------------------------------------------
SD-1 filter shell
--------------------------------------------- */
.ms-filter-shell {
    margin-top: var(--s5);
    display: grid;
    gap: var(--s3);
}

.ms-filter-shell__head {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
    align-items: center;
    justify-content: space-between;
}

.ms-filter-shell__title {
    margin: 0;
    font-size: 2.2rem;
}

.ms-filter-shell__meta {
    color: var(--ms-color-subtext);
    font-size: 1.4rem;
}

.ms-filter-shell__controls {
    display: grid;
    gap: var(--s2);
}

.ms-filter-group {
    padding: var(--s3);
    border: 1px solid var(--ms-color-border);
    border-radius: var(--ms-radius-sm);
    background: #fff;
}

.ms-filter-group__label {
    margin: 0 0 var(--s1);
    font-size: 1.4rem;
    font-weight: 700;
}

.ms-filter-group__placeholder {
    color: var(--ms-color-subtext);
    font-size: 1.3rem;
}

.ms-filter-shell__chips {
    min-height: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.ms-filter-shell__results {
    display: grid;
    gap: var(--s2);
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
}

.ms-product-card {
    padding: var(--s3);
    border: 1px solid var(--ms-color-border);
    border-radius: var(--ms-radius-sm);
    background: #fff;
}

.ms-product-card__name {
    margin: 0;
    font-size: 1.7rem;
}

.ms-product-card__spec {
    margin-top: var(--s1);
    color: var(--ms-color-subtext);
    font-size: 1.3rem;
}

.ms-filter-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s2);
}

.ms-todo-note {
    margin-top: var(--s3);
    color: var(--ms-color-subtext);
    font-size: 1.2rem;
}

/* ---------------------------------------------
MS filter section (design only)
--------------------------------------------- */
.ms-filter-ui {
    padding-top: var(--s2);
}

.ms-top__section.ms-filter-ui .ms-filter-ui__option {
    font-size: 1.4rem;
    font-weight: bold;
}

.ms-filter-ui__panel.topcontents .ms-filter-ui__option {
    font-size: 1.8rem;
}

.ms-top__section.ms-filter-ui .ms-filter-ui__option:hover {
    font-weight: 700;
}

.ms-filter-ui__panel.topcontents .ms-filter-ui__form--matrix br {
    display: none;
}

.ms-filter-ui__panel.topcontents .ms-filter-ui__label {
    margin: 0 0 0 -40px;
}

.ms-filter-ui__panel {
    max-width: 100rem;
    margin: 0 auto;
    padding: var(--s3) var(--s5) var(--s4);
    /* background: #f2f6f8; */
    border-radius: 0.4rem;
}

.ms-filter-ui__panel.topcontents {
    background: #f2f6f8;
}

.ms-filter-ui__label {
    margin: 0 0 0 -16px;
    padding: 0.6rem 2rem;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background: #0d6f95;
    border-radius: 0 0.4rem 0.4rem 0;
}

.ms-filter-ui__title {
    margin: var(--s1) 0 0;
    color: #0d6f95;
    font-size: clamp(2rem, 2.3vw, 2.7rem);
    font-weight: 700;
    line-height: 1.35;
}

.ms-filter-ui__form {
    margin-top: var(--s3);
    /* display: grid; */
    gap: var(--s2);
}

.ms-filter-ui__group {
    min-width: 0;
    margin: 2rem 0.5rem 0 0;
    padding: 0;
    border: none;
    grid-column: span 3;
}

.ms-filter-ui__group--weight {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.2rem;
}

.ms-filter-ui__group--weight .ms-filter-ui__head {
    grid-column: 1 / -1;
}

.ms-filter-ui__head {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background: #12c4c4;
    line-height: 1.7;
}

.ms-filter-ui__panel .ms-filter-ui__group {
    grid-column: span 6;
}

.ms-filter-ui__option {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.9rem;
    color: #2c3a40;
    font-size: 1.4rem;
    line-height: 1.6;
    cursor: pointer;
    margin-left: 0.8rem;
    align-items: center;
    font-weight: bold;
}

.ms-filter-ui__option:hover {
    font-weight: 700;
}

.ms-filter-ui__option-note {
    display: contents;
    font-size: 1.2rem;
    line-height: 1.5;
    FONT-WEIGHT: 400;
}

.ms-filter-ui__option-body {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
}

.ms-filter-ui__note {
    margin: 0.8rem 0 0;
    color: #2c3a40;
    font-size: 1.3rem;
    line-height: 1.5;
}

.ms-filter-ui__option input {
    margin: 0.2rem 0 0;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: none;
    appearance: none;
    position: relative;
    overflow: visible;
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: inset 0 0 0 1px rgba(13, 111, 149, 0.2);
    cursor: pointer;
}

.ms-filter-ui__option input:checked {
    background: #fff;
}

.ms-filter-ui__option input:checked::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(img/filter-ui-option-check.svg) no-repeat center / contain;
    pointer-events: none;
    left: 16px;
    top: 3px;
}

.ms-filter-ui__actions {
    margin-top: var(--s5);
    display: grid;
    gap: var(--s1);
    justify-items: center;
}

/* 左サイド（FV）: 項目部分のみスクロール、スクロールバーは非表示 */
.ms-mv-filter .ms-filter-ui__scroll {
    max-height: 50rem;
    overflow-y: auto;
    /* scrollbar-width: thin; */
    -ms-overflow-style: none;
    padding-right: 1rem;
}

.ms-mv-filter .ms-filter-ui__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.ms-detail-filter .ms-filter-ui__scroll {
    max-height: 30vw;
    overflow-y: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    padding-right: 1rem;
}

.ms-filter-ui__scroll {
    scrollbar-width: thin;
    scrollbar-color: #dbdfe1 #ffffff;
}

.ms-detail-filter .ms-filter-ui__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.ms-filter-ui__submit {
    width: min(38rem, 100%);
    min-height: 6rem;
    border: 1px solid #0d6f95;
    border-radius: 999px;
    color: #0d6f95;
    font-size: 1.8rem;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
}

.ms-filter-ui__submit:hover, .ms-filter-ui__reset:hover {
    opacity: .7;
}

.ms-filter-ui__reset {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    border: none;
    color: #467887;
    font-size: 1.3rem;
    background: transparent;
    cursor: pointer;
}

.ms-filter-ui__reset::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1.15em;
    height: 1.15em;
    background: url(img/icon-reload-bold-blue.svg) no-repeat center / contain;
}

@media screen and (min-width: 768px) {
    .ms-filter-ui__form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--s3);
    }

    .ms-filter-ui__actions {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ms-filter-ui__form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-filter-ui__group--sterilization, .ms-filter-ui__actions {
        grid-column: 1 / -1;
    }
}

/* ---------------------------------------------
MS detail result block
--------------------------------------------- */
.ms-detail-layout {
    margin-top: var(--s5);
    display: grid;
    gap: var(--s5);
    scroll-margin-top: 8rem;
}

#ms-detail-main {
    scroll-margin-top: 8rem;
    counter-reset: detail-card;
}

#ms-detail-main .ms-detail-card {
    counter-increment: detail-card;
    width: 100%;
}

.ms-detail-result {
    min-height: 12.4rem;
    margin-bottom: -3rem;
    padding: 2rem 2rem;
    color: #fff;
    background: var(--ms-gradient-accent);
    border-radius: 0.4rem 0 0 0.4rem;
    box-shadow: 0 14px 30px rgba(1, 109, 130, 0.18);
    overflow: hidden;
    position: relative;
    width: 95%;
    z-index: 1;
    float: right;
}

.ms-detail-result .btn-internal {
    float: left;
}

.ms-detail-result .btn-internal a {
    width: 80%;
    color: #ffffff;
    background: url(img/icon-circle-arrow-right-white-44.svg) no-repeat center right 1.5rem / auto 1.5em;
    border: 0.1rem solid #ffffff;
}

.ms-detail-result::after {
    content: "";
    position: absolute;
    top: -5rem;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(img/hero-mask-bg.svg) no-repeat right top;
    background-size: 60% auto;
    opacity: 0.5;
    z-index: -1;
}

.ms-detail-result__label {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.ms-detail-result__count {
    margin: 1rem 0 0;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.35;
}

.ms-detail-result__count strong {
    margin-right: 0.4rem;
    font-size: clamp(4rem, 5.4vw, 5.8rem);
    line-height: 1;
    letter-spacing: -0.03em;
}

.ms-detail-card {
    padding: 9rem 0 4rem 9rem;
    position: relative;
    overflow: hidden;
    background: url(img/detail-card-bg.jpg) no-repeat center right 42rem / 100%;
    background-attachment: fixed, fixed;
    max-width: 100rem;
    margin-right: auto;
    /* margin-left: auto; */
    /* padding-right: var(--s3); */
    /* padding-left: var(--s3); */
    box-sizing: content-box;
}

.ms-detail-card__head {
    margin-top: 0;
    position: relative;
    padding-top: 9.2rem;
}

.ms-detail-card__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 8rem;
    background: url(img/icon-triangle-stack-down-blue.svg) no-repeat left top / contain;
    pointer-events: none;
}

.ms-detail-card__index {
    margin: 0;
    color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    position: relative;
}

.ms-detail-card__index::before {
    content: counter(detail-card, decimal-leading-zero);
    color: #13b9c7;
    position: absolute;
    top: 0;
    left: 0;
}

.ms-detail-card__index::after {
    content: "";
    width: 7.2rem;
    height: 0.3rem;
    margin-top: 0.8rem;
    display: block;
    border-radius: 1rem;
    background: #03CDC0;
}

.ms-detail-card__name {
    margin: 1.2rem 0 0;
    color: #1f3138;
    font-size: clamp(3rem, 4.2vw, 5rem);
    line-height: 1.18;
    letter-spacing: 0.02em;
}

.ms-detail-card__name span {
    margin-top: 0.6rem;
    display: block;
    color: #2d3f47;
    font-size: clamp(1.6rem, 2.2vw, 2rem);
    font-weight: 700;
}

.ms-detail-card__tags {
    margin: 2.2rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ms-detail-card__tags li {
    padding: 0.5rem 1.2rem;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    background: #03CDC0;
}

li.tag-width::before,li.tag-depth::before,li.tag-height::before,li.tag-weight::before {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}

li.tag-width::before {
    content: "横幅(mm)：";
}

li.tag-depth::before {
    content: "奥行(mm)：";
}

li.tag-height::before {
    content: "高さ(mm)：";
}

li.tag-weight::before {
    content: "重量(mm)：";
}

.ms-detail-card__lead {
    margin: 2.4rem 2.4rem 0 0;
    padding-bottom: 1.8rem;
    padding-left: 1rem;
    border-bottom: 1px solid #006988;
    color: #006988;
    font-size: clamp(2.4rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.38;
}

.ms-detail-card__content {
    margin-top: 2rem;
    display: grid;
    gap: 2.4rem;
}

.ms-detail-card__specs {
    display: grid;
    gap: 2rem;
    margin: 0 2rem;
}

.ms-detail-card__spec-block {
    margin: 0;
}

.ms-detail-card__spec-block h5 {
    margin: 0;
    color: #059891;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}

.ms-detail-card__spec-block p {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: #293f47;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    border-left: 1px solid #059891;
    padding-left: 1.2rem;
}

.ms-detail-card__spec-block ul {
    margin: 1rem 0 0;
    padding: 0 0 0 1.2rem;
    list-style: none;
    border-left: 1px solid #059891;
    padding-left: 1.2rem;
}

.ms-detail-card__spec-block li {
    margin-top: 0.6rem;
    color: #2a3f46;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
}

.ms-detail-card__spec-block li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #1ec0cb;
    position: absolute;
    top: 1.8rem;
    left: -1.8rem;
}

.ms-detail-card__visual {
    display: grid;
    align-content: start;
    justify-items: center;
    margin-top: -7rem;
    z-index: 0;
}

.ms-detail-card__image {
    width: 100%;
    max-width: 54rem;
}

.ms-detail-card__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.ms-detail-card__source {
    margin: 1rem 0 0;
    color: #7a8d95;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.ms-detail-card__visual .caption {
    margin: 1rem 0 0;
    color: #7a8d95;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.ms-detail-card__actions {
    margin-top: 2.4rem;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.ms-detail-card__actions .btn-web {
    max-width: 46rem;
    margin: 0;
}

.ms-detail-card__actions .btn-web::after, .ms-detail-card__actions .btn-tel::after {
    display: none;
}

.ms-detail-card__actions .btn-web a {
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem 5.3rem;
    display: block;
    background: var(--ms-gradient-accent) no-repeat center / cover;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    border-radius: 50rem;
    box-sizing: border-box;
    transform: translate(0, 0);
    transition: transform 0.3s;
    text-align: center;
}

.ms-detail-card__actions .btn-web a:hover {
    transform: translate(0.8rem, 0.8rem);
}

.ms-detail-card__actions .btn-web a::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(img/icon-circle-arrow-right-white-44.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
}

.ms-detail-card__cta {
    min-width: min(34rem, 100%);
    padding: 1.2rem 5rem 1.2rem 2rem;
    border-radius: 999px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.02em;
    position: relative;
    background: var(--ms-gradient-accent);
    box-shadow: 0 10px 20px rgba(1, 109, 130, 0.2);
}

.ms-detail-card__cta-ext {
    margin-left: 0.8rem;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 0.3rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
}

.ms-detail-card__cta::after {
    content: "↗";
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d7084;
    font-size: 1.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
}

.ms-detail-feature {
    /* margin-top: 3rem; */
    /* padding: 2.6rem 0 2.8rem; */
    /* background: linear-gradient(rgba(246, 250, 252, 0.9), rgba(246, 250, 252, 0.9)), url(img/gateway-bg.jpg) no-repeat center / cover; */
    /* border: 1px solid #d9e7ec; */
}

.ms-company__title, .ms-spec__title, .ms-operation__title, .ms-detail-feature__title {
    margin: 6rem 0 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom: 1px solid #006988;
    color: #006988;
    font-size: clamp(2.4rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1.35;
}

.ms-detail-feature__grid {
    margin-top: 2.4rem;
    display: grid;
    gap: 2rem 2.4rem;
}

.ms-detail-feature__item h5 {
    margin: 0;
    color: #00a7b6;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    min-height: 5rem;
}

.ms-detail-feature__item p {
    margin: 1.2rem 0 0;
    color: #2f4048;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
}

.ms-operation {
    /* margin-top: var(--s5); */
    /* padding: clamp(2rem, 3vw, 3rem) 0; */
    /* border: 1px solid #d8e7ec; */
}

.onb-txtSlider-area {
    margin-top: 2.4rem;
    position: relative;
}

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

.slide-text-img img {
    width: 100%;
    height: clamp(26rem, 36vw, 52rem);
    display: block;
    object-fit: contain;
    object-position: center;
    /* background-color: #fff; */
}

.slide-text-img .caption {
    margin-top: 0.8rem;
    color: #788f98;
    font-size: 1rem;
    line-height: 1.5;
}

.onb-txtSlider .swiper-pagination-fraction {
    width: 5em;
    padding: var(--s1);
    color: #ffffff;
    font-weight: 700;
    background-color: #c0c6c9;
    display: inline-block;
    bottom: inherit;
    top: 1rem;
    left: inherit;
    right: 17%;
    z-index: 5;
    border-radius: 0.4rem;
    display: none;
}

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

.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-area .swiper-button-prev:after {
    content: "";
    width: 5rem;
    height: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.onb-txtSlider-area .swiper-button-next:after {
    background-image: url(img/operation-arrow-prev.svg);
}

.onb-txtSlider-area .swiper-button-prev:after {
    background-image: url(img/operation-arrow-next.svg);
}

.onb-txtSlider .swiper-slide-prev .slide-text-img img, .onb-txtSlider .swiper-slide-next .slide-text-img img {
    opacity: .7;
    transform: scale(0.9);
    transform-origin: center;
}

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

.ms-operation__text {
    margin: 2.4rem 0 0;
    color: #2f4048;
    /* font-size: clamp(1.6rem, 1.6vw, 2.6rem); */
    line-height: 1.9;
    padding: 0 clamp(2rem, 3vw, 3rem) clamp(2rem, 3vw, 3rem);
}

.ms-operation__actions {
    margin-top: 2.2rem;
    display: flex;
    justify-content: flex-end;
}

.ms-operation__actions .btn-web {
    min-width: min(34rem, 100%);
}

.ms-spec {
    margin-top: var(--s5);
}

.acc-list-frame {
    margin-top: 2.4rem;
}

.acc-list-content {
    padding: 0;
    margin: 2rem;
}

.acc-list div {
    padding: var(--s2);
    display: flex;
    border-bottom: 1px solid #006988;
}

.acc-list div:last-child {
    border: none;
}

.acc-list div dt, .acc-list div dd {
    width: 50%;
    margin: 0;
    line-height: 1.4;
}

.acc-list div dt {
    font-weight: 700;
}

.acc-list div dd span {
    font-size: 1.4rem;
}

.acc-list-table {
    width: 100%;
    border-collapse: collapse;
}

.acc-list-table tr {
    border-bottom: 1px solid #12c4c4;
    background: #fff;
}

.acc-list-table tr:last-child {
    border-bottom: none;
}

.acc-list-table th, .acc-list-table td {
    width: 50%;
    margin: 0;
    padding: var(--s2);
    text-align: left;
    line-height: 1.4;
    vertical-align: top;
}

.acc-list-table th {
    font-weight: 700;
    color: #006988;
}

.acc-list-table td span {
    font-size: 1.4rem;
}

.acc-list-table.more-content-gradation::after {
    display: none;
}

.more-content-gradation {
    position: relative;
    height: auto;
    max-height: 20rem;
    overflow: hidden;
    transition: max-height 1s;
}

.more-content-gradation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    /* background: linear-gradient(to bottom, transparent 0%, #ffffff 100%); */
}

.more-content-gradation.is-open::after {
    display: none;
}

.acc-list-more-btn {
    max-width: 32rem;
    margin: 2rem auto;
    padding: 1.6rem 4rem;
    border: 0.1rem solid #006988;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #006988;
    border-radius: 50rem;
}

.acc-list-more-btn::before {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(img/acc-list-more-btn-open.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(50%, -50%);
    transition: opacity 0.3s;
}

.acc-list-more-btn::after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(img/acc-list-more-btn-close.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 2rem;
    opacity: 0;
    transform: translate(50%, -50%) scale(0.9);
    transition: opacity 0.3s, transform 0.3s;
}

.acc-list-more-btn:hover {
    opacity: 0.6;
}

.acc-list-more-btn.is-open::after {
    opacity: 1;
    transform: translate(50%, -50%) scale(1);
}

.acc-list-more-btn.is-open::before {
    opacity: 0;
}

.acc-list-more-btn[hidden] {
    display: none;
}

.ms-company {
    margin-top: var(--s5);
}

.ms-company__list {
    margin: 2rem;
}

.ms-company__list div {
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
}

.ms-company__list dt, .ms-company__list dd {
    margin: 0;
    border-bottom: 1px solid #006988;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.ms-company__list dt {
    width: 30%;
    color: #007898;
    font-weight: 700;
    border-bottom: 3px solid #006988;
}

.ms-company__list dd {
    width: 70%;
    color: #2f4048;
}

.ms-filter-ui__panel--sticky {
    position: sticky;
    top: 11.3rem;
}

.ms-filter-ui__form--compact {
    margin-top: var(--s2);
    grid-template-columns: 1fr;
    gap: var(--s4);
}

.ms-filter-ui__form--compact .ms-filter-ui__actions {
    margin-top: 0;
}

@media screen and (min-width: 1024px) {
    .ms-filter-ui__form--matrix {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: var(--s2);
    }

    .ms-filter-ui__form--matrix .ms-filter-ui__group--sterilization {
        grid-column: 1 / -1;
    }

    .ms-filter-ui__form--matrix .ms-filter-ui__group--size-width, .ms-filter-ui__form--matrix .ms-filter-ui__group--size-depth, .ms-filter-ui__form--matrix .ms-filter-ui__group--size-height {
        grid-column: span 2;
    }

    .ms-filter-ui__form--matrix .ms-filter-ui__group--weight, .ms-filter-ui__form--matrix .ms-filter-ui__group--usage {
        grid-column: span 3;
    }

    .ms-filter-ui__form--matrix .ms-filter-ui__group--usage {
        grid-column: span 6;
    }

    .ms-filter-ui__form--matrix .ms-filter-ui__actions {
        grid-column: 1 / -1;
    }

    .ms-filter-ui__form--compact.ms-filter-ui__form--matrix {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .ms-detail-card__name {
        font-size: clamp(2.8rem, 8vw, 4rem);
    }

    .ms-detail-card__name span {
        font-size: clamp(1.6rem, 4.6vw, 2.2rem);
    }

    .ms-detail-card__tags li {
        font-size: 1.3rem;
    }

    .ms-detail-card__lead {
        font-size: clamp(2rem, 4vw, 3.4rem);
    }

    .ms-detail-card__spec-block h5 {
        font-size: clamp(1.8rem, 4vw, 2.4rem);
    }

    .ms-detail-card__spec-block p, .ms-detail-card__spec-block li {
        font-size: clamp(1.7rem, 4.4vw, 2.2rem);
    }

    .ms-detail-card__cta {
        width: 100%;
        font-size: 1.6rem;
    }

    .ms-detail-feature {
        /* padding: 2rem 1.6rem 2.2rem; */
    }

    .ms-detail-feature__grid {
        margin-top: 1.8rem;
        gap: 1.6rem;
    }

    .ms-operation {
        /* padding: 2rem 1.6rem 2.2rem; */
    }

    .swiper.onb-txtSlider {
        width: calc(100% + var(--s4));
        /* margin-left: calc(var(--s2) * -1); */
    }

    .onb-txtSlider .swiper-slide {
        width: 100% !important;
    }

    .slide-text-img img {
        height: 24rem;
    }

    .onb-txtSlider .swiper-pagination-fraction {
        width: 5.5em;
        font-size: 1rem;
        right: 0;
    }

    .onb-txtSlider-area .swiper-button-next, .onb-txtSlider-area .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        bottom: 0;
        top: auto;
    }

    .onb-txtSlider-area .swiper-button-next:after, .onb-txtSlider-area .swiper-button-prev:after {
        width: 3rem;
        height: 3rem;
    }

    .onb-txtSlider-area .swiper-button-prev {
        left: -1rem;
    }

    .onb-txtSlider-area .swiper-button-next {
        right: -1rem;
    }

    .ms-operation__actions {
        justify-content: center;
    }

    .ms-operation__actions .btn-web {
        width: 100%;
    }

    .acc-list div {
        padding: var(--s1);
        flex-direction: column;
        gap: 0.6rem;
    }

    .acc-list div dt, .acc-list div dd {
        width: 100%;
    }

    .ms-company__list div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .ms-company__list dt, .ms-company__list dd {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .ms-detail-layout {
        grid-template-columns: 35rem minmax(0, 1fr);
        align-items: start;
    }

    .ms-detail-layout .ms-filter-ui__panel {
        padding: var(--s2) 1rem var(--s2) var(--s2);
    }

    .ms-detail-layout .ms-filter-ui__label {
        margin: 0 0 0 -16px;
    }

    .ms-detail-filter {
        grid-column: 1;
        grid-row: 1;
        align-self: stretch;
        /* background: #f2f6f8; */
    }

    .ms-detail-main {
        grid-column: 2;
        grid-row: 1;
        position: relative;
    }

    .ms-detail-main::before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 0;
        background: #f3f6fa;
        height: 100%;
        width: 50%;
    }

    .ms-detail-card__content {
        grid-template-columns: minmax(0, 1.2fr) minmax(34rem, 1fr);
        align-items: start;
    }

    .ms-detail-feature__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 2rem;
    }
}

/* ---------------------------------------------
MS about section
--------------------------------------------- */
.ms-about {
    padding-top: 0;
    z-index: 1;
    position: relative;
}

.ms-about .ms-filter-ui__group--size .ms-filter-ui__size-row {
    display: block;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 0.65rem;
}

.ms-about__heading {
    padding: 0 0 var(--s9);
    color: #fff;
    position: relative;
}

.ms-about__heading .l-center {
    position: relative;
    z-index: 0;
    padding-top: 10rem;
    padding-bottom: var(--s3);
}

.ms-about__heading .l-center::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc((100vw - 100%) / -2);
    background: var(--ms-gradient-accent);
    z-index: -1;
    height: 45rem;
    border-radius: 0 0.4rem 0 0;
}

.ms-about__heading .l-center::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc((100vw - 100%) / -2);
    background: url(img/hero-mask-bg.svg) no-repeat right top;
    background-size: 60% auto;
    z-index: -1;
    opacity: 0.5;
}

.ms-about__label {
    font-size: 1.3rem;
    font-weight: 700;
}

.ms-about__title {
    margin: var(--s1) 0 0;
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    line-height: 1.3;
}

.ms-about__body-wrap {
    position: relative;
    z-index: 0;
}

.ms-about__body-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc((99vw - 100%) / -2);
    background: #F2F6F8;
    z-index: -1;
    border-radius: 0.4rem;
}

.ms-about__body {
    margin-top: calc(var(--s8) * -1);
    padding: var(--s5) var(--s4);
    border-radius: 0.4rem;
    /* background: #f4f8fa; */
    /* box-shadow: 0 12px 28px rgba(7, 54, 71, 0.12); */
}

.ms-about__lead {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2;
    color: #333;
    font-weight: bold;
}

.ms-about-grid {
    margin-top: var(--s6);
    display: grid;
    gap: var(--s6) var(--s3);
}

.ms-about-card {
    display: grid;
    grid-template-columns: 7rem 1fr;
    gap: 0 var(--s2);
    align-items: center;
    align-content: start;
}

.ms-about-card__icon {
    width: 7rem;
    height: 7rem;
    border-radius: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}

.ms-about-card__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.ms-about-card__title {
    margin: 0.2rem 0 0;
    color: #006988;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.35;
    min-height: 7rem;
    display: flex;
    align-items: center;
}

.ms-about-card__text {
    margin: var(--s2) 0 0;
    grid-column: 1 / -1;
    font-size: 1.6rem;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .ms-about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-about__heading .l-center::after {
        background-size: 100% auto;
    }
}

/* ---------------------------------------------
MS maker grid section
--------------------------------------------- */
.ms-maker-list__head {
    margin-bottom: var(--s9);
}

.ms-maker-list__label {
    color: #03CDC0;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.ms-maker-list__title {
    margin: 0;
    color: #3F3F3F;
    font-size: clamp(2.4rem, 3vw, 4rem);
    line-height: 1.35;
}

.ms-maker-list__title a {
    color: inherit;
    text-decoration: none;
    padding-right: 10rem;
    display: inline-block;
    background: url(img/maker-card-arrow.svg) no-repeat right bottom 0.5rem / 4rem auto;
    /* width: 100%; */
}

.ms-maker-list__title a:hover {
    color: #12c4c4;
}

.ms-maker-list__grid {
    display: grid;
    gap: var(--s3);
}

.ms-maker-card {
    padding: var(--s2);
    /* border: 1px solid #d6e5ea; */
    background: #f2f6f8;
    border-radius: 0.4rem;
}

.ms-maker-card--detail {
    background: linear-gradient(rgba(244, 248, 251, 0.95), rgba(244, 248, 251, 0.95)), url(img/gateway-bg.jpg) no-repeat center / cover;
}

.ms-maker-card__head {
    margin-bottom: var(--s1);
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: var(--s1);
}

.ms-maker-card__name {
    margin: 0;
    color: #3F3F3F;
    font-size: 2.4rem;
    FONT-WEIGHT: bold;
}

.ms-maker-card__name a {
    color: inherit;
    text-decoration: none;
    padding-right: 2rem;
    display: inline-block;
    background: url(img/maker-card-arrow.svg) no-repeat right center / 2.5rem auto;
    width: 100%;
    padding: 1.5rem 1rem;
}

.ms-maker-card__name a:hover {
    color: #12c4c4;
}

.ms-maker-card__jump {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: #0b7c9b;
}

.ms-maker-card__jump img {
    width: 0.9rem;
    height: auto;
    display: block;
}

.ms-maker-card__image {
    width: 100%;
    margin-top: var(--s1);
}

.ms-maker-card__text {
    margin: var(--s2) 0 0;
    color: #3a4f56;
    font-size: 1.6rem;
    line-height: 1.8;
}

.ms-maker-card__source {
    margin: 0.8rem 0 0;
    color: #7a8d95;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.ms-maker-card__spec {
    margin: var(--s2) 0 0;
}

.ms-maker-card__spec div {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #0d7ea0;
    border-top: 0;
}

.ms-maker-card__spec div:first-child {
    border-top: 1px solid #0d7ea0;
}

.ms-maker-card__spec dt, .ms-maker-card__spec dd {
    margin: 0;
    padding: 1.2rem;
}

.ms-maker-card__spec dt {
    color: #1d5f79;
    font-weight: 700;
    font-size: 1.4rem;
}

.ms-maker-card__spec dd {
    border-top: 1px solid #0d7ea0;
    background: #fff;
    font-size: 1.4rem;
}

.ms-maker-list__more {
    margin-top: var(--s3);
}

.ms-maker-list__actions {
    margin-top: var(--s3);
    text-align: center;
}

.ms-maker-list__toggle {
    min-width: 0;
    font-weight: 700;
    background: #fff;
    width: 100%;
    max-width: min(40rem, 100%);
    margin: 2rem auto;
    padding: 1.6rem 4rem;
    border: 0.1rem solid #006988;
    text-align: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
    color: #006988;
    border-radius: 50rem;
}







@media screen and (min-width: 768px) {
    .ms-maker-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px) {
    .ms-maker-list__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ---------------------------------------------
Footer area page top (non-follow)
--------------------------------------------- */
.footer-bottom .page-top {
    width: 20rem;
    height: 8rem;
    border-radius: 0;
    position: absolute;
    top: -8rem;
    right: 0;
    z-index: 1;
    opacity: 1;
    overflow: visible;
    background: #0b748e;
}

.footer-bottom .page-top__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--s1);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.footer-bottom .page-top__link img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
}

/* ---------------------------------------------
MS survey banner
--------------------------------------------- */
.ms-survey {
    position: relative;
}

.ms-survey-banner {
    min-height: 18rem;
    padding: var(--s3) var(--s3) var(--s6);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 18rem 1fr auto;
    gap: var(--s3);
    align-items: center;
    color: #fff;
    background: #0d6f95;
    border-radius: 0.4rem;
    transition: opacity 0.6s ease, color 0.6s ease;
}

.ms-survey-banner:hover {
    opacity: 0.7;
    transition: opacity 0.6s ease, color 0.6s ease;
}

.ms-survey-banner__media {
    margin: 0;
    position: absolute;
    inset: 0;
    z-index: -2;
}

.ms-survey-banner__media::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: var(--ms-gradient-accent); */
}

.ms-survey-banner__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 0 40%;
}

.ms-survey-banner > :not(.ms-survey-banner__media) {
    /* position: relative; */
    z-index: 1;
}

.ms-survey-banner__head {
    padding-right: var(--s2);
    border-right: 1px solid rgba(255, 255, 255, 0.65);
}

.ms-survey-banner__label {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.ms-survey-banner__title {
    margin: 0.4rem 0 0;
    font-size: 3rem;
    line-height: 1.2;
}

.ms-survey-banner__text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
}

.ms-survey-banner__actions {
    justify-self: end;
}

.ms-survey-banner__button {
    min-width: 18rem;
    min-height: 4rem;
    padding: 0.8rem 1.8rem;
    border-radius: 0.4rem 0 0 0.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0d6f95;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
}

.ms-survey-banner__button--arrow {
    padding-right: 4.2rem;
    background: #fff url(img/maker-card-arrow.svg) no-repeat right 1.4rem center / 2rem auto;
}

.ms-survey-banner__button--small {
    min-width: 0;
    width: 100%;
}

.ms-survey-floating {
    width: 24rem;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 2.4rem;
    bottom: 10rem;
    z-index: 220;
    transform: translateY(1.2rem);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    display: none !important;
}

.ms-survey-floating.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ms-survey-floating__inner {
    padding: var(--s2);
    color: #fff;
    background: var(--ms-gradient-overlay), url(img/mv-dummy.png) no-repeat center / cover;
    border-radius: 0.4rem;
}

.ms-survey-floating__title {
    margin: 0.4rem 0 0;
    font-size: 3.2rem;
    line-height: 1.2;
}

.ms-survey-floating__text {
    margin: var(--s2) 0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.7;
}

@media screen and (max-width: 1023px) {
    .ms-mv-main__title-main {
        white-space: normal;
        font-size: clamp(3rem, 7vw, 4.8rem);
    }

    .ms-mv-main__title-highlight {
        font-size: clamp(3.5rem, 7vw, 5rem);
    }

    .ms-mv-main__title-highlight::before {
        height: auto;
        bottom: 0;
    }

    .ms-mv-slider {
        height: clamp(14rem, 20vw, 30rem);
        margin-top: 2.4rem;
        min-height: auto;
    }

    .ms-filter-ui__panel {
        padding: var(--s2);
    }

    .ms-filter-ui__label {
        margin-left: -12px;
    }

    .ms-filter-ui__option {
        margin-left: 0;
    }

    .ms-detail-result {
        width: 100%;
        margin-bottom: 0;
        float: none;
        border-radius: 0.4rem;
    }

    .ms-detail-card {
        padding: 4rem var(--s2) 3rem;
        background-size: cover;
        background-attachment: scroll;
        box-sizing: border-box;
    }

    .ms-detail-card__lead {
        margin-right: 0;
    }

    .ms-detail-card__specs {
        margin: 0;
    }

    .ms-detail-card__visual {
        margin-top: 0;
    }

    .ms-detail-card__image {
        max-width: 100%;
    }

    .acc-list-more-btn {
        width: 100%;
        max-width: 100%;
    }

    .footer-bottom .page-top {
        width: 14rem;
        height: 6rem;
        top: -6rem;
    }

    .ms-survey-banner {
        grid-template-columns: 1fr;
        gap: var(--s2);
    }

    .ms-survey-banner__head {
        padding-right: 0;
        border-right: none;
    }

    .ms-survey-banner__actions {
        justify-self: start;
    }

    .ms-survey-floating {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .ms-gateway__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .ms-mv-main__title-sub {
        font-size: clamp(1.8rem, 4.8vw, 2.6rem);
    }

    .ms-mv-main__title-main {
        font-size: clamp(2.6rem, 8vw, 4rem);
        line-height: 1.25;
    }

    .ms-filter-ui__panel {
        padding: var(--s4) var(--s2) var(--s2);
        \: 1rem;
        \: 1rem;
    }

    .ms-filter-ui__title {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }

    .ms-filter-ui__submit {
        min-height: 5.2rem;
        font-size: 1.6rem;
    }

    .ms-detail-card {
        padding: 3rem var(--s3) 2.4rem;
        background-position: left top;
        background-attachment: fixed, fixed;
    }

    .ms-detail-card__head {
        padding-top: 6rem;
    }

    .ms-detail-card__tags li {
        font-size: 1.2rem;
        padding: 0.4rem 0.9rem;
    }

    li.tag-width::before, li.tag-depth::before, li.tag-height::before, li.tag-weight::before {
        font-size: 1.2rem;
    }

    .acc-list-table th, .acc-list-table td {
        width: 100%;
        display: block;
        padding: 1.2rem;
    }

    .acc-list-table tr {
        display: block;
        border-bottom: 0px solid #12c4c4;
    }


.acc-list-table tr[hidden] {
    display: none;
}
    
    .acc-list-table th {
        /* padding-bottom: 0.6rem; */
    }

    .acc-list-table td {
        /* padding-top: 0.4rem; */
    }

    .acc-list-more-btn {
        padding: 1.2rem 4.6rem 1.2rem 1.6rem;
        width: 70%;
    }

    .ms-maker-list__toggle {
        padding: 1.2rem 1.6rem;
        width: 91%;
        margin: 0 auto;
        min-width: auto;
    }

    .footer-bottom .page-top {
        width: 100%;
        max-width: none;
        height: 6rem;
        top: -6rem;
    }

    .header-area--top .header-area-upper {
        min-height: 5.6rem;
        gap: var(--s1);
    }

    .header-logo .ph-image, .header-logo img {
        width: 11.2rem;
    }

    .header-area--top .header-title {
        padding-left: 3.2rem;
        font-size: 1rem;
    }

    .ms-gateway {
        padding: 0;
    }

    .ms-gateway__text {
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .ms-button--gateway-primary, .ms-button--gateway-secondary {
        min-height: 5rem;
        padding-right: 4.2rem;
        font-size: 1.6rem;
    }

    aside.ms-mv-filter {
        display: none;
    }

    .ms-mv-slider__item img {
    }

    .ms-mv-slider {
        width: 100%;
        border-radius: 0.4rem;
    }

    .ms-mv-main {
        width: 100vw;
        padding: 2rem;
    }

    .ms-mv-main .btn-internal.sp_only {
        display: block;
    }

    .ms-mv-main .btn-internal.sp_only a {
        margin-block: 1rem 1rem; }

    .ms-mv-main .btn-internal.sp_only a::before {
        content: "";
        width: 7rem;
        height: 100%;
        background: url(img/icon-circle-arrow-down-white-44.svg) no-repeat center / 4rem;
        position: absolute;
        top: 0;
        right: -0.4rem;
        transform: rotate(0);
        transition: transform 0.3s;
    }

    .ms-mv-main__title-highlight::before {
        height: 100%;
    }

    .ms-mv-main__title-main {
        line-height: 1.35;
    }

    .ms-mv-main__title-highlight {
        /* display: table; */
        padding: 0.1rem 0.25em;
    }

    .ms-maker-list__toggle {
        min-width: auto;
    }

    .gnavi-btn span {
        left: 1rem;
    }

    .gnavi-btn span:nth-of-type(1) {
        top: 1.7rem;
    }

    .gnavi-btn span:nth-of-type(2) {
        top: 2.9rem;
    }

    .gnavi-btn span:nth-of-type(3) {
        top: 3.9rem;
    }

    .ms-about__body-wrap::before {
        right: 0;
        border-radius: 0;
    }

    .ms-about__heading .l-center::before {
        border-radius: 0;
    }

    .ms-about__body {
        padding: var(--s3) 0;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .ms-about-card__icon {
        width: 5rem;
        height: 5rem;
    }

    .ms-about-card {
        grid-template-columns: 5rem 1fr;
    }

    .ms-about-card__text {
        margin: 0;
    }

    .ms-detail-result::after {
        background: url(img/hero-mask-bg.svg) no-repeat right center;
        background-size: 100% auto;
    }

    .ms-detail-result {
        border-radius: 0;
    }

    .ms-detail-card__head::before {
        width: 3rem;
        height: 5rem;
        left: 5px;
    }

    .ms-detail-result::after {
        background: url(img/hero-mask-bg.svg) no-repeat right center;
        background-size: 100% auto;
    }

    .ms-detail-result {
        border-radius: 0;
    }

    .ms-detail-card__head::before {
        width: 3rem;
        height: 5rem;
        left: 5px;
    }

    .ms-detail-layout {
        margin-top: var(--s9);
    }

    .ms-detail-feature__item h5 {
        min-height: auto;
        margin-top: 3rem;
    }

    .acc-list-content {
        margin: 2rem 0;
    }

    .ms-company__list {
        margin: 2rem 0;
    }

    .footer-disclaimer-wrap {
        gap: var(--s1);
    }

    nav.gnavi-area {
        top: 5.8rem;
    }

    .ms-gateway__dialog::before {
        width: 90vw;
    }

    .ms-gateway__dialog {
        padding: clamp(2.8rem, 4vw, 5.2rem) clamp(4rem, 5vw, 6rem);
    }

    .related-article01-frame {
        margin: 2.5rem 0 0.5rem 0;
    }

    #low-page .onb-index02-gradation.more-content-gradation {
        max-height: 12rem !important;
    }
}

/* ============================================================
CAT.html lower-page class styles (deduplicated / consolidated)
============================================================ */
.cat-ms-mv-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    overflow: hidden;
}

.cat-ms-mv-gallery__item {
    height: 8rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0.4rem;
}

.cat-ms-mv-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: 0 -4rem;
}

.cat-ms-top__section {
    padding: var(--s7) 0;
}

.cat-ms-top__section--hero {
    padding-top: 0;
    background: url(img/hero-mask-bg.svg) no-repeat right top -14rem;
    background-size: 60% auto;
    position: relative;
    padding-bottom: 0;
}

.cat-ms-mv {
    display: grid;
    gap: var(--s5);
    align-items: stretch;
}

.cat-ms-mv-main {
    padding: 2rem 2rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--s3);
    padding-left: var(--s3);
    box-sizing: content-box;
}

.cat-ms-mv-filter .ms-filter-ui__scroll {
    max-height: 44rem;
    overflow-y: auto;
    /* scrollbar-width: none; */
    -ms-overflow-style: none;
    padding-right: 1rem;
}

.cat-ms-mv-filter .ms-filter-ui__scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

@media screen and (min-width: 1024px) {
    /*
     * 絞り込みをビューポート左に固定（sticky は親セクション外では追従しないため fixed を使用）
     * --cat-ms-filter-top: スティッキーヘッダー（.header-area-upper min-height）直下に合わせる
     */.cat-ms-mv {
        display: block;
        padding-left: 35rem;
        box-sizing: border-box;
        width: 90vw;
    }

    .cat-ms-mv-filter {
        position: fixed;
        top: var(--cat-ms-filter-top, 6.4rem);
        left: 0;
        z-index: 100;
        width: 35rem;
        max-width: 35rem;
        height: calc(100vh - var(--cat-ms-filter-top, 6.4rem));
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: var(--s6) var(--s2) var(--s2);
        margin: 0;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        background: #f2f6f8;
        opacity: 1;
        transition: opacity 0.55s ease;
        will-change: opacity;
    }

    .cat-ms-filter-ui__panel {
        flex: 1 1 auto;
        /* display: flex; */
        flex-direction: column;
        min-height: 0;
        max-width: none;
        margin: 0;
        width: 100%;
        border-radius: 0;
        box-sizing: border-box;
    }

    .cat-ms-filter-ui__panel .ms-filter-ui__submit {
        /* min-height: 0; */
    }

    .cat-ms-filter-ui__panel .ms-filter-ui__form {
        flex: 1 1 auto;
        min-height: 0;
    }

    .header-area--top .gnavi-ctrl {
        /* flex: 0.1 0 auto; */
    }

    .ms-detail-card__actions .btn-web a {
        width: 93%;
    }
}

/* ms-filter-ui: サイズ（1 fieldset 内の行レイアウト） */
.ms-filter-ui__group--size .ms-filter-ui__size-row {
    display: block;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 0.65rem;
}

.ms-filter-ui__group--size .ms-filter-ui__size-row:first-of-type {
    margin-top: 0;
}

section.ms-top__section.ms-filter-ui .ms-filter-ui__group--size .ms-filter-ui__size-row {
    display: flex;
}

.ms-filter-ui__size-axis {
    min-width: 5.5rem;
    margin-left: 0.8rem;
    margin-top: 0.2rem;
    font-size: 1.2rem;
    line-height: 1.5;
    FONT-WEIGHT: 400;
    position: relative;
}

.ms-filter-ui__size-opts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    flex: 1 1 auto;
    justify-content: flex-start;
}

/* SPのみ：絞り込みセクション内スクロール中、画面下端の追尾バナー */
.ms-filter-sp-sticky-bar {
    display: none;
}

@media screen and (max-width: 767px) {
    .ms-about__heading .l-center {
        padding-top: 5rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .ms-filter-sp-sticky-bar {
        display: block;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 240;
        margin: 0;
        padding: 0;
        font-family: inherit;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: #0d6f95;
        line-height: 1.35;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
        pointer-events: none;
        background: #0d6f95 url(img/icon-circle-arrow-right-white-44.svg) no-repeat right 1rem center / 3rem auto;
    }

    .ms-filter-sp-sticky-bar.is-visible {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .lower_bottom-banner .ms-filter-sp-sticky-bar {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .lower_bottom-banner .ms-filter-sp-sticky-bar.is-hidden {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .ms-filter-sp-sticky-bar__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 1rem var(--s2) calc(1rem + env(safe-area-inset-bottom, 0));
        color: inherit;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    .ms-filter-sp-sticky-bar__link:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -4px;
    }

    .ms-filter-sp-sticky-bar__line1 {
        margin: 0;
        font-size: 1.2rem;
        letter-spacing: 0.02em;
    }

    .ms-filter-sp-sticky-bar__line2 {
        margin: 0.25rem 0 0;
        font-size: 1.6rem;
        letter-spacing: 0.02em;
    }

    .ms-filter-ui__panel.topcontents .ms-filter-ui__option {
        font-size: 1.6rem;
    }

    .ms-detail-result .btn-internal a {
        margin-block: 1rem 0; width: 90%;
    }

    .cat-ms-mv-gallery__item img {
    object-position: 0;
}
}
