@charset "utf-8";

/* --------------------------------------------


    people


---------------------------------------------- */

#people main {
    margin-top: 92px;
}

.people__contents {
    position: relative;
    width: 90%;
    max-width: 1200px;
	margin: 16rem auto;
}

@media only screen and (max-width:640px) {
    #people main {
    margin-top: 117px;
}

    .people__contents {
        margin: 6rem auto;
    }
}


/* --------------------------------------------
    冒頭の人物紹介
---------------------------------------------- */

.people__contents.contents01 {
    display: flex;
    align-items: center;
    gap: 10%;
    margin-top: 92px;
    padding-top: 12rem;
}

.people__contents.contents01.-multiple {
    gap: 7%;
}

.profile__bio {
    width: 60%;
    max-width: 700px;
    padding: 4rem 2rem;
    border-top: solid 1px #565656;
    border-bottom: solid 1px #565656;
}

.profile__catch {
    margin-bottom: 2rem;
    font-size: var(--fz-profileCatch);
    line-height: 2.0;
}

.profile__name {
    margin-bottom: 0.5rem;
    font-size: var(--fz-profileName);
}

.profile__position {
    margin-bottom: 6rem;
}

.isaiWords__title {
    position: relative;
    display: inline-block;
    padding: 2rem 3.8rem 1rem;
    margin-bottom: 1rem;
    font-size: var(--fz-isaiWords__title);
    font-weight: var(--fw-medium);
}

.isaiWords__title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: inline-block;
    width: 170px;
    height: 55px;
    background: url(../_image/people/isaiWords-bg.svg) no-repeat center / contain;
    z-index: -1;
}

.isaiWords {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem;
}

.isaiWords li {
    position: relative;
}

.isaiWords li:not(:last-child)::after {
    content: "／";
    margin-left: 1.2rem;
    font-size: var(--fz-isaiWords);
}

.profile__img {
    position: relative;
    max-width: 375px;
    overflow: hidden;
}

.profile__img.-multiple {
    max-width: 600px;
}

.profile__img::before,
.profile__img::after {
    animation: none;
    background: var(--c-white);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.profile__img.is-loaded::before {
    animation: profile-img-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    inset: 0 50% 0 0;
}

.profile__img.is-loaded::after {
    animation: profile-img-after 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    inset: 0 0 0 50%;
}

@keyframes profile-img-before {
    100% {
        transform: translateY(100%);
    }
}

@keyframes profile-img-after {
    100% {
    transform: translateY(-100%);
    }
}

.profile__img .bg__img {
    display: block;
    width: 100%;
    height: auto;
}

.profile__img .filter__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in;
    pointer-events: none;
    z-index: 1;
}

@media only screen and (max-width:1300px) {
    .people__contents.contents01 {
        gap: 5%;
    }
}

