@charset "UTF-8";
/*文字化け防止*/
/* body {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #498197;
} */

/* h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
} */

.pt0 {
    padding-top: 0 !important;
}

.under__mv-ttl{
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

p {
    line-height: 1.875;
}

a {
    text-decoration: none;
    color: #666666;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ol {
    list-style: none;
}

small {
    font-size: 22px;
}

.under__mv {
    color: #fff;
    background-image: url("../img/under/under-mv.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 280px;
    display: table;
}

.under__mv .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}

.under__bg {
    background-color: #e4f3f9;
    position: relative;
    z-index: 1;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 120px 0;
    width: 90%;
}

.breadcrumb {
    max-width: 960px;
    margin: 0 auto;
    width: 90%;
    font-size: 12px;
    color: #666666;
    display: flex;
    padding-top: 15px;
}

.breadcrumb li::after {
    content: ">";
    padding-right: 5px;
}

.breadcrumb li:last-child::after {
    display: none;
}

.sec-cont {
    margin: 100px 0;
}

.base__under-ttl {
    position: relative;
    margin-bottom: 70px;
}

.base__under-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: 0;
    background-color: #498197;
    display: block;
}

.base__under-ttl .txt-wrapper {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 30px;
    background-color: #fff;
    z-index: 1;
    margin: 0 auto;
}

.under__bg .base__under-ttl .txt-wrapper {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 30px;
    background-color: #e4f3f9;
    z-index: 1;
    margin: 0 auto;
}

.base__under-ttl .txt-wrapper::after {
    content: "";
    background-image: url("../img/under/bg_circle_blue.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 112px;
    aspect-ratio: 1/1;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.under__bg .base__under-ttl .txt-wrapper::after {
    content: "";
    background-image: url("../img/under/bg_circle_white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 112px;
    aspect-ratio: 1/1;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.base__under-ttl .txt-wrapper .txt {
    text-align: center;
    line-height: 1.4;
    font-size: 36px;
    color: #498197;
    font-weight: bold;
    display: inline-block;
}

.sec-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.sec-flex .cont {
    width: 50%;
}

.sec-flex .img {
    width: calc(50% - 30px);
}

.sec-description2.sec-flex img {
    width: initial;
    /* 打消し、通常に戻す */
}

.sec-description2 img {
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 5%;
}

.right {
    flex-direction: row-reverse;
}

#anxiety h2 {
    text-align: center;
}

#anxiety .line {
    width: 20%;
}

#recommend {
    margin-top: 100px;
    margin-bottom: 20px;
}

.recommend-list {
    background-color: #6E7AEA26;
    border-radius: 40px;
    line-height: 2;
}

.wrapper.recommend-list {
    padding: 60px;
}

.recommend-flex {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 30px 60px; */
}

.recommend-flex h2 {
    color: #6E7AEA;
    font-weight: 600;
}

.recommend-flex ol {
    color: #3C3C3C;
    font-size: 16px;
}

.recommend-flex ol li{
    position: relative;
    padding-left: 1em;
}

.recommend-flex ol li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #3C3C3C;
    border-radius: 100%;
}

.regulation {
    background-color: #FFC2C226;
    border-radius: 40px;
}

.wrapper.regulation {
    padding: 30px 0;
    margin-bottom: 120px;
}

.regulation-cont {
    position: relative;
    margin: 0 60px;
}

.regulation-cont h2 {
    display: flex;
    color: #EF5757;
    font-size: 20px;
    font-weight: 600;
    align-items: end;
}

.regulation-cont h2::before {
    content: '';
    background-image: url("../img/under/caution.svg");
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.regulation-cont p {
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

/* 当院について */

.bold {
    font-weight: bold;
}

.about-cont {
    margin-top: 50px;
}

.under__sub-ttl {
    position: relative;
    margin-bottom: 70px;
    font-size: 36px;
    color: #498197;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

.under__sub-ttl.small {
    font-size: 24px;
}

.under__sub-ttl::after{
    content: "";
    background-image: url("../img/under/ttl-line.svg");
    position: absolute;
    width: 56px;
    height: 3px;
    bottom: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* .under__sub-ttl .txt-wrapper {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.under__sub-ttl .txt-wrapper .txt {
    text-align: center;
    line-height: 1.2;
    font-size: 36px;
    color: #498197;
    font-weight: bold;
    display: inline-block;
}

.under__sub-ttl .txt-wrapper::after {
    content: url("../img/under/ttl-line.svg");
    position: relative;
    width: 56px;
    aspect-ratio: 1/1;
    display: block;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

.about-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 3/1;
    border-radius: 20px;
}

.mb50{
    margin-bottom: 50px;
}

/* ドクター紹介 */
.doctor-img img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

/* .under__sub-ttl {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 36px;
    color: #498197;
    font-weight: bold;
} */

.under__doctor-profile {
    display: flex;
}

.doctor__cont {
    padding-top: 40px;
    margin: 0 auto;
}

.under__history-list01 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(217, 217, 217);
}

.under__history-list01 li {
    display: flex;
}

.under__history-list01 li .year {
    display: flex;
    width: 60px;
}

.under__history-list01 li .txt {
    width: calc(100% - 60px);
}

.mb20{
    margin-bottom: 20px;
}

/* 訪問診療 */
.under__recommend-list {
    width: fit-content;
    margin: 0 auto;
}

.under__recommend-list li{
    position: relative;
    padding-left: 17px;
}

.under__recommend-list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #498197;
    border-radius: 100%;
}

.sec-description2 h3 {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 28px;
    color: #498197;
    font-weight: bold;
    margin-top: 40px;
}

.sec-description2 h3::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 3px;
    background: url("../img/under/ttl-line.svg") no-repeat center/contain;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -20px;
}

.under__sub-cont {
    padding-top: 50px;
}

.base__under-ttl .txt-wrapper .txt.visit__txt-last {
    font-size: 30px;
}

/* オンライン診療 */
.under__flow-line-box {
    display:flex;
    position: relative;
}

.under__flow-line-box:last-of-type .under__flow-line-right{
    padding-bottom: 0;
}

.under__flow-line-num {
    color: #fff;
    border-radius: 8px;
    background: #3fa9e2;
    font-size: 40px;
    font-family: 'Quicksand';
    font-weight: bold;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    aspect-ratio: 1 / 1;
}

.under__flow-line-num-ttl {
    font-size: 16px;
}

.under__flow-line-right {
    color: #000;
    padding-left: 50px;
    padding-bottom: 50px;
    min-height: 190px;
}

.sec-description2 .under__flow-list .under__flow-line-box h3 {
    color: #4DAED7;
    font-size: 20px;
    position: inherit;
    margin: 0;
}

.sec-description2 .under__flow-list .under__flow-line-box h3::after {
    display: none;
}

.under__flow-line-box:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 3px solid #4DAED7;
    height: 100%;
    left: 50px;
    top: 0px;
    z-index: -1;
}

/* ご利用の流れ */
.under__bg .wrapper .under__flow-end-cont {
    padding-top: 0;
}

/* プライバシーポリシー */
.under__policy-list li{
    position: relative;
    padding-left: 17px;
}

.under__policy-list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #498197;
    border-radius: 100%;
}

