.headline {
    line-height: 1;
}

@media (max-width: 768px) {
    #fv .smb-section__body {
        margin-top: -64px;
    }
}

#fv .c-row__col.c-row__col--1-1.c-row__col--lg-1-2:nth-child(1) {
    z-index: 2;
}

#fv .smb-spider-slider .spider__figure {
    height: 90vh;
    object-fit: cover;
}

@media (max-width: 1023px) {
    #fv .slide-reveal-wrapper  {
        height: 365px !important;
    }

}

#fv .fv_box_column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
}

@media (max-width: 600px) {
    #fv .fv_box_column {
        width: 118px;
        height: 118px;
        padding: 5px;
    }

}

@media (max-width: 768px) {
    #fv .box_column_flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;

    }
}

@media (max-width: 768px) {
    #fv .headline {
        font-size: 14vw !important;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #fv .headline_sub {
        width: 100%;
        text-align: center;
        font-size: 5vw !important;
    }
}

.pickup-post .c-entry-summary__body {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    padding-left: 15px;
}

.pickup-post .c-entry-summary__title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}

@media (max-width: 768px) {
    .pickup-post .c-entry-summary__title {
        font-size: 20px;
    }
}

.pickup-post .c-entry-summary__title span {
    color: #fff;
    background-color: #376890;
    padding: 10px 5px;
    line-height: 2.6;
}
@media (max-width: 768px) {
    .pickup-post .c-entry-summary__title span {
        padding: 5px 3px;
        line-height: 2.2;
    }
}

.more.en {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: 700;
}

.pickup-post .more.en::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background: #455a64;
    vertical-align: middle;
    margin-right: 5px;
    transition: .3s;
}

.c-entries__item .more.en::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background: #455a64;
    vertical-align: middle;
    margin-right: 5px;
    transition: .3s;
}

.c-entries__item .more.en.is-hover::before {
    width: 30px;
    transition: .3s;
}

/* 画像のスライドアニメーション */
.slide-reveal-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.slide-reveal-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-reveal-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.95) 100%
    );
    z-index: 10;
    transform: translateX(-100%);
    pointer-events: none;
    will-change: transform;
}

.slide-reveal-wrapper.slide-reveal-active::before {
    animation: slideReveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideReveal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.top-post .c-entry-summary__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

#service .smb-section__contents-wrapper {
    position: relative;
    z-index: 2;
}

.cta_box {
    height: 100%;
}

@media (max-width: 768px) {
    .cta_btn_container {
        width: 250px !important;
    }
}

@media (max-width: 768px) {
    .c-entries-carousel .spider__dots {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 0 15px !important;
    }
}
@media (max-width: 768px) {
    .flex-end {
        justify-content: flex-end !important;
    }
}

@media (max-width: 768px) {
   .top-post .c-entry-summary__body {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
   }
}

