@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(../../common/img/bg/3.svg);
    background-size: 100% 180px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sec_mv_wrap .sec_inner {
    height: 690px;
}

.sec_mv_wrap .slide_1 {
    position: absolute;
    left: calc(50% - 290px);
    width: 1000px;
}
.sec_mv_wrap .slide_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/mv_mask_1.svg);
    z-index: 10;
}

.sec_mv_wrap .slide_1 .item {
    display: block !important;
    padding: 2px;
    overflow: hidden;
}

.sec_mv_wrap .slide_1 .item .img {
    background-color: var(--co_1);
}

.sec_mv_wrap .slide_1 .item .img span {
    padding-top: 690px;
}
.sec_mv_wrap .mv_wrap .slick-dots {
    position: absolute;
    left: -315px;
    bottom: 250px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.sec_mv_wrap .mv_wrap .slick-dots li {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
}

.sec_mv_wrap .mv_wrap .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.sec_mv_wrap .mv_wrap .slick-dots li button:hover,
.sec_mv_wrap .mv_wrap .slick-dots li button:focus {
    outline: none;
}

.sec_mv_wrap .mv_wrap .slick-dots li button::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background-color: var(--co_7);
    border-radius: 100%;
}
.sec_mv_wrap .mv_wrap .slick-dots li.slick-active button::before {
    background-color: var(--co_8);
}
.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: calc(50% - 510px);
    top: 70px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 20;
}
.sec_mv_wrap .ttl_1::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../../common/img/deco/9.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_mv_wrap .ttl_1 > span {
    color: var(--co_4);
}
.sec_mv_wrap .ttl_2 {
    position: absolute;
    left: calc(50% - 360px);
    top: 80px;
    color: var(--co_5);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 20;
}

.sec_mv_wrap .businessday_1 {
    position: absolute;
    right: 0;
    bottom: -100px;
    padding: 30px 50px;
    width: 520px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 40px 0 0 40px;
    z-index: 10;
}

.sec_mv_wrap .btn_1 {
    position: absolute;
    left: calc(50% - 600px);
    bottom: 50px;
    color: var(--co_3);
    font-size: 16px;
    writing-mode: vertical-rl;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.2em;
    white-space: nowrap;
}
.sec_mv_wrap .btn_1::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -130px;
    display: block;
    width: 10px;
    height: 120px;
    background-image: url(../../common/img/ico/line_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_mv_wrap .btn_2 {
    position: absolute;
    left: calc(50% + 600px);
    bottom: 200px;
    display: block;
    width: 220px;
    z-index: 10;
}
.sec_mv_wrap .deco {
    position: absolute;
    pointer-events: none;
    z-index: 10;
}
.sec_mv_wrap .deco_1 {
    left: calc(50% + 550px);
    top: 50px;
    width: 150px;
}
.sec_mv_wrap .deco_2 {
    left: calc(50% - 360px);
    bottom: 10px;
    width: 190px;
}
@media (min-width: 1000px) and (max-width: 1550px) {
    .sec_mv_wrap .btn_2 {
        left: calc(50% + 400px);
    }
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .sec_mv_wrap .btn_1 {
        left: calc(50% - 560px);
    }

    .sec_mv_wrap .mv_wrap .slick-dots {
        left: -275px;
    }
}
@media (max-width: 999px) {
    .sec_mv_wrap {
        padding-top: 10px;
        padding-bottom: 0;
        background-image: url(../../common/img/bg/3_sp.svg);
        background-size: 100% 200px;
    }
    .sec_mv_wrap .sec_inner {
        height: auto;
    }

    .sec_mv_wrap .slide_1 {
        position: relative;
        left: auto;
        width: auto;
        transform: translateX(20%);
    }
    .sec_mv_wrap .slide_1::before {
        background-size: 100% 100%;
        background-image: url(../img/mv_mask_1_sp.svg);
    }

    .sec_mv_wrap .slide_1 .item .img span {
        padding-top: 118%;
    }
    .sec_mv_wrap .mv_wrap .slick-dots {
        left: -75px;
        bottom: 300px;
    }

    .sec_mv_wrap .ttl_1 {
        position: absolute;
        left: 60px;
        top: 30px;
        font-size: 24px;
    }
    .sec_mv_wrap .ttl_1::before {
        right: -30px;
        top: -30px;
        width: 60px;
        height: 60px;
    }

    .sec_mv_wrap .ttl_2 {
        position: absolute;
        left: 140px;
        top: 30px;
        font-size: 11px;
    }

    .sec_mv_wrap .businessday_1 {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 50px;
        margin-left: 20px;
        padding: 20px 20px;
        width: auto;
    }

    .sec_mv_wrap .btn_1 {
        left: 20px;
        bottom: 350px;
        font-size: 12px;
    }
    .sec_mv_wrap .btn_1::after {
        bottom: -90px;
        height: 80px;
    }

    .sec_mv_wrap .btn_2 {
        left: auto;
        right: 0;
        bottom: 250px;
        width: 120px;
    }
    .sec_mv_wrap .deco {
        position: absolute;
        pointer-events: none;
        z-index: 10;
    }
    .sec_mv_wrap .deco_1 {
        left: auto;
        right: 100px;
        top: 10px;
        width: 80px;
    }
    .sec_mv_wrap .deco_2 {
        left: 20px;
        bottom: 210px;
        width: 100px;
    }
}
/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 80px;
    background-color: var(--co_5);
}

