@charset "utf-8";

/* MV sub */
#main_visual._sub {
    margin-bottom: calc(194 / 1920 * 100vw);
}
.mv_wrap {
    position: relative;
}
.lead_text {
    position: absolute;
    top: 40%;
    left: 11%;
    padding: calc(70 / 1920 * 100vw);
    /* width: calc(395 / 1920 * 100vw);
    height: calc(200 / 1920 * 100vw); */
    /* width: 395px; */
    z-index: 10;
}
.lead_text::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.lead_text::after {
    content: '';
    background: #003B51;
    padding: calc(70 / 1920 * 100vw);
    display: block;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.lead_text img {
    width: calc(280 / 1920 * 100vw);
    /* width: 280px; */
    z-index: 15;
}
.mv_wrap img {
    position: relative;
    display: block;
    margin: 0 auto;
}
#main_visual > div > img {
    width: calc(1012 / 1920 * 100vw);
    position: relative;
    z-index: 10;
}
.mv_wrap::after {
    width: 41%;
    height: calc(548 / 1920 * 100vw);
    /* padding: calc(1012 / 1920 * 100vw); */
    content: '';
    background: url('/assets/images/common/bg_stripe.svg');
    background-size: cover;
    display: block;
    position: absolute;
    top: 7%;
    left: 23%;
}

/*  */
#medicalcontent .inner {
    flex-direction: column;
    width: calc(550 / 1920 * 100vw);
    margin: 0 auto;
    text-align: center;
}
.contents_title._01 img {
    width: 152px;
}
.contents_title._02 img {
    width: 145px;
}
#medicalcontent ._box {
    color: #003B51;
    padding: 24px 0;
    margin-top: 75px;
    border-top: 1px solid #88B5C4;
    border-bottom: 1px solid #88B5C4;
}

/* 一般外来 */
#outpatient ._title img {
    max-width: 975px;
    width: calc(975 / 980 * 100%);
    /* height: auto;
    display: block;
    margin-bottom: 40px; */
}
#outpatient ._lead img {
    max-width: 758px;
    width: calc(758 / 980 * 100%);
    /* height: auto;
    display: block;
    margin-left: 113px;
    margin-bottom: 57px; */
}
#outpatient .inner {
    flex-direction: column;
}
.list_box {
    display: flex;
    background: #fff;
    border-radius: 23px;
    align-items: center;
    box-shadow: rgba(136, 181, 196, 0.5) 0px 10px 25px 0px;
}
.list_inner {
    display: block;
    border-right: 1px solid #88B5C4;
    padding: 7% calc(134 / 980 * 100%);
}
.list_inner p {
    color: #003B51;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.026em;
    width: 100px;
}
.list_box p span {
    color: #F4987D;
}
#outpatient > div > div > div:nth-child(4) > div > p span {
    color: #88B5C4;
}
.list_box ul {
    padding: calc(28 / 980 * 100%) calc(51 / 980 * 100%);
}

.general img:first-child,.dialysis img:first-child {
    width: 153px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.general > img:nth-child(2),.dialysis > img:nth-child(2) {
    width: calc(610 / 980 * 100%);
    background: #fff;
    border: 1px solid #73A1C2;
    padding: 15px;
    margin: 20px auto 0;
    display: block;
}
#outpatient {
    background-image: linear-gradient(to left, #ECF3F7 0%, #fff 100%);
    padding-top: 70px;
    margin-bottom: 0;
}

.hemodialysis_room {
    /* background: #fff; */
    background:   linear-gradient(180deg, rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0) 40%);
    padding-bottom: 1px;
}
.hemodialysis_room img {
    width: calc(1240 / 1920 * 100%);
    height: auto;
    padding-top: 72px;
    margin-bottom: 153px;
}

/* 透析について */
#hemodialysis .inner {
    flex-direction: column;
    position: relative;
}
#hemodialysis ._title img {
    max-width: 866px;
    width: calc(866 / 980 * 100%);
    margin-top: calc(100 / 980 * 100%);;
}
#hemodialysis ._lead {
    position: relative;
}
#hemodialysis ._lead img {
    position: relative;
    z-index: 5;
}
#hemodialysis ._lead::after {
    content: '';
    background: #ECF3F7;
    display: block;
    position: absolute;
    bottom: 0;
    left: 155px;
    z-index: 1;
    padding: 197px 90% 0 0;
}
.about_feature{
    width: 252px;
    margin: 80px auto 0;
}

