@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    z-index: 2;
}
.sec_mv_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: var(--co_1);
}
.sec_mv_wrap .mv_wrap {
    position: relative;
    height: 560px;
}

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

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

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

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

.sec_mv_wrap .slide_count {
    position: absolute;
    left: calc(50% - 625px);
    bottom: 0;
    font-size: 14px;
    text-align: center;
}
.sec_mv_wrap .slide_count > span {
    display: block;
}

.sec_mv_wrap .ttl_1 {
    position: absolute;
    left: calc(50% - 500px);
    bottom: 90px;
    width: 490px;
    z-index: 10;
}
.sec_mv_wrap .businessday_1 {
    position: absolute;
    right: 0;
    bottom: -50px;
    padding: 20px;
    width: 550px;
    z-index: 10;
    background-color: var(--co_1);
    border-radius: 20px 0 0 20px;
}
.sec_mv_wrap .copyriright_1 {
    position: absolute;
    left: calc(50% - 770px);
    top: 200px;
    transform: rotate(90deg);
    color: var(--co_4);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
}
@media (max-width: 999px) {
    .sec_mv_wrap .mv_wrap {
        position: relative;
        height: auto;
    }

    .sec_mv_wrap .slide_1 {
        position: relative;
        left: 0;
        width: 100%;
    }

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

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

    .sec_mv_wrap .slide_1 .item .img span {
        padding-top: 100%;
    }

    .sec_mv_wrap .slide_count {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: var(--co_1);
    }
    .sec_mv_wrap .slide_count > span {
        display: block;
    }

    .sec_mv_wrap .ttl_1 {
        left: 40px;
        top: 20%;
        bottom: auto;
        width: 60%;
        z-index: 10;
    }
    .sec_mv_wrap .businessday_1 {
        right: 0;
        bottom: -60px;
        padding: 20px;
        width: calc(100% - 40px);
    }
    .sec_mv_wrap .copyriright_1 {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_news_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 500px);
    background-color: var(--co_7);
}

.sec_news_wrap::after {
    content: "";
    position: absolute;
    left: calc(50% - 1000px);
    bottom: 200px;
    width: 720px;
    height: 550px;
    background-image: url(../../common/img/logo/ikeda_3.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.sec_news_wrap .ttl_1 {
    position: absolute;
    left: 40px;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 500;
}
.sec_news_wrap .ttl_1::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../../common/img/ico/ttl_2_b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_news_wrap .btn_1 {
    position: absolute;
    left: 40px;
    top: 150px;
    display: flex;
    align-items: center;
    color: var(--co_8);
    text-decoration: none;
}
.sec_news_wrap .btn_1::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 40px;
    height: 20px;
    background-image: url(../../common/img/ico/btn_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_news_wrap .archive_1 {
    padding-left: 280px;
}

@media (max-width: 999px) {
    .sec_news_wrap {
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: var(--co_7);
    }
    .sec_news_wrap::before {
        display: none;
    }

    .sec_news_wrap::after {
        left: -100px;
        bottom: auto;
        top: 50px;
        width: 300px;
        height: 300px;
    }

    .sec_news_wrap .ttl_1 {
        position: static;
        margin-bottom: 30px;
        font-size: 25px;
    }
    .sec_news_wrap .ttl_1::before {
        width: 30px;
        height: 30px;
    }
    .sec_news_wrap .btn_1 {
        position: static;
        justify-content: center;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid var(--co_8);
        border-radius: 20px;
    }

    .sec_news_wrap .archive_1 {
        padding-left: 0;
    }
}

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

.sec_aboutus_wrap .ttl_1 {
    margin-bottom: 40px;
    line-height: 1.2;
    text-align: center;
}

.sec_aboutus_wrap .ttl_1 .en {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    font-size: 60px;
    font-weight: 500;
}
.sec_aboutus_wrap .ttl_1 .en::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    transform: translateX(100%);
    display: block;
    margin-left: 10px;
    width: 45px;
    height: 30px;
    background-image: url(../../common/img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_aboutus_wrap .ttl_1 .ja {
    display: block;
    font-size: 16px;
}

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

.sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(1) {
    width: 460px;
}

.sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(2) {
    width: 550px;
}
.sec_aboutus_wrap .logo_1 {
    margin-left: 40px;
    margin-bottom: 40px;
    width: 227px;
}

.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;
    margin-bottom: 20px;
}

.sec_aboutus_wrap .list_1 dt {
    flex: none;
    margin-bottom: 10px;
    width: 90px;
    color: var(--co_4);
    font-weight: 700;
}
.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% - 90px);
}

.sec_aboutus_wrap .list_1 dd:last-of-type {
    margin-bottom: 0;
}
.sec_aboutus_wrap .btn_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 250px;
    height: 45px;
    color: var(--co_1);
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: var(--co_8);
}

.sec_aboutus_wrap .btn_1::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../common/img/ico/reservation_1.svg);
}
.sec_aboutus_wrap .btn_1::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--co_1);
    border-right: 1px solid var(--co_1);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
@media (max-width: 999px) {
    .sec_aboutus_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

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

    .sec_aboutus_wrap .ttl_1 .en {
        font-size: 30px;
    }
    .sec_aboutus_wrap .ttl_1 .en::after {
        width: 35px;
        height: 20px;
    }
    .sec_aboutus_wrap .ttl_1 .ja {
        font-size: 12px;
    }

    .sec_aboutus_wrap .clms_wrap_1 {
        display: block;
    }

    .sec_aboutus_wrap .clms_wrap_1 > .clm_wrap:nth-child(1) {
        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 30px;
        width: 227px;
    }

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

    .sec_aboutus_wrap .list_1 {
        margin-bottom: 30px;
    }

    .sec_aboutus_wrap .btn_1 {
        width: 100%;
    }
}
/* ---------------------------------------------------- */
/* sec_medical_wrap */
/* ---------------------------------------------------- */
.sec_medical_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_medical_wrap::before {
    content: "";
    position: absolute;
    right: calc(50% - 650px);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--co_7);
    z-index: -1;
    border-radius: 0 20px 0 0;
}
.sec_medical_wrap .ttl_1 {
    position: relative;
    margin-bottom: 40px;
    color: var(--co_4);
    text-align: center;
    line-height: 1.2;
}

.sec_medical_wrap .ttl_1::before {
    content: "";
    position: absolute;
    left: calc(50% - 220px);
    top: -50px;
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../../common/img/ico/ttl_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.sec_medical_wrap .ttl_1 .ja {
    display: block;
    font-size: 48px;
}
.sec_medical_wrap .ttl_1 .en {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.sec_medical_wrap .bnr_1 {
    display: block;
    margin: 0 auto 60px;
    width: 620px;
}

.sec_medical_wrap .list_1 > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}

.sec_medical_wrap .list_1 > ul > li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(100% / 4 - 30px);
}

.sec_medical_wrap .list_1 a {
    display: block;
    color: var(--co_3);
    text-decoration: none;
}
.sec_medical_wrap .list_1 .img {
    border-radius: 10px;
    overflow: hidden;
}
.sec_medical_wrap .list_1 .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
}
.sec_medical_wrap .list_1 .ttl::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../../common/img/ico/arrow_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 999px) {
    .sec_medical_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_medical_wrap::before {
        right: 10px;
    }
    .sec_medical_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_medical_wrap .ttl_1::before {
        left: calc(50% - 100px);
        top: -30px;
        width: 100px;
        height: 100px;
    }
    .sec_medical_wrap .ttl_1 .ja {
        display: block;
        font-size: 24px;
    }
    .sec_medical_wrap .ttl_1 .en {
        margin-top: 5px;
        font-size: 12px;
    }

    .sec_medical_wrap .bnr_1 {
        margin-bottom: 30px;
        width: auto;
    }

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

    .sec_medical_wrap .list_1 > ul > li {
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc(100% / 2 - 20px);
    }

    .sec_medical_wrap .list_1 .ttl {
        margin-top: 5px;
        font-size: 14px;
    }
    .sec_medical_wrap .list_1 .ttl::after {
        width: 14px;
        height: 14px;
    }
}

