@charset "utf-8";

.p-fv {
    background-color: #150E06;
}

.p-fv .inner {
    padding: 80px 0 7px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.p-fv .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-fv .sec-head .tit-en {
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    text-align: center;
    color: #e6e2d8;
}

.p-fv .sec-head .tit-ja {
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    text-align: center;
    color: #e6e2d8;
}

.p-fv .breadlist {
    display: flex;
    align-items: center;
    gap: .5em;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
    color: #e6e2d8;
}


.gjs-dashed .swiper {
    overflow: visible;
    height: auto;
}

.gjs-dashed .swiper-wrapper {
    flex-direction: column;
    height: auto;
}