/* 採用情報 */
.recruit-table {
    width: 100%;
    border-collapse: collapse;
    max-width: 900px;
    margin: 10px auto 0;
    border-bottom: 1px solid #4DAED7;
}

.recruit-table th {
    background: #4DAED7;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    overflow: visible;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.recruit-table td {
    padding: 20px 20px 20px 50px;
    text-align: left;
    border-top: 1px solid #4DAED7;
    border-right: 1px solid #4DAED7;
}

.sec-description2 .recruit__feature-ttl {
    margin: 0;
}

.sec-description2 .cont .recruit__feature-ttl::after {
    position: inherit;
}

.recruit__feature-cont {
    margin: 20px auto;
}

/*960px以下*/
@media screen and (max-width:960px) {
    .pc{
        display: none;
    }
    .under__mv {
        background-image: url('../img/under/under-mv_sp.webp');
        background-position: inherit;
    }

    .wrapper {
        padding: 60px 0;
    }

    .sec-description2 {
        padding: 0;
    }

    .sec-flex {
        flex-direction: column;
    }

    .base__under-ttl .txt-wrapper .txt {
        font-size: 24px;
    }

    small {
        font-size: 14px;
    }

    .sec-flex .cont {
        width: 100%;
    }

    .img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .sec-flex .img {
        width: calc(100% - 30px);
    }

    .recommend-flex {
        flex-direction: column;
        gap: 25px;
        padding: 30px;
    }

    #recommend {
        margin-top: 40px;
    }

    .wrapper.recommend-list {
        padding: 0;
    }

    .regulation-cont {
        margin: 0 30px;
    }

    /* 当院について */
    .under__sub-ttl {
        font-size: 26px;
        margin-bottom: 45px;
    }

    .under__sub-ttl::after {
    width: 46px;
    height: auto;
    aspect-ratio: 56/3;
    }
    .under__sub-ttl.small {
    font-size: 20px;
    }

    .under__sub-ttl .txt-wrapper .txt {
        font-size: 24px;
        line-height: 1.3;
    }

    .about-img img {
        aspect-ratio: 2 / 1;
    }

    /* ドクター紹介 */
    .under__doctor-profile {
        flex-direction: column;
    }

    /* 訪問診療について */
    .sec-description2 h3 {
        font-size: 18px;
    }

    .base__under-ttl .txt-wrapper .txt.visit__txt-last {
        font-size: 24px;
    }

    .sec-description2 h3::after {
        width: 42px;
        top: auto;
    bottom: -15px;
    }

    .under__bg .base__under-ttl .txt-wrapper::after {
        width: 80px;
    }

    .base__under-ttl .txt-wrapper::after {
        width: 80px;
    }

    .base__under-ttl .txt-wrapper {
        padding: 0 20px;
    }

    .base__under-ttl {
        margin-bottom: 35px;
    }
    .under__sub-cont {
    padding-top: 32px;
    }

    .under__bg .base__under-ttl .txt-wrapper {
    padding: 0 20px;
    }

    .doctor-img img {
    width: 80%;
    }

    .wrapper.regulation {
    margin-bottom: 60px;
    }

    .about-cont {
    margin-top: 25px;
    }

/* オンライン診療 */
    .under__flow-line-num {
        font-size: 30px;
        width: 70px;    
        height: 70px;
    }

    .under__flow-line-box:not(:last-child)::before {
        left: 35px;
    }

    .under__flow-line-right {
        padding-left: 20px;
    }

    /* .under__flow-line-right {
        min-height: 250px;
    } */

    /* 採用情報 */
    .recruit-table {

    }

    .recruit-table th, .recruit-table td {
        display: block;
        width: 100%;
    }

    .recruit-table th {
        padding: 10px 20px;
        text-align: left;
    }

    .recruit-table td {
        background: #fff;
        padding: 20px;
        text-align: left;
        border-left: 1px solid #4DAED7;
    }

    .recruit-table th{
        border-bottom: none;
    }

    .under__mv-ttl{
        font-size: 32px;
    }
}

/*450px以下*/
@media screen and (max-width:450px) {
    .recommend-flex ol {
        font-size: 14px;
    }

    .regulation-cont h2 {
        font-size: 16px;
    }
}