@charset "UTF-8";

.performance ul li .txbox .modal-btn {
    display: block !important;
    cursor: pointer;
    color: #C5B6A3;
    border: 1px solid #C5B6A3;
    padding: 12px 5px;
    text-align: center;
    font-family: "Viaoda Libre", serif;
    transition: 0.5s;
    font-size: 16px;
    margin-top: 8px;
}

.performance ul li .txbox .modal-btn:hover {
    background: #131F1D;
    border: 1px solid #131F1D;
}

.value_modalbtn-window {
    z-index: 10;
}

.value_modalbtn {
    cursor: pointer;
}

.modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 33, 13, 0.95);
    z-index: 5;
}

.close-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    line-height: 1;
    color: #C5B6A3;
    font-size: 58px;
    font-weight: 100;
    cursor: pointer;
    z-index: 100;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 960px;
    padding: 0 30px;
}

.wrapper .mdimg {
    width: 100%;
}

.btmbtn {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 40px auto 0;
    text-align: center;
    right: 0;
}

.btmbtn img {
    width: 328px;
}

.img_seemore {
    width: 328px !important;
}

.slider {
    margin: 0px auto 10px;
}

.slider img {
    height: 100%;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

.slick-arrow_l {
    left: 0;
    transform: translate(-100%, -50%);
}

.slick-arrow_r {
    right: 0;
    transform: translate(100%, -50%);
}

.thumb {
    width: 100%;
    margin: 0 auto;
}

.thumb li {
    margin-right: 5px;
}

.thumb img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.thumb .slick-current img {
    border: 2px solid #C5B6A3 !important;
}

@media screen and (max-width: 959px) {
    .wrapper {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        width: 88%;
        padding: 0;
        margin: 0 auto;
        padding: 40px 0;
    }

    .slick-arrow {
        width: 20px;
    }

    .close-btn {
        font-size: 32px;
    }

    .modal-window {
        overflow: scroll;
    }

    .btmbtn img {
        width: 100%;
    }
}


/*提供価値モーダル*/

.txbox_m {
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
}

.txbox_m_L {
    width: 370px;
    padding-right: 24px;
    border-right: 1px solid #727A6D;
}

.txbox_m_L_title {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    padding: 8px 0 24px;
}

.txbox_m_L_title_s {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 34px;
    margin-bottom: 8px;
}

.txbox_m_eg {
    font-family: "Viaoda Libre", serif;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 29px;
    color: #fff;
}

.txbox_m_eg span {
    display: inline-block;
    padding-left: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 32px;
    color: #fff;
}

.txbox_m_R {
    width: 546px;
}

.txbox_m_R_ue {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.txbox_m_R_bt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-top: 32px;
}

.img_m_s {
    width: 170px;
}

.img_m_m {
    width: 250px;
}

.txbox_m .tx {
    font-size: 14px;
}

.txbox_m_in {
    width: 360px;
}

.txbox_m_in_short {
    width: 270px;
}

@media only screen and (max-width: 959px) {
    .txbox_m {
        display: block;
        width: 92%;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .txbox_m_L {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .txbox_m_L_title {
        font-size: 24px;
        line-height: 36px;
        padding: 4px 0 16px;
    }

    .txbox_m_L_title_s {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .txbox_m_eg {
        font-size: 16px;
        line-height: 24px;
    }

    .txbox_m_eg span {
        padding-left: 16px;
        font-size: 14px;
    }

    .txbox_m_R {
        width: 100%;
    }

    .txbox_m_R_ue {
        display: block;
    }

    .txbox_m_R_bt {
        display: block;
        margin-top: 32px;
    }

    .img_m_s {
        width: 170px;
        margin: 24px auto;
        display: block;
    }

    .img_m_m {
        width: 250px;
        margin: 24px auto;
        display: block;
    }

    .txbox_m .tx {
        font-size: 14px;
    }

    .txbox_m_in {
        width: 100%;
    }

    .txbox_m_in_short {
        width: 100%;
    }
}

/*topcss*/

.topstory {
    background: #D7D2CB;
    padding: 120px 0;
}

.topstory .imgbox {
    display: flex;
}

.topstory .imgbox .img_top_story01 {
    padding: 0 40px 0 0;
    margin-top: 40px;
}

.topstory .imgbox .img_top_story03 {
    padding: 0 0 0 40px;
    margin-top: 120px;
}

.topstory .txbox {
    width: 960px;
    margin: 64px auto 0;
    display: flex;
}

.topstory .txbox h2 {
    color: #152824;
}

.topstory .txbox small {
    color: #152824;
}

.topstory .txbox .txboxin {
    padding-left: 40px;
    padding-top: 24px;
}

.topstory .txbox .txboxin .tx {
    padding-bottom: 40px;
}

@media only screen and (max-width: 959px) {
    .topstory {
        padding: 80px 0;
    }

    .topstory .imgbox {
        display: flex;
    }

    .topstory .imgbox .img_top_story01 {
        padding: 0 8px 0 0;
        margin-top: 16px;
    }

    .topstory .imgbox .img_top_story03 {
        padding: 0 0 0 8px;
        margin-top: 20px;
        display: none;
    }

    .topstory .txbox {
        width: calc(100% - 40px);
        margin: 40px auto 0;
        display: block;
    }

    .topstory .txbox .txboxin {
        padding-left: 0;
        padding-top: 24px;
    }

    .topstory .txbox .txboxin .tx {
        padding-bottom: 24px;
    }
}