@media only screen and (max-width:640px) {
    .people__contents.contents01 {
        display: flex;
        flex-direction: column;
        margin-top: 117px;
        padding-top: 4rem;
    }

    .profile__bio {
        width: 100%;
        max-width: none;
        padding: 0;
        border: none;
        order: 2;
    }

    .profile__catch {
    margin-bottom: 1rem;
    }

    .profile__name {
        margin-bottom: 0;
    }

    .profile__position {
        margin-bottom: 4rem;
        font-size: 1.4rem;
    }

    .isaiWords__title {
        padding: 0.5rem 1rem 0 2rem;
        margin-bottom: 2rem;
    }

    .isaiWords__title::before {
        left: -5px;
        width: 245px;
        height: 78px;
    }

    .isaiWords {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .isaiWords li {
        padding: 0 1rem;
        line-height: 1.2;
    }

    .isaiWords li:not(:last-child)::after {
        content: "";
        margin-left: 0;
    }

    .profile__img {
        width: 90%;
        max-width: none;
        margin-bottom: 4rem;
        order: 1;
    }


}
/* --------------------------------------------
    紹介文/YouTube動画
---------------------------------------------- */

.people__contents.contents02,
.people__contents.contents03,
.people__contents.contents05 {
    max-width: 960px;
}

.people__contents.contents02 {
    z-index: 1;
}

.people__text {
    line-height: 3.0;
}

.movie__area {
    width: 100%;
    margin-bottom: 6rem;
    aspect-ratio: 16 / 9;
}

.movie__area iframe {
    width: 100%;
    height: 100%;
    background-color: var(--c-gray);
}

@media only screen and (max-width:640px) {
    .people__contents.contents03 {
        margin-bottom: 12rem;
    }

    .people__text {
        line-height: 2.4;
    }

    .movie__area {
        margin-bottom: 2rem;
    }

}


/* --------------------------------------------
    プロフィール
---------------------------------------------- */

.people__contents.contents04 {
    width: 100%;
    max-width: none;
    background-color: var(--c-gray);
}

.people__contents.contents04 .contents__inner {
    position: relative;
    max-width: 960px;
    padding: 12rem 0;
    margin: 0 auto;
    z-index: 10;
}

.people__contents.contents04 .people__title {
    margin-bottom: 4rem;
    font-size: var(--fz-peopleTitle);
    color: var(--c-white);
}

.profile__career {
    margin: 0 10rem;
    color: var(--c-white);
}

.profile__career.-multiple {
    margin-bottom: 8rem;
}

.profile__career h3 {
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-bottom: 2rem;
    font-size: var(--fz-xl);
    border: solid 1px #f2f2f2;
}

.profile__career:not(.-multiple) h3 {
    margin-bottom: 4rem;
}

.career__list {
    display: grid;
    grid-template-columns: 12% 88%;
    row-gap: 0.6rem;
    margin-bottom: 4rem;
}

.career__list dt {
    font-weight: normal;
}

.career__list dd {
    margin: 0;
}

.career__text {
    margin-bottom: 2.5rem;
}

.external__links {
    margin-bottom: 2.5rem;
}

.external__links:last-of-type {
    display: inline-block;
    margin-bottom: 0;
}

.external__links span {
    display: inline-block;
    width: 6rem;
    padding: 0.2rem 1.2rem;
    margin-right: 3rem;
    text-align: center;
    color: var(--c-text);
    font-size: var(--fz-s);
    font-weight: var(--fw-bold);
    background-color: var(--c-yellow);
}

.external__links a {
    color: var(--c-white);
}

@media (hover:hover) {
    .external__links a:hover {
        color: var(--c-yellow);
    }
}

.linkSns__area {
    display: inline-block;
    vertical-align: middle;
}

.linkSns__area li {
    display: inline-block;
    margin-right: 1.7rem;
}

.linkSns img {
    width: 3.0rem;
}

@media only screen and (max-width:640px) {
    .people__contents.contents04 {
        margin-bottom: 12rem;
    }

    .people__contents.contents04 .contents__inner {
        width: 90%;
        padding: 6rem 0;
    }

    .people__contents.contents04 .people__title {
        margin-bottom: 3rem;
    }

    .profile__career {
        margin: 0;
    }

    .profile__career.-multiple {
        margin-bottom: 4rem;
    }

    .profile__career h3 {
        font-size: var(--fz-l);
    }

    .profile__career:not(.-multiple) h3 {
        margin-bottom: 2rem;
    }

    .career__list {
        display: block;
    }

    .career__list dt,
    .career__list dd {
        display: block;
        width: 100%;
    }

    .career__list dt {
        font-size: var(--fz-s);
        padding-top: 0.9rem;
    }

    .career__list dd {
        font-size: 1.4rem;
        padding-bottom: 0.9rem;
    }

    .career__list dt:first-of-type {
        padding-top: 0;
    }

    .career__list dd:last-of-type {
        padding-bottom: 0;
    }

    .external__links span {
        width: 4.5rem;
        padding: 0.2rem 1rem;
        margin-right: 2rem;
    }

}


/* --------------------------------------------
    掲載内容について
---------------------------------------------- */

.info__text {
    padding: 8rem;
    border:  solid 1px #595959;
}

.people__contents.contents05 .people__title {
    margin-bottom: 4rem;
    text-align: center;
}

.backToList {
    display: block;
    padding: 4rem 0;
    text-align: center;
    font-size: var(--fz-3xl);
    color: var(--c-white);
    background-color: var(--c-purple);
    border: solid 1px #5e498c;
}

.backToList .c-arrow-right {
    position: static;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
	background-color: var(--c-white);
    mask: url("../_image/common/arrow-right.svg") no-repeat center;
	mask-size: contain;
    transition: 0.4s;
}

@media (hover:hover) {
    .backToList:hover {
        color: var(--c-purple);
        background-color: var(--c-white);
        transition: 0.4s;
    }

    .backToList:hover .c-arrow-right {
        background-color: var(--c-purple);
        transition: 0.4s;
    }
}

@media only screen and (max-width:640px) {
    .info__text {
        padding: 4rem 2rem;
    }

    .people__contents.contents05 .people__title {
        margin-bottom: 2rem;
    }

    .backToList {
        font-size: var(--fz-xl);
    }

    .backToList .c-arrow-right {
        width: 2.0rem;
        height: 2.0rem;
    }
}

