@charset "utf-8";


/* メイン */
.profile-main {
    min-height: 650px;
    padding: 72px 0 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-card {
    border: 1.5px solid #eee;
    max-width: 600px;
    width: 90vw;
    padding: 36px 36px 28px 36px;
    margin: 0 auto;
    text-align: center;
}

.profile-name {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 0 0 4px 0;
}

.profile-kana {
    font-size: 1.4rem;
    color: #555;
    margin-bottom: 14px;
}

.profile-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 22px 0;
}

.profile-img-wrap {
    margin-bottom: 22px;
}

.profile-img {
    width: 300px;
    height: 310px;
    object-fit: cover;
}

.profile-text {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.9;
    color: #232323;
}