.page-aboutme-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
    padding-inline: 20px;
}

.page-aboutme-main img:first-of-type {
    max-width: 400px;
}

.page-aboutme-main img:last-of-type {
    max-width: 520px;
}

.page-aboutme-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 150px;
    gap: 40px;
}

.page-aboutme-profile img {
    max-width: 400px;
}

.page-aboutme-profile ._text-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-aboutme-profile ._text-box h2 {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: var(--text-color);
    letter-spacing: .3em;
    margin-left: .3em;
}

.page-aboutme-profile ._text-box p {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
}

.page-aboutme-profile ._detail {
    padding-inline: 20px;
}

.page-aboutme-profile ._detail ._item {
    display: flex;
    justify-content: center;
    margin-block-end: 20px;
}

.page-aboutme-profile ._detail ._item h3 {
    line-height: 1.8;
    text-align: center;
    font-weight: 300;
    letter-spacing: .1em;
}

.page-aboutme-profile ._detail ._item h3 span {
    color: white;
}

.page-aboutme-profile ._message {
    margin-block-start: 60px;
    padding-inline: 20px;
}

.page-aboutme-profile ._message p._en {
    font-family: azo-sans-web, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: var(--text-color);
    letter-spacing: .1em;
    margin-left: .1em;
    line-height: 1.5;
}

.page-aboutme-profile ._message p._en small {
    display: block;
    font-size: 1rem;
    margin-block-start: -10px;
    letter-spacing: .08em;
}

.page-aboutme-profile ._message p {
    line-height: 1.8;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: .08em;
}

@media (max-width: 640px) {
    .page-aboutme-profile ._text-box h2 {
        font-size: 2rem;
    }

    .page-aboutme-profile ._message p {
        text-align: justify;
    }

    .page-aboutme-profile ._message p._en {
        font-size: 2rem;
        text-align: center;
    }
}