/* ---------------------------------------------------- */
/* sec_contact_wrap */
/* ---------------------------------------------------- */
.sec_contact_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../img/contact_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_contact_wrap .ttl_1 {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2;
}
.sec_contact_wrap .ttl_1 .en {
    display: block;
    color: var(--co_8);
    font-size: 60px;
    line-height: 1.4;
    font-weight: 500;
}
.sec_contact_wrap .ttl_1 .ja {
    display: block;
    margin-top: 10px;
    color: var(--co_1);
    font-size: 16px;
}

.sec_contact_wrap .nav_1 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_contact_wrap .nav_1 > ul > li + li {
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid var(--co_1);
}
.sec_contact_wrap .nav_1 .ttl {
    margin-bottom: 20px;
    color: var(--co_1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.sec_contact_wrap .nav_1 .tel .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--co_1);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
.sec_contact_wrap .nav_1 .tel .btn::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../common/img/ico/tel_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_contact_wrap .nav_1 .reservation .btn,
.sec_contact_wrap .nav_1 .interview .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 250px;
    height: 45px;
    color: var(--co_1);
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}
.sec_contact_wrap .nav_1 .reservation .btn {
    background-color: var(--co_5);
}
.sec_contact_wrap .nav_1 .interview .btn {
    background-color: var(--co_6);
}

.sec_contact_wrap .nav_1 .reservation .btn::before,
.sec_contact_wrap .nav_1 .interview .btn::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_contact_wrap .nav_1 .reservation .btn::before {
    background-image: url(../../common/img/ico/reservation_1.svg);
}
.sec_contact_wrap .nav_1 .interview .btn::before {
    background-image: url(../../common/img/ico/interview_1.svg);
}

@media (max-width: 999px) {
    .sec_contact_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
        background-image: url(../img/contact_1.jpg);
    }

    .sec_contact_wrap .ttl_1 {
        margin-bottom: 30px;
    }
    .sec_contact_wrap .ttl_1 .en {
        font-size: 30px;
    }
    .sec_contact_wrap .ttl_1 .ja {
        margin-top: 5px;
        font-size: 12px;
    }
    .sec_contact_wrap .nav_1 {
        margin-bottom: 30px;
    }
    .sec_contact_wrap .nav_1 > ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sec_contact_wrap .nav_1 > ul > li + li {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
    .sec_contact_wrap .nav_1 > ul > li:nth-child(1) {
        margin-bottom: 20px;
        width: 100%;
    }
    .sec_contact_wrap .nav_1 > ul > li:nth-child(2),
    .sec_contact_wrap .nav_1 > ul > li:nth-child(3) {
        width: calc(100% / 2 - 10px);
    }
    .sec_contact_wrap .nav_1 .ttl {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .sec_contact_wrap .nav_1 .reservation .btn,
    .sec_contact_wrap .nav_1 .interview .btn {
        width: auto;
        height: 45px;
    }
}

/* ---------------------------------------------------- */
/* sec_gallery_wrap */
/* ---------------------------------------------------- */
.sec_gallery_wrap {
    padding-top: 100px;
}
.sec_gallery_wrap .slide_1 .item {
    padding: 0 10px;
}

.sec_gallery_wrap .slide_1 .item .img {
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 999px) {
    .sec_gallery_wrap {
        padding-top: 50px;
    }
    .sec_gallery_wrap .slide_1 .item {
        padding: 0 5px;
    }

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

/* ---------------------------------------------------- */
/* sec_features_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec_message_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 600px;
    background-color: var(--co_7);
    z-index: -1;
}

.sec_message_wrap .box_1 {
    position: relative;
    margin: 0 -80px;
    padding: 80px;
    background-color: var(--co_1);
    border: 4px solid var(--co_4);
    border-radius: 20px;
}

.sec_message_wrap .ttl_1 {
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
    line-height: 1.4;
}
.sec_message_wrap .ttl_1::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 150px;
    height: 1px;
    background-color: var(--co_7);
}
.sec_message_wrap .ttl_1 .en {
    position: relative;
    font-size: 60px;
}
.sec_message_wrap .ttl_1 .en::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    transform: translateX(100%);
    display: block;
    width: 45px;
    height: 30px;
    background-image: url(../../common/img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec_message_wrap .ttl_1 .ja {
    margin-left: 10px;
    font-size: 16px;
}
.sec_message_wrap .ttl_2 {
    margin-bottom: 30px;
    width: 600px;
    color: var(--co_4);
    font-size: 24px;
    font-weight: 700;
}
.sec_message_wrap .desc_1 {
    margin-bottom: 60px;
    width: 600px;
    line-height: 2;
}

.sec_message_wrap .img_1 {
    position: absolute;
    right: 80px;
    top: 200px;
    width: 420px;
}
.sec_message_wrap .img_1::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-image: url(../img/message_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}
.sec_message_wrap .img_1 img {
    border-radius: 20px;
}
.sec_message_wrap .name_1 {
    position: absolute;
    right: 80px;
    top: 520px;
    width: 420px;
    font-weight: 700;
    text-align: right;
}
.sec_message_wrap .name_1 span {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}
.sec_message_wrap .btn_1 {
    position: absolute;
    right: 80px;
    top: 560px;
    display: flex;
    align-items: center;
    color: var(--co_8);
    text-decoration: none;
}
.sec_message_wrap .btn_1::after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 40px;
    height: 20px;
    background-image: url(../../common/img/ico/btn_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_message_wrap .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}
.sec_message_wrap .clms_wrap_1 > .clm_wrap {
    width: calc(100% / 2 - 20px);
}
.sec_message_wrap .box_2 {
    padding: 20px;
    background-color: #f8fbfb;
    border-radius: 20px;
}
.sec_message_wrap .ttl_3 {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 700;
    border-left: 10px solid var(--co_7);
}
.sec_message_wrap .ttl_4 {
    margin-bottom: 5px;
}

.sec_message_wrap .list_1 {
    font-size: 14px;
}
.sec_message_wrap .list_1 > li + li {
    margin-top: 5px;
}

@media (max-width: 999px) {
    .sec_message_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_message_wrap::before {
        height: 80%;
    }

    .sec_message_wrap .box_1 {
        margin: 0;
        padding: 40px 20px;
    }

    .sec_message_wrap .ttl_1 {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }
    .sec_message_wrap .ttl_1::after {
        display: none;
    }
    .sec_message_wrap .ttl_1 .en {
        display: block;
        margin: 0 auto;
        max-width: max-content;
        font-size: 30px;
    }
    .sec_message_wrap .ttl_1 .en::after {
        width: 35px;
        height: 20px;
    }
    .sec_message_wrap .ttl_1 .ja {
        margin-left: 0;
        margin-top: 10px;
        font-size: 12px;
    }
    .sec_message_wrap .ttl_2 {
        margin-bottom: 20px;
        width: auto;
        font-size: 18px;
    }
    .sec_message_wrap .desc_1 {
        margin-bottom: 20px;
        width: auto;
    }

    .sec_message_wrap .img_1 {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 10px;
        width: auto;
    }
    .sec_message_wrap .img_1::after {
        right: -20px;
        top: -20px;
        width: 100px;
        height: 100px;
    }
    .sec_message_wrap .img_1 img {
        border-radius: 20px;
    }
    .sec_message_wrap .name_1 {
        position: static;
        margin-bottom: 20px;
        width: auto;
        text-align: center;
    }
    .sec_message_wrap .name_1 span {
        display: block;
        margin-right: 0;
    }
    .sec_message_wrap .btn_1 {
        position: static;
        justify-content: center;
        padding: 10px;
        border: 1px solid var(--co_8);
        border-radius: 20px;
    }

    .sec_message_wrap .clms_wrap_1 {
        display: block;
        margin-top: 40px;
    }
    .sec_message_wrap .clms_wrap_1 > .clm_wrap {
        width: auto;
    }
    .sec_message_wrap .box_2 {
        padding: 20px 10px;
    }
    .sec_message_wrap .ttl_3 {
        font-size: 16px;
    }
    .sec_message_wrap .ttl_4 {
        font-size: 12px;
    }

    .sec_message_wrap .list_1 {
        font-size: 12px;
    }
}
