@charset "UTF-8";

.top_staff {
    margin-top: 100px;
    margin-bottom: 100px;
}

.common_staff_list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.common_staff_list li .image {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

.common_staff_list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.common_staff_list li .image .position {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 10px;
    padding: .5em 1em;
    font-size: 14px;
    color: #D70A30;
    font-weight: 600;
}

.common_staff_list li .text_box {
    display: flex;
    align-items: flex-end;
    gap: 1em;
}

.common_staff_list li .text_box .name_jp {
    font-size: 20px;
    font-weight: 600;
}

.common_staff_list li .text_box .name_en {
    font-family: "Century Gothic Pro", sans-serif;
    font-weight: 700;
    color: #C4C4C4;
}

.top_staff .top_staff_btnwrap {
    margin-top: 80px;
}

.top_staff .top_staff_btnwrap .common_btn07 {
    margin: 0 auto;
}

.top_reviews {
    background: #FFFAFB;
    padding: 100px 0;
}

.top_reviews .title_box {
    text-align: center;
    margin-bottom: 60px;;
}

.top_reviews .title_box .title {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: .7em;
    color: #D70A30;
}

.top_reviews .title_box .lead {
    font-size: 15px;
    line-height: 2;
}

.top_reviews .cont {
    background: #D70A30;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}

.top_reviews .cont .head_box {
    align-items: center;
    color: #fff;
    padding-bottom: 30px;
}

.top_reviews .cont .head_box .title_box_wrap {
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.top_reviews .cont .head_box .logo {
    background: #fff;
    padding: 7px 15px;
    width: 100px;
    margin-right: 14px;
}

.top_reviews .cont .head_box .title {
    font-size: 20px;
    margin-right: 40px;
    font-weight: 600;
}

.top_reviews .cont .head_box .title .accent {
    font-size: 25px;
}

.top_reviews .cont .head_box .dl_wrap {
    justify-content: center;
}

.top_reviews .cont .head_box dl {
    gap: 10px;
}

.top_reviews .cont .head_box dl:first-child {
    border-right: 1px solid;
    padding-right: 30px;
    margin-right: 30px;
}

.top_reviews .cont .head_box dl dt {
    font-weight: 500;
    padding-left: 25px;
}

.top_reviews .cont .head_box dl dt.star {
    background: url(../image/icon_star.svg) no-repeat;
    background-position: 0;
    background-size: 15px;
}

.top_reviews .cont .head_box dl dt.message {
    background: url(../image/icon_message.svg) no-repeat;
    background-position: 0;
    background-size: 20px;
}

.top_reviews .cont .reviews_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 300px;
    overflow: scroll;
}

.top_reviews .cont .reviews_box ul li {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px;
}

.top_reviews .cont .reviews_box ul li .name_box {
    gap: 30px;
    margin-bottom: 10px;
    align-items: center;
}

.top_reviews .cont .reviews_box ul li .name_box .name {
    font-weight: 600;
}

.top_reviews .cont .reviews_box ul li .name_box .star {
    color: #f7b709;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
}

.top_reviews .cont .reviews_box ul li .text {
    font-size: 14px;
}

.top_reviews_btnwrap .common_btn07 {
    margin: 0 auto;
}

.top_reason {
    padding: 100px 0;
}

.top_reason .cont {
    margin-top: 100px;
}

.top_reason .cont .item + .item {
    margin-top: 80px;
}

.top_reason .cont .item .image {
    width: 40%;
}

.top_reason .cont .item:nth-child(2) .image {
    order: 2;
}

.top_reason .cont .item .image img {
    border-radius: 20px;
}

.top_reason .cont .item .text_box {
    width: 55%;
}

.top_reason .cont .item .text_box .num {
    font-family: "Century Gothic Pro", sans-serif;
    font-weight: 700;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D70A30;
    color: #fff;
    line-height: 1;
}

.top_reason .cont .item .text_box .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1em;
}

.top_reason .cont .item .text_box .text {
    line-height: 2;
}

.top_charm {
    background: #FFFAFB;
    padding: 100px 0;    
}

.top_charm .cont {
    margin-top: 60px;
}

.top_charm .cont .item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.01);
    display: flex;
}

.top_charm .slick-dots {
    bottom: -40px;
}

.top_charm .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #ccc;
}

.top_charm .slick-dots li.slick-active button:before {
    color: #D70A30;
}

.top_charm .cont .item .image {
    width: 30%;
    object-fit: cover;
}

.top_charm .cont .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_charm .cont .item .text_box {
    width: 70%;
    padding: 30px;
}

.top_charm .cont .item .text_box .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .1em;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin-bottom: 1em;
    padding-left: .5em;
}

.top_charm .cont .item .text_box .title:first-letter {
    color: #D70A30;
}

.top_charm .cont .item .text_box .text {
    font-size: 14px;
    line-height: 1.8;
}

.top_faq {
    padding: 100px 0;
}

.top_faq .cont + .cont {
    margin-top: 100px;
}

