@charset "UTF-8";

/* ===================================
   トップページ専用スタイル
   =================================== */

.ly_headerListItem__line, .ly_fixedHeaderItem__line, .ly_fixedCvItem__line {
    background: linear-gradient(180deg, #9F824B 0%, #8E6B28 100%);
    box-shadow: 0 4px 6px 0 #C6BDAE;
}

.ly_main {
    -webkit-font-smoothing: antialiased;

    @media screen and (max-width: 767px) {
        margin-top: 120px;
    }
}

.pc-no {
    display: none;

    @media screen and (max-width: 767px) {
        display: block;
    }
}

.pc-no2 {
    display: none;

    @media screen and (max-width: 1024px) {
        display: block;
    }
}

.only-pc {
    display: block;

    @media screen and (max-width: 1024px) {
        display: none !important;
    }
}

.un_homeIntro_ttl {
    text-underline-offset: 2px;
    text-decoration: underline #1f1f1f 1px;
    margin-bottom: 60px;
}

.ly_bg_white {
    background-color: #F7F7F4;
}

.bl_sect02 {
    padding: 80px 0;

    @media screen and (max-width: 767px) {
        padding: 40px 0;
    }
}

.el_sectHead {
    margin: 0 0 30px;
}

.el_lv2Heading {
    @media screen and (max-width: 767px) {
        line-height: 2;
    }
}

.el_sectHead_heading {
    @media screen and (max-width: 767px) {
        text-align: center;
    }
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

.ly_topFv {
    background-image: url(../../../img/home/fv_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 60px;

    @media screen and (max-width: 767px) {
        background-image: url(../../../img/home/fv_bg_sp.webp);
        padding-top: 0;
        padding-bottom: 0;
    }
}

.swiper-wrapper {
    margin-top: 10px;

    @media screen and (max-width: 767px) {
        margin-top: 0;
    }
}

/* ファーストビュースライダー */

.swiperFv .swiper-slide {
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.10);
    background-color: #fff;

    @media screen and (max-width: 767px) {
        box-shadow: none;
    }

}

.swiper-slide.swiper-slide-prev img,
.swiper-slide.swiper-slide-next img {
    opacity: 0.4;
    transition: opacity 0.3s;
}

.swiperFv .swiper-slide a {
    transition: opacity 0.3s;

    @media (hover: hover) {
        &:hover {
            opacity: 0.7;
        }
    }
}


.swiperFv .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;

    @media screen and (max-width: 767px) {
        border-radius: 0;
    }
}

.swiper-button-wrap {
    position: absolute;
    width: fit-content !important;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    display: grid;
    grid-template-columns: repeat(2, 24px);
    align-self: center;
    gap: 130px;
    opacity: 1 !important;
    width: 100%;
    z-index: 2;
    padding-inline: max(0px, 0vw) !important;
    margin-top: 32px;
    z-index: 100;

    @media screen and (max-width: 767px) {
        margin-bottom: 20px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    display: flex;
    right: auto !important;
    align-items: center;
    justify-content: center;
    transform: translate(0) !important;
    box-sizing: border-box;
    transition: opacity 0.3s;
    width: 24px;
    height: 24px;

    @media (hover: hover) {
        &:hover {
            opacity: 0.5;
        }
    }
}



.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: auto;

    @media screen and (max-width: 767px) {}
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}


.swiper-pagination {
    position: relative;
    margin-top: 60px;
    bottom: 0px !important;

    @media screen and (max-width: 767px) {
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #fff;
        border: 1px solid #A8936B;
        opacity: 1;
        margin: 0 5px !important;
        transition: all 0.3s;

        @media (hover: hover) {
            &:hover {
                border: 1px solid rgba(168, 147, 107, 0.50);
                background-color: rgba(168, 147, 107, 0.50);
            }
        }
    }

    .swiper-pagination-bullet-active {
        background-color: #A8936B !important;
        opacity: 1;
    }
}

/* スライドが１枚しかないとき */

.swiper-disabled .swiper-slide {
    width: 60.83% !important;
    margin: 0 auto !important;
}

.swiper-disabled .swiper-wrapper {
    margin-bottom: 10px;

    @media screen and (max-width: 767px) {
        margin-bottom: 0;
    }
}

.swiper-disabled .swiper-pagination,
.swiper-disabled .swiper-button-wrap {
    display: none !important;
}



.bl_card {
    position: relative;
}

.bl_card_heading {
    @media screen and (max-width: 767px) {
        margin-right: 16%;
    }
}

.bl_card_imgWrap {
    position: relative;
}

.bl_card_emblem {
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 100;
    width: 109px;
    aspect-ratio: 1/1 !important;

    @media screen and (max-width: 767px) {
        display: none !important;
    }
}

.bl_card_emblem_sp {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 100;
    width: 20.1%;
    max-width: 78px;
    aspect-ratio: 1/1 !important;
}

.bl_card02_txt {
    font-size: 1.4rem;

    @media screen and (min-width: 960px) {
        font-size: 1.6rem;
    }
}


.el_sectHead_lead_underline {
    text-decoration: underline;
}



/* よくある質問 ******************************************************/
.bl_commonfaqList_item {
    margin-top: 30px;
}

.bl_commonfaqList_item:first-child {
    margin-top: 0;
}

.js_acc_ttl,
.js_acc_cont {
    position: relative;
    align-items: center;
    gap: 12px;
    color: var(--black, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.36px;
}

.js_acc_ttl {
    font-weight: 700;
    cursor: pointer;
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #F7F7F4;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media screen and (max-width: 767px) {
        padding-left: 45px;
    }
}

.js_acc_ttl::before {
    content: 'Q';
    color: #A8936B;
    top: 18px;
}

.el_qa_ttl {
    font-weight: 700;
}

.js_acc_cont {
    font-weight: 400;
    position: relative;
    padding-right: 20px;
    padding-left: 50px;
    display: none;
    margin-top: 20px;

    /* 初期状態で非表示 */
    @media screen and (max-width: 767px) {
        padding-left: 45px;
    }

    &:before {
        content: 'A';
        color: #1f1f1f;
    }
}

.js_acc_ttl:before,
.js_acc_cont:before {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 20px;
}

.el_qa_btn_icon {
    position: relative;
    width: 18px;
    height: 18px;
    min-width: 18px;
}

.el_qa_btn_icon::before {
    content: "";
    position: absolute;
    background-color: #A8936B;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    translate: -50% -50%;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}

.js_acc_ttl.is_active {
    .el_qa_btn_icon::before {
        transform: rotate(0deg);
    }
}

.el_qa_btn_icon::after {
    content: "";
    position: absolute;
    background-color: #A8936B;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    translate: -50% -50%;

}

/* 東京背先進医療クリニックの専門治療 */

.bl_specialSect_cnt .bl_specialSect_item {
    @media screen and (max-width: 767px) {
        text-align: center;
    }
}

.bl_specialSect_list {
    margin-top: 30px;
    display: flex;
    gap: 30px 20px;
    justify-content: space-between;
    flex-wrap: wrap;

    @media screen and (max-width: 767px) {
        display: block;
    }
}

.bl_specialSect_list_item {
    display: flex;
    gap: 10px;
    width: calc(50% - 10px);
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #A8936B;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


.bl_specialSect_list_item .list_check {
    display: flex;
    align-items: center;
    min-width: 45px;

    @media screen and (max-width: 767px) {
        width: 40px;
        min-width: 33px;
    }

    @media screen and (max-width: 450px) {
        width: 25px;
        min-width: 25px;
    }
}

.bl_specialSect_list_item .list_check img {
    width: 100%;
}


.bl_specialSect_list_item .list_txt {
    color: #1F1F1F;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.64px;

    @media screen and (max-width: 767px) {
        font-size: 20px;
        width: 100%;
    }
}


/* 矯正治療メニュー */

.un_homeRecommend .bl_rCard_btnWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.un_homeRecommend .bl_rCard_btnWrap .el_btn02 {
    max-width: unset;
    width: 100%;
    border: none;
    padding: 16px 20px;

}

.un_homeRecommend .bl_rCard_btnWrap .el_btn02::after {
    transform: translate(50px, -50%);
    right: unset;
    left: 50%;

}



.bl_rCardUnit {
    flex-wrap: wrap;
    gap: 30px 0px;
    justify-content: space-between;
    flex-direction: row;

    @media screen and (max-width: 767px) {
        gap: 20px 0px;
    }
}

.un_homeRecommend .bl_rCard {
    border: 1px solid var(--Main, #A8936B);
    background: var(--white, #FFF);
    width: calc(50% - 10px);
    position: relative;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    @media screen and (max-width: 767px) {
        width: 100%;
    }
}

.un_homeRecommend .bl_rCard_inner {
    flex-direction: row;
    padding: 20px;
    gap: 20px;

    @media screen and (max-width: 1024px) {
        flex-direction: column;
    }
}

.un_homeRecommend .bl_rCard_imgWrap {
    width: 50%;
    height: fit-content;

    @media screen and (max-width: 1024px) {
        width: 100%;
        aspect-ratio: 348/160;
    }
}

.un_homeRecommend .bl_rCard_cntWrap {
    width: 50%;
    display: block;

    @media screen and (max-width: 1024px) {
        width: 100%;
    }
}

.un_homeRecommend .bl_rCard_ttl {
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 2.56px;
    background: var(--Main, #A8936B);
    padding: 0 8px;
    display: block;
}

.un_homeRecommend .bl_rCard_list {
    margin-top: 8px;
}

.un_homeRecommend .bl_rCard_list .bl_rCard_list_item {
    padding-left: 16px;
    position: relative;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 171%;
    letter-spacing: 0.32px;
    margin-top: 8px;
}

.un_homeRecommend .bl_rCard_list .bl_rCard_list_item:first-child {
    margin-top: 0;
}

.un_homeRecommend .bl_rCard_list .bl_rCard_list_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 8px;
    height: 8px;
    background: var(--Main, #A8936B);
    border-radius: 50%;
}

.un_homeRecommend .bl_rCard_Price {
    background: var(--Base-02, #F7F7F4);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 0 16px;
    flex-wrap: wrap;

    @media screen and (max-width: 1024px) {
        justify-content: flex-start;
    }
}

.un_homeRecommend .bl_rCard_Price .bl_rCard_priceCnt {
    color: #A8936B;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 171%;
}

.un_homeRecommend .bl_rCard_Price .bl_rCard_priceCnt .bl_rCard_price_txt {
    color: #1f1f1f;
}

/* 全身麻酔による5つのメリット */
.bl_card02 {
    padding-bottom: 25px;
}

.bl_card02Unit {
    margin-top: 30px;

    @media screen and (max-width: 1024px) {
        gap: 30px 0;
    }
}

.bl_cardUnit {
    @media screen and (max-width: 1024px) {
        gap: 30px 0;
    }
}

.un_homeAccess,
.un_homeArtSect,
.un_homeCaseSect,
.un_homeDrSect {
    margin-top: 0;
    display: block !important;
}

.campaign__title {
    margin-top: 0;
}


/* 矯正治療実績 */

.bl_caseCardUnit {
    @media screen and (max-width: 1024px) {
        gap: 30px 14px;
    }
}

.bl_caseCard {
    @media screen and (max-width: 1024px) {
        width: calc(50% - 7px) !important;
    }

    a {
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: opacity 0.3s;

        @media(hover: hover) {
            &:hover {
                opacity: 0.5;
            }
        }
    }
}


/* 設備・設備紹介 */

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_box {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;

    @media screen and (max-width: 767px) {
        gap: 8px;
        margin-top: 10px;
    }
}

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_box:first-child {
    margin-top: 0;
}

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_img02 .bl_equipmentImg_item {
    width: calc(50% - 10px);

    @media screen and (max-width: 767px) {
        width: calc(50% - 4px);
    }
}

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_img02 .bl_equipmentImg_item .bl_equipmentImg_img {
    object-fit: cover;
    aspect-ratio: 1070/801;

    @media screen and (max-width: 767px) {
        aspect-ratio: 1/1;
    }

}

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_img03 .bl_equipmentImg_item {
    width: calc(33.33% - 10px);

    @media screen and (max-width: 767px) {
        width: calc(33.33% - 4px);
    }
}

.un_homeEquipmentSect .bl_equipmentCardUnit .bl_equipmentImg_img03 .bl_equipmentImg_item .bl_equipmentImg_img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.bl_equipmentImg_ttl {
    @media screen and (max-width: 767px) {
        font-size: 12px;
    }
}

/* ドクター紹介 */

.bl_drCardUnit {
    @media screen and (max-width: 959px) {
        justify-content: flex-start;
    }

    @media screen and (max-width: 500px) {
        flex-direction: column;
        gap: 14px 0;
    }

    .bl_drCard {
        @media screen and (max-width: 500px) {
            width: 100% !important;
            max-width: 262px;
            margin-inline: auto;
        }
    }
}

.un_homeAccess {
    padding-bottom: 0;
}

.el_sectHead_heading>span {
    line-height: 1.5;
}

@media screen and (min-width: 960px) {
    .bl_drCard03_imgWrap {
        height: fit-content;
    }
}