@charset "utf-8";

.topCover {
    mask-image: url(/system_panel/uploads/images/fv_mask_sp.svg);
}

.topCover::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(102, 96, 89, 0) 0%, rgba(102, 96, 89, 0.04) 70%, rgba(99, 102, 89, 0.53));
    z-index: 5;
}

.topCoverTitle {
    position: relative;
    z-index: 1;
}

.topCoverTitle::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5px;
    bottom: -5px;
    right: 0;
    left: 0;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.topCoverTitle s {
    text-decoration: none;
    color: var(--primary);
}

.topAboutImgBox {
    padding: 0 0 0 10px;
    border-radius: 12px;
}

.topAboutImgBox img {
    box-shadow: -20px 20px #F6F2EA;
    border-radius: 12px;
}

.topVoiceBox section {
    scroll-behavior: auto;
    transition-timing-function: linear;
}

.topVoiceItem {
    width: 100%;
    max-width: 402px;
}

.topVoiceItem:nth-of-type(2n) {
    margin: 20px 0 0;
}

.topVoiceItemImg {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 201/140;
}

.topVoiceItemImg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.topVoiceItem:hover .topVoiceItemImg>img {
    transform: scale(1.05);
}

.topVoiceItemImg>img+.noImg {
    display: none;
}

.topVoiceItemTitle {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.topLinkItem::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(49, 22, 4, 0.65);
    border: 4px solid var(--quaternary);
    border-radius: 16px;
}

.topConcernsFlex {
    gap: 40px 0;
}

.topInfo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    max-width: 1660px;
    background: var(--secondary);
    border-radius: 40px 0 0 40px;
}

.topNewsBoxLeft {
    display: contents !important;
}

.topNewsBtn {
    margin: 30px auto 0 !important;
    order: 3;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

    .topCover {
        mask-image: url(/system_panel/uploads/images/fv_mask.svg);
    }

    .topAboutImgBox,
    .topAboutImgBox img {
        border-radius: 24px;
    }

    .topVoiceItem:nth-of-type(2n) {
        margin: 40px 0 0;
    }

    .topVoiceItemTitle {
        margin: 20px 0 0;
    }

    .topConcernsFlex {
        gap: 60px 0;
    }

    .topInfo::before {
        width: calc(100% - 15px);
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {

    .topCoverTitle::before {
        top: -8px;
        bottom: -8px;
    }

    .topVoiceItem:nth-of-type(2n) {
        margin: 80px 0 0;
    }

    .topInfo::before {
        border-radius: 80px 0 0 80px;
    }

    .topNewsBoxLeft {
        display: flex !important;
    }

    .topNewsBtn {
        margin: auto 0 0 !important;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1200px) {

    .topCoverTitle {
        margin: 30px 0 !important;
        font-size: 50px !important;
    }

    .topCoverTitle::before {
        top: -12px;
        bottom: -12px;
    }

    .topCoverText {
        font-size: 28px !important;
    }

    .topConcernsText01 {
        font-size: 32px !important;
    }

    .topConcernsItemName {
        margin: 35px 0 0 !important;
        font-size: 22px !important;
    }

    .topInfoBtnBox {
        flex-direction: row !important;
    }
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1440px) {

    .topCoverTextArea {
        bottom: 80px !important;
    }

    .topCoverTitle {
        font-size: 66px !important;
    }

    .topCoverText {
        font-size: 35px !important;
    }

    .topConcernsItemName {
        font-size: 24px !important;
    }
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1600px) {

    .topAboutImgBox {
        padding: 0;
    }

    .topAboutImgBox img {
        box-shadow: -42px 40px #F6F2EA;
    }
}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */