@charset "utf-8";

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .header_1 {
        background-color: rgba(255, 255, 255, 1);
    }
    .is_page_scr .header_1 {
        background-color: rgba(75, 127, 68, 0.8);
    }
    .header_1 .nav_1 > ul > li > a {
        display: block;
        color: var(--co_3);
    }
    .is_page_scr .header_1 .nav_1 > ul > li > a {
        color: var(--co_2);
    }
}
@media (max-width: 999px) {
    .header_1 .logo_1 {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* .sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .sec_inner {
    padding: 80px 60px 45px;
}

.sec_mv_wrap .logo_1 {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    width: 280px;
    height: 280px;
    background-color: var(--co_3);
    border-radius: 0 0 30px 0;
    z-index: 110;
    transition: 0.3s ease-in-out;
}
.is_megamenu_show .sec_mv_wrap .logo_1 {
    opacity: 0;
    pointer-events: none;
}
.sec_mv_wrap .logo_2 {
    position: fixed;
    right: 150px;
    top: 30px;
    width: 190px;
    z-index: 110;
    transition: 0.3s ease-in-out;
}
.is_megamenu_show .sec_mv_wrap .logo_2 {
    opacity: 0;
    pointer-events: none;
}
.is_page_scr .sec_mv_wrap .logo_2 {
    top: -100px;
}

.is_page_scr .sec_mv_wrap .logo_1 {
    transform: translateY(-100%);
}

.sec_mv_wrap .img_1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    z-index: 2;
}
.sec_mv_wrap .img_2 {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: calc(100% - 450px);
    z-index: 2;
}

.sec_mv_wrap .copy_1 {
    position: absolute;
    right: 25px;
    top: 50%;
    font-family: var(--ff_en_3);
    color: var(--co_3);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    writing-mode: vertical-lr;
    transform: translateY(-50%);
    z-index: 2;
}

.sec_mv_wrap .slide_1 {
    height: 100%;
    border-radius: 0 0 0 30px;
    overflow: hidden;
}

.sec_mv_wrap .slide_1 .swiper-wrapper,
.sec_mv_wrap .slide_1 .swiper-slide,
.sec_mv_wrap .slide_1 .swiper-slide .img,
.sec_mv_wrap .slide_1 .swiper-slide .img > span {
    height: 100%;
}

.sec_mv_wrap .slide_1 .swiper-slide {
    position: relative;
}
.sec_mv_wrap .slide_1 .swiper-slide .ttl {
    position: absolute;
    right: 80px;
    top: 60px;
    width: 60px;
    transform: translateY(50px);
    opacity: 0;
    z-index: 10;
    animation-name: mv_1;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    transform-origin: center bottom;
    animation-play-state: paused;
}

.sec_mv_wrap .slide_1 .swiper-slide-active .ttl,
.sec_mv_wrap .slide_1 .swiper-slide-duplicate-active .ttl,
.sec_mv_wrap .slide_1 .swiper-slide-prev .ttl {
    animation-play-state: running;
}

.sec_mv_wrap .slide_1 .swiper-slide .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--co_3);
    opacity: 0.25;
    z-index: 2;
}

.sec_mv_wrap .slide_1 .swiper-slide .img {
    animation-name: mv_2;
    animation-duration: 10s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-direction: normal;
    animation-play-state: paused;
}

.sec_mv_wrap .slide_1 .swiper-slide-active .img,
.sec_mv_wrap .slide_1 .swiper-slide-duplicate-active .img,
.sec_mv_wrap .slide_1 .swiper-slide-prev .img {
    animation-play-state: running;
}

@keyframes mv_1 {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes mv_2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}
@media (min-width: 1000px) {
    .sec_mv_wrap .btn_1:hover::before {
        opacity: 1;
    }
}
@media (min-width: 1000px) and (max-width: 1290px) {
    .sec_mv_wrap .logo_2 {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 999px) {
    .sec_mv_wrap .sec_inner {
        padding: 110px 20px 15px;
    }

    .sec_mv_wrap .logo_1 {
        padding: 0 25px;
        width: 165px;
        height: 200px;
    }
    .sec_mv_wrap .logo_2 {
        position: absolute;
        right: 20px;
        top: 80px !important;
        width: 150px;
        z-index: 1;
    }

    .sec_mv_wrap .img_1 {
        top: auto;
        bottom: 20px;
        width: 200px;
    }
    .sec_mv_wrap .img_2 {
        width: 100%;
    }
    .sec_mv_wrap .copy_1 {
        right: 5px;
        font-size: 10px;
    }

    .sec_mv_wrap .slide_1 .swiper-slide .ttl {
        right: 0;
        top: 0;
        width: 50px;
    }
}

/* ---------------------------------------------------- */
/* .sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
}
.sec_pickup_wrap .bnr_1 {
    margin: 0 auto 100px;
    width: 1100px;
}
@media (max-width: 999px) {
    .sec_pickup_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_pickup_wrap .img_1 {
        margin: 0 15px;
    }
    .sec_pickup_wrap .bnr_1 {
        margin-bottom: 50px;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* .sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    margin-top: 50px;
    background-color: var(--co_4);
}

.sec_about_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
    width: 1290px;
    height: 866px;
    background-image: url(../img/about_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_about_wrap > .sec_inner:nth-of-type(2) {
    padding-bottom: 100px;
}
.sec_about_wrap > .sec_inner:nth-of-type(3) {
    padding-bottom: 100px;
}

.sec_about_wrap .ttl_1 {
    margin-bottom: 20px;
    transform: translateY(-50px);
}

.sec_about_wrap .ttl_2 {
    margin: 0 auto 70px;
    width: 630px;
}
.sec_about_wrap .desc_1 {
    margin: 0 auto 50px;
    max-width: max-content;
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}
.sec_about_wrap .img_1 {
    margin: 0 auto 120px;
    width: 250px;
}
.sec_about_wrap .slide_1 {
    font-size: 0;
}

.sec_about_wrap .slide_1 .item .img {
    width: 1245px;
}
.sec_about_wrap .note_1 {
    margin: 50px auto 0;
    width: 1260px;
    text-align: right;
    font-size: 12px;
}

.sec_about_wrap .ttl_3 {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
}

.sec_about_wrap .art_1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 100px 0;
}
.sec_about_wrap .list_1 > .art_1:nth-of-type(1) {
    padding-top: 200px;
}
.sec_about_wrap .list_1 > .art_1:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--co_5);
}
.sec_about_wrap .art_1 > .clm_wrap:nth-of-type(1) {
    position: relative;
    flex: none;
    width: 800px;
    z-index: 2;
}

.sec_about_wrap .art_1 > .clm_wrap:nth-of-type(2) {
    position: relative;
    flex: none;
    width: 400px;
    z-index: 2;
}
.sec_about_wrap .list_1 > .art_1:nth-of-type(odd) > .clm_wrap:nth-of-type(2) {
    order: -1;
}

.sec_about_wrap .art_1 .ttl {
    margin-bottom: 20px;
}
.sec_about_wrap .art_1 .ttl > span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    color: var(--co_3);
    font-size: 25px;
    font-weight: 500;
}

.sec_about_wrap .art_1 .ttl > span:nth-of-type(2) {
    display: block;
    font-size: 35px;
    font-weight: 700;
}
.sec_about_wrap .btn_wrap {
    display: flex;
    margin-top: 30px;
    margin-right: -10px;
}
.sec_about_wrap .btn_wrap .btn {
    margin-right: 10px;
    max-width: 320px;
}
.sec_about_wrap .art_1 .img {
    position: relative;
}
.sec_about_wrap .art_1 .img img {
    border-radius: 30px;
    overflow: hidden;
}
.sec_about_wrap .art_1 .img figcaption {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    font-size: 12px;
}
.sec_about_wrap .list_1 > .art_1:nth-of-type(odd) .img figcaption {
    text-align: right;
}
@media (max-width: 999px) {
    .sec_about_wrap {
        margin-top: 20px;
    }
    .sec_about_wrap::before {
        top: 300px;
        width: calc(100% - 50px);
        height: 400px;
    }
    .sec_about_wrap > .sec_inner:nth-of-type(2) {
        padding-bottom: 50px;
    }
    .sec_about_wrap > .sec_inner:nth-of-type(3) {
        padding-bottom: 50px;
    }

    .sec_about_wrap .ttl_1 {
        margin-bottom: 10px;
        transform: translateY(-30px);
    }

    .sec_about_wrap .ttl_2 {
        margin-bottom: 30px;
        width: auto;
    }
    .sec_about_wrap .desc_1 {
        margin: 0 auto 30px;
        font-size: 14px;
        writing-mode: horizontal-tb;
    }
    .sec_about_wrap .img_1 {
        margin-bottom: 50px;
        width: 160px;
    }
    .sec_about_wrap .slide_1 {
        font-size: 0;
    }

    .sec_about_wrap .slide_1 .item .img {
        width: 500px;
    }
    .sec_about_wrap .note_1 {
        margin: 20px auto 0;
        width: calc(100% - 30px);
        font-size: 10px;
    }

    .sec_about_wrap .ttl_3 {
        top: 50px;
    }

    .sec_about_wrap .art_1 {
        display: block;
        padding: 50px 0;
    }
    .sec_about_wrap .list_1 > .art_1:nth-of-type(1) {
        padding-top: 120px;
    }

    .sec_about_wrap .art_1 > .clm_wrap:nth-of-type(1) {
        margin-bottom: 10px;
        width: auto;
    }

    .sec_about_wrap .art_1 > .clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_about_wrap .art_1 .ttl {
        margin-bottom: 20px;
    }
    .sec_about_wrap .art_1 .ttl > span:nth-of-type(1) {
        font-size: 17px;
    }

    .sec_about_wrap .art_1 .ttl > span:nth-of-type(2) {
        font-size: 25px;
    }
    .sec_about_wrap .desc {
        margin-right: 40px;
    }
    .sec_about_wrap .btn_wrap {
        margin-top: 20px;
        margin-right: 30px;
    }
    .sec_about_wrap .btn_wrap .btn {
        margin-right: 10px;
        max-width: none;
    }

    .sec_about_wrap .art_1 .img img {
        border-radius: 20px;
    }
    .sec_about_wrap .art_1 .img figcaption {
        position: static;
        margin-top: 5px;
        font-size: 10px;
        text-align: right;
    }
}
/* ---------------------------------------------------- */
/* .sec_landscape_wrap */
/* ---------------------------------------------------- */
.sec_landscape_wrap {
    background-color: var(--co_5);
}
.sec_landscape_wrap > .sec_inner:nth-of-type(2) {
    padding-bottom: 100px;
}

.sec_landscape_wrap .bg_1 {
    background-color: var(--co_4);
}
.sec_landscape_wrap .bg_1 > .sec_inner:nth-of-type(1) {
    padding-top: 100px;
    padding-bottom: 150px;
}

.sec_landscape_wrap .ttl_1 {
    margin-bottom: 20px;
    transform: translateY(-50px);
}

.sec_landscape_wrap .ttl_2 {
    margin-bottom: 70px;
}
.sec_landscape_wrap .ttl_3 {
    margin-bottom: 70px;
}
.sec_landscape_wrap .img_1 {
    margin-bottom: 100px;
}

.sec_landscape_wrap .img_2 {
    position: relative;
    margin-right: -90px;
}
.sec_landscape_wrap .img_2 img {
    border-radius: 50px;
    overflow: hidden;
}
.sec_landscape_wrap .img_2 figcaption {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
}
.sec_landscape_wrap .img_3 {
    position: relative;
    margin-bottom: 50px;
}
.sec_landscape_wrap .img_3 > img:nth-of-type(2),
.sec_landscape_wrap .img_3 > img:nth-of-type(3),
.sec_landscape_wrap .img_3 > img:nth-of-type(4) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.sec_landscape_wrap .img_3 figcaption {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 12px;
}
.sec_landscape_wrap .list_1 table {
    width: 100%;
}
.sec_landscape_wrap .list_1 thead th {
    padding: 5px;
    color: var(--co_2);
    background-color: var(--co_3);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid var(--co_2);
}
.sec_landscape_wrap .list_1 tbody > tr {
    border-bottom: 1px solid var(--co_3);
}
.sec_landscape_wrap .list_1 tbody > tr:last-of-type {
    border: none;
}
.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 1):nth-child(-n + 4) {
    background-color: #f8eade;
}
.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 5):nth-child(-n + 11) {
    background-color: #e2ece4;
}

.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 12):nth-child(-n + 15) {
    background-color: #deefef;
}
.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 1):nth-child(-n + 4) th {
    background-color: #e1a064;
}
.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 5):nth-child(-n + 11) th {
    background-color: #78aa82;
}

.sec_landscape_wrap .list_1 tbody > tr:nth-child(n + 12):nth-child(-n + 15) th {
    background-color: #64b9b9;
}
.sec_landscape_wrap .list_1 tbody th {
    padding: 5px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid var(--co_3);
}
.sec_landscape_wrap .list_1 tbody td {
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid var(--co_3);
}
.sec_landscape_wrap .list_1 tr > td:last-of-type {
    border: none;
}
.sec_landscape_wrap .ttl_4 {
    margin-bottom: 170px;
}
.sec_landscape_wrap .ttl_5 {
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
}
.sec_landscape_wrap .desc_1 {
    margin-bottom: 80px;
    width: 350px;
}
.sec_landscape_wrap .img_4 {
    position: absolute;
    right: 0;
    top: 100px;
    width: 870px;
    z-index: 2;
}
.sec_landscape_wrap .img_4 img {
    border-radius: 30px;
}
.sec_landscape_wrap .img_4 figcaption {
    position: absolute;
    right: 10px;
    bottom: -25px;
    font-size: 12px;
}
.sec_landscape_wrap .list_2 {
    margin: 0 70px 50px;
}
.sec_landscape_wrap .list_2 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.sec_landscape_wrap .list_2 > ul > li {
    margin-right: 40px;
    width: calc(100% / 4 - 40px);
}