/* 特徴 */
.feature_list_box {
    display: flex;
    flex-direction: initial;
    gap: 28px;
}
.feature_list_box .item {
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(136, 181, 196, 0.5) 0px 10px 25px 0px;
    flex-basis: 25%;
    color: #003B51;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.item a {
    height: 100%;
    padding: 40px 26px 30px;
    display: flex;
    flex-direction: column;
}
.feature_list_box .item img {
    margin: 0 auto 27px;
}
.link_arrow {
    margin-top: auto;
}
.link_arrow p {
    color: #88B5C4;
    position: relative;
    margin-top: 20px;
}
@media screen and (max-width: 1024px){
    .link_arrow {
       margin-left: auto;
       margin-right: 50px;
    }
    .feature_list_box .item img {
        margin: 0 auto 27px 0;
    }
}

/* 矢印 */
/* .link_arrow p::after {
    content: '';
    background: url('/assets/images/common/arrow_r.svg') no-repeat;
    display: block;
    position: absolute;
    right: -35%;
    top: 40%;
    width: 35px;
    height: 10px;
} */
.btn_arrow {
    position: relative;
    display: inline-block;
    padding-right: 0 20px;
    color: #88B5C4;
    outline: none;
}
.btn_arrow::before{
    content: '';
    position: absolute;
    bottom: 10px;
    right: -50px;
    /*下線*/    
    width: 43px;
    height: 1px;
    background:#88B5C4;
    transition: all .3s;
}
.btn_arrow::after{
    content: '';
    position: absolute;
    bottom: 15px;
    right: -50px;
    /*矢印*/    
    width: 15px;
    height: 1px;
    background: #88B5C4;
    transform: rotate(35deg);
    transition: all .3s;
}
/* .btn_arrow:hover::before,
.btn_arrow:hover::after {
    right: -60px;
} */
.item a:hover .btn_arrow::before,
.item a:hover .btn_arrow::after {
    right: -60px;
}

/* 特徴_４Box */
.description ._item {
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(136, 181, 196, 0.5) 0px 10px 25px 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: initial;
    margin-bottom: 50px;
}
.description ._item:last-child {
    margin-bottom: 0;
}

._box_pic {
    padding: calc(420 / 980 * 100%) 0 0;
    height: auto;
    display: block;
    width: 100%;
}
._box_pic._p01 {
    background: url('/assets/images/about/hdf.png')no-repeat;
    background-size: cover;
}
._box_pic._p02 {
    background: url('/assets/images/about/water.png')no-repeat;
    background-size: cover;
}
._box_pic._p03 {
    background: url('/assets/images/about/footcare.png')no-repeat;
    background-size: cover;
}
._box_pic._p04 {
    background: url('/assets/images/about/temp.png')no-repeat;
    background-size: cover;
}

.description ._box {
    padding: calc(60 / 980 * 100%);
    width: 100%;
}
.description ._box img {
    margin-bottom: 30px;
}


/* 支援制度について */
#support .inner {
    flex-direction: column;
    position: relative;
}
#support ._title img {
    max-width: 667px;
    width: calc(667 / 980 * 100%);
    margin-top: calc(100 / 980 * 100%);;
}
.support_container {
    background: #fff;
    border-radius: 23px;
    padding: calc(52 / 980 * 100%) calc(90 / 980 * 100%);
    border: 3px solid #ECF3F7;
    box-shadow: rgba(6, 105, 196, 0.25) 0px 50px 100px -20px, rgba(6, 105, 196, 0.3) 0px 30px 60px -30px;
}
.support_container img {
    max-width: 320px;
    width: calc(320 / 980 * 100vw);
}
.support_container dt {
    margin-top: 60px;
}
.support_container dt:first-child {
    margin-top: 42px;
}
.support_container dt img {
    width: auto;
    height: 30px;
    margin-right: 20px;
}
.support_container dt {
    font-size: 2.4rem;
    color: #003B51;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

/* 医院概要 */
#clinic_overview {
    margin-top: 160px;
    margin-bottom: 100px;
}
#clinic_overview .inner {
    flex-direction: column;
    position: relative;
}
#clinic_overview .inner {
    flex-direction: column;
    /* width: calc(660 / 1920 * 100vw); */
    width: 660px;
    margin: 0 auto;
    text-align: center;
}
#clinic_overview img {
    margin-bottom: 76px;
}
#clinic_overview dl {
    display: flex;
    flex-direction: initial;
    color: #003B51;
    border-bottom: 1px solid #88B5C4;
    padding: calc(34 / 660 * 100%) calc(40 / 660 * 100%);
    text-align: left;
}
#clinic_overview dd {
    margin-left: calc(207 / 660 * 100%);
}



