
body {
    background: #fff;
}

.areaService {
    background: #f8f7f6;
}
.contentFutures {
    padding-bottom: 69px;
}
.areaService .wrapHuman {
    width: calc(100% + 14px);
    margin-left: -7px;
    margin-bottom: 50px;
}
.areaService .wrapHuman .wrapTitle {
    margin-bottom: 62px;
}
.areaService .wrapHuman .wrapTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f8f7f6;
    margin-bottom: 16px;
    border-radius: 15px;
    padding: 33px 0 32px;
}

.areaService .wrapHuman .wrapTop .photo {
    width: 50.9%;
    margin-right: 4.4%;
}
.areaService .wrapHuman .wrapTop .areaCt {
    width: 40%;
    margin-top: -3px;
    padding: 0;
}

.areaService .wrapHuman .wrapTop .areaCt .pageInfo .pagetitleJp {
    font-size: 20px;
    margin-bottom: 13px;
}

.areaService .wrapHuman .wrapTop .areaCt .pageInfo .pagetitlEn {
    margin-bottom: 13px;
    margin-left: -2px;
}

.areaService .wrapHuman .wrapTop .areaCt .pageInfo .text {
    margin-bottom: 2px;
    text-align: justify;
}

.areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .linkDetail {
    margin-right: 10px;
    margin-bottom: 3px;
}
.areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .infoLogo {
    width: 20.3%;
    margin-right: 17px;
}
.areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .infoLogo img {
    width: 100%;
    aspect-ratio: 1/1;
}
.areaService .wrapHuman .wrapTop .areaCt .pageInfo .linkDetail a:after {
    content: "\f35d";
    font-size: 10px;
}

.areaService .wrapHuman .wrapBot {
    display: flex;
    justify-content: space-between;
}

.areaService .wrapHuman .wrapBot > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% - 8px);
    background: #f8f7f6;
    border-radius: 14px;
    padding: 42px 2px 43px;
}

.areaService .wrapHuman .wrapBot .botLeft .photo,
.areaService .wrapHuman .wrapBot .botRight .photo {
    width: 46.4%;
}
.areaService .wrapHuman .wrapBot .botLeft .photo img,
.areaService .wrapHuman .wrapBot .botRight .photo img {
    width: 100%;
}

.areaService .wrapHuman .wrapBot .botLeft .areaCt,
.areaService .wrapHuman .wrapBot .botRight .areaCt {
    width: 56%;
    margin-left: -12px;
    margin-top: -25px;
    padding-right: 20px;
}

.areaService .wrapHuman .wrapBot .botLeft .areaCt .pageInfo,
.areaService .wrapHuman .wrapBot .botRight .areaCt .pageInfo {
    padding: 0;
    margin-top: 27px;
}

.areaService .wrapHuman .wrapBot .botLeft .areaCt .pagetitlEn,
.areaService .wrapHuman .wrapBot .botRight .areaCt .pagetitlEn {
    text-align: left;
    margin-bottom: 12px;
}

.areaService .wrapHuman .wrapBot .botLeft .areaCt .pagetitleJp,
.areaService .wrapHuman .wrapBot .botRight .areaCt .pagetitleJp {
    text-align: left;
    font-size: 20px;
    margin-bottom: 14px;
}

.areaService .wrapHuman .wrapBot .botLeft .areaCt .text,
.areaService .wrapHuman .wrapBot .botRight .areaCt .text {
    line-height: 2.1;
    text-align: justify;
}
.areaService .wrapWellness .wrapTitle {
    margin-bottom: 62px
}
.areaService .wrapWellness .wellWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 14px);
    background: #f8f7f6;
    border-radius: 14px;
    padding: 35px 0px 19px;
    margin-left: -7px;
}
.areaService .wrapWellness .wellWrap .wellPhoto {
    width: 50.9%;
    margin-right: 4.3%;
}
.areaService .wrapWellness .wellWrap .wellPhoto img {
    width: 100%;
}
.areaService .wrapWellness .wellWrap .pageInfo {
    padding: 0;
    margin-top: -23px;
}
.areaService .wrapWellness .wellWrap .pageInfo .pagetitlEn,
.areaService .wrapWellness .wellWrap .pageInfo .pagetitleJp {
    text-align: left;
}
.areaService .wrapWellness .wellWrap .pageInfo .pagetitlEn {
    margin-bottom: 13px;
}
.areaService .wrapWellness .wellWrap .pageInfo .pagetitleJp {
    font-size: 20px;
    margin-bottom: 16px;
}


.areaService .serviceBanner {
    position: relative;
    margin-bottom: -5px;
    z-index: 1;
    background-color: #fff;
}
#footer {
    position: relative;
    z-index: 2;
}