.sec_news_wrap .ttl_1 {
    margin-bottom: 30px;
    color: var(--co_1);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_news_wrap .ttl_1::before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 20px;
    background-image: url(../../common/img/ico/ttl_4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_news_wrap .archive_1 a {
    color: var(--co_1);
}
.sec_news_wrap .btn_1 {
    margin: 40px auto 0;
}
@media (min-width: 1000px) {
    .sec_news_wrap .btn_1 {
        width: 350px;
    }
}
@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 50px;
    }

    .sec_news_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_news_wrap .btn_1 {
        margin-top: 30px;
    }
    .sec_news_wrap .deco {
        position: absolute;
        pointer-events: none;
        width: 100px;
    }
    .sec_news_wrap .deco_1 {
        right: -30px;
        top: 0;
    }
}

/* ---------------------------------------------------- */
/* sec_aboutus_wrap */
/* ---------------------------------------------------- */
.sec_aboutus_wrap {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: var(--co_5);
}
.sec_aboutus_wrap .box_1 {
    position: relative;
    padding: 90px;
    background-color: var(--co_1);
    border-radius: 20px;
}
.sec_aboutus_wrap .box_1::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--co_6);
    border-radius: 20px;
    pointer-events: none;
}
.sec_aboutus_wrap .ttl_1 {
    margin-bottom: 50px;
}

.sec_aboutus_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

.sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(1) {
    flex: none;
    margin-right: 60px;
    width: 400px;
}

.sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(2) {
    flex: auto;
    width: auto;
}
.sec_aboutus_wrap .logo_1 {
    margin-bottom: 30px;
    width: 380px;
}

.sec_aboutus_wrap .address_1 {
    margin-bottom: 20px;
}

.sec_aboutus_wrap .list_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sec_aboutus_wrap .list_1 dt {
    flex: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 90px;
    color: var(--co_4);
    text-align: center;
    background-color: var(--co_6);
    border-radius: 4px;
}
.sec_aboutus_wrap .list_1 dt:last-of-type {
    margin-bottom: 0;
}

.sec_aboutus_wrap .list_1 dd {
    flex: auto;
    margin-bottom: 10px;
    width: calc(100% - 100px);
}

.sec_aboutus_wrap .list_1 dd:last-of-type {
    margin-bottom: 0;
}
.sec_aboutus_wrap .list_1 dd span {
    font-size: 12px;
}
.sec_aboutus_wrap .btn_1 {
    margin-top: 40px;
}

