@charset "utf-8";

/* MV
----------------------------------------------------------------------------- */
.page-ttl-inner{
    background-image: url("../images/mv_about.png");
}

@media screen and (max-width:768px){
    .page-ttl-inner{
        background-image: url("../images/mv_about_sp.png");
    }
}


/* policy
----------------------------------------------------------------------------- */
.about-policy{
    background-color: #fff;
    padding: 100px 0;
    margin-bottom: 100px;
}

.about-policy .txt-strong{
    margin-bottom: 50px;
}
.about-policy .txt-normal{
    margin-bottom: 100px;
}

@media screen and (max-width:768px){
    .about-policy{
        padding: 12.5vw 0;
        margin-bottom: 12.5vw;
    }

    .about-policy .txt-strong{
        margin-bottom: 7.5vw;
    }
    .about-policy .txt-normal{
        margin-bottom: 12.5vw;
    }
}

/* hospital
----------------------------------------------------------------------------- */
.about-hospital{
    margin-bottom: 100px;
}

@media screen and (max-width:768px){
    .about-hospital{
        margin-bottom: 12.5vw;
    }
}

/* facility
----------------------------------------------------------------------------- */
.about-facility{
    margin-bottom: 100px;
}
.about-facility .box-white{
    margin-bottom: 50px;
}

@media screen and (max-width:768px){
    .about-facility{
        margin-bottom: 12.5vw;
    }
    .about-facility .box-white{
        margin-bottom: 7.5vw;
    }
}

/* exterior
----------------------------------------------------------------------------- */
.about-exterior{
    margin-bottom: 100px;
}
.about-exterior-main{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.about-exterior-main figure{
    width: calc( (100% - 90px) / 4 );
    
}
.about-exterior-main figure img{
    margin-bottom: 20px;
}
.about-exterior-main figure figcaption{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:768px){
    .about-exterior{
        margin-bottom: 12.5vw;
    }
    .about-exterior-main{
        flex-wrap: wrap;
    }
    .about-exterior-main figure{
        width: calc( (100% - 5vw) / 2 );
        margin-bottom: 5vw;

    }
    .about-exterior-main figure img{
        margin-bottom: 2.5vw;
    }
    .about-exterior-main figure figcaption{
        font-size: 4vw;
    }
}


/* access
----------------------------------------------------------------------------- */
.about-access{
    margin-bottom: 100px;
}
.box-border-L p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}
.about-access-free{
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: bold;
}
.about-access-free img{
    vertical-align: middle;
    margin-right: 15px;
}

@media screen and (max-width:768px){
    .about-access{
        margin-bottom: 12.5vw;
    }
    .box-border-L p{
        font-size: 3.75vw;
        line-height: 1.8em;
        margin-bottom: 7.5vw;
    }
    .about-access-free{
        font-size: 4.25vw;
    }
    .about-access-free img{
        margin-right: 2.5vw;
    }
}

/* cooperation
----------------------------------------------------------------------------- */
.about-cooperation{
    margin-bottom: 100px;
}

.about-cooperation-main{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 50px;
}
.about-cooperation-main-box{
    width: calc(50% - 25px);
}
.about-cooperation-main-box p{
    line-height: 2.0em;
    font-size: 16px;
}

@media screen and (max-width:768px){
    .about-cooperation{
        margin-bottom: 12.5vw;
    }

    .about-cooperation-main{
        display: block;
        margin-bottom: 7.5vw;
    }
    .about-cooperation-main-box{
        width: 100%;
        margin-bottom: 3.75vw;
    }
    .about-cooperation-main-box p{
        font-size: 3.75vw;
    }
}
