/*下層共通*/
.headerLogo img {
    position: fixed;
    width: 229rem;
    top: 50rem;
    left: 50rem;
}
.underLayerTop {
    margin-top: 34vh;
    margin-bottom: 80rem;
}
.underLayerTop h2 {
    font-size: 22rem;
}
.underLayerTop p {
    font-family: "CambayDevanagari", 'Noto Serif JP';
    font-size: 18rem;
    letter-spacing: 1rem;
}
@media (max-width: 640px) {
    @media (max-width: 640px) {
        .headerLogo img {
            left: 37rem;
        }
    }
    .underLayerTop {
        margin-top: 200rem;
    }
}
/*下層共通*/

/*
text contents*/
.contentsLead {
    font-size: 18rem;
    font-weight: 400;
    padding-bottom: 100rem;
}
.leadContents {
    display: flex;
    gap: 120rem;
}
.contentsText {
    flex: 1;
}
.leadImg img {
    transform: translateY(-50px);
}
.leadImg {
    flex: 1;
}
@media (max-width: 640px) {
    .section-lead {
        margin-bottom: 200rem;
    }
    .leadContents {
        flex-direction: column-reverse;
        gap: 50rem;
    }
    .contentsText {
        margin-top: 170rem;
    }
    .leadImg img {
        transform: translateY(140rem);
    }
    .aboutImg {
        text-align: end;
    }
}
/*
strength point*/
.aboutTitle {
    display: flex;
    gap: 20rem;
    align-items: flex-start;
}
.aboutTitle img {
    width: 14rem;
    height: 14rem;
    margin-top: 2rem;
}
.strengthPoint {
    display: flex;
    gap: 90rem;
    margin-bottom: 40rem;
}
.pointContent {
    flex: 3;
}
.pointImg {
    flex: 2;
}
.pointContent span{
    font-size: 18rem;
}
.pointTitle {
    font-size: 18rem;
    letter-spacing: 1rem;
    border-bottom: solid 1px #231815;
    margin-bottom: 30rem;
    padding-bottom: 5rem;
}
@media (max-width: 640px) {
    h2 {
        font-size: 22rem;
    }
    .aboutTitle {
        gap:16rem;
    }
    .strengthPoint {
        display: block;
        margin-bottom: 100rem;
    }
    .section-strength {
        margin-bottom: 200rem!important;
    }
    .pointContent {
        margin-bottom: 50rem;
    }
}

/*
staff*/

.staffContents {
    display: flex;
    gap: 140rem;
    margin-top: 120rem;
}
.staffContent {
    width: 370rem
}
.staffInfo {
    margin-bottom: 80rem;
    align-items: flex-start;
}
.staffInfoName {
    border-left: solid 1pt #727171;
    padding-left: 30rem;
    padding-bottom: 1rem;
}
.staffPosition, .staffName, .staffKana {
    display: block;
    letter-spacing: 1rem;
}
.staffPosition {
    font-size: 14rem;
    margin-bottom: 16rem;
}
.staffName {
    font-size: 20rem;
    margin-bottom: 20rem;
}
.staffKana {
    font-family: "CambayDevanagari", 'Noto Serif JP';
    letter-spacing: 2rem;
    font-size: 18rem;
    padding-left: 34rem;
}
.staffContent img {
    width: 150rem;
}
.staffContent p {
    font-size: 13rem;
}
@media (max-width: 640px) {
    .staffContents {
        display: block;
        margin-top: 60rem;
    }
    .section-staff span:nth-child(2) {
        left: -134rem;
    }
    .staffContent {
        width: 100%;
        margin-bottom: 140rem;
    }
    .staffInfo {
        margin-bottom: 20rem;
    }
    .staffContent img {
        width: 200rem;
    }
    .staffPosition {
        font-size: 20rem;
        margin-bottom: 25rem;
    }
    .staffName {
        font-size: 29rem;
    }
    .staffKana {
        font-size: 20rem;
    }
}