/* top */
.message {
    padding: 6rem 1rem 4rem;
}

.message .name {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) {
    .message .name {
        font-size: 1.4rem;
    }
}

.message .section-text {
    margin-bottom: 3rem;
}

.photo .photo__item-1 {
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10%;
}

.photo .photo-1 {
    width: 36%;
    margin-bottom: 11%;
}

.photo .photo-2 {
    width: 46%;
}

.photo .catch-tate {
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .photo .catch-tate {
        font-size: 1.6rem;
    }
}

.photo .catch-yoko {
    font-size: 1.2rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .photo .catch-yoko {
        font-size: 1.6rem;
    }
}

.photo .photo__item-2 {
    justify-content: flex-start;
}

.photo .photo__item-2 .photo-3 {
    width: 32%;
    margin-right: 11%;
}

.photo .photo__item-2 .catch-tate {
    padding-top: 2rem;
}

.photo .photo__item-3 {
    justify-content: flex-end;
    align-items: center;
    margin-top: -13%;
}

.photo .photo__item-3 .catch-tate {
    padding-top: 4%;
}

.photo .photo-4 {
    width: 29%;
    margin-left: 6%;
}

.photo .photo__item-4 {
    align-items: center;
    gap: 12%;
    margin-top: -33%;
}

.photo .tape {
    width: 21%;
}

.photo .photo-5 {
    width: 20%;
}

.photo .photo__item-5 {
    align-items: center;
    justify-content: flex-end;
    gap: 21%;
    margin-top: -6%;
}

.photo .photo-6 {
    width: 22%;
    margin-right: 11%;
}

.photo .photo__item-6 {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -4%;
}

.photo .photo-7 {
    width: 50%;
}

.photo .photo-8 {
    width: 37%;
    margin-top: 13%;
}

.recruit {
    padding: 7rem 0;
}

.recruit .section-title {
    font-size: 1.8rem;
    text-align: center;
}

@media (min-width: 768px) {
    .recruit .section-title {
        font-size: 2.4rem;
    }
}

.recruit .section-text {
    font-size: 1.2rem;
    font-feature-settings: "palt";
}

@media (min-width: 768px) {
    .recruit .section-text {
        font-size: 1.6rem;
    }
}

.recruit .tape {
    width: 4rem;
    display: block;
    margin: 3rem auto 5rem;
}

.recruit .pamphlet-link {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin: 3rem auto 0;
    text-decoration: underline;
    text-underline-offset: 8px;
}

@media (min-width: 768px) {
    .recruit .pamphlet-link {
        font-size: 1.6rem;
    }
}

.recruit .pamphlet-link .icon {
    width: 1.8rem;
    vertical-align: sub;
    margin-left: 0.2rem;
}

.recruit .pamphlet-img {
    display: block;
    width: 11rem;
    margin: 3rem auto 4rem;
}