@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.index-main .section-title {
    margin-bottom: 50px;
    text-align: center;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .index-main .section-title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    .index-main .section-title {
        margin-bottom: 13px;
    }
}
.index-main .section-wrapper {
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .index-main .section-wrapper {
        margin-bottom: 40px;
    }
}
.index-main .section-content {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 1400px) {
    .index-main .section-content {
        padding: 0 1.5rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 991px) {
    .index-main .section-content {
        padding: 0;
    }
}
.index-main .section-content .main-content {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .index-main .section-content .main-content {
        max-width: 880px;
    }
}
.index-main .section-mv {
    margin-bottom: 80px;
}
.index-main .section-mv .mv-pic {
    max-width: 100vw;
}
.index-main .section-mv .mv-img {
    object-fit: cover;
}
.index-main .section-mv .mv-progressBar {
    width: 100%;
    height: 6px;
    margin: -2.5px auto 0;
    background: #f0f0f0;
    position: relative;
    overflow: hidden;
}
.index-main .section-mv .mv-progressBar span {
    width: 100%;
    display: inline-block;
    background-color: #ba9f57;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left center;
    transition-timing-function: linear;
}
.index-main .section-mv .swiper {
    max-width: 100vw;
    width: 100%;
    text-align: center;
}
.index-main .section-result {
    scroll-margin-top: 240px;
}
@media screen and (max-width: 991px) {
    .index-main .section-result {
        scroll-margin-top: 134px;
    }
}
.index-main .section-result .tab-menu {
    display: flex;
    justify-content: space-between;
}
.index-main .section-result .tab-menu_wrapper {
    width: 50%;
}
.index-main .section-result .tab-menu_wrapper:first-of-type {
    margin-right: 2px;
}
.index-main .section-result .tab-menu_wrapper_active .tab-menu_btn {
    background-color: #000000;
    position: relative;
}
.index-main .section-result .tab-menu_wrapper_active .tab-menu_title {
    color: #ffffff;
}
.index-main .section-result .tab-menu_wrapper_active .tab-menu_bar {
    background-color: #000000;
}
.index-main .section-result .tab-menu_wrapper_active span {
    width: 42px;
    height: 14px;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.index-main .section-result .tab-menu_btn {
    max-width: 310px;
    margin: 0 auto 30px;
    border-radius: 22px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
@media screen and (max-width: 575px) {
    .index-main .section-result .tab-menu_btn {
        margin: 0 8px 15px 8px;
    }
}
.index-main .section-result .tab-menu_text {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}
.index-main .section-result .tab-menu_title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .index-main .section-result .tab-menu_title {
        font-size: 12px;
        line-height: 16px;
    }
}
.index-main .section-result .tab-menu_bar {
    height: 6px;
    margin-bottom: 6px;
    background-color: #d0d0d0;
}
.index-main .section-result .result-inner {
    margin-bottom: 28px;
}
.index-main .section-result .result-title {
    margin-bottom: 28px;
    padding: 15px 0 15px 20px;
    background-color: #f0f0f0;
}
.index-main .section-result .result-title_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #ab2323;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .index-main .section-result .result-title_text {
        font-size: 16px;
        line-height: 21px;
    }
}
.index-main .section-result .result-title_text span {
    color: #050505;
}
.index-main .section-result .result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 25px;
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-list {
        gap: 6px 8px;
        margin: 0 8px;
    }
}
.index-main .section-result .result-list_trio {
    gap: 37px 21px;
}
.index-main .section-result .result-list_trio li {
    flex: 0 0 calc((100% - 24px) / 3);
}
.index-main .section-result .result-item {
    flex: 0 0 calc((100% - 75px) / 4);
    align-items: stretch;
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item {
        flex: 0 0 calc((100% - 16px) / 3);
    }
}
.index-main .section-result .result-item_wrapper {
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #00000017;
    border: 1px solid #ffffff;
}
.index-main .section-result .result-item_wrapper:hover {
    border: 1px solid #ba9f57;
}
.index-main .section-result .result-item_link {
    height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_link {
        justify-content: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 380px) {
    .index-main .section-result .result-item_link {
        padding: 0;
    }
}
.index-main .section-result .result-item_pic_prod {
    max-width: 40px;
}
.index-main .section-result .result-item_arrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    transform: scaleY(1.3) translateY(-30%) rotate(45deg);
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_arrow {
        display: none;
    }
}
.index-main .section-result .result-item_arrow::before {
    content: "";
    height: 1.5px;
    position: absolute;
    background: #707070;
    border-radius: 1px;
    top: 0;
    left: 0;
    right: 0;
}
.index-main .section-result .result-item_arrow::after {
    content: "";
    width: 1.5px;
    position: absolute;
    background: #707070;
    border-radius: 1px;
    top: 0;
    right: 0;
    bottom: 0;
}
.index-main .section-result .result-item_text {
    margin-bottom: 7px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    padding: 0px 10px;
}
@media screen and (max-width: 991px) {
    .index-main .section-result .result-item_text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_text {
        margin-bottom: 3px;
        text-align: center;
    }
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_text_pc br {
        display: none;
    }
}
.index-main .section-result .result-item_amt {
    width: 80px;
    border-radius: 15px;
    background-color: #f8f8f8;
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_amt {
        margin: 0 auto;
    }
}
.index-main .section-result .result-item_amt_text {
    padding: 5px 0;
    text-align: center;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #434343;
}
@media screen and (max-width: 767px) {
    .index-main .section-result .result-item_amt_text {
        font-size: 10px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .index-main .section-result .result-item_amt_text {
        padding: 2px 0 2px 10px;
    }
}
.index-main .section-result .result-item_amt_text span {
    font-size: 10px;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .index-main .section-result .result-item_amt_text span {
        font-size: 8px;
        line-height: 20px;
    }
}
.index-main .section-about .about-subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-subtitle {
        font-size: 14px;
        line-height: 19px;
    }
}
.index-main .section-about .about-text {
    height: 115px;
    margin-bottom: 35px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #434343;
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-text {
        font-size: 13px;
        line-height: 17px;
    }
}
@media screen and (max-width: 991px) {
    .index-main .section-about .about-text {
        margin: 0 22px 22px 22px;
    }
}
@media screen and (max-width: 575px) {
    .index-main .section-about .about-text {
        height: 188px;
    }
}
.index-main .section-about .about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 30px;
}
@media screen and (max-width: 991px) {
    .index-main .section-about .about-list {
        margin: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-list {
        gap: 0 24px;
    }
}
.index-main .section-about .about-item {
    flex: 0 0 calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-item {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}
.index-main .section-about .about-item_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-main .section-about .about-item_pic {
    max-width: 120px;
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-item_pic {
        margin-bottom: 16px;
    }
}
.index-main .section-about .about-item_title {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-item_title {
        font-size: 14px;
        line-height: 19px;
    }
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-item_title {
        margin-bottom: 16px;
    }
}
.index-main .section-about .about-item_text {
    height: 150px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #434343;
}
@media screen and (max-width: 767px) {
    .index-main .section-about .about-item_text {
        font-size: 11px;
        line-height: 15px;
    }
}

.footer-wrapper {
    padding-bottom: 90px;
}

/*# sourceMappingURL=index.css.map */
