@charset "utf-8";

html {
    scrollbar-gutter: stable;
}

/*-----------------------------------------------
    secCmnTop
-----------------------------------------------*/
.secCmnTop {
    background: url(../img/concept/safety/bgTop.jpg) center / cover no-repeat;
    position: relative;
    z-index: 2;
}

.pnkzWrapper {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width:1215px) {
    .secCmnTop {
        background: url(../img/concept/safety/bgTop_sp.jpg) center / cover no-repeat;
    }
}

/* スマホ: パンくず（.pnkzWrapper）を .secLogin の下へ（#container を flex + order で入れ替え） */
@media only screen and (max-width: 1215px) {
    #container {
        display: flex;
        flex-direction: column;
    }

    #container>header.cmnHeader {
        order: 1;
    }

    #container>.secCmnTop {
        order: 2;
    }

    #container>.main {
        order: 3;
    }

    #container>.pnkzWrapper {
        order: 4;
        height: 3.5rem;
    }

    #container>footer.cmnFooter {
        order: 6;
    }

    /* <?parts_footer?> 等で #container 直下に追加される要素（フッター直前など） */
    #container>*:not(header.cmnHeader):not(.secCmnTop):not(.main):not(.pnkzWrapper):not(footer.cmnFooter) {
        order: 5;
    }
}


/*-----------------------------------------------
    secConceptHero（Brand Concept スクロール）
-----------------------------------------------*/
.secConceptHero {
    position: relative;
    overflow: visible;
    --concept-bg-fade: 0;
}

.secConceptHero:after,
.secConceptHero:before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 23rem;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
    background: var(--whiteColor);
    z-index: 1;
}

.secConceptHero:after {
    display: none;
    bottom: -12rem;
    height: 12rem;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%);
    /* mask-image: linear-gradient(to top, transparent 0%, black 100%); */
    /* background: #e3e2d9; */
}

.secConceptHero.is-inview {
    z-index: 1;
}

.secConceptHeroBg {
    position: fixed;
    inset: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background: url(../img/concept/safety/bgHero.jpg) top center / cover no-repeat;
    will-change: opacity, filter;
}

.secConceptHero.is-past .secConceptHeroBg {
    position: absolute;
    filter: blur(0px) !important;
    background-position: bottom;
    opacity: 1 !important;
    height: 100vh;
    bottom: 0;
    top: auto;
}

.secConceptHeroBgFog {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

@media only screen and (min-width: 1216px) {
    .secConceptHeroBgFog {
        display: none;
    }

    .secConceptHero .boxTxtPhase1,
    .secConceptHero .boxTxtPhase2 {
        transition: opacity 0.9s ease;
    }
}

.secConceptHeroScroll {
    position: relative;
    z-index: 2;
}

.secConceptHero .heroInner01.hero2 {
    min-height: 100vh;
    /* Phase1のみのため、2フェーズ用より短くする */
    height: 140rem;
    display: flex;
    align-items: flex-start;
}

.secConceptHero .heroInner01.hero2.is-end {
    align-items: flex-end;
}

@media only screen and (min-width: 1216px) {
    .secConceptHero .heroInner01.hero2.is-end {
        align-items: flex-end;
    }

    .secConceptHero .heroInner01.hero2.is-end .hero2Inner {
        align-items: flex-start;
        padding-bottom: 6rem;
    }
}

.secConceptHero .hero2Inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
    z-index: 3;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 6rem;
}

.secConceptHero .hero2Inner.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140rem;
    max-width: calc(100% - 10rem);
    box-sizing: border-box;
    will-change: transform;
}

.secConceptHero .boxHeroLogo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 140rem;
    max-width: calc(100% - 10rem);
    height: 100vh;
    z-index: 3;
    box-sizing: border-box;
    pointer-events: none;
    mix-blend-mode: overlay;
    opacity: 0;
    will-change: opacity, filter, transform;
    transition: opacity 0.3s, filter 0.3s;
}

.secConceptHero .boxHeroLogo img {
    width: 100%;
    height: auto;
}

.secConceptHero .boxHeroLogo.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140rem;
    max-width: calc(100% - 10rem);
    height: 100vh;
    box-sizing: border-box;
    will-change: transform;
}

/* 離脱中も is-fixed + translateY で追従するため、非 fixed 時のフォールバック */
.secConceptHero:has(.hero2.is-end) .boxHeroLogo:not(.is-fixed) {
    top: auto;
    bottom: 0;
    opacity: 1 !important;
    filter: blur(0px) !important;
}

.secConceptHero .boxFlex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.secConceptHero .boxHero04 {
    display: flex;
    gap: 5rem;
    z-index: 2;
    position: relative;
    margin-left: auto;
    top: 16rem;
}

.secConceptHero .boxHero04 .boxTxt {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 auto;
    width: auto;
    min-width: 80rem;
    min-height: 62rem;
    box-sizing: border-box;
}

.secConceptHero .boxTxtPhase1 {
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 2;
}

.secConceptHero .boxTxtPhase1.is-hide {
    pointer-events: none;
}

.secConceptHero .boxTxtPhase2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.secConceptHero .boxTxtPhase2.is-show {
    pointer-events: auto;
    z-index: 3;
}

.secConceptHero .txtHero {
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing30);
    text-align: right;
    white-space: nowrap;
}

.secConceptHero .boxTxtPhase1 .btnCmn .btnTxt {
    position: relative;
    z-index: 1;
    text-shadow: none;
}

