@charset "UTF-8";
/****** sec-message style ******/
.sec-message .head{
}
.sec-message .head .lead{
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 180%;
    font-weight: 500;
    margin: 0;
}
.sec-message .head .com{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 150%;
    font-weight: 500;
}
.sec-message .head .com .name{
    display: block;
}
.sec-message .head .bg{
    overflow: hidden;
    border-radius: 5px;
    aspect-ratio: 4 / 2.5;
}
.sec-message .head .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.sec-message .section .ttl{
    margin-top: 3rem;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 180%;
    font-weight: 500;
}
.sec-message .section .ttl:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 1rem;
    background-image: linear-gradient(to right, #a9a9a9 2px, transparent 2px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.sec-message .section .comment{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 180%;
    font-weight: 500;
    text-align: left;
}
.sec-message .section .img{
    margin-top: 3rem;
    border-radius: 5px;
    overflow: hidden;
}
.sec-message .section .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    .sec-message .head{
        display: flex;
        align-items: flex-end;
        position: relative;
        padding: 3rem;
        aspect-ratio: 1 / 0.425;
    }
    .sec-message .head .bg{
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
    }
    .sec-message .head .lead{
        font-size: 34px;
        line-height: 200%;
    }
    .sec-message .head .txt{
        width: 45%;
    }
    .sec-message .head .com{
        font-size: 20px;
    }

    .sec-message .section{
        padding: 0 1rem;
    }
    .sec-message .section .ttl{
        font-size: 26px;
    }
    .sec-message .section .ttl:after{
        margin-top: 2rem;
    }
    .sec-message .section .comment{
        font-size: 16px;
        line-height: 200%;
    }
}

@media (min-width: 1280px) {
}