@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-bottom: 0;
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .mv_wrap {
    position: relative;
    height: 560px;
}

.sec_mv_wrap::before {
    content: "";
    position: absolute;
    left: calc(50% - 1250px);
    top: 100px;
    display: block;
    width: 610px;
    height: 700px;
    background-image: url(../../common/img/logo/ex_4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec_mv_wrap .mv_wrap .slide_1 {
    position: absolute;
    left: calc(50% - 450px);
    width: calc(50vw + 450px);
}

.sec_mv_wrap .mv_wrap .item {
    display: block !important;
    overflow: hidden;
}

.sec_mv_wrap .mv_wrap .item .img {
    background-color: var(--co_1);
    overflow: hidden;
}

.sec_mv_wrap .mv_wrap .item .img span {
    padding-top: 560px;
}

.sec_mv_wrap .slick-dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
}

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

.sec_mv_wrap .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    transition: 0.3s ease-in-out;
}

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

.sec_mv_wrap .slick-dots button:hover:before,
.sec_mv_wrap .slick-dots button:focus:before {
    opacity: 1;
}

.sec_mv_wrap .slick-dots button:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../common/img/ico/dot_1_b.svg);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.sec_mv_wrap .slick-dots .slick-active button:before {
    background-image: url(../../common/img/ico/dot_1.svg);
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: calc(50% - 800px);
    bottom: -20px;
    width: 930px;
    z-index: 10;
    pointer-events: none;
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .sec_mv_wrap .ttl_1 {
        left: calc(50% - 638px);
    }
}

@media (max-width: 999px) {
    .sec_mv_wrap::before {
        display: none;
    }
    .sec_mv_wrap .mv_wrap {
        height: auto;
    }

    .sec_mv_wrap .mv_wrap .slide_1 {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
    }

    .sec_mv_wrap .mv_wrap .item .img span {
        padding-top: 51%;
    }

    .sec_mv_wrap .slick-dots {
        right: 20px;
        bottom: 20px;
    }

    .sec_mv_wrap .ttl_1 {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -80px;
        width: calc(100% - 20px);
        z-index: 10;
    }
}

/* ---------------------------------------------------- */
/* sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-top: 70px;
}

.sec_outline_wrap .nav_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}
.sec_outline_wrap .nav_1 > ul > li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 4 - 20px);
}
.sec_outline_wrap .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: var(--co_1);
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_14);
    border-radius: 8px;
}
.sec_outline_wrap .nav_1 a i {
    display: block;
    margin-right: 20px;
    width: 25px;
    height: 25px;
}

@media (max-width: 999px) {
    .sec_outline_wrap {
        padding-top: 30px;
    }

    .sec_outline_wrap .nav_1 > ul {
        margin-right: -10px;
        margin-bottom: -10px;
    }
    .sec_outline_wrap .nav_1 > ul > li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(100% / 4 - 10px);
    }
    .sec_outline_wrap .nav_1 a {
        align-content: center;
        flex-wrap: wrap;
        height: 80px;
        font-size: 14px;
        border-radius: 4px;
    }
    .sec_outline_wrap .nav_1 a i {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sec_outline_wrap .nav_1 .ttl {
        width: 100%;
    }
}
/* ---------------------------------------------------- */
/* sec_clinic_wrap */
/* ---------------------------------------------------- */

.sec_clinic_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

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

.sec_clinic_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    padding: 40px 40px 40px 230px;
    width: 570px;
    background-color: var(--co_12);
}
.sec_clinic_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    width: 490px;
}

.sec_clinic_wrap .ttl_1 {
    position: absolute;
    left: 60px;
    top: 40px;
    line-height: 1.4;
    text-align: center;
}
.sec_clinic_wrap .ttl_1 .en {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--co_6);
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
}
.sec_clinic_wrap .ttl_1 .ja {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.sec_clinic_wrap .btn_1 {
    position: absolute;
    left: 40px;
    top: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 40px 5px 10px;
    color: var(--co_2);
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--co_2);
    border-radius: 4px;
}

.sec_clinic_wrap .btn_1::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/arrow_1_c.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_clinic_wrap .nav_1 > ul {
    display: flex;
    align-items: flex-end;
}

.sec_clinic_wrap .nav_1 > ul > li {
    width: 100%;
}

.sec_clinic_wrap .nav_1 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    height: 40px;
    color: var(--co_1);
    background-color: var(--co_14);
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border: 2px solid var(--co_14);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.sec_clinic_wrap .nav_1 a.is_show {
    margin-top: 0;
    height: 60px;
    color: var(--co_14);
    pointer-events: none;
    background-color: var(--co_1);
}