.secConceptHero .boxTxtPhase1 .titHero {
    font-size: var(--pcFontSize65);
    letter-spacing: var(--pcLetterSpacing50);
    white-space: nowrap;
    line-height: 1.35;
}

.secConceptHero .boxTxtPhase1 .titHero {
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing100);
    white-space: nowrap;
    line-height: 1.35;
}

.secConceptHero .boxTxtPhase1 .small {
    font-size: var(--pcFontSize28);
    letter-spacing: 0;
}

.secConceptHero .boxTxtPhase1 .txtHero.subtitHero {
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(48 / 24);
    text-align: right;
    white-space: normal;
}

.secConceptHero .boxTxtPhase1 .txtHero+.txtHero {
    margin-top: 2.7rem;
}

.secConceptHero .boxTxtPhase1 .titHero+.titHero {
    margin-top: 2.4rem;
}

.secConceptHero .boxTxtPhase1 .titHero+.txtHero:not(.titHero) {
    margin-top: 5.3rem;
}

.secConceptHero .boxTxtPhase2 .txtHero {
    font-size: var(--pcFontSize16);
    letter-spacing: 0.3rem;
    white-space: normal;
    line-height: 2.48;
}

.secConceptHero .boxTxtPhase1 .linkBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 4.8rem !important;
}

.secConceptHero .boxTxtPhase1 .btnCmn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-sizing: border-box;
    border: 0.1rem solid var(--orangeColor);
    background: var(--orangeColor);
    color: var(--whiteColor);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing100);
    padding: 2.2rem 1.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    min-width: 30rem;
    transition: color 0.4s ease, border-color 0.4s ease;
}
.secConceptHero .boxTxtPhase1 .btnCmn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--whiteColor);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
    z-index: -1;
}
.secConceptHero .boxTxtPhase1 .btnCmn:hover {
    opacity: 1;
    color: var(--orangeColor);
}
.secConceptHero .boxTxtPhase1 .btnCmn:hover::before {
    transform: scaleX(1);
}
.secConceptHero .boxTxtPhase1 .btnCmn .imgBox {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.secConceptHero .boxTxtPhase1 .btnCmn:hover .imgBox {
    background: url(../img/concept/safety/btnArrowOrange.png) center / contain no-repeat;
}
.secConceptHero .boxTxtPhase1 .btnCmn:hover .imgBox img {
    opacity: 0;
}

.secConceptHero .boxTxtPhase2 .titHero {
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    white-space: normal;
    line-height: calc(70 /50);
}

.secConceptHero .boxTxtPhase2 .subtitHero {
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing100);
    white-space: normal;
    line-height: calc(60 /40);
    margin-bottom: 3rem;
}

.secConceptHero .boxTxtPhase2 .txtHero+.txtHero {
    margin-top: 0;
}

.secConceptHero .txtHero+.txtHero {
    margin-top: 1.2rem;
}

.secConceptHero .boxTxtPhase2 .txtHero.txtHeroGap {
    margin-top: 5.2rem;
}

.secConceptHero .boxHero04 .boxTxt::before {
    content: '';
    position: absolute;
    right: -4rem;
    top: 0;
    height: 100%;
    min-height: 40rem;
    width: 0.1rem;
    background: rgba(36, 36, 35, 0.15);
    opacity: var(--concept-bg-fade);
}

.secConceptHero .boxConcept {
    flex-shrink: 0;
    padding-top: 0;
    opacity: var(--concept-bg-fade);
    transform: translateY(calc((1 - var(--concept-bg-fade)) * 0.8rem));
    filter: blur(calc((1 - var(--concept-bg-fade)) * 4px));
    will-change: opacity, transform, filter;
}

.secConceptHero .boxConcept img {
    width: 1.3rem;
    height: auto;
}

.secConceptHero .jsConceptLine {
    opacity: 0;
    transform: translateY(0.8rem);
    filter: blur(4px);
    transition: opacity 0.55s ease-out, transform 0.55s ease-out, filter 0.55s ease-out;
}

