@charset "utf-8";


/* 各セクションlead */
.lead-text{
    font-size: 20px;
    line-height: 1.75;
    color: #003B51;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.lead-text p + p{
    margin-top: 1em;
}
@media screen and (max-width: 1024px){
    .lead-text{
        font-size: 18px;
    }
}


/* 診療項目 */
#medicalcontent .inner {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* 一般外来 */
#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;
}
#outpatient .lead-text{
    margin-bottom: 62px;
    text-align: center;
}
.outpatient-item{
    font-size: 16px;
    line-height: 1.75;
}
.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:  linear-gradient(180deg, rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 0) 40%);
    padding-bottom: 1px;
    padding-top: 72px;

}
.hemodialysis_room img {
    width: calc(1202 / 1920 * 100%);
    max-width: 1202px;
    height: auto;
    /* padding-top: 72px; */
    margin-bottom: 153px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* 人工透析について */
#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::after {
    content: '';
    background: #ECF3F7;
    display: block;
    position: absolute;
    top: 60px;
    left: 42px;
    z-index: -1;
    width: 977px;
    height: 197px;
}
.about_feature{
    width: 252px;
    margin: 134px auto 80px;
}
.about_feature-title{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #003B51;
    text-align: center;
    position: relative;
    margin: 134px auto 80px;
    padding-bottom: 16px;
    letter-spacing: 0.06em;
}
.about_feature-title::after{
    content: '';
    display: block;
    background: #003B51;
    height: 1px;
    width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.feature_list_title{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px !important;
    font-weight: 500;
    color: #003B51;
    margin-bottom: 16px;
}
@media screen and (max-width: 1024px){
    .about_feature-title{
        margin: 80px auto 40px;
    }
}

/* 特徴 */
.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;
}
.feature_list_box p{
    font-size: 16px;
}
.item a {
    height: 100%;
    padding: 32px 26px;
    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){
    .about_feature  img{
        width: 100%;
        height: 50px;
    }
    .link_arrow {
       margin-left: auto;
       margin-right: 50px;
    }
    .feature_list_box .item img {
        margin: 0 auto 27px 0;
    }
}

/* 矢印 */
.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;
}

.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(360 / 980 * 100%) 0 0;
    height: auto;
    display: block;
    width: 100%;
}
._box_pic._p01 {
    background: url('/assets/images/about/hdf.jpg')no-repeat;
    background-size: cover;
    background-position: center top -60px;
}
._box_pic._p02 {
    background: url('/assets/images/about/water.png')no-repeat center center;
    background-size: cover;
}
._box_pic._p03 {
    background: url('/assets/images/about/footcare.png')no-repeat center center;
    background-size: cover;
}
._box_pic._p04 {
    background: url('/assets/images/about/temp.jpg')no-repeat;
    background-size: cover;
}

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