.sec_aboutus_wrap .map_1 {
    border-radius: 20px;
    overflow: hidden;
}
.sec_aboutus_wrap .map_1 iframe {
    width: 100%;
    height: 400px;
}
.sec_aboutus_wrap .deco {
    position: absolute;
    pointer-events: none;
    width: 250px;
}
.sec_aboutus_wrap .deco_1 {
    right: -150px;
    top: 0;
}
.sec_aboutus_wrap .deco_2 {
    left: -150px;
    bottom: 10px;
}
@media (max-width: 999px) {
    .sec_aboutus_wrap {
        padding-top: 50px;
    }
    .sec_aboutus_wrap .box_1 {
        position: relative;
        padding: 20px 20px 0;
    }
    .sec_aboutus_wrap .box_1::before {
        left: 5px;
        top: 5px;
    }
    .sec_aboutus_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_aboutus_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(1) {
        margin-right: auto;
        margin-bottom: 40px;
        width: auto;
    }

    .sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(2) {
        width: auto;
    }
    .sec_aboutus_wrap .logo_1 {
        margin: 0 auto 20px;
        width: 100%;
    }

    .sec_aboutus_wrap .address_1 {
        text-align: center;
    }

    .sec_aboutus_wrap .list_1 {
        display: block;
    }

    .sec_aboutus_wrap .list_1 dt {
        margin-bottom: 5px !important;
    }
    .sec_aboutus_wrap .list_1 dd {
        margin-bottom: 10px;
        width: auto;
    }

    .sec_aboutus_wrap .list_1 dd:last-of-type {
        margin-bottom: 0;
    }
    .sec_aboutus_wrap .btn_1 {
        margin: 40px auto 0;
    }
    .sec_aboutus_wrap .map_1 {
        margin: 0 -20px;
    }
    .sec_aboutus_wrap .map_1 iframe {
        height: 300px;
    }
}