.sec_landscape_wrap .list_2 .img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.sec_landscape_wrap .list_2 .img > img:nth-of-type(2) {
    position: absolute;
    right: -77px;
    top: 60px;
    width: 150px;
    z-index: 2;
}
.sec_landscape_wrap .list_2 .ttl {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.sec_landscape_wrap .list_2 .note {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
}
.sec_landscape_wrap .box_1 {
    position: relative;
    padding: 90px;
    background-color: var(--co_2);
    border-radius: 30px;
}
.sec_landscape_wrap .ttl_6 {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 700;
}
.sec_landscape_wrap .desc_2 {
    margin-bottom: 80px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}
.sec_landscape_wrap .img_5 {
    margin-bottom: 80px;
    width: 300px;
}
.sec_landscape_wrap .img_6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    z-index: 2;
}
.sec_landscape_wrap .img_6 img {
    border-radius: 30px;
}
.sec_landscape_wrap .img_6 figcaption {
    position: absolute;
    right: 20px;
    bottom: -25px;
    font-size: 12px;
}
@media (max-width: 999px) {
    .sec_landscape_wrap > .sec_inner:nth-of-type(2) {
        padding-bottom: 50px;
    }

    .sec_landscape_wrap .bg_1 > .sec_inner:nth-of-type(1) {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .sec_landscape_wrap .ttl_1 {
        margin-bottom: 10px;
        transform: translateY(-30px);
    }

    .sec_landscape_wrap .ttl_2 {
        margin-bottom: 30px;
    }
    .sec_landscape_wrap .ttl_3 {
        margin-bottom: 30px;
    }
    .sec_landscape_wrap .img_1 {
        margin-bottom: 50px;
    }

    .sec_landscape_wrap .img_2 {
        margin-bottom: 30px;
        margin-right: -20px;
    }
    .sec_landscape_wrap .img_2 img {
        border-radius: 20px;
    }
    .sec_landscape_wrap .img_2 figcaption {
        position: static;
        margin-top: 5px;
        font-size: 10px;
    }
    .sec_landscape_wrap .img_3 {
        margin-bottom: 30px;
    }
    .sec_landscape_wrap .img_3 > img:nth-of-type(2),
    .sec_landscape_wrap .img_3 > img:nth-of-type(3),
    .sec_landscape_wrap .img_3 > img:nth-of-type(4) {
        bottom: auto;
        left: 0;
    }
    .sec_landscape_wrap .img_3 > img:nth-of-type(2) {
        top: 0;
    }
    .sec_landscape_wrap .img_3 > img:nth-of-type(3) {
        bottom: 23%;
    }
    .sec_landscape_wrap .img_3 > img:nth-of-type(4) {
        bottom: 0;
    }
    .sec_landscape_wrap .img_3 figcaption {
        right: 0;
        top: 25%;
        font-size: 8px;
    }
    .sec_landscape_wrap .list_1 table {
        font-size: 10px;
    }
    .sec_landscape_wrap .list_1 thead th {
        padding: 5px;
    }

    .sec_landscape_wrap .list_1 tbody th {
        padding: 5px;
    }
    .sec_landscape_wrap .list_1 tbody td {
        padding: 5px;
    }

    .sec_landscape_wrap .ttl_4 {
        margin-bottom: 30px;
    }
    .sec_landscape_wrap .ttl_5 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sec_landscape_wrap .desc_1 {
        margin-bottom: 40px;
        width: 350px;
    }
    .sec_landscape_wrap .img_4 {
        position: static;
        margin-bottom: 20px;
        width: auto;
    }
    .sec_landscape_wrap .img_4 img {
        border-radius: 20px;
    }
    .sec_landscape_wrap .img_4 figcaption {
        position: static;
        margin-top: 5px;
        font-size: 10px;
        text-align: right;
    }
    .sec_landscape_wrap .list_2 {
        margin: 0 0 30px;
    }
    .sec_landscape_wrap .list_2 > ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -30px;
    }
    .sec_landscape_wrap .list_2 > ul > li {
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0 40px;
        width: 100%;
    }

    .sec_landscape_wrap .list_2 .img {
        margin-bottom: 10px;
    }
    .sec_landscape_wrap .list_2 .img > img:nth-of-type(2) {
        position: absolute;
        right: -77px;
        top: 60px;
        width: 150px;
        z-index: 2;
    }
    .sec_landscape_wrap .list_2 .ttl {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .sec_landscape_wrap .list_2 .note {
        margin-top: 10px;
        font-size: 10px;
    }
    .sec_landscape_wrap .box_1 {
        padding: 40px 15px;
        border-radius: 20px;
    }
    .sec_landscape_wrap .ttl_6 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .sec_landscape_wrap .desc_2 {
        margin-bottom: 40px;
        font-size: 14px;
        text-align: justify;
    }
    .sec_landscape_wrap .img_5 {
        margin: 0 auto 30px;
        width: 60%;
    }
    .sec_landscape_wrap .img_6 {
        position: static;
        margin-bottom: 20px;
        width: auto;
    }
    .sec_landscape_wrap .img_6 img {
        border-radius: 20px;
    }
    .sec_landscape_wrap .img_6 figcaption {
        position: static;
        margin-top: 5px;
        font-size: 10px;
        text-align: right;
    }
}

/* ---------------------------------------------------- */
/* .sec_life_wrap */
/* ---------------------------------------------------- */
.sec_life_wrap {
    padding-bottom: 150px;
    background-color: var(--co_5);
}

.sec_life_wrap .bg_1 {
    background-color: var(--co_4);
}
.sec_life_wrap .bg_1 > .sec_inner:nth-of-type(1) {
    padding-top: 100px;
    padding-bottom: 150px;
}
.sec_life_wrap .ttl_1 {
    margin-bottom: 20px;
    transform: translateY(-50px);
}
.sec_life_wrap .ttl_2 {
    margin-bottom: 60px;
}
.sec_life_wrap .ttl_3 {
    margin-bottom: 100px;
}

.sec_life_wrap .nav_1 {
    margin-bottom: 100px;
}

.sec_life_wrap .nav_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.sec_life_wrap .nav_1 > ul > li {
    margin-right: 40px;
    width: calc(100% / 3 - 40px);
}
.sec_life_wrap .nav_1 a {
    position: relative;
    display: block;
    color: var(--co_2);
    background-color: #000;
    border-radius: 30px;
    overflow: hidden;
}
.sec_life_wrap .nav_1 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--co_2);
    border-right: 2px solid var(--co_2);
    transition: 0.3s ease-in-out;
    transform: rotate(135deg) translateX(-50%);
}
.sec_life_wrap .nav_1 .ttl {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.sec_life_wrap .nav_1 .ttl > span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    font-family: var(--ff_en_1);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}
.sec_life_wrap .nav_1 .ttl > span:nth-of-type(2) {
    display: block;
    margin-bottom: 10px;
    font-family: var(--ff_en_1);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}
