* {
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
    color: #393939;
}

header {
    position: fixed;
    background-color: #EDF0F8;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #111;
}

.logo {
    margin: 20px auto 20px 30px;
}

.logo img {
    height: 60px;
}

.hero {
    width: 100%;
    padding-top: 100px;
    margin-bottom: -20px;
}

.hero__EN{
    line-height: 5;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial;
    font-size: 1.2vw;
    font-weight: 700;
    padding-left: 5%;
}

.hero-img img {
    padding-left: 5%;
    width: 30%;
}

main {
    display: flex;
    background-color: white;
    z-index: 1;
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
}

.side {
    background-color: white;
    z-index: 1;
    border-right: 1px solid #000;
    width: 10%;
}
.side__EN {
    position: sticky;
    top: 100px;
    writing-mode: vertical-rl;
    font-size: calc(26px + 4vw);
    font-weight: bold;
    margin-left: -16px;
}


.catch {
    background-color: white;
    width: 90%;
    z-index: 1;
}

.sub {
    width: 90%;
}

.photo__head {
    padding: 0 20px;
}

.photo__head-text {
    font-weight: 800;
    font-size: clamp(16px, 2vw, 64px);
    margin: 20px auto;
    text-align: center;
    line-height: 2;
}

.news-date {
    padding-bottom: 30px;
    padding-left: 100px;
}

.news-date time {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial;
    font-weight: 500;
}

.info-title {
    color: #5278BF;
    font-size: 5vw;
    margin: 20px auto;
    text-align: center;
}

.photo img {
    width: 100%;
    height: auto;
}

.photo__foot-text {
    margin: 40px auto;
    line-height: 2;
    font-size: 1.8vw;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
}

h1 {
    font-size: 1.7rem;
    text-align: center;
    margin: 1rem;
    line-height: 3;
}

.summary {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    margin: 1rem;
    line-height: 3;
}

.name-container {
    display: flex;
    padding: 4rem 0;
}

.name-container2 {
    display: flex;
    padding: 4rem 0;
}

.image02 ,.image03 ,.image04, .image05 {
    width: 100%;
    /* margin: 0 auto; */
    border: 1px solid #111;
}

.section__body-head {
    font-size: 1.7rem;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #111;
}

.section__body-text {
    font-size: 1.3rem;
    line-height: 3;
    text-align: left;
    font-weight: 500;
}


.section {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.section__body {
    margin: 4vw 4vw;
}

/* .image03 {
    width: 100%;
    border: 1px solid #111;
}

.image04 {
    width: 100%;
    border: 1px solid #111;
}

.image05 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #111;
} */

footer {
    display: flex;
    /* background-color: #131836; */
    background-color: #303c74 ;
    width: 100%;
    border-top: 1px solid #000;
    min-height: 7vh;
    align-items: center;
    justify-content: center;
}

.footer__copyright {
    font-size: 1vw;
    color: #bfc0c8;
}

/* レスポンシブ　スマートフォン */
@media screen and (max-width: 768px) {

    header {
        min-height: 2vh;
    }

    .logo {
    margin: 20px auto 20px 20px;
    }

    header img {
        height: 40px;
    }
    .catch {
        width: 100%;
    }
    .sub {
        width: 100%;
    }

    .side {
        display: none;
    }

    .title-inner {
        display: none;
    }

    .hero-img img {
        width: 70%;
    }

    .photo__foot-text {
        margin:10px auto;
        padding: 20px 15px;
        font-size: 3vw;
    }

    .hero {
        padding-top: 90px;
    }

    .hero__EN {
        font-size: 2vw;
    }

    .container {
        width: 100%;
    }

    .info__text {
        padding: 30px 20px;
    }

    .news-date {
        padding-bottom: 30px;
        padding-left: 30px;
    }

    /* .photo {
        margin: 10px 0 auto;
    } */

    .footer__copyright {
        font-size: 2vw;
    }
}

/* レスポンシブ　PC */
@media (min-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }
    .summary {
        font-size: 1.5rem;
    }
    
    .section__body-head {
        font-size: 2.3rem;
        border-bottom: 1px solid #111;
    }
    
    .section__body-text {
        font-size: 1.2rem;
    }

    .section-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .section-title-label {
        font-size: 5vw;
        font-weight: 900;
        width: 50%;
    }

    .section-title-text {
        font-size: 5vw;
        width: 50%;
    }

    .section {
        align-items: center;
        justify-content: space-between;
    }

    .name-container2 > .section {
        flex-direction: row-reverse;
    }

    .image03 {
        width: 50%;
    }

    .image04 {
        width: 50%;
    }
}

/* jQuery */
.box {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}

.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* jQuery */