@charset "UTF-8";


/* philosophy */

.philosophy p {
    font-size: 18px;
}


/* strong */

.strong,
.facilities,
.about {
    padding-top: 160px;
    margin-top: -100px;
}

.strong .sec_hd {
    margin-bottom: 100px;
}

.strong_num {
    font-size: 30px;
    color: #6C9D0F;
    font-family: 'Miriam Libre', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: absolute;
    z-index: 10;
    top: -25px;
    left: 25px;
}

.strong_list_item {
    position: relative;
    margin-bottom: 70px;
}

.strong_list_item::before {
    content: '';
    width: 150px;
    height: 150px;
    background: url(/img/home/bg-feature_list_item.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -70px;
}

.strong_ttl {
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    padding-left: 80px;
}

.strong_txt {
    position: relative;
    z-index: 10;
    padding-left: 80px;
}

.strong_txt span {
    color: #FF5F24;
}

/* doctor */

.doctor_wrapper {
    display: flex;
    gap: 100px;
}

.doctor_body {
    flex: 1;
}

.doctor_cnt {
    padding: 15px 0;
    border-bottom: solid 1px #E2DCD7;
}

.doctor_cnt_ttl {
    font-size: 18px;
    color: #6C9D0F;
    margin-bottom: 10px;
}

.doctor_cnt_txt span {
    color: #6C9D0F;
}

.doctor_cnt_txt .name {
    color: #602D08;
    font-size: 30px;
    margin-right: 10px;
}

.doctor_cnt a {
    position: relative;
    padding-left: 25px;
}

.doctor_cnt a::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/img/cmn/icon-arrrow_cmnbtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.doctor_cnt a:hover {
    opacity: .8;
}


/* about */

.about_tbl {
    margin-bottom: 40px;
}

.about_tbl dl {
    display: flex;
    border-bottom: solid 1px #E2DCD7;
}

.about_tbl dl:first-child {
    border-top: solid 1px #E2DCD7;
}

.about_tbl dl dt {
    width: 20%;
    font-weight: bold;
    padding: 15px;
    background: #FAF8F5;
    font-weight: 500;
}

.about_tbl dl dd {
    flex: 1;
    padding: 15px;
    background: #fff;
}

.about_cnt {
    display: flex;
}

.about_cnt .calendar {
    padding: 31px 100px;
    width: 50%;
}

.img-about img {
    border-radius: 0 50px 50px 0;
}


/* access */

.access_wrapper {
    display: flex;
    gap: 40px;
}

.access_list {
    width: 50%;
}

.access_list_item {
    padding: 45px 0 30px;
    border-bottom: solid 1px #E2DCD7;
}

.access_list_item:first-child {
    border-top: solid 1px #E2DCD7;
}

.access_list_item_ttl {
    font-size: 26px;
    font-weight: bold;
    padding-left: 70px;
    position: relative;
    margin-bottom: 20px;
}

.access_list_item_ttl::before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(/img/about/icon-access01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.access_list_item:nth-child(2) .access_list_item_ttl::before {
    background: url(/img/about/icon-access02.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.access_list_item:nth-child(3) .access_list_item_ttl::before {
    background: url(/img/about/icon-access03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.access_item_list li {
    padding-left: 10px;
    position: relative;
}

.access_item_list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #6C9D0F;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50px;
}

.access_item_list li a {
    text-decoration: underline;
}

.access_item_list li a:hover {
    text-decoration: none;
}

.access_map iframe {
    height: 100%;
    border-radius: 50px;
}

/* facilities */

.facilities_hd {
    padding: 32px 50px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
}

.facilities_list {
    display: flex;
    gap: 60px 40px;
    flex-wrap: wrap;
}

.facilities_list_item {
    width: calc(50% - 20px);
}

.img-facilities {
    margin-bottom: 10px;
}

.facilities_list_item p {
    font-size: 18px;
}

.facilities_list_item_ttl {
    font-size: 18px;
    margin-bottom: 10px;
}

.facilities_list_item .facilities_list_item_txt {
    font-size: 16px;
}


/* standars */

.standars_intro {
    margin-bottom: 20px;
}

.standars_cnt {
    margin-bottom: 30px;
}

.standars_cnt_ttl {
    font-size: 18px;
}

.standars_cnt_txt {
    padding-left: 2.6em;
    margin-bottom: 15px;
    text-indent: -1em;
}


@media screen and (max-width: 768px) {
    
    /* hero */

    .hero {
        margin-bottom: 0;
    }

    /* philosophy */

    .philosophy p {
        font-size: 16px;
    }


    /* strong */

    .strong_ttl {
        font-size: 22px;
        line-height: 35px;
        padding-left: 40px;
    }

    .strong_txt {
        padding-left: 40px;
    }

    .strong_num {
        font-size: 21px;
        left: -5px;
    }

    .strong_list_item::before {
        left: -60px;
        top: -65px;
    }


    /* doctor */

    .doctor_wrapper {
        flex-flow: column;
    }


    /* about */
    
    .about_tbl dl {
        flex-flow: column;
    }

    .about_tbl dl dt {
        width: 100%;
    }

    .about_cnt {
        flex-flow: column;
    }

    .about_cnt .calendar {
        border-radius: 30px 30px 0 0;
        width: 100%;
        padding: 20px;
    }

    .calendar table {
        margin-bottom: 10px;
    }

    .img-about img {
        border-radius: 0 0 30px 30px;
    }

    .about_cnt .img-about {
        border-radius: 0 0 30px 30px;
    }

    .standars_cnt_txt {
        padding-left: 1.5em;
        text-indent: unset;
    }

    /* access */

    .access_list {
        width: 100%;
    }

    .access_wrapper {
        flex-flow: column;
    }

    .access_map iframe {
        height: 360px;
    }

    .facilities_hd {
        flex-flow: column;
        padding: 20px 30px;
        gap: 30px;
    }

    .facilities_hd img {
        width: 100%;
        height: auto;
    }

    .facilities_list {
        gap: 20px;
    }

    .facilities_list_item {
        width: 100%;
    }

    .facilities_list_item_ttl {
        margin-bottom: 0;
    }
    
}