.sec_life_wrap .nav_1 .ttl > span:nth-of-type(3) {
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}
.sec_life_wrap .nav_1 .img {
    background-color: var(--co_3);
}
.sec_life_wrap .nav_1 .img > span {
    padding-top: 57%;
    opacity: 0.9;
    mix-blend-mode: multiply;
}
.sec_life_wrap .list_1 > ul > li {
    position: relative;
    padding: 50px 80px;
    background-color: var(--co_2);
    border: 3px solid var(--co_3);
    border-radius: 30px;
    overflow: hidden;
}
.sec_life_wrap .list_1 > ul > li + li {
    margin-top: 100px;
}
.sec_life_wrap .list_1 .ttl_wrap {
    width: 500px;
    min-height: 400px;
}

.sec_life_wrap .list_1 .ttl_wrap .num {
    margin-bottom: 20px;
    font-family: var(--ff_en_1);
    color: var(--co_3);
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
}

.sec_life_wrap .list_1 .ttl_wrap .ttl {
    margin-bottom: 40px;
}

.sec_life_wrap .list_1 .ttl_wrap .copy {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
}

.sec_life_wrap .list_1 .thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    border-radius: 30px 0 30px 30px;
    overflow: hidden;
}
.sec_life_wrap .list_1 .thumb > span {
    padding-top: 58%;
    border-radius: 30px 0 30px 30px;
}
.sec_life_wrap .list_1 .thumb figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 12px;
}
.sec_life_wrap .list_1 .list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.sec_life_wrap .list_1 .list > li {
    margin-right: 40px;
    width: calc(100% / 3 - 40px);
}

.sec_life_wrap .list_1 .list .img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.sec_life_wrap .list_1 .list .img > img:nth-of-type(2) {
    position: absolute;
    right: -77px;
    top: 60px;
    width: 150px;
    z-index: 2;
}
.sec_life_wrap .list_1 .list .ttl {
    margin-bottom: 10px;
    color: var(--co_3);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.sec_life_wrap .list_1 .note {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
}
.sec_life_wrap .list_1 .noteb {
    margin-top: 20px;
    font-size: 12px;
}

.sec_life_wrap .list_1 .support > ul > li {
    border: 2px solid var(--co_3);
}

.sec_life_wrap .list_1 .support > ul > li + li {
    margin-top: 30px;
}

.sec_life_wrap .list_1 .support .q {
    position: relative;
    padding: 15px 20px;
    color: var(--co_2);
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--co_3);
    transition: 0.3s ease-in-out;
}

.sec_life_wrap .list_1 .support .q i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.sec_life_wrap .list_1 .support .q i::before,
.sec_life_wrap .list_1 .support .q i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: var(--co_2);
    transition: 0.3s ease-in-out;
}

.sec_life_wrap .list_1 .support .q i::before {
    width: 2px;
    height: 40px;
}
.sec_life_wrap .list_1 .support .q.is_show i::before {
    opacity: 0;
}
.sec_life_wrap .list_1 .support .q i::after {
    width: 40px;
    height: 2px;
}