.sec_clinic_wrap .nav_1 a.is_show::after {
    opacity: 1;
}

.sec_clinic_wrap .toggle_wrap .item {
    display: none;
}

.sec_clinic_wrap .toggle_wrap .item.is_show {
    display: block;
}

.sec_clinic_wrap .desc_1 {
    margin-top: 10px;
    color: var(--co_4);
    font-size: 12px;
    text-align: right;
}

@media (max-width: 999px) {
    .sec_clinic_wrap {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .sec_clinic_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_clinic_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin: 0 -20px 20px;
        padding: 20px;
        width: auto;
    }
    .sec_clinic_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_clinic_wrap .ttl_1 {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        position: static;
    }
    .sec_clinic_wrap .ttl_1 .en {
        margin-right: 10px;
    }

    .sec_clinic_wrap .btn_1 {
        left: auto;
        right: 20px;
        top: 28px;
    }
    .sec_clinic_wrap .nav_1 a {
        font-size: 12px;
    }

    .sec_clinic_wrap .nav_1 a.is_show {
        height: 50px;
    }

    .sec_clinic_wrap .desc_1 {
        margin-top: 10px;
        color: var(--co_4);
        font-size: 12px;
        text-align: right;
    }
}

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap {
    overflow: hidden;
}
.sec_access_wrap::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 400px;
    display: block;
    width: 610px;
    height: 700px;
    background-image: url(../../common/img/logo/ex_4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.sec_access_wrap > .sec_inner:nth-of-type(2) {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    width: 460px;
}
.sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    width: 50%;
}
.sec_access_wrap .ttl_1 {
    margin-bottom: 40px;
}
.sec_access_wrap .address_1 {
    margin-bottom: 40px;
    text-align: center;
}
.sec_access_wrap .station_1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 15px;
}
.sec_access_wrap .station_1::before {
    content: "";
    flex: none;
    display: block;
    margin-right: 20px;
    width: 55px;
    background-image: url(../../common/img/ico/station_1_b.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-right: 1px solid var(--co_11);
}
.sec_access_wrap .img_1 figcaption {
    margin-top: 10px;
    color: var(--co_4);
    font-size: 12px;
    text-align: right;
}

.sec_access_wrap .btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    color: var(--co_1);
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_13);
    border-radius: 8px;
}
.sec_access_wrap .btn_1::before {
    content: "";
    display: block;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../common/img/ico/access_1.svg);
}

.sec_access_wrap .btn_1::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/arrow_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_access_wrap .btn_1 > span > span {
    display: block;
    font-size: 14px;
}
.sec_access_wrap .img_2 > span {
    padding-top: 340px;
}
@media (max-width: 999px) {
    .sec_access_wrap::before {
        display: none;
    }
    .sec_access_wrap > .sec_inner:nth-of-type(2) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec_access_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
        margin-bottom: 30px;
        width: auto;
    }
    .sec_access_wrap .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        width: auto;
    }
    .sec_access_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_access_wrap .img_3 {
        margin: 0 -20px 30px;
    }
    .sec_access_wrap .address_1 {
        margin-bottom: 30px;
        text-align: left;
    }
    .sec_access_wrap .station_1 {
        justify-content: flex-start;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .sec_access_wrap .station_1::before {
        width: 50px;
    }
    .sec_access_wrap .img_1 figcaption {
        font-size: 11px;
    }

    .sec_access_wrap .btn_1 {
        margin-top: 30px;
        height: 60px;
        font-size: 16px;
    }
    .sec_access_wrap .btn_1::before {
        margin-right: 15px;
        width: 25px;
        height: 25px;
    }

    .sec_access_wrap .btn_1::after {
        width: 20px;
        height: 20px;
    }
    .sec_access_wrap .btn_1 > span > span {
        display: block;
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* sec_info_wrap */
/* ---------------------------------------------------- */
.sec_info_wrap {
    padding-top: 70px;
    padding-bottom: 100px;
    background-image: url(../img/info_1.svg);
    background-size: cover;
}
.sec_info_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_info_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -60px;
}
.sec_info_wrap .list_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(100% / 3 - 30px);
}