@media screen and (max-width: 1024px) {
    #main_visual > div > img {
        width: 100%;
    }
    .mv_wrap::after {
        width: 100%;
        height: calc(548 / 1024 * 100vw);
        bottom: -3%;
        left: 0;
    }
    .lead_text {
        top: 40%;
        left: 0;
        padding: calc(70 / 1024 * 100vw);
    }
    .lead_text img {
        width: calc(280 / 1024 * 100vw);
    }

    /*  */
    #medicalcontent .inner {
        width: calc(550 / 1024 * 100vw);
    }
    #medicalcontent ._box {
        margin-top: 27px;
    }
    ._lead img {
        width: 90%;
        margin: 0 auto;
    }
    #outpatient ._title img {
        max-width: 975px;
        width: calc(975 / 1024 * 100%);
    }
    #outpatient ._lead img {
        width: 100%;
    }
    #outpatient ._lead img {
        width: calc(650 / 1024 * 100%);
        margin: 0 auto 50px;
    }
    .list_box {
        flex-direction: column;
    }
    .list_inner {
        display: block;
        border-right: none;
        border-bottom: 1px solid #88B5C4;
        padding: 70px calc(300 / 1024 * 100%);
    }
    .list_box ul {
        padding: 46px 20px;
    }
    .general > img:nth-child(2) {
        width: 95%;
    }
    .hemodialysis_room img {
        width: 100%;
        margin-bottom: 80px;
    }
    .hemodialysis_room {
        background: none;
    }
    #hemodialysis ._title img {
        max-width: 866px;
        width: calc(866 / 1024 * 100%);
        margin-top: calc(100 / 1024 * 100%);
    }
    #hemodialysis ._lead::after {
        bottom: 0;
        right: 0;
        width: auto;
        height: 85%;
        padding: 0;
        margin-right: -20px;
    }
    .feature_list_box {
        flex-direction: column;
    }
    .dialysis > img:nth-child(2) {
        width: 100%;
    }
    #information .contents,.description .contents {
        margin: 0;
    }
    .description ._item {
        flex-direction: column;
    }
    ._box_pic {
        /* padding: calc(274 / 1024 * 100%) 0 0; */
        padding: 0;
        height: calc(374 / 1024 * 100vh);
    }
    ._box_pic._p01 {
        background: url('/assets/images/about/sp/hdf.png')no-repeat;
        background-size: cover;
        background-position: center;
    }
    ._box_pic._p02 {
        background: url('/assets/images/about/sp/water.png')no-repeat;
        background-size: cover;
        background-position: center;
    }
    ._box_pic._p03 {
        background: url('/assets/images/about/sp/footcare.png')no-repeat;
        background-size: cover;
        background-position: center;
    }
    ._box_pic._p04 {
        background: url('/assets/images/about/sp/temp.png')no-repeat;
        background-size: cover;
        background-position: center;
    }
    .description ._item:nth-child(2n) {
        flex-direction: column-reverse;

    }
    #support ._title img {
        max-width: 907px;
        width: calc(907 / 1024 * 100%);
        margin-top: calc(100 / 1024 * 100%);
    }
    .support_container {
        padding: 50px auto;
    }
    .support_container img {
        max-width: 420px;
        width: calc(420 / 1024 * 100vw);
    }
    #clinic_overview {
        margin-top: 85px;
        margin-bottom: 100px;
    }
    #clinic_overview img {
        margin-bottom: 60px;
    }
    #clinic_overview .inner {
        width: 100%;
        max-width: 660px;
    }
    #clinic_overview dd {
        margin-left: calc(110 / 660 * 100%);
    }
    #clinic_overview dl {
        align-items: center;
    }


}


@media screen and (max-width: 480px) {
    #medicalcontent .inner {
        width: calc(400 / 480 * 100vw);
    }
    #hemodialysis ._title img,
    #support ._title img {
        margin: 0 auto 40px;
    }
    .support_container img {
        width: 100%;
    }
    .support_container {
        padding: 2em 1em;
    }
    #clinic_overview dd {
        margin-left: calc(30 / 480 * 100%);
    }
    

}
