/*下層共通*/
.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;
    }
}
/*下層共通*/


.section-news {
    width: 60vw;
    margin-left: 15.5vw;

}
@media (max-width: 640px) {
    .section-news {
        width: 88vw;
        margin: 0 auto;
    }
}

.newsCategory {
    border: solid 0.5pt #231815;
    padding: 10rem;
    font-size: 15rem!important;
    line-height: 1;
}
.underLayerTop {
    margin-bottom: 150rem;
}

/*newsContent*/
.newsContent p {
    font-size: 20rem;
}
.newsInfo {
    font-size: 18rem;
    letter-spacing: 1rem;
}
.newsContent time {
    font-family: "CambayDevanagari", 'Noto Serif JP';
    display: block;
    margin-bottom: 10rem;
    font-size: 22rem;
}
.newsMainImg {
    margin-bottom: 140rem;
}
.newsText {
    font-size: 16rem!important;
    display: block;
    width: 65%;
    margin-bottom: 200rem;
}
.newsText:first-of-type {
    margin-bottom: 100rem;
}
.newsAlignImg {
    display: flex;
    gap: 60rem;
}
/*page transition*/
.section-transition {
    display: flex;
    justify-content: space-between;
    margin: 200rem auto;
}
.transition {
    display: flex;
    align-items: center;
    gap: 26rem;
}
.transition:first-child {
    display: flex;
    flex-direction: row-reverse;
}
.transition p {
    font-size: 12rem;
    letter-spacing: 1rem;
}
@media (max-width: 640px) {
    .newsMainImg {
        margin-bottom: 60rem;
    }
    .newsText {
        width: 100%;
        margin-bottom: 80rem;
    }
    .newsText:first-of-type {
        margin-bottom: 40rem;
    }
    .newsAlignImg {
        gap: 40rem;
    }
}