.equipment{
    margin-top: 80px;
}
.equipment-item{
    display: flex;
    flex-wrap: wrap;
}
.equipment-item li{
    width: calc(100%/3);
    height: 215px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.equipment-item li::after{
    content: '';
    display: block;
    width: 1px;
    height: 150px;
    background: #003B51;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.equipment-item li:nth-of-type(1):after,
.equipment-item li:nth-of-type(4):after{
    display: none;
}
.equipment-item li:nth-child(n+4){
    padding-top: 32px;
    padding-bottom: 0;
    border-top: 1px solid #003B51;
}
.equipment-item-ico{
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
}
.equipment-item-text{
    text-align: center;
    color: #003B51;
    font-size: 18px;
}
#hemodialysis{
    margin-bottom: 0;
}
@media screen and (max-width: 1024px){
    #hemodialysis{
        padding-top: 80px;
    }
    .equipment{
        margin-top: 40px;
    }
    .equipment-item li{
        height: auto;
        width: calc(100%/2);
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .equipment-item li::after{
        height: 120px;
    }
    .equipment-item li:nth-of-type(3)::after,
    .equipment-item li:nth-of-type(5)::after{
        display: none;
    }

    .equipment-item li:nth-of-type(4):after{
         content: '';
        display: block;
        width: 1px;
        height: 120px;
        background: #003B51;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .equipment-item li:nth-child(n+3) {
        padding-top: 32px;
        padding-bottom: 32px;
        border-top: 1px solid #003B51;
    }
    
    .equipment-item-ico{
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    .equipment-item-text{
        font-size: 14px;
    }
    .description ._box {
        padding: 40px 32px;
    }
}


/* 支援制度について */
#support{
    margin-bottom: calc(120 / 1920 * 100vw);
}
#support .inner {
    flex-direction: column;
    position: relative;
}
#support ._title img {
    max-width: 667px;
    width: calc(667 / 980 * 100%);
    margin-top: calc(80 / 980 * 100%);;
}
.support_container {
    background: #fff;
    border-radius: 23px;
    padding: calc(52 / 980 * 100%) calc(72 / 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;
    margin: 0 60px;
}
.support_container-title{
    margin: 0 auto;
    display: block;
    width: fit-content;
    color: #003B51;
    font-size: 32px;
}
.support_container dt {
    margin-top: 40px;
}
.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: 18px;
}
.support_container dd{
    background: #F0F1F4;
    padding: 20px 15px;
    border-radius: 8px;
    font-size: 16px;
}
@media screen and (max-width: 1024px){
    .support_container-title{
        font-size: 28px;
    }
    .support_container{
        margin: 0;
    }
}


/* 医院概要 */
#clinic_overview {
    margin-top: 100px;
    margin-bottom: 120px;
}
#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 dt{
    font-weight: 700;
    flex-shrink: 0;
}
#clinic_overview dd {
    margin-left: calc(207 / 660 * 100%);
}

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

    /*  */
    #medicalcontent .inner {
        width: calc(550 / 1024 * 100vw);
    }

    ._lead img {
        margin: 0 auto;
        max-height: 560px;
    }
    #outpatient ._title img {
        width: 100%;
        max-width: unset;
        max-height: 130px;
    }
    #outpatient .lead-text{
        margin-bottom: 32px;
    }
    .list_box {
        flex-direction: column;
        padding: 45px 30px 0;
    }
    .list_inner p {
        margin: 0 auto;
    }
    .list_inner {
        display: block;
        border-right: none;
        border-bottom: 1px solid #88B5C4;
        padding: 0 0 32px;
        width: 100%;
    }
    .list_box ul {
        padding: 32px 10px;
        width: 100%;
    }
    .general > img:nth-child(2) {
        width: 95%;
    }
    .hemodialysis_room img {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        padding-top: 0;
    }
    .hemodialysis_room {
        background: none;
        padding-top: 0;
    }
    #hemodialysis ._title img {
        margin-top: calc(100 / 1024 * 100%);
        max-width: unset;
        max-height: 100px;
        width: 100%;
    }
    #hemodialysis ._lead::after {
        bottom: 0;
        right: 0;
        width: auto;
        height: 95%;
        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(470 / 1024 * 100vw);
    }
    ._box_pic._p01 {
        background: url('/assets/images/about/hdf.jpg')no-repeat;
        background-size: cover;
        background-position: center top -60px;
    }
    ._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/temp.jpg')no-repeat;
        background-size: cover;
        background-position: top -30px center;
    }
    .description ._item:nth-child(2n) {
        flex-direction: column-reverse;

    }
    #support ._title img {
        margin-top: calc(100 / 1024 * 100%);
        max-width: unset;
        max-height: 100px;
        width: 100%;
    }
    
    .support_container {
        padding: 50px 20px;
    }
    .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%);
    }
    

}