/* ---------------------------------------------------- */
/* sec_medical_wrap */
/* ---------------------------------------------------- */
.sec_medical_wrap {
    padding-top: 250px;
    padding-bottom: 80px;
    background-image: url(../../common/img/bg/4.svg);
    background-size: 100% 180px;
    background-position: center top;
    background-repeat: no-repeat;
}
.sec_medical_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_medical_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -50px;
}
.sec_medical_wrap .list_1 > ul > li {
    margin-right: 50px;
    margin-bottom: 50px;
    width: calc(100% / 5 - 50px);
}
.sec_medical_wrap .list_1 a {
    display: block;
    color: var(--co_3);
    text-decoration: none;
}
.sec_medical_wrap .list_1 .img {
    position: relative;
    padding-top: 100%;
    background-color: var(--co_7);
    border-radius: 100%;
}
.sec_medical_wrap .list_1 > ul > li:nth-child(even) .img {
    background-color: var(--co_4);
}
.sec_medical_wrap .list_1 .img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}
.sec_medical_wrap .list_1 .ttl {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.sec_medical_wrap .deco {
    position: absolute;
    pointer-events: none;
    width: 320px;
}
.sec_medical_wrap .deco_1 {
    right: 0px;
    top: 0;
}
@media (max-width: 999px) {
    .sec_medical_wrap {
        padding-top: 120px;
        padding-bottom: 50px;
        background-size: 1000px 80px;
    }
    .sec_medical_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_medical_wrap .list_1 > ul {
        margin-right: -10px;
        margin-bottom: -20px;
    }
    .sec_medical_wrap .list_1 > ul > li {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc(100% / 3 - 10px);
    }
    .sec_medical_wrap .list_1 .ttl {
        margin-top: 10px;
        font-size: 14px;
    }
    .sec_medical_wrap .deco {
        width: 150px;
    }
    .sec_medical_wrap .deco_1 {
        right: -60px;
        top: 0;
    }
}
/* ---------------------------------------------------- */
/* sec_contact_wrap */
/* ---------------------------------------------------- */
.sec_contact_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--co_4);
}
.sec_contact_wrap .sec_inner {
    display: flex;
    justify-content: center;
}
.sec_contact_wrap .ttl_1 {
    padding-top: 20px;
    margin-right: 60px;
    color: var(--co_1);
    font-weight: 500;
    line-height: 1;
}
.sec_contact_wrap .ttl_1 .en {
    display: block;
    font-size: 54px;
    letter-spacing: 0.1em;
}
.sec_contact_wrap .ttl_1 .ja {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.sec_contact_wrap .box_1 {
    margin-left: 30px;
    padding: 15px;
    width: 330px;
    background-color: var(--co_1);
    border-radius: 5px;
}
.sec_contact_wrap .ttl_2 {
    text-align: center;
}

.sec_contact_wrap .btn_2 {
    margin: 15px auto 0;
}
.sec_contact_wrap .btn_2::before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/reservation_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (min-width: 1000px) {
    .sec_contact_wrap .btn_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        font-size: 36px;
        line-height: 1;
        font-weight: 500;
        text-decoration: none;
    }
    .sec_contact_wrap .btn_1::before {
        content: "";
        display: block;
        margin-right: 5px;
        width: 28px;
        height: 28px;
        background-image: url(../../common/img/ico/tel_1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media (max-width: 999px) {
    .sec_contact_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_contact_wrap .sec_inner {
        display: block;
    }
    .sec_contact_wrap .ttl_1 {
        padding-top: 0;
        margin-bottom: 30px;
        margin-right: auto;
        text-align: center;
    }
    .sec_contact_wrap .ttl_1 .en {
        font-size: 32px;
    }
    .sec_contact_wrap .ttl_1 .ja {
        margin-top: 10px;
        font-size: 14px;
    }
    .sec_contact_wrap .box_1 {
        margin-left: 0;
        margin-top: 10px;
        padding: 0;
        width: auto;
        background-color: transparent;
    }
    .sec_contact_wrap .ttl_2 {
        color: var(--co_1);
        text-align: center;
    }
    .sec_contact_wrap .btn_1 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 10px;
        width: 90%;
        max-width: 100%;
        min-width: 250px;
        color: var(--co_4);
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        background-color: var(--co_1);
        border-radius: 40px;
    }
    .sec_contact_wrap .btn_1 {
        margin: 15px auto 0;
    }
    .sec_contact_wrap .btn_1::before {
        content: "";
        display: block;
        margin-right: 5px;
        width: 28px;
        height: 28px;
        background-image: url(../../common/img/ico/tel_1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../../common/img/bg/5.svg);
    background-size: 100% 180px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.sec_message_wrap .ttl_1 {
    margin-bottom: 50px;
}
.sec_message_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}
.sec_message_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    flex: none;
    margin-right: 120px;
    width: 460px;
}
.sec_message_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}
.sec_message_wrap .desc_1 {
    line-height: 2;
}
.sec_message_wrap .btn_1 {
    margin-top: 40px;
}
.sec_message_wrap .img_1 {
    width: 460px;
}
.sec_message_wrap .deco {
    position: absolute;
    pointer-events: none;
    width: 200px;
}
.sec_message_wrap .deco_1 {
    left: -150px;
    top: 50px;
}
.sec_message_wrap .deco_2 {
    right: -150px;
    bottom: 0;
}
@media (max-width: 999px) {
    .sec_message_wrap {
        padding-top: 50px;
        padding-bottom: 80px;
        background-size: 1000px 80px;
    }
    .sec_message_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_message_wrap .clms_wrap_1 {
        display: block;
    }
    .sec_message_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }

    .sec_message_wrap .img_1 {
        width: auto;
    }
    .sec_message_wrap .btn_1 {
        margin: 40px auto 0;
    }
    .sec_message_wrap .deco {
        width: 100px;
    }
    .sec_message_wrap .deco_1 {
        left: -50px;
        top: 50px;
    }
    .sec_message_wrap .deco_2 {
        right: -50px;
        bottom: -50px;
    }
}