.top_faq .cont .common_headline01 {
    margin-bottom: 50px;
}

.top_faq_btnwrap {
    margin-top: 50px;
}

.top_faq_btnwrap .common_btn07 {
    margin: 0 auto;
}

@media (max-width: 750px) {

    .top_staff {
        margin-top: 20vw;
        margin-bottom: 20vw;
    }
    
    .common_staff_list {
        margin-top: 10vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw;
    }
    
    .common_staff_list li .image {
        height: 50vw;
        margin-bottom: 2vw;
    }
    
    .common_staff_list li .image .position {
        font-size: 3.4vw;
    }
    
    .common_staff_list li .text_box .name_jp {
        font-size: 4.5vw;
    }
    
    .top_staff .top_staff_btnwrap {
        margin-top: 15vw;
    }
    
    .top_reviews {
        padding: 20vw 0;
    }
    
    .top_reviews .title_box {
        margin-bottom: 10vw;
    }
    
    .top_reviews .title_box .title {
        font-size: 4.5vw;
        letter-spacing: .06em;
    }
    
    .top_reviews .title_box .lead {
        font-size: 3.3vw;
    }
    
    .top_reviews .cont {
        padding: 6vw 4vw 4vw 4vw;
        margin-bottom: 10vw;
    }
    
    .top_reviews .cont .head_box {
        padding-bottom: 5vw;
    }
    
    .top_reviews .cont .head_box .title_box_wrap {
        margin-bottom: 4vw;
        padding-bottom: 4vw;
        display: block;
    }
    
    .top_reviews .cont .head_box .logo {
        background: #fff;
        padding: 3vw 5vw;
        width: 28vw;
        margin: 0 auto 4vw auto;
    }
    
    .top_reviews .cont .head_box .title {
        font-size: 4vw;
        margin-right: 0;
        text-align: center;
    }
    
    .top_reviews .cont .head_box .title .accent {
        font-size: 5vw;
        display: block;
    }
    
    .top_reviews .cont .head_box dl {
        gap: 3vw;
        align-items: center;
    }
    
    .top_reviews .cont .head_box dl:first-child {
        padding-right: 4vw;
        margin-right: 4vw;
    }
    
    .top_reviews .cont .head_box dl dt {
        padding-left: 5vw;
        font-size: 3.6vw;
    }

    .top_reviews .cont .head_box dl dd {
        font-size: 4vw;
    }
    
    .top_reviews .cont .head_box dl dt.star {
        background-size: 3.4vw;
    }
    
    .top_reviews .cont .head_box dl dt.message {
        background-size: 4vw;
    }
    
    .top_reviews .cont .reviews_box {
        padding: 4vw;
        height: 100vw;
    }
    
    .top_reviews .cont .reviews_box ul li {
        padding: 4vw;
    }
    
    .top_reviews .cont .reviews_box ul li .name_box {
        gap: 4vw;
        margin-bottom: 3vw;
    }
    
    .top_reviews .cont .reviews_box ul li .name_box .star {
        font-size: 4vw;
    }
    
    .top_reviews .cont .reviews_box ul li .text {
        font-size: 3.3vw;
    }
    
    .top_reason {
        padding: 20vw 0;
    }

    .top_reason .common_headline01_main {
        font-size: 6vw;
    }
    
    .top_reason .cont {
        margin-top: 20vw;
    }
    
    .top_reason .cont .item + .item {
        margin-top: 20vw;
    }
    
    .top_reason .cont .item .image {
        width: 100%;
        margin-bottom: 6vw;
    }
    
    .top_reason .cont .item:nth-child(2) .image {
        order: -1;
    }
    
    .top_reason .cont .item .text_box {
        width: 100%;
    }
    
    .top_reason .cont .item .text_box .num {
        font-size: 14vw;
    }
    
    .top_reason .cont .item .text_box .title {
        font-size: 5.5vw;
        font-weight: 600;
        margin-bottom: 1em;
    }
    
    .top_reason .cont .item .text_box .text {
        font-size: 3.5vw;
    }
    
    .top_charm {
        padding: 20vw 0;
    }
    
    .top_charm .cont {
        margin-top: 15vw;
    }
    
    .top_charm .cont .item {
        display: block;
    }
    
    .top_charm .cont .item .image {
        width: 100%;
    }
    
    .top_charm .cont .item .text_box {
        width: 100%;
        padding: 6vw 4vw;
    }
    
    .top_charm .cont .item .text_box .title {
        font-size: 4.3vw;
    }
    
    .top_charm .cont .item .text_box .text {
        font-size: 3.3vw;
    }
    
    .top_faq {
        padding: 20vw 0;
    }

    .top_faq .common_headline01_main {
        font-size: 5.5vw;
    }
    
    .top_faq .cont + .cont {
        margin-top: 20vw;
    }
    
    .top_faq .cont .common_headline01 {
        margin-bottom: 10vw;
    }
    
    .top_faq_btnwrap {
        margin-top: 10vw;
    }
    
}