@media(max-width: 1180px) and (min-width: 851px){
    .areaService .wrapHuman .wrapBot .botLeft{
        width: 49.3%;
    }
    .areaService .wrapHuman .wrapBot .botRight{
        width: 49.3%;
    }

}
@media(max-width: 1178px) and (min-width: 851px){
    .areaService .wrapHuman .wrapTop{
        padding: 33px 0 32px;
    }
    .areaService .wrapHuman .wrapTop .photo{
        width: 49.3%;
    }

}
@media(max-width: 1151px) and (min-width: 851px){
    .areaService .wrapHuman .wrapTop .areaCt{
        width: 45%;
        margin-top: 3%;
    }
}
@media(max-width: 1126px) and (min-width: 851px){

    .areaService .wrapHuman .wrapBot .botLeft .photo, 
    .areaService .wrapHuman .wrapBot .botRight .photo{
        width: 49.3%;
    }
    .areaService .wrapHuman .wrapBot .botLeft .areaCt, 
    .areaService .wrapHuman .wrapBot .botRight .areaCt{
        width: 52.8%;
    }
}
@media(max-width: 1000px) and (min-width: 851px){
    .areaService .wrapHuman .wrapBot .botLeft, 
    .areaService .wrapHuman .wrapBot .botRight {
        justify-content: center;
        padding: 30px 20px;
    }
    .areaService .wrapHuman .wrapBot .botLeft .photo, 
    .areaService .wrapHuman .wrapBot .botRight .photo{
        width: 70%;
        margin-bottom: -25px;
    }
    .areaService .wrapHuman .wrapBot .botLeft .areaCt, 
    .areaService .wrapHuman .wrapBot .botRight .areaCt {
        width: 100%;
        margin: 0;
    }
}
@media(max-width: 905px) and (min-width: 851px) {
    .areaService .wrapHuman .wrapTop {
        padding: 20px;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .infoLogo {
        width: 70px;
        margin: 0 auto 10px;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .linkDetail {
        width: 100%;
        margin: 0;
    }
}

@media(max-width: 850px) {
    .areaService {
        padding-top: 18px;
    }
    .contentFutures {
        margin-top: -15vw;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .areaService .wrapHuman .wrapTitle,
    .areaService .wrapWellness .wrapTitle {
        margin-bottom: 25px;
    }
    .areaService .wrapHuman {
        width: 100%;
        margin-left: 0;
    }
    .areaService .wrapHuman .wrapBot .botLeft, 
    .areaService .wrapHuman .wrapBot .botRight {
        justify-content: center;
    }

    .areaService .wrapHuman .wrapBot .botLeft .areaCt .text,
    .areaService .wrapHuman .wrapBot .botRight .areaCt .text {
        text-align: left;
    }

    .areaService .wrapHuman .wrapTop {
        padding: 30px 20px;
        overflow: hidden;
        text-align: center;
    }
    .areaService .wrapHuman .wrapTop .photo {
        width: 300px; 
        margin: 0 auto;
    }
    .areaService .wrapHuman .wrapTop .photo img {
        width: 105%;
        max-width: initial;
        margin-left: -2.5%;
    }

    .areaService .wrapHuman .wrapTop .areaCt {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
        display: block;
    }

    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .pagetitlEn {
        margin-bottom: 13px;
    }

    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .pagetitleJp {
        line-height: 1.6;
        margin-bottom: 11px;
    }

    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .text {
        margin-bottom: 0;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .infoLogo {
        width: 80px;
    }

    .areaService .wrapHuman .wrapBot {
        display: block;
    }

    .areaService .wrapHuman .wrapBot .botLeft,
    .areaService .wrapHuman .wrapBot .botRight {
        width: 100%;
        padding: 30px 20px;
        overflow: hidden;
        margin-bottom: 16px;
        text-align: center;
    }

    .areaService .wrapHuman .wrapBot .botRight {
        width: 100%;
        margin-bottom: 0;
    }

    .areaService .wrapHuman .wrapBot .botLeft .photo,
    .areaService .wrapHuman .wrapBot .botRight .photo {
        width: 300px;
    }

    .areaService .wrapHuman .wrapBot .botLeft .areaCt,
    .areaService .wrapHuman .wrapBot .botRight .areaCt {
        width: 100%;
        margin-left: 0;
        margin-top: -2px;
        display: block;
    }
    .areaService .wrapHuman .wrapBot .botLeft .areaCt .pageInfo, 
    .areaService .wrapHuman .wrapBot .botRight .areaCt .pageInfo{
        margin-top: 0;
    }
    .areaService .wrapHuman .wrapBot .botLeft .areaCt .pagetitlEn,
    .areaService .wrapHuman .wrapBot .botRight .areaCt .pagetitlEn {
        margin-bottom: 13px;
    }

    .areaService .wrapHuman .wrapBot .botLeft .areaCt .pagetitleJp,
    .areaService .wrapHuman .wrapBot .botRight .areaCt .pagetitleJp {
        margin-bottom: 12px;
    }

    .areaService .wrapWellness .wellWrap {
        width: 100%;
        margin-left: 0;
    }
    .areaService .wrapWellness .wellWrap {
        padding: 30px 20px;
    }
}

@media(max-width: 430px) {

    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .text {
        margin-bottom: 10px;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .infoLogo {
        width: 70px;
        margin: 0 auto 10px;
    }
    .areaService .wrapHuman .wrapTop .areaCt .pageInfo .infoBox .linkDetail {
        width: 100%;
        margin: 0;
    }
    .areaService .wrapWellness .wellWrap .wellPhoto {
        width: 300px;
        margin: 0 auto;
    }
    .areaService .wrapWellness .wellWrap .pageInfo {
        width: 100%;
        margin-top: 0;
    }
}