.sec_life_wrap .list_1 .support .a {
    display: none;
    padding: 30px 50px;
    border-top: 1px solid var(--co_3);
}
.sec_life_wrap .list_1 .support .a ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
    margin-right: -50px;
}
.sec_life_wrap .list_1 .support .a ul > li {
    position: relative;
    margin-bottom: 50px;
    margin-right: 50px;
    width: calc(100% / 3 - 50px);
}
.sec_life_wrap .list_1 .support .a ul > li:nth-child(3n + 1)::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -25px;
    width: 1090px;
    height: 2px;
    background-color: var(--co_3);
}
.sec_life_wrap .list_1 .support .a ul > li:nth-child(1)::before {
    display: none;
}
.sec_life_wrap .list_1 .support .a ul .ttl {
    margin-bottom: 10px;
    color: var(--co_3);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1000px) {
    .sec_life_wrap .nav_1 a:hover::after {
        bottom: 5px;
    }
}
@media (max-width: 999px) {
    .sec_life_wrap {
        padding-bottom: 100px;
    }
    .sec_life_wrap .ttl_1 {
        margin-bottom: 10px;
        transform: translateY(-30px);
    }
    .sec_life_wrap .ttl_2 {
        margin-bottom: 40px;
    }
    .sec_life_wrap .ttl_3 {
        margin-bottom: 30px;
    }

    .sec_life_wrap .nav_1 {
        margin-bottom: 40px;
    }

    .sec_life_wrap .nav_1 > ul {
        margin-bottom: 20px;
    }

    .sec_life_wrap .nav_1 > ul > li {
        margin-bottom: 20px;
        width: 100%;
    }

    .sec_life_wrap .nav_1 a {
        border-radius: 20px;
    }
    .sec_life_wrap .nav_1 a::after {
        width: 12px;
        height: 12px;
    }
    .sec_life_wrap .nav_1 .ttl {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-60%);
        width: 100%;
        text-align: center;
        z-index: 2;
    }
    .sec_life_wrap .nav_1 .ttl > span:nth-of-type(1) {
        font-size: 20px;
    }
    .sec_life_wrap .nav_1 .ttl > span:nth-of-type(2) {
        font-size: 15px;
    }

    .sec_life_wrap .list_1 > ul > li {
        padding: 30px 15px 20px;
        border-radius: 20px;
    }
    .sec_life_wrap .list_1 > ul > li + li {
        margin-top: 50px;
    }
    .sec_life_wrap .list_1 .ttl_wrap {
        margin-bottom: 30px;
        width: auto;
        min-height: auto;
    }

    .sec_life_wrap .list_1 .ttl_wrap::after {
        display: none;
    }
    .sec_life_wrap .list_1 .ttl_wrap .num {
        margin-bottom: 15px;
        font-size: 30px;
    }
    .sec_life_wrap .list_1 .ttl_wrap .ttl {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .sec_life_wrap .list_1 .ttl_wrap .copy {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sec_life_wrap .list_1 .ttl_wrap .desc {
        font-size: 13px;
    }
    .sec_life_wrap .list_1 .thumb {
        position: relative;
        right: auto;
        top: auto;
        margin-right: -15px;
        margin-bottom: 20px;
        width: auto;
    }
    .sec_life_wrap .list_1 .thumb > span {
        padding-top: 70%;
        border-radius: 20px;
    }
    .sec_life_wrap .list_1 .thumb figcaption {
        right: 20px;
        bottom: 10px;
        font-size: 10px;
    }
    .sec_life_wrap .list_1 .list {
        margin: 0 20px -30px;
    }
    .sec_life_wrap .list_1 .list > li {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .sec_life_wrap .list_1 .list .img {
        margin-bottom: 15px;
    }
    .sec_life_wrap .list_1 .list .img > img:nth-of-type(2) {
        right: -10px;
        top: -30px;
        width: 100px;
    }
    .sec_life_wrap .list_1 .list .ttl {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .sec_life_wrap .list_1 .list .desc {
        font-size: 13px;
    }
    .sec_life_wrap .list_1 .btn {
        margin-top: 20px;
        width: auto;
    }
    .sec_life_wrap .list_1 .note {
        position: static;
        margin-top: 20px;
        font-size: 10px;
        text-align: right;
    }
    .sec_life_wrap .list_1 .noteb {
        position: static;
        margin-top: 20px;
        font-size: 10px;
    }
    .sec_life_wrap .list_1 .support > ul > li + li {
        margin-top: 20px;
    }

    .sec_life_wrap .list_1 .support .q {
        padding: 15px 20px;
        font-size: 18px;
    }

    .sec_life_wrap .list_1 .support .q i {
        right: 20px;
        width: 30px;
        height: 30px;
    }

    .sec_life_wrap .list_1 .support .q i::before {
        width: 2px;
        height: 30px;
    }

    .sec_life_wrap .list_1 .support .q i::after {
        width: 30px;
        height: 2px;
    }

    .sec_life_wrap .list_1 .support .a {
        display: none;
        padding: 20px 15px;
        border-top: 1px solid var(--co_3);
    }
    .sec_life_wrap .list_1 .support .a ul {
        margin-bottom: -20px;
        margin-right: 0;
    }
    .sec_life_wrap .list_1 .support .a ul > li {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .sec_life_wrap .list_1 .support .a ul > li:nth-child(3n + 1)::before {
        display: none;
    }

    .sec_life_wrap .list_1 .support .a ul .ttl {
        margin-bottom: 10px;
        color: var(--co_3);
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }
    .sec_life_wrap .list_1 .support .a ul .desc {
        font-size: 13px;
    }
}
/* ---------------------------------------------------- */
/* .sec_location_wrap */
/* ---------------------------------------------------- */
.sec_location_wrap {
    background-color: var(--co_4);
}
.sec_location_wrap > .sec_inner:nth-of-type(1) {
    padding-bottom: 100px;
}
.sec_location_wrap .bg_1 {
    background-color: var(--co_5);
}
.sec_location_wrap .bg_1 > .sec_inner:nth-of-type(1) {
    padding-top: 100px;
    padding-bottom: 150px;
}
.sec_location_wrap .ttl_1 {
    margin-bottom: 10px;
    transform: translateY(-50px);
}
.sec_location_wrap .ttl_2 {
    margin-bottom: 60px;
}
.sec_location_wrap .ttl_3 {
    margin-bottom: 60px;
}

.sec_location_wrap .img_1 {
    position: relative;
    margin: 0 auto 100px;
    width: 1100px;
}

.sec_location_wrap .map_1 {
    position: relative;
    border: 3px solid var(--co_3);
    border-radius: 30px;
    overflow: hidden;
}
.sec_location_wrap .map_1 iframe {
    width: 100%;
    height: 450px;
}
.sec_location_wrap .map_1 .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: var(--co_2);
    line-height: 1.2;
    text-decoration: none;
    background-color: var(--co_3);
    z-index: 10;
}

.sec_location_wrap .desc_2 {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
.sec_location_wrap .desc_2 > span:nth-of-type(1) {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.sec_location_wrap .list_1 {
    margin-bottom: 60px;
}
.sec_location_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -30px;
}
.sec_location_wrap .list_1 > ul > li {
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc(100% / 4 - 20px);
}

.sec_location_wrap .list_1 .img {
    position: relative;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
}
.sec_location_wrap .list_1 .img > img:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 35px;
    background-color: var(--co_3);
}
.sec_location_wrap .list_1 .ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_location_wrap .list_1 .time {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
}
.sec_location_wrap .list_2 {
    display: flex;
    justify-content: space-between;
}
.sec_location_wrap .list_2 > .clm_wrap {
    position: relative;
    flex: none;
    width: calc(100% / 2 - 50px);
}
.sec_location_wrap .list_2 > .clm_wrap:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--co_3);
}
.sec_location_wrap .list_2 .list_ttl {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1;
}
.sec_location_wrap .list_2 * + .list_ttl {
    margin-top: 20px;
}

.sec_location_wrap .list_2 .list_ttl img {
    margin-right: 10px;
    width: 35px;
    background-color: var(--co_3);
}
.sec_location_wrap .list_2 .list_ttl > span:nth-of-type(1) {
    font-family: var(--ff_en_1);
    color: var(--co_3);
    font-size: 25px;
    font-weight: 500;
}
.sec_location_wrap .list_2 .list_ttl > span:nth-of-type(2) {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}
.sec_location_wrap .list_2 ul > li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec_location_wrap .list_2 ul > li + li {
    margin-top: 10px;
}
.sec_location_wrap .list_2 ul > li > span {
    flex: initial;
    width: auto;
    font-size: 13px;
}
.sec_location_wrap .list_2 ul > li > span:nth-of-type(1) {
    font-weight: 500;
}
.sec_location_wrap .list_2 ul > li > span:nth-of-type(2) {
    text-align: right;
}
.sec_location_wrap .list_2 ul > li > i {
    flex: auto;
    margin: 0 10px;
    padding-top: 10px;
    width: auto;
    border-bottom: 1px dotted var(--co_3);
}
.sec_location_wrap .list_2 .note {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}
.sec_location_wrap .desc_1 {
    margin-top: -20px;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: right;
}

@media (min-width: 1000px) {
    .sec_location_wrap .map_2 .btn:hover {
        background-color: var(--co_1);
    }
}
@media (max-width: 999px) {
    .sec_location_wrap > .sec_inner:nth-of-type(1) {
        padding-bottom: 50px;
    }
    .sec_location_wrap .bg_1 > .sec_inner:nth-of-type(1) {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .sec_location_wrap .ttl_1 {
        margin-bottom: 10px;
        transform: translateY(-30px);
    }
    .sec_location_wrap .ttl_2 {
        margin-bottom: 30px;
    }
    .sec_location_wrap .ttl_3 {
        margin-bottom: 30px;
    }
    .sec_location_wrap .img_1 {
        margin-bottom: 30px;
        width: auto;
    }

    .sec_location_wrap .img_2 {
        margin-bottom: 30px;
    }

    .sec_location_wrap .map_1 {
        border-radius: 20px;
    }
    .sec_location_wrap .map_1 .btn {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .sec_location_wrap .desc_2 {
        margin-top: 20px;
        font-size: 12px;
    }
    .sec_location_wrap .desc_2 > span:nth-of-type(1) {
        font-size: 16px;
    }
    .sec_location_wrap .list_1 {
        margin: 0 -15px 40px;
    }
    .sec_location_wrap .list_1 > ul {
        margin-right: -15px;
        margin-bottom: -20px;
    }
    .sec_location_wrap .list_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 15px);
    }

    .sec_location_wrap .list_1 .img {
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .sec_location_wrap .list_1 .ttl {
        font-size: 11px;
    }
    .sec_location_wrap .list_1 .time {
        font-size: 10px;
    }
    .sec_location_wrap .list_2 {
        display: block;
    }
    .sec_location_wrap .list_2 > .clm_wrap {
        width: auto;
    }
    .sec_location_wrap .list_2 > .clm_wrap + .clm_wrap {
        margin-top: 20px;
    }
    .sec_location_wrap .list_2 > .clm_wrap:nth-of-type(2)::before {
        display: none;
    }
    .sec_location_wrap .list_2 .list_ttl {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        line-height: 1;
    }
    .sec_location_wrap .list_2 * + .list_ttl {
        margin-top: 20px;
    }

    .sec_location_wrap .list_2 .list_ttl img {
        margin-right: 5px;
        width: 22px;
    }
    .sec_location_wrap .list_2 .list_ttl > span:nth-of-type(1) {
        font-size: 15px;
    }
    .sec_location_wrap .list_2 .list_ttl > span:nth-of-type(2) {
        font-size: 11px;
    }
    .sec_location_wrap .list_2 ul > li {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .sec_location_wrap .list_2 ul > li + li {
        margin-top: 10px;
    }
    .sec_location_wrap .list_2 ul > li > span {
        font-size: 9px;
    }
    .sec_location_wrap .list_2 ul > li > span:nth-of-type(2) {
        text-align: right;
    }
    .sec_location_wrap .list_2 ul > li > i {
        padding-top: 6px;
    }
    .sec_location_wrap .list_2 .note {
        margin-top: 50px;
        font-size: 12px;
        text-align: center;
    }
    .sec_location_wrap .desc_1 {
        margin-top: 20px;
        font-size: 10px;
        text-align: justify;
    }
}

/* ---------------------------------------------------- */
/* .sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_outline_wrap {
    padding-bottom: 100px;
}

.sec_outline_wrap .ttl_1 {
    margin-bottom: 20px;
    transform: translateY(-50px);
}

.sec_outline_wrap .list_1 {
    display: flex;
    justify-content: space-between;
}
.sec_outline_wrap .list_1 > .clm_wrap {
    position: relative;
    flex: none;
    width: calc(100% / 2 - 40px);
}
.sec_outline_wrap .list_1 > .clm_wrap:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--co_3);
}

.sec_outline_wrap .list_1 .list_ttl {
    margin-bottom: 20px;
    color: var(--co_3);
    font-size: 18px;
    font-weight: 500;
}
.sec_outline_wrap .list_1 * + .list_ttl {
    margin-top: 50px;
}
.sec_outline_wrap .list_1 table {
    width: 100%;
    font-size: 14px;
}
.sec_outline_wrap .list_1 th {
    padding-bottom: 20px;
    padding-right: 20px;
    width: 1px;
    color: var(--co_3);
    font-weight: 500;
    white-space: nowrap;
}
.sec_outline_wrap .list_1 td {
    padding-bottom: 20px;
}
@media (max-width: 999px) {
    .sec_outline_wrap {
        padding-bottom: 50px;
    }
    .sec_outline_wrap .ttl_1 {
        margin-bottom: 10px;
        transform: translateY(-30px);
    }

    .sec_outline_wrap .list_1 {
        display: block;
    }
    .sec_outline_wrap .list_1 > .clm_wrap {
        width: 100%;
    }
    .sec_outline_wrap .list_1 > .clm_wrap:nth-of-type(2)::before {
        display: none;
    }
    .sec_outline_wrap .list_1 > .clm_wrap + .clm_wrap {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--co_3);
    }
    .sec_outline_wrap .list_1 .list_ttl {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .sec_outline_wrap .list_1 * + .list_ttl {
        margin-top: 30px;
    }
    .sec_outline_wrap .list_1 table {
        font-size: 11px;
    }
    .sec_outline_wrap .list_1 th {
        padding-bottom: 10px;
        padding-right: 20px;
    }
    .sec_outline_wrap .list_1 td {
        padding-bottom: 10px;
    }
}
@media (max-width: 999px) {
}

/* ---------------------------------------------------- */
/* .sec_outline_wrap */
/* ---------------------------------------------------- */
.sec_contact_wrap {
    padding-top: 100px;
}
.sec_contact_wrap .ttl_1 {
    margin-bottom: 70px;
}
.sec_contact_wrap .shop_1 {
    margin-bottom: 50px;
}

.sec_contact_wrap .shop_1 .logo {
    margin-bottom: 20px;
    width: 350px;
}
.sec_contact_wrap .shop_1 .name {
    margin-bottom: 20px;
}
.sec_contact_wrap .shop_1 .name > span:nth-of-type(1) {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.sec_contact_wrap .shop_1 .name > span:nth-of-type(2) {
    display: block;
    margin-top: 5px;
    font-size: 18px;
}
.sec_contact_wrap .shop_1 .tel {
    display: flex;
    align-items: center;
}
.sec_contact_wrap .shop_1 .tel a {
    font-family: var(--ff_en_1);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}
.sec_contact_wrap .shop_1 .tel > span {
    margin-left: 20px;
    font-size: 15px;
}
.sec_contact_wrap .img_1 {
    position: absolute;
    right: 0;
    top: 220px;
    width: 550px;
}

.sec_contact_wrap .map_1 {
    position: relative;
    border: 3px solid var(--co_3);
    border-radius: 30px;
    overflow: hidden;
}
.sec_contact_wrap .map_1 iframe {
    width: 100%;
    height: 340px;
}
.sec_contact_wrap .map_1 .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    color: var(--co_2);
    line-height: 1.2;
    text-decoration: none;
    background-color: var(--co_3);
    z-index: 10;
}

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

    .sec_contact_wrap .shop_1 .logo {
        margin: 0 auto 20px;
        width: 220px;
    }
    .sec_contact_wrap .shop_1 .name {
        margin-bottom: 20px;
        text-align: center;
    }
    .sec_contact_wrap .shop_1 .name > span:nth-of-type(1) {
        font-size: 15px;
    }

    .sec_contact_wrap .shop_1 .name > span:nth-of-type(2) {
        margin-top: 5px;
        font-size: 13px;
    }
    .sec_contact_wrap .shop_1 .tel {
        display: block;
        text-align: center;
    }
    .sec_contact_wrap .shop_1 .tel a {
        display: block;
        font-family: var(--ff_en_1);
        font-size: 35px;
    }
    .sec_contact_wrap .shop_1 .tel > span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 11px;
    }
    .sec_contact_wrap .img_1 {
        position: static;
        margin-bottom: 30px;
        width: auto;
    }

    .sec_contact_wrap .map_1 {
        border-radius: 20px;
    }
    .sec_contact_wrap .map_1 iframe {
        height: 450px;
    }
    .sec_contact_wrap .map_1 .btn {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
}