.secConceptHero .jsConceptLine.is-show {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

@media only screen and (max-width: 1215px) {
    .secConceptHero {
        --concept-sp-bg-top: 0;
    }

    .secConceptHeroBg {
        inset: auto;
        top: var(--concept-sp-bg-top);
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../img/concept/safety/bgHero_sp.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        opacity: 1;
        filter: none;
        will-change: auto;
        transition: none;
    }

    .secConceptHero:not(.is-inview) .secConceptHeroBg {
        opacity: 0;
    }

    .secConceptHeroBgFog {
        background: linear-gradient(to bottom,
                rgba(245, 240, 234, 0) 0%,
                rgba(245, 240, 234, 0.82) 50%,
                rgba(245, 240, 234, 0.90) 100%);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        transition: none;
    }

    .secConceptHero .heroInner01.hero2 {
        height: 110rem;
    }

    .secConceptHero .hero2Inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        height: var(--concept-hero-inner-h, 100vh);
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    .secConceptHero .hero2Inner.is-fixed {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc((335 / 375) * 100%);
        max-width: none;
        justify-content: flex-start;
        padding-top: 4rem;
    }

    .secConceptHero .boxHeroLogo {
        width: 60%;
        max-width: none;
        padding-top: 0;
        box-sizing: border-box;
        justify-content: center;
    }

    .secConceptHero .boxHeroLogo.is-fixed {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        max-width: none;
    }

    .secConceptHero .boxHeroLogo .boxImg {
        width: 29.6rem;
    }

    .secConceptHero .heroInner01.hero2.is-end {
        align-items: flex-end;
    }

    .secConceptHero .heroInner01.hero2.is-end .hero2Inner {
        align-items: center;
        padding-bottom: 0;
    }

    .secConceptHero .boxHero04 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding-bottom: 0;
        top: 0;
    }

    .secConceptHero .boxHero04 .boxTxt {
        width: 100%;
        min-width: 0;
        min-height: 28rem;
        justify-content: center;
    }

    /* コンセプトTOP（boxHeroLogoあり）のみ：Phase1初期表示＋ロゴとのスタック */
    .secConceptHero:has(.boxHeroLogo) {
        /* ロゴを中央より下へ。低い画面では pad を増やして Phase1 との隙間を確保 */
        --hero-intro-logo-pad: clamp(9rem, calc(9rem + (667px - 100vh) * 0.15), 14rem);
        /* Phase1 の押し下げ。狭い幅では弱めてロゴとの重なりを防ぐ */
        --hero-intro-phase1-top: clamp(5rem, 22vw, 10rem);
        /* boxTxt 全体の上方向オフセット。375/667付近で約-7rem */
        --hero-intro-shift: clamp(7rem, calc(7rem + (667px - 100vh) * 0.15), 11rem);
    }

    .secConceptHero:has(.boxHeroLogo) .boxHeroLogo.is-fixed {
        width: auto;
        max-width: calc(100% - 4rem);
    }

    .secConceptHero:has(.boxHeroLogo) .boxHeroLogo .boxImg {
        width: clamp(24rem, 79vw, 29.6rem);
        flex-shrink: 0;
        max-width: 80%;
    }

    .secConceptHero:has(.boxHeroLogo) .boxHero04 .boxTxt {
        transform: translateY(calc(-1 * var(--hero-intro-shift)));
    }

    .secConceptHero .boxTxtPhase1 {
        display: block;
        position: relative;
        top: 0;
        text-align: center;
        opacity: 1;
        z-index: 2;
        transition: opacity 0.45s ease;
    }

    .secConceptHero .boxTxtPhase1 .jsConceptLine {
        opacity: 1;
        transform: none;
        filter: none;
        transition: none;
    }

    .secConceptHero .boxTxtPhase1 .txtHero {
        font-size: var(--spFontSize13);
        letter-spacing: 0;
        line-height: calc(26 / 13);
        text-align: center;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase1 .txtHero.subtitHero {
        font-size: var(--pcFontSize24);
        letter-spacing: var(--pcLetterSpacing100);
        line-height: calc(48 / 24);
        text-align: center;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase1 .txtHero.subtitHero {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(36 / 18);
        text-align: center;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase1 .titHero {
        font-size: var(--spFontSize22);
        letter-spacing: 0;
        line-height: calc(45 / 28);
        text-align: center;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase1 .small {
        font-size: var(--spFontSize18);
        letter-spacing: 0;
    }

    .secConceptHero .boxTxtPhase1 .txtHero+.txtHero {
        margin-top: 0.4rem;
    }

    .secConceptHero .boxTxtPhase1 .titHero+.txtHero:not(.titHero) {
        margin-top: 1.6rem;
    }


    .secConceptHero .boxTxtPhase1 .linkBox {
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem !important;
    }

    .secConceptHero .boxTxtPhase1 .btnCmn {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        padding: 1.1rem 0.8rem;
        display: flex;
        justify-content: center;
        gap: 1.4rem;
        min-width: 79.105%;
    }

    .secConceptHero .boxTxtPhase1 .btnCmn .imgBox {
        width: 0.7rem;
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase1 {
        top: var(--hero-intro-phase1-top);
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase1 .titHero {
        font-size: 2.5rem;
        letter-spacing: 0;
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase1 .txtHero+.txtHero {
        margin-top: 0.4rem;
    }

    .secConceptHero .boxTxtPhase2 {
        position: absolute;
        top: 6.5rem;
        right: 0;
        left: 0;
        transition: opacity 0.45s ease;
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase2 {
        top: 10.4rem;
    }

    .secConceptHero .txtHero {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.4;
    }

    .secConceptHero .boxTxtPhase2 .txtHero {
        font-size: var(--spFontSize13);
        letter-spacing: 0;
        line-height: calc(26 / 13);
        text-align: center;
        font-feature-settings: "palt";
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase2 .titHero {
        font-size: 2rem;
        letter-spacing: 0;
        line-height: 1.55;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase2 .subtitHero {
        font-size: var(--spFontSize20);
        letter-spacing: 0;
        line-height: calc(38 / 20);
        text-align: center;
        white-space: normal;
    }

    .secConceptHero .boxTxtPhase2 .txtHero+.txtHero {
        margin-top: 0;
    }

    .secConceptHero .boxTxtPhase2 .txtHero.txtHeroGap {
        margin-top: 2rem;
    }

    .secConceptHero .boxHero04 .boxTxt::before {
        display: none;
    }

    .secConceptHero .boxConcept {
        display: none;
    }

    /* Phase1のみ（安心など）：SPはピン留め・スクロール演出なしで静的表示 */
    .secConceptHero:not(:has(.boxTxtPhase2)) .secConceptHeroBg,
    .secConceptHero:not(:has(.boxTxtPhase2)).is-past .secConceptHeroBg {
        position: absolute;
        inset: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1 !important;
        filter: none !important;
        background-size: cover;
        background-position: left top;
    }

    .secConceptHero:not(:has(.boxTxtPhase2)):not(.is-inview) .secConceptHeroBg {
        opacity: 1 !important;
    }

    /* Phase1のみは白化fogをかけず、背景画像を見せる */
    .secConceptHero:not(:has(.boxTxtPhase2)) .secConceptHeroBgFog {
        opacity: 0 !important;
    }

    .secConceptHero:not(:has(.boxTxtPhase2)) .heroInner01.hero2 {
        height: 100vh;
        min-height: 0;
        padding: 4rem 0 14rem;
        align-items: flex-start;
    }

    .secConceptHero:not(:has(.boxTxtPhase2)) .hero2Inner,
    .secConceptHero:not(:has(.boxTxtPhase2)) .hero2Inner.is-fixed {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: none;
        height: auto;
        will-change: auto;
        justify-content: flex-start;
        padding-top: 4rem;
    }

    .secConceptHero:not(:has(.boxTxtPhase2)) .boxTxtPhase1 {
        position: relative;
        top: auto;
        margin-bottom: 0;
    }

    .secConceptHero:not(:has(.boxTxtPhase2)) .boxHero04 .boxTxt {
        min-height: 0;
    }
}

@media (max-width: 1215px) and (max-height: 670px) {
    .secConceptHero:has(.boxHeroLogo) .boxHeroLogo .boxImg {
        max-width: 70%;
    }

    .secConceptHero:has(.boxHeroLogo) .boxHeroLogo.is-fixed {
        padding-top: 30%;
    }

    .secConceptHero .heroInner01.hero2 {
        height: calc(130rem + 3rem + var(--concept-hero-track-extra, 0px));
    }
}

/* 短高さSP（横向き等）：ピン留めをやめ通常縦スクロール */
@media (max-width: 1215px) and (max-height: 500px) {

    .secConceptHeroBg,
    .secConceptHero.is-past .secConceptHeroBg {
        position: absolute;
        inset: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1 !important;
        filter: none !important;
        background-size: cover;
        background-position: left top;
    }

    .secConceptHero:not(.is-inview) .secConceptHeroBg {
        opacity: 1 !important;
    }

    .secConceptHeroBgFog {
        opacity: 1;
    }

    .secConceptHero .heroInner01.hero2 {
        height: auto;
        min-height: 0;
        padding: 4rem 0 6rem;
        align-items: flex-start;
    }

    .secConceptHero .hero2Inner,
    .secConceptHero .hero2Inner.is-fixed {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: none;
        height: auto;
        will-change: auto;
        justify-content: flex-start;
    }

    .secConceptHero .boxHeroLogo,
    .secConceptHero .boxHeroLogo.is-fixed {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        max-width: calc(100% - 4rem);
        height: auto;
        margin: 0 auto 2rem;
        padding-top: 0;
        opacity: 1;
        filter: none;
        will-change: auto;
        justify-content: center;
        display: none;

    }

    .secConceptHero:has(.boxHeroLogo) .boxHeroLogo .boxImg {
        width: clamp(18rem, 50vw, 24rem);
        max-width: 60%;
    }

    .secConceptHero:has(.boxHeroLogo) .boxHero04 .boxTxt {
        transform: none;
        min-height: 0;
        flex-direction: column;
    }

    .secConceptHero .boxTxtPhase1 {
        position: relative;
        top: auto;
        margin-bottom: 2rem;
    }

    .secConceptHero .boxTxtPhase2 {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase1 {
        position: relative;
        top: auto;
        margin-bottom: 2rem;
    }

    .secConceptHero:has(.boxHeroLogo) .boxTxtPhase2 {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .secConceptHero .jsConceptLine {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/*-----------------------------------------------
    secStructure
-----------------------------------------------*/
.secTitBox {
    height: 40rem;
    display: flex;
    justify-content: center;
    color: var(--whiteColor);
    align-items: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 25%);
}

.secStructure .secTitBox.lazyloaded {
    background: url(../img/concept/safety/bgStructure.jpg) center / cover no-repeat;
}

.secTitBox .engTit {
    font-size: var(--pcFontSize60);
    letter-spacing: var(--pcLetterSpacing30);
    color: var(--whiteColor);
    margin-bottom: 2rem;
    font-weight: 200;
    position: relative;
    display: inline-block;
}

.secTitBox .engTit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11.5rem;
    width: 10rem;
    height: 0.1rem;
    background: var(--whiteColor05);
}

.secTitBox .jpTit {
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing100);
    color: var(--whiteColor);
    padding-left: 0.6rem;
}

.secStructure .secStructureInner {
    padding: 12rem 0 13rem;
}

.secStructure .boxStructureLead {
    text-align: center;
}

.secStructure .boxStructureLead .leadLabel {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .boxStructureLead .leadTit {
    margin: 0.8rem 0 0;
    font-size: var(--pcFontSize55);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .boxStructureLead .leadTit .titAccent,
.secStructure .boxStructureLead .leadTit .titNormal {
    color: var(--orangeColor);
}

.secStructure .boxStructureLead .leadTit .black {
    color: var(--colorBrown);
}

.secStructure .boxStructureLead .leadTit .small {
    font-size: var(--pcFontSize35);
}

.secStructure .boxStructureLead .leadTxt {
    margin: 1rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize18);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(40 / 18);
    font-feature-settings: "palt";
}

.secStructure .boxStructureGrade {
    margin-top: 8.8rem;
    padding: 7rem 8rem 8rem;
    background-color: var(--colorBgLightGrey02);
    box-sizing: border-box;
}

.secStructure .boxGradeTit {
    text-align: center;
}

.secStructure .boxGradeTit .gradeSub {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .boxGradeTit .gradeMain {
    margin: 1.8rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    font-feature-settings: "palt";
}

.secStructure .boxGradeTit .num {
    font-size: var(--pcFontSize55);
    vertical-align: -0.4rem;
}

.secStructure .boxGradeTit .small {
    font-size: var(--pcFontSize35);
}

.secStructure .gradeList {
    display: flex;
    justify-content: center;
    gap: 6.8rem;
    margin: 5.7rem 0 0;
    padding: 0;
    list-style: none;
}

.secStructure .gradeItem {
    width: 35.5rem;
    max-width: 100%;
}

.secStructure .gradeImgBox {
    width: 35.5rem;
    max-width: 100%;
    margin: 0 auto;
}

.secStructure .gradeImgBox .imgR {
    width: 100%;
    height: auto;
}

.secStructure .gradeItem .gradeTxt {
    margin: 2.7rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(40 / 24);
    text-align: center;
    font-feature-settings: "palt";
}

@media only screen and (max-width: 1215px) {

    .secStructure {
        margin-top: 0;
    }

    .secTitBox,
    .secStructure .secTitBox.isSmall {
        height: 16rem;
    }

    .secStructure .secTitBox.lazyloaded {
        background: url(../img/concept/safety/bgStructure_sp.jpg) center / cover no-repeat;
    }

    .secTitBox .engTit,
    .secCmnTop.isSmall .engTit {
        font-size: var(--spFontSize30);
        margin-bottom: 1.2rem;
    }

    .secTitBox .engTit::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -4.5rem;
        width: 3.5rem;
        height: 0.1rem;
        background: var(--whiteColor05);
    }

    .secTitBox .jpTit,
    .secCmnTop.isSmall .jpTit {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing100);
        padding: 0;
    }

    .secStructure .secStructureInner {
        padding: 2.8rem 0 4.5rem;
    }

    .secStructure .boxStructureLead .leadLabel {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 13);
    }

    .secStructure .boxStructureLead .leadTit {
        margin-top: 0.5rem;
        font-size: var(--spFontSize28);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(38 / 28);
        color: var(--colorBrown);
    }

    .secStructure .boxStructureLead .leadTit .small {
        font-size: var(--pcFontSize20);
    }

    .secStructure .boxStructureLead .leadTxt {
        margin-top: 1.2rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(30 / 14);
    }

    .secStructure .boxStructureGrade {
        margin-top: 2.2rem;
        padding: 2.3rem 2rem 2.4rem;
    }

    .secStructure .boxGradeTit .gradeSub {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(32 / 18);
    }

    .secStructure .boxGradeTit .gradeMain {
        margin-top: 0;
        font-size: var(--spFontSize22);
        letter-spacing: 0;
        line-height: calc(34 / 24);
        font-feature-settings: "palt";
        white-space: nowrap;
    }

    .secStructure .boxGradeTit .num {
        font-size: var(--spFontSize24);
        vertical-align: -0.2rem;
    }

    .secStructure .boxGradeTit .small {
        font-size: var(--spFontSize18);
    }

    .secStructure .gradeList {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
        row-gap: 1.4rem;
        margin-top: 2.2rem;
    }

    .secStructure .gradeItem {
        width: 100%;
    }

    .secStructure .gradeItem.isFeatured {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .secStructure .gradeImgBox {
        width: 100%;
        margin: 0 auto;
    }

    .secStructure .gradeItem.isFeatured .gradeImgBox {
        width: 64.07%;
        padding-left: 1.4rem;
    }

    .secStructure .gradeItem .gradeTxt {
        margin-top: 1rem;
        font-size: var(--spFontSize14);
        letter-spacing: 0;
        line-height: calc(24 / 14);
        font-feature-settings: "palt";
    }
}

/*-----------------------------------------------
    boxStructureWall
-----------------------------------------------*/
.secStructure .boxStructureWall {
    margin-top: 10rem;
}

.secStructure .wallTitBox {
    text-align: center;
}

.secStructure .wallTitBox .wallTit {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .wallTitBox .wallSub {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 2;
    font-feature-settings: "palt";
}

.secStructure .boxStructureWallInner {
    margin-top: 7.2rem;
    padding: 8.1rem 8rem 6.7rem;
    background-color: var(--colorBgLightGrey02);
    position: relative;
    box-sizing: border-box;
}

.secStructure .boxStructureWallInner::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 0.1rem;
    height: 6rem;
    background: var(--colorBrown);
    transform: translateX(-50%);
}

.secStructure .wallList {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.secStructure .wallImgBox {
    width: 100%;
}

.secStructure .wallImgBox .imgR {
    width: 100%;
    height: auto;
}

.secStructure .wallTxt {
    margin: 4rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    text-align: center;
    font-feature-settings: "palt";
}

@media only screen and (max-width: 1215px) {
    .secStructure .boxStructureWall {
        margin-top: 3.2rem;
    }

    .secStructure .wallTitBox .wallTit {
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: 1.5;
    }

    .secStructure .wallTitBox .wallSub {
        margin-top: 0.3rem;
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: 1.5;
    }

    .secStructure .boxStructureWallInner {
        margin-top: 2.8rem;
        padding: 3rem 2rem 3rem;
    }

    .secStructure .boxStructureWallInner::before {
        top: -1.5rem;
        height: 3rem;
    }

    .secStructure .wallList {
        flex-direction: column;
        gap: 1.5rem;
    }

    .secStructure .wallItem {
        width: 100%;
    }

    .secStructure .wallTxt {
        margin-top: 2rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }
}

/*-----------------------------------------------
    boxStructureFoundation
-----------------------------------------------*/
.secStructure .boxStructureFoundation {
    margin-top: 11.8rem;
}

.secStructure .foundationTitBox {
    text-align: center;
}

.secStructure .foundationTitBox .foundationTit {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .boxStructureFoundationInner {
    margin-top: 7.5rem;
    padding: 7.2rem 8rem 6.7rem;
    background-color: var(--colorBgLightGrey02);
    position: relative;
    box-sizing: border-box;
}

.secStructure .boxStructureFoundationInner::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 0.1rem;
    height: 6rem;
    background: var(--colorBrown);
    transform: translateX(-50%);
}

.secStructure .foundationImgBox {
    margin: 0.8rem auto 0;
    display: flex;
    justify-content: center;
}

.secStructure .foundationTxt {
    margin: 4rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    text-align: center;
    font-feature-settings: "palt";
}

@media only screen and (max-width: 1215px) {
    .secStructure .boxStructureFoundation {
        margin-top: 3rem;
    }

    .secStructure .foundationTitBox .foundationTit {
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(34 / 26);
    }

    .secStructure .boxStructureFoundationInner {
        margin-top: 2.9rem;
        padding: 2.5rem 2rem 2.6rem;
    }

    .secStructure .boxStructureFoundationInner::before {
        top: -1.5rem;
        height: 3rem;
    }

    .secStructure .foundationImgBox {
        width: 100%;
        margin-top: 0.5rem;
    }

    .secStructure .foundationTxt {
        margin-top: 1.9rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }
}

/*-----------------------------------------------
    boxStructureSystem
-----------------------------------------------*/
.secStructure .boxStructureSystem {
    margin-top: 11.5rem;
}

.secStructure .systemTitBox {
    text-align: center;
}

.secStructure .systemTitBox .systemSub {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 2;
    font-feature-settings: "palt";
}

.secStructure .systemTitBox .systemTit {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secStructure .boxStructureSystemInner {
    margin-top: 7.6rem;
    padding: 8rem 8rem 6.7rem;
    background-color: var(--colorBgLightGrey02);
    position: relative;
    box-sizing: border-box;
}

.secStructure .boxStructureSystemInner::before {
    content: '';
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 0.1rem;
    height: 6rem;
    background: var(--colorBrown);
    transform: translateX(-50%);
}

.secStructure .systemImgBox {
    width: 100%;
    margin: 0 auto;
}

.secStructure .systemTxtBox {
    margin-top: 4rem;
}

.secStructure .systemTxtBox .systemTxt {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    text-align: center;
    font-feature-settings: "palt";
}

.secStructure .systemTxtBox .systemTxt.systemTxtGap {
    margin-top: 3.8rem;
}

@media only screen and (max-width: 1215px) {
    .secStructure .boxStructureSystem {
        margin-top: 3.5rem;
    }

    .secStructure .systemTitBox .systemSub {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: 1.5;
    }

    .secStructure .systemTitBox .systemTit {
        margin-top: 0.6rem;
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(34 / 26);
    }

    .secStructure .boxStructureSystemInner {
        margin-top: 2.9rem;
        padding: 3rem 2rem 2.9rem;
    }

    .secStructure .boxStructureSystemInner::before {
        top: -1.5rem;
        height: 3rem;
    }

    .secStructure .systemTxtBox {
        margin-top: 2rem;
    }

    .secStructure .systemTxtBox .systemTxt {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }

    .secStructure .systemTxtBox .systemTxt.systemTxtGap {
        margin-top: 2rem;
    }
}

/*-----------------------------------------------
    secSupport
-----------------------------------------------*/
.secSupport .secTitBox.lazyloaded {
    background: url(../img/concept/safety/bgSupport.jpg) center / cover no-repeat;
}

.secSupport .secSupportInner {
    padding: 8rem 0 13rem;
}

.secSupport .secSupportInner.lazyloaded {
    background: url(../img/common/bgBeige.png) #e7e7db repeat;
}

/*-----------------------------------------------
    boxSupportLead
-----------------------------------------------*/
.secSupport .boxSupportLead {
    text-align: center;
    position: relative;
    z-index: 2;
}

.secSupport .boxSupportLead .leadLabel {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secSupport .boxSupportLead .leadLabel .num {
    font-size: var(--pcFontSize55);
    vertical-align: -0.4rem;
}

.secSupport .boxSupportLead .leadLabel .mark {
    font-size: var(--pcFontSize36);
}

.secSupport .boxSupportLead .leadTit {
    margin: -0.8rem;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secSupport .boxSupportLead .leadTxt {
    margin: 2.7rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize20);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(55 / 20);
    font-feature-settings: "palt";
}

/*-----------------------------------------------
    aftersupportBox
-----------------------------------------------*/

.secSupport .aftersupportBox {
    margin-top: 7.3rem;
    padding: 7rem 8rem;
    background-color: var(--whiteColor05);
}

.secSupport .afterTitBox {
    text-align: center;
}

.secSupport .afterTitBox .afterSub {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(60/40);
    font-feature-settings: "palt";
}

.secSupport .afterTitBox .afterTit {
    margin: 0;
    color: var(--orangeColor);
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: calc(60/40);
    font-feature-settings: "palt";
    position: relative;
    display: inline-block;
    padding-bottom: 2.7rem;
}

.secSupport .afterTitBox .afterTit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5rem;
    height: 0.1rem;
    background: var(--colorBrown);
    transform: translateX(-50%);
}

.secSupport .afterChart {
    margin-top: 5rem;
}

.secSupport .afterChart .imgR {
    width: 100%;
    height: auto;
}

.secSupport .afterTxt {
    margin: 4rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    text-align: center;
    font-feature-settings: "palt";
}

/*-----------------------------------------------
    boxSupportCheck
-----------------------------------------------*/
.secSupport .boxSupportCheck {
    margin-top: 6.7rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secSupport .boxSupportCheck .checkTit {
    margin: 0 auto;
    color: var(--colorBrown);
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing100);
    text-align: center;
    font-feature-settings: "palt";
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid var(--colorBrown);
    display: inline-block;
}

.secSupport .checkImgBox {
    margin: 2.8rem auto 0;
    max-width: 88.6rem;
}

.secSupport .checkImgBox .imgR {
    width: 100%;
    height: auto;
}

.secSupport .checkList {
    display: none;
}

/*-----------------------------------------------
    boxSupportLine
-----------------------------------------------*/
.secSupport .boxSupportLine {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
    padding: 4rem;
    margin-top: 5.2rem;
    background-color: var(--whiteColor05);
}

.secSupport .lineImgBox {
    width: 55rem;
    flex-shrink: 0;
}

.secSupport .lineImgBox .imgR {
    width: 100%;
    height: auto;
}

.secSupport .lineTxtBox {
    flex: 1;
    margin-top: 3rem;
}

.secSupport .lineTxtBox .lineTxt {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    font-feature-settings: "palt";
}

.secSupport .lineTxtBox .lineNote {
    margin: 2.2rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

@media only screen and (max-width: 1215px) {
    .secSupport .secTitBox.lazyloaded {
        background: url(../img/concept/safety/bgSupport_sp.jpg) center / cover no-repeat;
    }

    .secSupport .secSupportInner {
        padding: 2.5rem 0 4rem;
        position: relative;
    }

    .secSupport .secSupportInner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 140%;
        height: 8%;
        background-image:
            radial-gradient(circle at 50% 50%, #FFFFFF 0%, #FFFFFF 45%, rgba(255, 255, 255, 0.9) 70%, transparent 100%),
            radial-gradient(circle at 20% 50%, #FFFFFF 0%, #FFFFFF 35%, transparent 75%),
            radial-gradient(circle at 80% 50%, #FFFFFF 0%, #FFFFFF 35%, transparent 75%);
        filter: blur(6rem);
        opacity: 1;
    }

    .secSupport .boxSupportLead .leadLabel {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: 1.5;
    }

    .secSupport .boxSupportLead .leadLabel .num {
        font-size: var(--spFontSize30);
        vertical-align: -0.2rem;
    }

    .secSupport .boxSupportLead .leadLabel .mark {
        font-size: var(--spFontSize22);
    }

    .secSupport .boxSupportLead .leadTit {
        margin-top: 0;
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(34 / 26);
    }

    .secSupport .boxSupportLead .leadTxt {
        margin-top: 2.2rem;
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(30 / 14);
        text-align: center;
    }

    /* 「。」終わりの行を光学的に中央寄せ */
    .secSupport .boxSupportLead .leadTxt .leadTxtShift {
        display: inline-block;
        transform: translateX(0.3em);
    }

    .secSupport .aftersupportBox {
        margin-top: 2.6rem;
        padding: 2.5rem 2rem 3rem;
    }

    .secSupport .afterTitBox .afterSub {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(30 / 18);
    }

    .secSupport .afterTitBox .afterTit {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: 1.5;
        padding-bottom: 1.1rem;
    }

    .secSupport .afterTitBox .afterTit::after {
        width: 3rem;
    }

    .secSupport .afterChart {
        margin-top: 2rem;
    }

    .secSupport .afterChart.scrollItem {
        position: relative;
        width: 100%;
        height: 38rem;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .secSupport .afterChart.scrollItem::-webkit-scrollbar {
        display: none;
    }

    .secSupport .afterChart.scrollItem .imgR {
        width: auto;
        max-width: none;
        height: 38rem;
    }

    .secSupport .afterChart.scrollItem::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: url(../img/common/iconScroll02.png) center center / 9.6rem auto no-repeat;
        opacity: 0;
        transition: opacity 0.2s ease-out 0.2s;
        animation: scrollHintAfter 1s linear infinite;
        pointer-events: none;
        z-index: 10;
    }

    .secSupport .afterChart.scrollItem.on::before {
        opacity: 0.8;
    }

    @keyframes scrollHintAfter {
        0% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(1rem);
        }

        50% {
            transform: translateX(0);
        }

        75% {
            transform: translateX(-1rem);
        }

        100% {
            transform: translateX(0);
        }
    }

    .secSupport .afterTxt {
        margin-top: 2rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }

    .secSupport .boxSupportCheck {
        margin-top: 2.5rem;
    }

    .secSupport .boxSupportCheck .checkTit {
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 18);
        padding-bottom: 0rem;
    }

    .secSupport .checkImgBox {
        margin-top: 2rem;
        max-width: 100%;
    }

    .secSupport .checkList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 2rem;
        margin: 1.8rem 0 0;
        padding: 2rem 1.5rem 2.5rem;
        list-style: none;
        background-color: var(--whiteColor);
    }

    .secSupport .checkItem {
        background-color: var(--whiteColor);
        box-sizing: border-box;
        position: relative;
    }

    .secSupport .checkItem:nth-child(odd)::after {
        position: absolute;
        content: "";
        top: 0;
        right: -1rem;
        width: 0.1rem;
        height: 100%;
        background-color: var(--colorBorderLine);
    }

    .secSupport .checkItem .checkItemTit {
        margin: 0;
        padding: 0.4rem 1rem;
        background-color: var(--colorBgLine);
        color: var(--colorBrown);
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing50);
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        font-feature-settings: "palt";
        border-radius: 9999px;
    }

    .secSupport .checkItem .checkItemTxt {
        margin: 0;
        padding: 0.9rem 0 0.3rem;
        color: var(--colorBrown);
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(20 / 11);
        font-feature-settings: "palt";
        text-align: center;
    }

    .secSupport .boxSupportLine {
        flex-direction: column;
        margin-top: 1.5rem;
        padding: 1.7rem 2rem 2.2rem;
        gap: 1.5rem;
    }

    .secSupport .lineImgBox {
        width: 100%;
    }

    .secSupport .lineTxtBox {
        margin-top: 0;
    }

    .secSupport .lineTxtBox .lineTxt {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }

    .secSupport .lineTxtBox .lineNote {
        margin-top: 0.6rem;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing50);
        text-align: left;
    }
}

/*-----------------------------------------------
    secEvent
-----------------------------------------------*/
.secEvent .secEventInner {
    padding: 0 0 15rem;
}

.secEvent .secEventInner.lazyloaded {
    background: url(../img/common/bgBeige.png) #e7e7db repeat;
}

.secEvent .boxEvent {
    text-align: center;
}

.secEvent .boxEvent .eventTit {
    margin: 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    font-feature-settings: "palt";
}

.secEvent .boxEventBody {
    margin-top: 7.4rem;
    padding: 8rem 8rem 6.7rem;
    background-color: var(--whiteColor05);
    position: relative;
    box-sizing: border-box;
}

.secEvent .boxEventBody::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 0.1rem;
    height: 6rem;
    background: var(--colorBrown);
    transform: translateX(-50%);
}

.secEvent .eventImgBox {
    width: 100%;
}

.secEvent .eventImgBox .imgR {
    width: 100%;
    height: auto;
}

.secEvent .eventTxt {
    margin: 3.9rem 0 0;
    color: var(--colorBrown);
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing150);
    line-height: calc(38 / 16);
    text-align: center;
    font-feature-settings: "palt";
}

/*-----------------------------------------------
    secVoice
-----------------------------------------------*/
.secVoice {
    padding: 12rem 0 12.1rem;
    position: relative;
    z-index: 1;
}

.secVoice.lazyloaded {
    background: url(../img/concept/safety/bgVoice.jpg) center / cover no-repeat;
}

.secVoice .voiceTit {
    margin: 0;
    color: var(--whiteColor);
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing100);
    line-height: 1.5;
    text-align: center;
    font-feature-settings: "palt";
    position: relative;
    text-decoration: underline 0.1rem var(--whiteColor05);
    text-underline-offset: 2.5rem;
}

.secVoice .voiceImgBox {
    margin: 2.5rem auto 0;
    text-align: center;
}

.secVoice .bnrVoice {
    display: block;
    margin: 4rem auto 0;
    /* max-width: 120rem; */
    text-align: center;
}

@media only screen and (max-width: 1215px) {
    .secEvent .secEventInner {
        padding: 0 0 5rem;
    }

    .secEvent .boxEvent .eventTit {
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(34 / 26);
    }

    .secEvent .boxEventBody {
        margin-top: 2.8rem;
        padding: 3rem 2rem 2.5rem;
    }

    .secEvent .boxEventBody::before {
        top: -1.5rem;
        height: 3rem;
    }

    .secEvent .eventTxt {
        margin-top: 2rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(22 / 12);
        text-align: left;
    }

    .secVoice {
        padding: 4.2rem 0 5rem;
    }

    .secVoice.lazyloaded {
        background: url(../img/concept/safety/bgVoice_sp.jpg) center / cover no-repeat;
    }

    .secVoice .voiceTit {
        font-size: var(--spFontSize26);
        letter-spacing: var(--spLetterSpacing50);
        line-height: calc(42 / 26);
        text-underline-offset: 0.8rem;
    }

    .secVoice .voiceTit::after {
        width: 6rem;
    }

    .secVoice .voiceImgBox {
        margin-top: 2rem;
        max-width: 33rem;
    }

    .secVoice .bnrVoice {
        margin-top: 2.3rem;
        max-width: 100%;
    }
}

.secConcept {
    padding: 12.3rem 0 10rem;
}

@media only screen and (max-width: 1215px) {
    .secConcept {
        padding: 4.7rem 0 0;
    }
}