@charset "UTF-8";

:root {
    /*カラー変数*/
    --main-color: #51AF18;
    --main-color-r: 89;
    --main-color-g: 182;
    --main-color-b: 64;
    --dark-color: #333;
    --pale-color: #e6f4e2;
}

/* bootsstap解消 */

html {
    font-size: 62.5%;
}

p {
    margin: 0;
}

li {
    line-height: inherit;
}

.sec-homecare {
    line-height: 1.5;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    max-width: 980px;
    padding-top: 50px;
    margin-inline:auto;
            padding-left: 20px;
        padding-right: 20px;
    * {}

    body {}

    p {
        line-height: 1.7;
    }

    a {
        transition: all 0.5s ease 0s;
        color: var(--main-color);
    }

    a:hover {
        opacity: 0.75;
    }

    .guideLinks{
        padding-block:15px 40px;
    }
    .hc-main-ttl{
       color: #51AF18;
    font-size: 40px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 1.2px;
    border-top: 2px solid #51AF18;
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;
    font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
    }
/*———————————
共通スタイル
———————————*/



    /*
横幅、カラム
———————————*/
    .col-main {
        width: 100%;
        box-sizing: border-box;
    }

    .col-sub {
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width:768px) {
        .col-main {}
    }


    /*
文字
———————————*/
    html {
        font-family: "Kiwi Maru", serif;

    }

    /*
見出し
———————————*/
    .el-ttl_xl {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .el-ttl_lg {
        color: var(--main-color);
        font-size: 3rem;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--main-color);
        margin-bottom: 40px;
        font-weight: bold;
    }

    .el-ttl_md {
        font-size: 2.6rem;
        text-align: center;
        font-weight: bold;
        color: var(--main-color);
    }

    .el-ttl_sm {
        color: var(--main-color);
        font-size: 2.2rem;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--main-color);
        margin-bottom: 10px;
        text-align: center;
    }

    @media screen and (max-width:768px) {
        .el-ttl_xl {
            font-size: 2.4rem;
        }

        .el-ttl_lg {
            font-size: 2.4rem;
            padding-bottom: 15px;
            margin-bottom: 30px;
        }

        .el-ttl_md {
            font-size: 2.2rem;
        }

        .el-ttl_sm {
            font-size: 1.8rem;
            padding-bottom: 8px;
            margin-bottom: 8px;
        }
    }


    /*
リンクボタン
———————————*/


    .el-inlink {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .el-inlink.un-1link {
        justify-content: center;
    }

    .el-inlink li {
        width: calc(50% - 5px);
        border: 1px solid var(--main-color);
        background-color: #fff;
        border-radius: 5px;

    }

    .el-inlink a {
        color: var(--dark-color);
        padding: 10px 20px 10px 15px;
        height: 45px;
        line-height: 1.4;
        font-size: 1.6rem;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .el-inlink a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        position: absolute;
        right: 5px;
        color: var(--main-color);
        transition: 0.5s;
        font-size: 1.6rem;
    }

    @media screen and (max-width:768px) {
        .el-inlink a {
            font-size: 1.5rem;
        }
    }


    /*
電話番号
———————————*/
    .el-tel {
        color: var(--dark-color);
        font-size: 4.8rem;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.3;
    }

    .el-tel img {
        width: 30px;
        margin-right: 10px;
        padding-top: 8px;
    }

    @media screen and (max-width:768px) {
        .el-tel {
            font-size: 3.8rem;
        }

        .el-tel img {
            width: 24px;
        }
    }


    /*
アイコン＋テキスト
———————————*/
    .el-iconNtxt_item {
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .el-iconNtxt_item:last-of-type {
        margin-bottom: 0;
    }

    .el-iconNtxt_img {
        width: 120px;
        margin-right: 30px;
    }

    .el-iconNtxt_txt {
        width: calc(100% - 150px);
        flex-direction: column;
        gap: 15px;
        font-weight: 300;
    }

    .el-iconNtxt_txt h3,
    .el-iconNtxt_ttl {
        color: var(--main-color);
    }

    .el-iconNtxt_btn {
        font-size: 2.4rem;
        background-color: var(--pale-color);
        color: var(--dark-color);
        padding: 10px;
        width: fit-content;
        border-radius: 8px;

    }

    @media screen and (max-width:768px) {
        .el-iconNtxt_item {
            margin-bottom: 45px;
            flex-direction: column;
            align-items: center
        }

        .el-iconNtxt_img {
            width: 80px;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .el-iconNtxt_txt {
            width: 100%;
        }

        .el-iconNtxt_btn {
            font-size: 1.8rem;
            width: 100%;
            text-align: center;
            text-decoration: underline;
        }

        .el-iconNtxt_btn p {
            text-decoration: none;
        }
    }


    /*
医師
———————————*/


    .el-doctor {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .el-doctor_img {
        width: 100%;
        max-width: 170px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .el-doctor_img img {
        border-radius: 8px;
    }

    .el-doctor_txt {
        display: flex;
        width: calc(100% - 200px);
        flex-direction: column;
        margin-bottom: 20px;
    }

    .el-doctor_txt:nth-of-type(2) {
        width: 100%;
        justify-content: flex-start;
    }

    .el-dr_class {
        background-color: var(--main-color);
        text-align: center;
        padding: 4px 10px;
        width: fit-content;
        color: #fff;
        border-radius: 8px;
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .el-dr_name {
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
    .el-dr_disc {
        margin-bottom: 0;
    }
    .el-dr_disc dt {
        color: var(--main-color);
        font-weight: normal;
    }

    .el-dr_disc dt::before {
        content: "＜"
    }

    .el-dr_disc dt::after {
        content: "＞"
    }

    .el-dr_disc dd {
        margin-bottom: 10px;
        line-height: 1.5;
    }



    /* 2人並び */
    .el-doctor_wrap {
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    @media screen and (max-width:768px) {
        .el-doctor {}

        .el-doctor.col-5 {
            width: 100%;
        }

        .el-doctor_img {
            width: 145px;
            margin-right: 0;
            margin-right: 20px;
        }

        .el-doctor_txt {
            width: calc(100% - 145px - 20px);
        }

        .el-dr_name {
            font-size: 2.4rem;
        }

        .el-doctor.col-half {
            width: 100%;
        }
    }

    /*———————————
装飾
———————————*/
    /*ボタン */
    .st-btn {
        padding: 5px 10px;
        text-align: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 8px;
    }

    /* 枠線ボタン */
    .el-btn_border {
        border: 1px solid var(--main-color);
        color: var(--dark-color);
        padding: 10px 20px 10px 15px;
        line-height: 1.4;
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 8px;
    }

    .el-btn_border::before {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        position: absolute;
        right: 5px;
        color: var(--main-color);
        transition: 0.5s;
        font-size: 1.6rem;
    }

    /* 文字色_メインカラー */
    .st-fc_main {
        color: var(--main-color) !important;
    }

    /* 文字色_ダークカラー */
    .st-fc_dark {
        color: var(--dark-color) !important;
    }

    /* 仕切り線 */
    .st-separate {
        width: 1px;
        background-color: var(--main-color);
    }



    /* ボーダーリスト */
    .st-borderList {
        display: flex;
        flex-wrap: wrap;
    }

    .st-borderList li {
        background-color: var(--pale-color);
        padding: 5px 10px;
        display: flex;
        align-items: center;
        width: 50%;
        box-sizing: border-box;

    }

    .st-borderList li:nth-child(4n),
    .st-borderList li:nth-child(4n-1) {
        background-color: #fff;
    }


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

        /* sp時1カラム */
        .st-borderList.un-bdList-1col_sp {
            flex-direction: column;
        }

        .un-bdList-1col_sp li {
            width: 100%;
        }

        .un-bdList-1col_sp li:nth-child(2n) {
            background-color: #fff;
        }

        .un-bdList-1col_sp li:nth-child(4n-1) {
            background-color: var(--pale-color);
        }
    }

    /* ボーダーテーブル */
    .st-bordertable {}

    .st-bordertable div {
        display: flex;
        background-color: var(--pale-color);
        padding: 5px 10px;
    }

    .st-bordertable div:nth-child(2n) {
        background-color: #fff;
    }

    .st-bordertable dt {
        width: 30%;
        min-width: 100px;
    }

    .st-bordertable dd {
        width: 70%;
    }

    .st-bordertable dd a {
        color: var(--dark-color);
        text-decoration: underline;
    }

    @media screen and (max-width:768px) {
        .st-bordertable div {}

        .st-bordertable dt {
            font-weight: 600;
            width: 25%;
            min-width: initial;
        }

        .st-bordertable dd {
            width: 80%;
        }
    }

    /* 枠線 */
    .st-border {
        border: 1px solid var(--main-color);
    }


    /*
画像とテキスト
———————————*/

    .bl-imgNtxt {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }

    .bl-imgNtxt_img {
        width: 48%;
        border-radius: 8px;
        line-height: 1;

    }

    .bl-imgNtxt_img p:has(img) {
        line-height: 1;
    }

    .bl-imgNtxt_img img {
        vertical-align: top
    }

    /* 画像下注釈用 */
    .bl-imgNtxt_img span {
        line-height: 1.5;
    }

    .bl-imgNtxt_txt {
        width: 48%;
    }

    .bl-imgNtxt_txt h3 {
        color: var(--main-color);
        margin-bottom: 20px;
        font-weight: bold;
    }

    .bl-imgNtxt_txt p {}

    @media screen and (max-width:768px) {
        .bl-imgNtxt {
            flex-direction: column;
            align-items: center;
        }

        .bl-imgNtxt_img {
            width: 100%;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .bl-imgNtxt_txt {
            width: 100%;
        }

        .bl-imgNtxt_txt h3 {
            text-align: center;
            margin-bottom: 15px;
        }
    }

    /*
訪問診療
———————————*/

    /* 対象となる方 */
    .bl-subject {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .bl-subject_item {
        margin-bottom: 30px;
    }

    .bl-subject_img {
        width: 88px;
        margin-right: 15px;
    }

    .bl-subject_txt {
        flex-direction: column;
        gap: 8px;
    }

    .bl-subject_txt h4 {
        font-size: 2.2rem;
        font-weight: bold;

    }

    .bl-subject_txt p {
        font-size: 1.6rem;
    }

    .bl-subject_txt span {
        font-size: 1.4rem;
        color: var(--main-color);
    }

    .bl-subject_item.col-half {
        align-items: center;
    }

    @media screen and (max-width:768px) {
        .bl-subject_item {
            margin-bottom: 20px;
        }

        .bl-subject_txt {
            width: 100%;
        }

        .bl-subject_item.col-half {
            width: 100%;
        }
    }

    /* 費用の目安 */
    .sec-hc_cash {
        text-align: center;
    }

    .bl-cash {

        flex-direction: column;
    }

    .bl-cash_item {
        background-color: var(--pale-color);
        padding: 20px 0;
        border-radius: 8px;
        flex-direction: column;
        margin-bottom: 20px;
    }



    @media screen and (max-width:768px) {
        .bl-cash {
            flex-direction: column;
            align-items: center;
        }

        .bl-cash_item {
            width: 80%;

        }
    }


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

        .sec-hc_flow .el-iconNtxt_ttl {
            text-align: center;
        }
    }



    /*
医療関係者
———————————*/
    /* 実績 */
    .sec-hc_result .bl-imgNtxt:nth-of-type(2n) .bl-imgNtxt_img {
        order: 2;
    }

    .sec-hc_result .bl-imgNtxt:nth-of-type(2n) .bl-imgNtxt_txt {
        order: 1;
    }

    @media screen and (max-width:768px) {
        .sec-hc_result .bl-imgNtxt_img {
            order: 1;
        }

        .sec-hc_result .bl-imgNtxt_txt {
            order: 2;
        }
    }

    /* 訪問可能エリア */
    .sec-hc_area .bl-imgNtxt_img img {
        border
    }

    /* 対応可能医療 */

    .bl-fixable_item {
        margin-bottom: 50px;
    }

    .bl-fixable_item:last-of-type {
        margin-bottom: 0;
    }

    .bl-fixable_item h3 {
        text-align: center;
        font-size: 2rem;
    }

    .bl-fixable_icon {
        gap: 10px;
        justify-content: center;
    }

    .bl-fixable_icon li {
        display: flex;
        flex-direction: column;
        width: 20%;
        max-width: 100px;
    }

    .bl-fixable_icon p {
        width: 100%;
        margin-bottom: 15px;
    }

    .bl-fixable_icon span {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.2;
    }


    @media screen and (max-width:768px) {
        .bl-fixable_icon {
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        .bl-fixable_icon li {
            width: 30%;
            margin-bottom: 10px;
        }

        .bl-fixable_icon p {
            margin-bottom: 5px;
        }

        .bl-fixable_icon span {
            font-size: 1.5rem;
        }

        .bl-fixable_item .col-8 {
            width: 100%;
        }
    }


}



.flow {
    width: 745px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width: 769px) {
    .flow {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.flow picture {
    width: 100%;
    max-width: 40px;
    padding-top: 30px;
}

@media (max-width:768px) {
    .flow picture {
        align-self: center;
        transform: rotate(90deg);
        margin-bottom: 30px;
    }

}

.flow__item {
    position: relative;
    width: 180px;
}

@media screen and (max-width: 769px) {
    .flow__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
}

.flow__item:last-child::after {
    display: none;
}

@media screen and (max-width: 769px) {
    .flow__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}


.flow__ttl {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    color: var(--main-color);
}

@media screen and (max-width: 769px) {
    .flow__ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.flow__ttl .note {
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
    .flow__ttl .note {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.flow__img {
    display: block;
    width: 120px;
    margin: 0 auto 10px;
}

.flow__text {
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
    .flow__text {
        font-size: 14px;
        font-size: 1.4rem;
    }
}