@charset "UTF-8";

.ft_35 {
    font-size: clamp(2.4rem, 3vw, 3.5rem);
}

.ft_26 {
    font-size: clamp(2.0rem, 2.8vw, 2.6rem);
}

.ft_24 {
    font-size: clamp(2.0rem, 2.6vw, 2.4rem);
}

.ft_20 {
    font-size: clamp(1.8rem, 2.4vw, 2.0rem);
}

.ft_18 {
    font-size: clamp(1.6rem, 2.4vw, 1.8rem);
}

.ft_16 {
    font-size: 1.6rem;
}

#clinic .h2_ttl {
    background-image: url(../image/MV_clinic.jpg);
    background-position: center 70%;
}

#medical_wrapper .h2_ttl {
    background-image: url(../image/MV_medical.jpg);
    background-position: center;
}

#recruit .h2_ttl {
    background-image: url(../image/MV_recruit.jpg);
    background-position: left 5%;
}

#faq .h2_ttl {
    background-image: url(../image/MV_faq.jpg);
    background-position: left 5%;
}

#clinic section,
#medical_wrapper section,
#faq section,
#recruit section {
    padding: 120px 0 100px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    position: relative;
}

#clinic .inner img,
#faq .inner img,
#medical_wrapper .inner img,
#recruit .inner img {
    width: 100%;
}

#clinic section p,
#recruit section p,
#medical_wrapper section p,
#faq section p {
    font-size: max(1vw, 1.6rem);
}

#clinic_01 .inner,
#faq_01 .inner {
    margin-bottom: 8%;
}

#clinic_01 .flex {
    flex-wrap: nowrap;
    gap: 5%;
}

#clinic_01 .name {
    padding-top: 20px;
}

#clinic_01 .content {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    padding: 2%;
}

#clinic_01 .content_textWrap {
    width: 80%;
}

ul.check {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

ul.check li p {
    padding: 10px 0 10px max(2.0rem, 1.1vw);
    border-bottom: dotted 1px #aaa;
    position: relative;
}

ul.check li:last-child p {
    border-bottom: none;
}

ul.check li p:before {
    content: "";
    width: max(1.6rem, 1vw);
    aspect-ratio: 1 / 1;
    background-image: url(../image/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: calc(20px + 0.4vw);
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

#clinic_01 .content h5 {
    font-size: max(1.2vw, 2.0rem);
    font-weight: 700;
    padding-bottom: 2%;
    border-bottom: 2px dotted var(--orange);
    margin-bottom: 3%;
}

.table_01 {
    width: 100%;
    font-size: max(1.1vw, 1.8rem);
    line-height: 2.2;
}

.table_01 th {
    width: 30%;
    min-width: 120px;
}

.table_01 td {
    width: 70%;
}

.table_02 {
    width: 100%;
    font-size: max(1.1vw, 1.8rem);
    line-height: 2.2;
}

#clinic_01 .item_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    margin: 3% 0 5%;
}

#clinic_01 .item_wrap .item {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.table_02 {
    width: 100%;
    font-size: max(1vw, 1.6rem);
    line-height: 2.2;
    padding: 2% 0;
}

.table_02 tr {
    border-bottom: 1px solid #dcdcdc;
}

.table_02 th {
    width: 15%;
    min-width: 120px;
    max-width: 150px;
}

.table_02 td {
    width: 85%;
}

.table_02 th,
.table_02 td {
    padding: 1%;
}

.shisetsu_subtitle{
	background-color: #ffcc99;
}

@media screen and (max-width:980px) {
    #clinic section {
        padding: 60px 0 40px;
    }

    #clinic .inner .flex,
    #staff .section_inner .flex {
        flex-direction: column;
        gap: 5vw;
    }

    #clinic .section_inner .flex>*,
    #staff .section_inner .flex>* {
        width: 100%;
    }

    #clinic .inner .flex.reverse {
        flex-direction: column-reverse;
    }
}

#medical_wrapper .flex {
    flex-wrap: nowrap;
    gap: 5%;
    width: 100%;
}

#medical_01 .inner,
#medical_02 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: max(40px, 4%);
}