.sec_info_wrap .list_1 a {
    display: block;
    height: 100%;
    background-color: var(--co_1);
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.5;
    text-decoration: none;
}
.sec_info_wrap .list_1 .t1 a {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    color: var(--co_6);
}
.sec_info_wrap .list_1 .t1 .ico {
    margin-right: 20px;
    width: 32px;
}
.sec_info_wrap .list_1 .t1 .ttl {
    flex: auto;
    width: auto;
    font-size: 20px;
    font-weight: 500;
}
.sec_info_wrap .list_1 .t1 .arrow {
    position: relative;
    padding-right: 30px;
    font-style: normal;
    border-bottom: 1px solid var(--co_6);
}
.sec_info_wrap .list_1 .t1 .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/arrow_1_b.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_info_wrap .list_1 .t2 a {
    padding-bottom: 20px;
}
.sec_info_wrap .list_1 .t2 .ttl {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 75px;
    color: var(--co_2);
    font-size: 20px;
    text-align: center;
}
.sec_info_wrap .list_1 .t2 .ttl span {
    display: block;
    width: 100%;
    font-size: 14px;
}
.sec_info_wrap .list_1 .t2 .info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_info_wrap .list_1 .t2 .info .min {
    display: block;
    margin-right: 20px;
    padding: 5px 20px;
    color: var(--co_1);
    white-space: nowrap;
    text-align: center;
    background-color: var(--co_10);
}
.sec_info_wrap .list_1 .t2 .info .price {
    color: var(--co_2);
    font-weight: 500;
}
.sec_info_wrap .list_1 .t2 .info .price .num {
    color: var(--co_6);
    font-size: 35px;
}
.sec_info_wrap .list_1 .t2 .info .etc {
    padding-top: 10px;
    color: var(--co_2);
    font-weight: 500;
}
.sec_info_wrap .list_1 .t2 .info .etc span {
    color: var(--co_6);
    font-size: 20px;
}

@media (max-width: 999px) {
    .sec_info_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec_info_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_info_wrap .list_1 > ul {
        margin-right: -10px;
        margin-bottom: -20px;
    }

    .sec_info_wrap .list_1 > ul > li.t1 {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc(100% / 3 - 10px);
    }
    .sec_info_wrap .list_1 > ul > li.t2 {
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc(100% - 10px);
    }

    .sec_info_wrap .list_1 a {
        display: block;
        height: 100%;
        background-color: var(--co_1);
        border-radius: 8px;
        overflow: hidden;
        line-height: 1.5;
        text-decoration: none;
    }
    .sec_info_wrap .list_1 .t1 a {
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 20px 10px;
    }
    .sec_info_wrap .list_1 .t1 .ico {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        order: 2;
    }
    .sec_info_wrap .list_1 .t1 .ico img {
        margin: 0 auto;
        width: 32px !important;
    }

    .sec_info_wrap .list_1 .t1 .ttl {
        margin-bottom: 10px;
        width: 100%;
        font-size: 14px;
        text-align: center;
        order: 1;
    }
    .sec_info_wrap .list_1 .t1 .arrow {
        order: 3;
    }
    .sec_info_wrap .list_1 .t2 a {
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }
    .sec_info_wrap .list_1 .t2 .img {
        width: 50%;
    }
    .sec_info_wrap .list_1 .t2 .meta_wrap {
        width: 50%;
    }
    .sec_info_wrap .list_1 .t2 .ttl {
        margin-bottom: 10px;
        height: auto;
        font-size: 16px;
    }
    .sec_info_wrap .list_1 .t2 .ttl span {
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .sec_info_wrap .list_1 .t2 .info {
        flex-wrap: wrap;
        padding: 0 10px;
        font-size: 13px;
    }
    .sec_info_wrap .list_1 .t2 .info .min {
        margin-right: 0;
        padding: 2px 5px;
        width: 100%;
    }
    .sec_info_wrap .list_1 .t2 .info .price {
        color: var(--co_2);
        font-weight: 500;
    }
    .sec_info_wrap .list_1 .t2 .info .price .num {
        color: var(--co_6);
        font-size: 25px;
    }
    .sec_info_wrap .list_1 .t2 .info .etc {
        padding-top: 0;
    }
    .sec_info_wrap .list_1 .t2 .info .etc span {
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* sec_features_wrap */
/* ---------------------------------------------------- */
.sec_features_wrap > .sec_inner:nth-of-type(1) {
    padding-top: 70px;
    padding-bottom: 70px;
}
.sec_features_wrap > .sec_inner:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(../img/features_1.jpg);
    background-size: cover;
    z-index: -1;
}
.sec_features_wrap > .sec_inner:nth-of-type(2) {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec_features_wrap > .sec_inner:nth-of-type(3) {
    padding-bottom: 70px;
}
.sec_features_wrap .ttl_1 {
    filter: brightness(0) invert(1);
}

.sec_features_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -60px;
    margin-bottom: -60px;
}
.sec_features_wrap .list_1 > ul > li {
    margin-right: 60px;
    margin-bottom: 60px;
    width: calc(100% / 2 - 60px);
}

.sec_features_wrap .list_1 .ttl_wrap {
    position: relative;
    margin-bottom: 20px;
    min-height: 60px;
    padding-left: 120px;
    line-height: 1.4;
}

.sec_features_wrap .list_1 .ttl_wrap .num {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    color: var(--co_6);
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}
.sec_features_wrap .list_1 .ttl_wrap .num::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--co_6);
    opacity: 0.1;
}