/* ---------------------------------------------------- */
/* sec_features_wrap */
/* ---------------------------------------------------- */
.sec_features_wrap {
    padding-top: 40px;
    background-color: var(--co_8);
}
.sec_features_wrap .ttl_1 {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.2;
}
.sec_features_wrap .ttl_1 .en {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--co_1);
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
}
.sec_features_wrap .ttl_1 .ja {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.sec_features_wrap .ttl_1 .ja > span {
    color: var(--co_7);
}

.sec_features_wrap .ttl_1 .ja > span > span {
    font-size: 50px;
}
.sec_features_wrap .ttl_1 .ja::before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 45px;
    background-image: url(../../common/img/ico/ttl_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_features_wrap .list_1 > ul > li {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.sec_features_wrap .list_1 > ul > li + li {
    margin-top: 80px;
}
.sec_features_wrap .list_1 > ul > li > .clm_wrap {
    width: calc(100% / 2 - 40px);
}

.sec_features_wrap .list_1 > ul > li:nth-child(even) > .clm_wrap:nth-of-type(1) {
    order: 2;
}
.sec_features_wrap .list_1 .img {
    overflow: hidden;
    border-radius: 10px;
}
.sec_features_wrap .list_1 .num {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: max-content;
    color: var(--co_7);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    background-color: var(--co_1);
    border-radius: 20px;
}

.sec_features_wrap .list_1 .num::before {
    content: "●#Features.";
}

.sec_features_wrap .list_1 .copy {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 20px;
    width: max-content;
    color: var(--co_1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    background-color: var(--co_7);
    border-radius: 5px;
}
.sec_features_wrap .list_1 .copy::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0px 7.5px;
    border-color: var(--co_7) transparent transparent transparent;
}
.sec_features_wrap .list_1 .ttl {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.sec_features_wrap .list_1 .desc {
    margin-top: 50px;
}

@media (max-width: 999px) {
    .sec_features_wrap {
        padding-top: 50px;
    }
    .sec_features_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_features_wrap .ttl_1 .en {
        font-size: 55px;
    }
    .sec_features_wrap .ttl_1 .ja {
        font-size: 25px;
    }
    .sec_features_wrap .ttl_1 .ja > span > span {
        font-size: 35px;
    }
    .sec_features_wrap .ttl_1 .ja::before {
        margin-bottom: 10px;
        height: 40px;
    }

    .sec_features_wrap .list_1 > ul > li {
        display: block;
    }
    .sec_features_wrap .list_1 > ul > li + li {
        margin-top: 40px;
    }
    .sec_features_wrap .list_1 > ul > li > .clm_wrap {
        width: auto;
    }

    .sec_features_wrap .list_1 .img {
        overflow: hidden;
        border-radius: 10px;
    }
    .sec_features_wrap .list_1 .num {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .sec_features_wrap .list_1 .copy {
        margin-bottom: 10px;
        padding: 5px 20px;
        font-size: 15px;
    }

    .sec_features_wrap .list_1 .ttl {
        font-size: 18px;
    }
    .sec_features_wrap .list_1 .img {
        margin-top: 20px;
    }
    .sec_features_wrap .list_1 .desc {
        margin-top: 20px;
    }
}
/* ---------------------------------------------------- */
/* sec_gallery_wrap */
/* ---------------------------------------------------- */
.sec_gallery_wrap {
    padding-top: 220px;
    background-image: url(../../common/img/bg/6.svg);
    background-size: 100% 180px;
    background-position: center top;
    background-repeat: no-repeat;
}
.sec_gallery_wrap .slide_1 .item {
    padding: 0 7px;
}

.sec_gallery_wrap .slide_1 .item .img {
    width: 694px;
}

@media (max-width: 999px) {
    .sec_gallery_wrap {
        padding-top: 120px;
        background-size: 1000px 80px;
    }
    .sec_gallery_wrap .slide_1 .item {
        padding: 0 5px;
    }

    .sec_gallery_wrap .slide_1 .item .img {
        width: auto;
        border-radius: 10px;
    }
}