#medical_01 .gnav.inner,
#medical_02 .gnav.inner {
    padding-bottom: 0;
}

#medical_wrapper .inner h3,
#medical_wrapper .inner h4 {
    width: 100%;
}

#medical_wrapper .content {
    width: 100%;
}

#medical_wrapper .content_textWrap {
    text-align: justify;
}

#medical_wrapper .flex>.content_textWrap {
    width: 50%;
}

#medical_wrapper .content_textWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#medical_01 .inner>p,
#medical_02 .inner>p {
    width: 100%;
}

#medical_wrapper .flex>.content_img {
    width: 50%;
}

#medical_wrapper .flex.img_small>.content_img {
    width: 30%;
}

#medical_wrapper .flex.img_small>.content_textWrap {
    width: 70%;
}

#medical_wrapper #medical_anchor {
    padding-bottom: 0;
}

#medical_wrapper #medical_anchor ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px 10px;
    padding-bottom: 0;
}

#medical_wrapper #medical_anchor ul li a {
    background-color: #9ecb6e;
    width: 100%;
    display: flex;
    height: 60px;
    border-radius: 9px;
    align-items: center;
    justify-content: center;
    font-size: max(1.2vw, 2.4rem);
    color: #ffffff;
}

#medical_wrapper .section_ttl01 {
    font-size: clamp(3.2rem, 4vw, 6.0rem);
    text-align: center;
    font-weight: 700;
    padding: 5vw;
    background-image: url(../image/medical_ttl_bg01.png);
    background-size: cover;
    margin: 0 0 8%;
}

#medical_wrapper .section_ttl02 {
    font-size: clamp(3.2rem, 4vw, 6.0rem);
    text-align: center;
    font-weight: 700;
    padding: 5vw;
    background-image: url(../image/medical_ttl_bg02.png);
    background-size: cover;
    margin: 0 0 8%;
}

#medical_wrapper .content_lead {
    font-size: max(1.2vw, 2.4rem);
    color: #9ecb6e;
    font-weight: 700;
}

#medical_wrapper ul.check {
    padding: 0;
    width: 100%;
}

#medical_wrapper ul.flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 20px 3vw;
}

#medical_wrapper ul.flex li:last-child p {
    border-bottom: dotted 1px #aaa;
}

table.tbl_normal {
    margin: 10px 0;
    width: 100%;
    background: #fff;
    font-size: max(1vw, 1.6rem);
    letter-spacing: 0.1rem;
    font-weight: 300
}

table.tbl_normal th {
    padding: 10px 3%;
    font-size: max(1vw, 1.6rem);
    font-weight: normal;
    line-height: 1.5;
    border: #ccc 1px solid;
    text-align: left;
    background: #9ecb6e;
    color: #fff;
    vertical-align: middle;
}

table.tbl_normal td {
    padding: 10px 10px;
    border: #ccc 1px solid;
    vertical-align: top
}

table.tbl_normal td b {
    color: #a40000
}

.ol-list {
    counter-reset: li;
    list-style: none;
    margin: 10px 0;
    display: block;
    padding: 0 0;
    font-size: max(1vw, 1.6rem);
    width: 100%;
}

.ol-list li {
    margin-bottom: 10px;
    padding: 5px 0px;
    font-weight: bold;
    background: #f2f2f2;
    width: 100%
}

.ol-list li:last-child {
    margin-bottom: 0px
}

.ol-list span {
    display: table-cell;
    position: relative;
    padding-left: 3.4em;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease-out;
    width: 100%
}

.ol-list span b {
    color: #a40000
}

.ol-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 52%;
    margin-top: -1.5em;
    background-color: #ffa366;
    margin-left: -3.4em;
    color: #fff;
    height: 2.7em;
    width: 2.7em;
    line-height: 2.2em;
    border: 0.2em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all 0.3s ease-out
}

table.tbl-2l {
    margin: 15px 0;
    width: 100%;
    font-size: max(1vw, 1.6rem);
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important;
    text-align: left
}

