@charset "utf-8";
.js-scrollable,

.js-scrollable .scroll-hint-icon-wrap {

	overflow-y: hidden;

}

.p-fv {
    margin-top: var(--header-height);
    position: relative;
    z-index: 10;
}

.p-fv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.p-fv .inner {
    position: relative;
    z-index: 10;
    padding: 120px 0;
}

.p-fv .inner .main-tit {
    font-family: var(--sub);
    font-weight: 700;
    font-size: clamp(1.438rem, 1.18rem + 1.1vw, 2.5rem);
    color: #fff;
    text-shadow: 0px 3px 30px rgba(0, 0, 0, 0.7);
}

.breadlist {
    max-width: 1728px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 16px;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
    color: #000;
    gap: .5em;
}

.about-test .box {
    width: 100%;
    border-radius: 5px;
    background: transparent;
    border: 3px solid #c10500;
}

.about-test .box .box-inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-test .box .tit-ja {
    font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
    line-height: calc(46/32);
}

.about-test .box .sec-head {
    padding-bottom: 16px;
}

.about-test .box .sec-head .line {
    width: 100%;
    height: 3px;
}

.about-test .box .catch {
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    line-height: calc(24/16);
    text-align: center;
    color: #c10500;
    margin: 32px 0 16px;
}

.about-test .box .desc {
    margin-bottom: 33px;
    width: 75%;
}

.about-test .box .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    text-align: center;
    color: #000;
}

.about-test .box .morebtn {
    max-width: 413px;
}

.about-test .box .catch br,
.about-test .box .tit-ja br,
.about-test .box .desc p br {
    display: none;
}

@media (max-width: 1280px) {
    .about-test .list {
        grid-template-columns: repeat(2, 1fr);
        width: 70%;
        gap: 30px 0;
    }
}

@media (max-width: 1023px) {
    .p-fv .inner {
        padding: 48px 0 64px;
    }

    .breadlist {
        padding-top: 6px;
    }

    .about-test .list {
        width: 90%;
    }

    .about-test .box .catch br,
    .about-test .box .desc p br {
        display: block;
    }

    .about-test .box .desc {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about-test .list {
        grid-template-columns: 1fr;
        width: 80%;
    }


    .about-test .list .w90 {
        padding: 40px 0;
    }

    .about-test .list .item {
        border-right: none;
        border-bottom: 2px solid #d1d1d1;
    }

    .about-test .box .tit-ja br {
        display: block;
    }
}