.sec_features_wrap .list_1 .ttl_wrap .ja {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.sec_features_wrap .list_1 .ttl_wrap .en {
    display: block;
    margin-top: 5px;
    color: var(--co_9);
    font-size: 14px;
}
.sec_features_wrap .list_1 .img {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.sec_features_wrap .slide_1 .item {
    padding: 0 10px;
}

.sec_features_wrap .slide_1 .item .img {
    width: 410px;
}

@media (max-width: 999px) {
    .sec_features_wrap > .sec_inner:nth-of-type(1) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec_features_wrap > .sec_inner:nth-of-type(2) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec_features_wrap > .sec_inner:nth-of-type(3) {
        padding-bottom: 40px;
    }
    .sec_features_wrap .ttl_1 {
        filter: brightness(0) invert(1);
    }

    .sec_features_wrap .list_1 > ul {
        margin-right: 0;
        margin-bottom: -50px;
    }
    .sec_features_wrap .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .sec_features_wrap .list_1 .ttl_wrap {
        margin-bottom: 15px;
        min-height: 50px;
        padding-left: 70px;
        line-height: 1.4;
    }

    .sec_features_wrap .list_1 .ttl_wrap .num {
        font-size: 40px;
    }
    .sec_features_wrap .list_1 .ttl_wrap .num::before {
        top: -5px;
        width: 20px;
        height: 20px;
    }

    .sec_features_wrap .list_1 .ttl_wrap .ja {
        font-size: 18px;
    }

    .sec_features_wrap .list_1 .img {
        margin-bottom: 20px;
        border-radius: 4px;
    }

    .sec_features_wrap .list_1 > ul > li:nth-child(odd) .img {
        margin-right: -25px;
    }
    .sec_features_wrap .list_1 > ul > li:nth-child(even) .img {
        margin-left: -25px;
    }

    .sec_features_wrap .slide_1 .item {
        padding: 0 5px;
    }

    .sec_features_wrap .slide_1 .item .img {
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_alignment_wrap */
/* ---------------------------------------------------- */
.sec_alignment_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--co_12);
}

.sec_alignment_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_alignment_wrap .desc_1 {
    margin-bottom: 50px;
    color: var(--co_4);
    text-align: center;
}

.sec_alignment_wrap .toggle_wrap_1 {
    margin: 0 auto;
    width: 720px;
    color: var(--co_1);
    background-color: var(--co_13);
    border-radius: 8px;
}

.sec_alignment_wrap .toggle_wrap_1 .btn_toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    height: 70px;
    color: var(--co_1);
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    transition: 0.3s ease-in-out;
}
.sec_alignment_wrap .toggle_wrap_1 .btn_toggle i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::before,
.sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
}

.sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::before {
    width: 4px;
    height: 20px;
}

.sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::after {
    width: 20px;
    height: 4px;
}

.sec_alignment_wrap .toggle_wrap_1 .btn_toggle.is_show i::before {
    opacity: 0;
}
.sec_alignment_wrap .toggle_wrap_1 .content {
    display: none;
    padding: 0 50px 50px;
}
.sec_alignment_wrap .toggle_wrap_1 .content > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}

.sec_alignment_wrap .toggle_wrap_1 .content > ul > li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 3 - 20px);
}

@media (max-width: 999px) {
    .sec_alignment_wrap {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .sec_alignment_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_alignment_wrap .desc_1 {
        margin-bottom: 40px;
        text-align: justify;
    }

    .sec_alignment_wrap .toggle_wrap_1 {
        width: auto;
        border-radius: 4px;
    }

    .sec_alignment_wrap .toggle_wrap_1 .btn_toggle {
        height: 60px;
    }
    .sec_alignment_wrap .toggle_wrap_1 .btn_toggle i {
        width: 10px;
        height: 10px;
    }

    .sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::before {
        width: 2px;
        height: 10px;
    }

    .sec_alignment_wrap .toggle_wrap_1 .btn_toggle i::after {
        width: 10px;
        height: 2px;
    }

    .sec_alignment_wrap .toggle_wrap_1 .content {
        padding: 0 20px 20px;
    }
    .sec_alignment_wrap .toggle_wrap_1 .content > ul {
        margin-right: 0;
        margin-bottom: -10px;
    }

    .sec_alignment_wrap .toggle_wrap_1 .content > ul > li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}