table.tbl-2l tr:nth-child(odd) {
    background: #f2f2f2
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

table.tbl-2l .price {
    text-align: center
}

#medical_wrapper dl.demerit {
    font-size: max(1vw, 1.6rem);
}

#medical_wrapper dl.demerit dt {
    font-size: clamp(2.0rem, 3.4vw, 2.8rem);
    color: var(--orange);
}

#medical_wrapper dl.demerit dd {
    margin-bottom: 2%;
}

@media screen and (max-width:980px) {
    #medical_wrapper section {
        padding: 60px 0;
    }

    #medical_wrapper p {
        font-size: min(3.3vw, 1.6rem);
    }

    #medical_wrapper .section_inner .flex {
        flex-direction: column;
    }

    #medical_wrapper #medical_anchor .content {
        max-width: 600px;
        margin: 0 auto;
    }

    #medical_wrapper #medical_anchor .flex {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }

    #medical_wrapper #medical_anchor .flex .btn_box {
        width: 100%;
    }

    #medical_wrapper .section_inner .content>.flex {
        flex-direction: column-reverse;
        gap: 30px;
    }

    #medical_wrapper .content {
        font-size: min(3.3vw, 1.6rem);
        padding-bottom: 40px;
    }

    #medical_wrapper .flex>.content_textWrap {
        width: 100%;
    }

    #medical_wrapper .flex>.content_img {
        width: 100%;
    }

    #medical_anchor .content {
        padding-bottom: 4%;
    }

    #medical_anchor .content .flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
    }

    #medical_wrapper .h3_ttl {
        margin-bottom: 30px;
    }

    #medical_wrapper .flex.img_small>.content_img {
        width: 100%;
    }

    #medical_wrapper .flex.img_small>.content_textWrap {
        width: 100%;
    }
}

#recruit_01 .section_lead {
    padding-bottom: 2%;
}

#recruit_01 .tel_btn a {
    width: 80%;
    max-width: 380px;
    margin: 8% auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
    color: #ffffff;
    border-radius: 9px;
    line-height: 1.2;
}

#recruit_01 .tel_btn a p {
    font-size: max(1.2vw, 2.8rem);
}

#recruit_01 .tel_btn a span {
    font-size: max(1vw, 1.6rem);
}

@media screen and (max-width:980px) {
    #recruit_01 .table_02 tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
    }

    #recruit_01 .table_02 tr th,
    #recruit_01 .table_02 tr td {
        width: 100%;
        max-width: none;
        border-bottom: 1px solid #dcdcdc;
        ;
    }
}

#faq_01 .section_lead {
    padding-bottom: 2%;
}

#faq_01 .flex {
    flex-wrap: nowrap;
    gap: 5vw;
}

#faq_01 .content_img {
    width: 100%;
    max-width: 260px;
}

#faq_01 .content_textWrap {
    width: 100%;
}

#faq_01 .accordion_wrap {
    width: 100%;
    max-width: none;
}

.listFlow li {
    margin-bottom: 9px;
    padding-bottom: 9px
}

.listFlow .lastItem {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none
}

.listFlow h4 {
    font-size: 20px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    overflow: hidden;
    color: #9ecb6e;
    font-weight: 700;
}

.listFlow dl {
    display: table;
    width: 100%
}

.listFlow dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #9ecb6e;
    width: 100px;
    background: #9ecb6e;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.listFlow dl dt .num {
    display: block;
    font-size: 3rem;
    font-weight: 700;
}

.listFlow dl dd {
    display: table-cell;
    padding: 15px 20px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    vertical-align: middle;
    background-color: white
}

@media screen and (max-width:980px) {
    #faq_01 .content_img {
        width: 100%;
        max-width: none;
    }

    .listFlow h4 {
        font-size: 18px;
        font-weight: normal;
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
        overflow: hidden
    }

    .listFlow dl {
        display: block;
        width: 100%
    }

    .listFlow dl dt {
        display: block;
        padding: 5px 0;
        width: 100%;
        border: none
    }

    .listFlow dl dt .num {
        display: block
    }

    .listFlow dl dd {
        display: block;
        padding: 15px 10px;
        border: none
    }
}