@charset "UTF-8";

/* ABOUT */
.profile .inner {
    padding-bottom: 0;
}
.profile h2 {
    font-size: 70px;
}
.profile p {
    margin-top: 50px;
    width: 50%;
    margin-left: auto;
    word-break: break-word;
    font-size: 1.6rem;
    color: #fff;
}
.profile p + p {
    margin-top: 20px;
}
.profile p em {
    font-weight: 700;
}
.profile-visual {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}
.profile-visual li {
    overflow: hidden;
    height: 600px;
    border-radius: 20px;
    font-size: 0;
}
.profile-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-cont .inner {
    display: flex;
    align-items: baseline;
}
.about-cont .inner > * {
    width: 50%;
}
.about-cont div + div {
    margin-top: 40px;
}
.about-cont h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.about-cont p {
    font-size: 1.6rem;
    color: #b8b8b8;
}
.about-cont span {
    font-size: 1.4rem;
}