.ico--circle{
    padding-left: 2.5rem;
    position: relative;
}
.ico--circle::before{
    content: '';
    display: block;
    background: #6D7A90;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

/* 診療項目 */
.bl_cat{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.cat-item{
    position: relative;
    background: #fff;
    /* width: 197px;*/
    height: 120px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cat-item p{
    color: #003B51;
    line-height: 1.833333333;
    font-size: 20px;
    width: 197px;
}
.cat-item::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-left: 1px solid #003B51;
    border-top: 1px solid #003B51;
    border-bottom: 1px solid #003B51;
    width: 24px;
    height: 100%;
}
.cat-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: unset;
    right:0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-right: 1px solid #003B51;
    border-top: 1px solid #003B51;
    border-bottom: 1px solid #003B51;
    width: 24px;
    height: 100%;
}
@media screen and (max-width: 1024px){
    .bl_cat{
        justify-content: center;
        gap: 15px;
    }
    .cat-item p{
        color: #003B51;
        line-height: 1.5;
        font-size: 18px;
    }
}
@media screen and (max-width: 480px){
.cat-item p {
        font-size: 16px;
        width: 160px;
    }
}

/* anc */
#anc{
    margin-inline: 20px;
}
.sec__in{
    display: block;
    max-width: 980px;
    margin: 0 auto;
}
.bl_anc{
    display: block;
    margin: 0 auto;
}
.anc-list{
    display: flex;
    gap: 15px;
}
.anc-list-btn{
    width: calc((100% - 45px)/4);
    position: relative;
    text-align: center;
}
.anc-list-btn::after{
    content: '';
    display: block;
    background: url('/assets/images/common/ico_arrow_down.svg') no-repeat center top;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.anc-list-btn a{
    font-size: clamp(12px, 1.1vw + 8px, 16px);
    letter-spacing: 0.2em;
    color: #fff;
    padding: 15px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #88B5C4;
    border-radius: 8px;
    height: 100%;
}
@media screen and (max-width: 1024px){
    .anc-list{
        flex-wrap: wrap;
    }
    .anc-list-btn{
        width: calc((100% - 4%)/2);
    }
    .anc-list-btn a{
        min-height: 76px;
        font-size: 16px;
        padding: 15px;
        letter-spacing: 0;
    }
    
}
@media screen and (max-width: 480px){
    .anc-list{
        gap: 10px;
    }
}


/* 医療機器について */
.room-img{
    position: relative;
    margin-bottom: calc(-200 / 1920 * 100vw);
}
.room-img img {
    width: calc(1202 / 1920 * 100%);
    max-width: 1202px;
    height: auto;
    margin-left: auto;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#medical-devices{
    position: relative;
    padding-top: calc(280 / 1920 * 100vw);
}
#medical-devices::after {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, #ECF3F7 0%, #fff 100%);
    height: 870px;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
#medical-devices .contents{
    position: relative;
    z-index: 1;
}
#medical-devices ._title{
    max-width: 980px;
    width: 100%;
}
@media screen and (max-width: 1024px){
    .room-img{
        margin-top: 80px;
        margin-bottom:0;
    }
    .room-img  img {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0;
        padding-top: 0;
    }

}

/* カード */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
.card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #003B51;
    box-shadow: rgba(136, 181, 196, 0.5) 0px 10px 25px 0px;
    width: calc(33.333% - 40px); /* 3列表示 */
    min-width: 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.card-image {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.card-content {
    padding: 20px;
    text-align: left;
}
.card-title {
  color: #003B51;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.card-title::before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 20px;
    margin-right: 8px;
    background: url('/assets/images/common/ico_point.svg') no-repeat center top;
    background-size: contain;
}
.card-text {
    font-size: 1.6rem;
    line-height: 1.75;
}

@media screen and (min-width: 1921px) {
    #support{
        margin-bottom: 70px;
    }
    #medical-devices{
        padding-top: 280px;
    }
    .room-img{
        margin-bottom: -200px;
    }
}

@media screen and (max-width: 1024px) {
    #medical-devices ._title img {
        margin-top: calc(100 / 1024 * 100%);
        max-width: unset;
        max-height: 100px;
        width: 100%;
    }
    .card {
        width: 100%;
    }
    .card-image {
        height: 230px;
    }
    .card-content{
        padding-top: 0;
        padding-bottom: 32px;
    }


}