/*
* nca_about_message.css
* /about/message/
*/

@charset "UTF-8";
/* nca_aboutLeadTxt
---------------------------------------------------------- */
.nca_aboutLeadTxt {
    aspect-ratio: 400/51;
    background: url(/img/about/message/img_message_ttl.svg) 50% 50%/100% 100% no-repeat;
    width: min(800px,30.7777777778vw);
}

.nca_aboutLeadTxt+* {
    margin-top: 24px
}

@media print,screen and (768px <= width) {
    .nca_aboutLeadTxt+* {
        margin-top: min(24px,1.6666666667vw)
    }
}

@media screen and (width < 768px) {
    .nca_aboutLeadTxt {
        width: min(318px,100%)
    }
}


/* nca_imgTxtWord
---------------------------------------------------------- */
@media print,screen and (768px <= width) {
    .nca_imgTxtWord1 {
        width: auto;
        height: clamp(1.6rem, 3.3333333333vw, 4.8rem);
    }

    .nca_imgTxtWord2 {
        width: auto;
        height: clamp(1.6rem, 3.3333333333vw, 5.1rem);
    }

    .nca_imgTxtWord3 {
        width: auto;
        height: clamp(1.6rem, 4.3333333333vw, 6.6rem);
    }
}

@media screen and (width < 768px) {
    .nca_imgTxtWord1 {
        width: auto;
        height: 38px;
    }

    .nca_imgTxtWord2 {
        width: auto;
        height: 42px;
    }

    .nca_imgTxtWord3 {
        width: auto;
        height: 55px;
    }
}


/* nca_hide
---------------------------------------------------------- */
.nca_hide {
    clip: rect(1px,1px,1px,1px);
    border: 0;
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

/* nca_pageBack
---------------------------------------------------------- */
.nca_pageBack {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 48px;
    -webkit-text-decoration: underline 1px solid transparent;
    text-decoration: underline 1px solid transparent;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease,-webkit-text-decoration .3s ease
}

.nca_pageBack::before {
    background: url(/assets/img/ico_arrow_left.svg) 50% 50%/100% 100% no-repeat;
    content: "";
    height: min(24px,1.6666666667vw);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    width: min(24px,1.6666666667vw)
}

@media screen and (width < 768px) {
    .nca_pageBack::before {
        height: 24px;
        width: 24px;
    }
}

@media(hover: hover)and (pointer:fine) {
    .nca_pageBack:hover {
        color: #1a005d;
        text-decoration-color: #1a005d
    }

    .nca_pageBack:hover:before {
        background-image: url(/assets/img/ico_arrow_left_hover.svg)
    }
}