.first-title {
    display: flex;
    align-items: center;
    height: 22rem;
    letter-spacing: 0.6rem;
    background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .8)), url(https://lambs.ship-liver.com/wp-content/uploads/2024/01/page-firstView-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-position-y: 41%;

}

.first-title__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 120rem;
    margin: auto;
    padding: 0 5%;

}

.first-title__inner > span {
    display: inline-block;
    width: 100%;

    color: #b7e0ea;
    font-size: 23px;

}

.first-title--en {
    font-size: 3.8rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.page-contents {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto;
}

@media (max-width: 600px) {

    .page-contents {
    	width: 95%;

    }

    .page-contents p {
        font-size: 13px;
    }



}

@media (min-width: 401px) and (max-width: 600px) {

    .first-title--en {
        font-size: 3.0rem !important;
    }

    .calendar__switch-btn {
        font-size: 1.0rem;
    }


}

@media (max-width: 400px) {


    .first-title--en {
        font-size: 2.0rem !important;
    }

    .first-title--jp {
        font-size: 1.5rem;
    }

    .calendar__switch-btn {
        font-size: 0.8rem;
    }


}
