@charset "UTF-8";

/* ファイル名:top.css */
.mv {
    position: relative;
}

.mv-container {
    position: relative;
    color: var(--color-white);
    background-color: var(--color-white);
}

@media screen and (min-width: 768px) {
    .mv-container {
        height: 87rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-container {
        height: 153rem;
    }
}

.mv-img-wrap {
    overflow: hidden;
    background: var(--color-dark-gray);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-img-original,
.mv-img-clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-img-clone {
    opacity: 0;
    will-change: transform;
}

.mv-img-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, transparent, transparent 10%, rgba(0, 0, 0, 0.5));
}

.mv-inner {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .mv-inner {
        padding: 12rem 0 10.4rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-inner {
        padding: 20rem 4rem 12.4rem;
    }
}

.mv-comment {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-comment-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv-comment-group.is-visible .mv-comment-item {
    filter: blur(0);
    opacity: 1;
    transition: opacity 400ms linear, filter 700ms linear, transform 2000ms var(--ease-out-amuse);
    transition-delay: var(--delay, 0);
    transform: scale(1);
}

.mv-comment-group.is-visible .mv-comment-item img {
    transition: transform 10000ms linear;
    transition-delay: var(--delay, 0);
    transform: scale(1);
}

.mv-comment-group.is-hidden .mv-comment-item {
    filter: blur(50px);
    opacity: 0;
    transition: opacity 2800ms 400ms linear, filter 2600ms var(--ease-in-sine), transform 3200ms var(--ease-amuse);
    transform: scale(0.9);
}

.mv-comment-item {
    position: absolute;
    filter: blur(30px);
    opacity: 0;
    will-change: transform;
    transform: scale(2.2);
}

.mv-comment-item img {
    transform: scale(1.2);
}

@media screen and (min-width: 768px) {
    .mv-comment-item.is-vl {
        width: 13rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-comment-item.is-vl {
        width: 12rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item.is-hl {
        width: 34rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-comment-item.is-hl {
        width: 12rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-comment-item:nth-of-type(odd) {
        top: 18.5rem;
        left: 4.5rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-comment-item:nth-of-type(even) {
        top: 17.5rem;
        right: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-01 {
        top: 30.5rem;
        left: 8.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-02 {
        top: 15.5rem;
        left: 14.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-03 {
        top: 36rem;
        left: 26rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-04 {
        top: 15rem;
        right: 12rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-05 {
        top: 32rem;
        right: 15.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-06 {
        top: 29rem;
        right: 9.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-07 {
        top: 18.5rem;
        left: 9.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-08 {
        top: 29.5rem;
        left: 7rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-09 {
        top: 15.5rem;
        left: 38rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-10 {
        top: 42.5rem;
        left: 19.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-11 {
        top: 13.5rem;
        right: 27.5rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-12 {
        top: 35.5rem;
        right: 17rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-comment-item-13 {
        top: 25.5rem;
        right: 6.5rem;
    }
}

.mv-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mv-copy-jp {
    font-family: var(--font-family-shippori);
    line-height: 1.34;
    letter-spacing: 0.045em;
    writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
    .mv-copy-jp {
        font-size: 7.2rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-copy-jp {
        font-size: 8.8rem;
    }
}

@media screen and (min-width: 768px) {
    .mv-copy-en {
        width: 78.6rem;
        margin-top: -7.5rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-copy-en {
        width: 57.1rem;
        margin-top: -4.5rem;
        margin-left: -3rem;
    }
}

.mv-news {
    transition: opacity 240ms linear, transform 600ms var(--ease-out-amuse);
}

@media screen and (max-width: 767px) {
    .mv-news {
        position: sticky;
        bottom: 16rem;
        left: 0;
    }
}

.mv-news.is-hidden {
    opacity: 0;
    transform: translate3d(0, 3.2rem, 0);
}

.mv-news-inner {
    position: relative;
    display: grid;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .mv-news-inner {
        grid-template-columns: 6.8rem 9.7rem auto;
        align-items: center;
        height: 5.6rem;
        padding: 0 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .mv-news-inner {
        grid-template-columns: 9.3rem 14.3rem auto;
        align-items: center;
        width: 100%;
        min-height: 8.8rem;
        padding: 1.6rem 4.5rem;
        font-size: 2.2rem;
    }
}

.mv-news-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-base);
    border-radius: 6rem;
    opacity: 0.85;
}

.mv-news-title {
    position: relative;
    z-index: var(--zindex-front);
    margin-top: 0.15em;
    font-family: var(--font-family-josefin);
    font-weight: var(--font-weight-bold);
}

.mv-news-title::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.3rem;
    display: block;
    width: 1px;
    height: 1.6rem;
    margin: auto;
    content: "";
    background-color: #5b6366;
}

.mv-news-date {
    z-index: var(--zindex-front);
    font-family: var(--font-family-inter);
    text-align: right;
}

.mv-news-text {
    z-index: var(--zindex-front);
    padding-bottom: 0.1em;
    margin-left: 2rem;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .mv-news-text {
        font-size: 2rem;
        letter-spacing: -0.03em;
    }
}

.mv-copy-jp-row {
    display: block;
    perspective: 300px;
}

.mv-copy-jp-char {
    display: inline-block;
    will-change: transform;
}

@keyframes mv-bump {
    0% {
        filter: blur(0);
        transform: scale(1) translate3d(0, 0, 0);
    }

    3% {
        filter: blur(5px);
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    50%,
    100% {
        filter: blur(0);
        transform: scale(1) translate3d(0, 0, 0);
    }
}

.graphic {
    position: relative;
    z-index: 1;
    transition: background-color 600ms ease;
}

.concept {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .concept {
        padding: 23.2rem 14rem 17rem;
    }
}

@media screen and (max-width: 767px) {
    .concept {
        display: flex;
        flex-direction: column-reverse;
        padding: 17rem 3.5rem 17.2rem;
    }
}

.concept-bg {
    position: absolute;
    z-index: var(--zindex-back);
    transition: background-color 600ms ease;
}

@media screen and (min-width: 768px) {
    .concept-bg {
        top: -12.6rem;
        left: 6.5rem;
        width: 123rem;
        height: 118.4rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg {
        top: 40.6rem;
        right: 4.9rem;
        width: 86rem;
        height: 150.1rem;
        margin: auto;
    }
}

.concept-bg-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.concept-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.concept-bg-text-item {
    position: absolute;
}

.concept-bg-text-item-bg {
    position: absolute;
    z-index: var(--zindex-middle);
    display: block;
    flex: none;
    margin: auto;
    background-color: var(--color-yellow);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    transition: background-color 600ms ease;
}

.c-bg[data-bg=gray] .concept-bg-text-item-bg {
    background-color: var(--color-light-gray);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.c-bg[data-bg=yellow] .concept-bg-text-item-bg {
    background-color: var(--color-yellow);
    background-image: url("/recruit.amuse.co.jp/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.concept-bg-text-item picture {
    position: relative;
    z-index: var(--zindex-front);
    flex: none;
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(1) {
        top: 32.5rem;
        left: 4.1rem;
        width: 1.9rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(1) {
        top: -0.2rem;
        left: 46rem;
        width: 5.7rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(1) .concept-bg-text-item-bg {
        top: -1rem;
        left: -0.5rem;
        width: 3rem;
        height: calc(100% + 2rem);
        transform: rotate(15deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(1) .concept-bg-text-item-bg {
        top: -0.5rem;
        left: -1.5rem;
        width: calc(100% + 3rem);
        height: 3rem;
        transform: rotate(-5deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(2) {
        top: -0.4rem;
        left: 50rem;
        width: 7.76rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(2) {
        top: 29.5rem;
        left: 83.5rem;
        width: 2.6rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(2) .concept-bg-text-item-bg {
        top: -0.5rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(-5deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(2) .concept-bg-text-item-bg {
        top: -1.5rem;
        left: 0;
        width: 3rem;
        height: calc(100% + 3rem);
        transform: rotate(-5deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(3) {
        top: 52.7rem;
        left: 49.2rem;
        width: 12.5rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(3) {
        top: 74.7rem;
        left: 67rem;
        width: 10.9rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(3) .concept-bg-text-item-bg {
        top: 2.5rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(-28deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(3) .concept-bg-text-item-bg {
        top: -2.5rem;
        left: 4rem;
        width: 3rem;
        height: calc(100% + 5rem);
        transform: rotate(30deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(4) {
        top: 38.5rem;
        right: 6.3rem;
        width: 3.48rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(4) {
        top: 52.5rem;
        left: 25.3rem;
        width: 8.52rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(4) .concept-bg-text-item-bg {
        top: -1rem;
        left: 0.5rem;
        width: 3rem;
        height: calc(100% + 2rem);
        transform: rotate(13deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(4) .concept-bg-text-item-bg {
        top: -2rem;
        left: 2.5rem;
        width: 3rem;
        height: calc(100% + 4rem);
        transform: rotate(31deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(5) {
        bottom: 3.7rem;
        left: 40rem;
        width: 7.15rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(5) {
        top: 93.5rem;
        left: 71.5rem;
        width: 8.8rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(5) .concept-bg-text-item-bg {
        top: 0.5rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(-25deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(5) .concept-bg-text-item-bg {
        top: -1.5rem;
        left: 3rem;
        width: 3rem;
        height: calc(100% + 3rem);
        transform: rotate(30deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(6) {
        bottom: 36rem;
        left: 55.2rem;
        width: 7.1rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(6) {
        top: 53rem;
        left: 63rem;
        width: 10.4rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(6) .concept-bg-text-item-bg {
        top: 0;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(20deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(6) .concept-bg-text-item-bg {
        top: 1.5rem;
        left: -1.5rem;
        width: calc(100% + 3rem);
        height: 3rem;
        transform: rotate(27deg);
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(7) {
        right: 2.5rem;
        bottom: 22.2rem;
        width: 4.2rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(7) {
        right: 4rem;
        bottom: 6.1rem;
        width: 6.3rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-bg-text-item:nth-of-type(7) .concept-bg-text-item-bg {
        top: -1rem;
        left: 1rem;
        width: 3rem;
        height: calc(100% + 2rem);
        transform: rotate(25deg);
    }
}

@media screen and (max-width: 767px) {
    .concept-bg-text-item:nth-of-type(7) .concept-bg-text-item-bg {
        top: -1.5rem;
        left: 1rem;
        width: 5rem;
        height: calc(100% + 3rem);
        transform: rotate(-20deg);
    }
}

.concept-content {
    z-index: var(--zindex-front);
}

@media screen and (min-width: 768px) {
    .concept-content {
        display: flex;
        justify-content: center;
        padding-left: 13.2rem;
    }
}

.concept-heading {
    font-family: var(--font-family-shippori);
    line-height: var(--leading-snug);
}

@media screen and (min-width: 768px) {
    .concept-heading {
        font-size: 7.2rem;
        font-family: serif;
    }
}

@media screen and (max-width: 767px) {
    .concept-heading {
        font-size: 8.8rem;
    }
}

.concept-body {
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .concept-body {
        margin-top: 5rem;
        font-size: 1.7rem;
        font-family: serif;
    }
}

@media screen and (max-width: 767px) {
    .concept-body {
        margin-top: 5rem;
        font-size: 3rem;
    }
}

.concept-body-item {
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-loose);
}

@media screen and (min-width: 768px) {
    .concept-body-item+.concept-body-item {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-body-item+.concept-body-item {
        margin-top: 3.5rem;
    }
}

.concept-body-catch {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .concept-body-catch {
        margin-top: 5.5rem;
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 767px) {
    .concept-body-catch {
        margin-top: 7.2rem;
        letter-spacing: -0.05em;
    }
}

.concept-body-catch-lets {
    font-family: var(--font-family-josefin);
    line-height: var(--leading-none);
}

@media screen and (min-width: 768px) {
    .concept-body-catch-lets {
        font-size: 7.4rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-body-catch-lets {
        font-size: 10.4rem;
    }
}

.concept-body-catch-amuse {
    position: relative;
}

@media screen and (min-width: 768px) {
    .concept-body-catch-amuse {
        top: -0.5rem;
        left: 20.5rem;
        width: 32rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-body-catch-amuse {
        top: -2.5rem;
        align-self: flex-end;
        width: 39.8rem;
    }
}

@media screen and (min-width: 768px) {
    .concept-body-catch .is-cormorant {
        font-size: 8.5rem;
    }
}

@media screen and (max-width: 767px) {
    .concept-body-catch .is-cormorant {
        font-size: 11.8rem;
    }
}

@media screen and (min-width: 768px) {
    .about {
        padding: 1.4rem 6.4rem 16.8rem;
    }
}

@media screen and (max-width: 767px) {
    .about {
        padding: 14.4rem 4rem 16rem;
    }
}

@media screen and (min-width: 768px) {
    .about-heading-visual {
        width: 66.2rem;
    }
}

@media screen and (max-width: 767px) {
    .about-heading-visual {
        width: 65.7rem;
    }
}

.about-img {
    transition: transform 6000ms var(--ease-out-amuse);
    transform: scale(1);
}

.about-list {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .about-list {
        row-gap: 2.8rem;
        margin-top: 7.4rem;
    }
}

@media screen and (max-width: 767px) {
    .about-list {
        row-gap: 3.2rem;
        margin-top: 7.3rem;
    }
}

.about-item {
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .about-item {
        height: 48rem;
        border-radius: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .about-item {
        height: 50.3rem;
        border-radius: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .about-item:not(:last-of-type) .about-info-heading-circle {
        width: 10.1rem;
    }
}

@media screen and (max-width: 767px) {
    .about-item:not(:last-of-type) .about-info-heading-circle {
        width: 14.2rem;
    }
}

@media screen and (min-width: 768px) {
    .about-item:last-of-type .about-info-heading-circle {
        width: 19.5rem;
    }
}

@media screen and (max-width: 767px) {
    .about-item:last-of-type .about-info-heading-circle {
        width: 27.2rem;
    }
}

.about-item-link {
    display: block;
    width: 100%;
    height: 100%;
}

@media (hover: hover) {
    .about-item-link:hover .about-img {
        transform: scale(var(--hover-scale, 1.15));
    }
}

@media (hover: none) {
    .about-item-link:active .about-img {
        transform: scale(var(--hover-scale, 1.15));
    }
}

.about-item-inner {
    position: absolute;
    top: 0;
    display: grid;
    grid: "a a" "b c";
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: var(--color-white);
}

@media screen and (min-width: 768px) {
    .about-item-inner {
        padding: 4.8rem;
    }
}

@media screen and (max-width: 767px) {
    .about-item-inner {
        padding: 4.8rem 4.8rem 4rem;
    }
}

.about-numbering {
    grid-area: a;
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-none);
}

.about-numbering-count {
    font-family: var(--font-family-inter);
}

@media screen and (min-width: 768px) {
    .about-numbering-count {
        font-size: 2.8rem;
        font-family: fantasy;
    }
}

@media screen and (max-width: 767px) {
    .about-numbering-count {
        font-size: 4rem;
    }
}

.about-numbering-category {
    font-family: var(--font-family-josefin);
}

@media screen and (min-width: 768px) {
    .about-numbering-category {
        font-size: 2.3rem;
        font-family: initial;
    }
}

@media screen and (max-width: 767px) {
    .about-numbering-category {
        font-size: 2rem;
    }
}

.about-info {
    grid-area: b;
    align-self: flex-end;
}

@media screen and (max-width: 767px) {
    .about-info {
        margin-bottom: 2rem;
    }
}

.about-info-heading {
    position: relative;
    font-family: var(--font-family-shippori);
    line-height: var(--leading-none);
}

@media screen and (min-width: 768px) {
    .about-info-heading {
        font-size: 4.8rem;
        font-family: serif;
    }
}

@media screen and (max-width: 767px) {
    .about-info-heading {
        font-size: 6.4rem;
    }
}

.about-info-heading-circle {
    position: absolute;
    left: 0;
}

@media screen and (min-width: 768px) {
    .about-info-intro {
        margin-top: 3.6rem;
        font-size: 1.5rem;
        font-weight: var(--font-weight-bold);
        letter-spacing: var(--tracking-tight);
    }
}

@media screen and (max-width: 767px) {
    .about-info-intro {
        display: none;
    }
}

.about-btn {
    grid-area: c;
    align-self: flex-end;
}

@media screen and (min-width: 768px) {
    .about-btn {
        width: 7.2rem;
        height: 7.2rem;
        margin-right: -1.5rem;
        margin-bottom: -1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .about-btn {
        width: 9.6rem;
        height: 9.6rem;
    }
}

.about-btn i {
    display: block;
}

@media screen and (min-width: 768px) {
    .about-btn i {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .about-btn i {
        width: 3rem;
        height: 3rem;
    }
}

.about-item {
    -webkit-clip-path: inset(0 100% 0 0 round 1rem);
    clip-path: inset(0 100% 0 0 round 1rem);
}

.c-anime-group.is-visible .about-item,
.c-anime-group.is-animated .about-item,
.about-item.is-visible,
.about-item.is-animated {
    -webkit-clip-path: inset(0 0% 0 0 round 1rem);
    clip-path: inset(0 0% 0 0 round 1rem);
}

.c-anime-group.is-animated .about-item,
.about-item.is-animated {
    transition: -webkit-clip-path 1200ms var(--ease-amuse);
    transition: clip-path 1200ms var(--ease-amuse);
    transition: clip-path 1200ms var(--ease-amuse), -webkit-clip-path 1200ms var(--ease-amuse);
}

.people {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
}

/*作品集を入れるならpadding: 18.4rem 0 20remどっちも*/
@media screen and (min-width: 768px) {
    .people {
        padding: 18.4rem 0 3rem;
    }
}

@media screen and (max-width: 767px) {
    .people {
        padding: 14.4rem 0 3rem;
    }
}

@media screen and (min-width: 768px) {
    .people-heading-visual {
        width: 54.3rem;
    }
}

@media screen and (max-width: 767px) {
    .people-heading-visual {
        width: 54.3rem;
    }
}

.people-slider {
    position: relative;
    z-index: var(--zindex-front);
    display: block;
}

@media screen and (min-width: 768px) {
    .people-slider {
        margin-top: 7.8rem;
    }
}

@media screen and (max-width: 767px) {
    .people-slider {
        margin-top: 7.7rem;
    }
}

.people-slider-button {
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .people-slider-button {
        top: -6.4rem;
        left: -6.4rem;
        width: 12.8rem;
        height: 12.8rem;
        transform: translate3d(var(--offset-x, 0), var(--offset-y, 0), 0);
    }
}

@media screen and (max-width: 767px) {
    .people-slider-button {
        inset: 0;
        width: 18.4rem;
        height: 18.4rem;
        margin: auto;
        transform: none !important;
    }
}

@media screen and (min-width: 768px) {
    .people-slider-button.has-easing {
        transition: transform 500ms var(--ease-out-cubic);
    }
}

.people-slider-button.is-visible .people-slider-button-bg {
    transition: transform 900ms var(--ease-amuse);
    transform: scale(1);
}

.people-slider-button.is-visible .people-slider-button-text {
    opacity: 1;
    transition: opacity 300ms ease, transform 600ms var(--ease-out-amuse);
    transition-delay: 300ms;
    transform: translate3d(0, 0, 0);
}

.people-slider-button-bg {
    background-color: var(--color-yellow);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .people-slider-button-bg {
        transition: transform 600ms var(--ease-out-amuse);
        transform: scale(0);
    }
}

.people-slider-button-text {
    position: relative;
    font-family: var(--font-family-josefin);
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-half);
    color: var(--color-base);
    text-align: center;
    letter-spacing: var(--tracking-snug);
}

@media screen and (min-width: 768px) {
    .people-slider-button-text {
        font-size: 1.2rem;
        opacity: 0;
        transition: opacity 160ms ease, transform 0s 160ms;
        transform: translate3d(0, 2rem, 0);
    }
}

@media screen and (max-width: 767px) {
    .people-slider-button-text {
        font-size: 2rem;
    }
}

.people-slide-item {
    position: relative;
    z-index: var(--zindex-front);
    display: flex;
}

@media screen and (min-width: 768px) {
    .people-slide-item {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .people-slide-item {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        padding: 0 1rem;
    }
}

.people-card {
    position: relative;
}

@media screen and (min-width: 768px) {
    .people-card {
        width: 32rem;
    }
}

@media screen and (max-width: 767px) {
    .people-card {
        width: 36rem;
    }
}

.people-card-img {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .people-card-img {
        border-radius: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .people-card-img {
        border-radius: 1.6rem;
    }
}

.people-bg {
    position: absolute;
    z-index: var(--zindex-back);
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .people-bg {
        top: 9.8rem;
        left: 8.6rem;
        width: 118.7rem;
        height: 111.1rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg {
        top: 10.1rem;
        right: 0;
        left: -14.4rem;
        width: 99.3rem;
        height: 104.9rem;
        margin: auto;
    }
}

.people-bg-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.people-bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.people-bg-text-item {
    position: absolute;
}

.people-bg-text-item-bg {
    position: absolute;
    z-index: var(--zindex-middle);
    display: block;
    margin: auto;
    background-color: var(--color-dark-gray);
    background-image: url("/assets/images/bg_noise02.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    transition: background-color 600ms ease;
}

.c-bg[data-bg=gray] .people-bg-text-item-bg {
    background-color: var(--color-light-gray);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.c-bg[data-bg=yellow] .people-bg-text-item-bg {
    background-color: var(--color-yellow);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.people-bg-text-item picture,
.people-bg-text-item img {
    position: relative;
    z-index: var(--zindex-front);
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(1) {
        top: 3rem;
        left: 41.1rem;
        width: 6.69rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(1) {
        top: 37rem;
        left: 19rem;
        width: 6.9rem;
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(1) .people-bg-text-item-bg {
        top: 1rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(-28deg);
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(1) .people-bg-text-item-bg {
        top: 1.5rem;
        left: -1.2rem;
        width: calc(100% + 3rem);
        height: 3rem;
        transform: rotate(40deg);
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(2) {
        top: 11rem;
        left: 80rem;
        width: 4.8rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(2) {
        top: 8.5rem;
        left: 22.5rem;
        width: 8.1rem;
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(2) .people-bg-text-item-bg {
        top: -0.3rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(25deg);
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(2) .people-bg-text-item-bg {
        top: 2.9rem;
        left: -1.5rem;
        width: calc(100% + 3rem);
        height: 3rem;
        transform: rotate(-48deg);
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(3) {
        top: 32rem;
        left: 21.5rem;
        width: 4.6rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(3) {
        top: 37.7rem;
        left: 81.5rem;
        width: 2.3rem;
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(3) .people-bg-text-item-bg {
        top: 1.2rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: 3rem;
        transform: rotate(-46deg);
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(3) .people-bg-text-item-bg {
        top: -1.5rem;
        left: 0;
        width: 3rem;
        height: calc(100% + 3rem);
        transform: rotate(7deg);
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(4) {
        top: 31.7rem;
        right: 18.3rem;
        width: 2.3rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(4) {
        top: 13.5rem;
        right: 12rem;
        width: 8.1rem;
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(4) .people-bg-text-item-bg {
        top: -1rem;
        left: 0;
        width: 3rem;
        height: calc(100% + 2rem);
        transform: rotate(-8deg);
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(4) .people-bg-text-item-bg {
        top: 0;
        left: -3px;
        width: calc(100% + 1rem);
        height: 3rem;
        transform: rotate(-7deg);
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(5) {
        top: 40.5rem;
        right: 0;
        width: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .people-bg-text-item:nth-of-type(5) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .people-bg-text-item:nth-of-type(5) .people-bg-text-item-bg {
        top: -1rem;
        left: -0.5rem;
        width: 3rem;
        height: calc(100% + 2rem);
        transform: rotate(9deg);
    }
}

@keyframes people-slider {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.people-slide {
    display: inline-flex;
    animation-name: people-slider;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.people-slide:nth-of-type(1) {
    animation-direction: reverse;
}

.people-slide+.people-slide {
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .faq {
        margin-top: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .faq {
        margin-top: 3.2rem;
    }
}

.faq-banner {
    -webkit-clip-path: inset(0 100% 0 0 round 1rem);
    clip-path: inset(0 100% 0 0 round 1rem);
    background-color: var(--color-white);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

@media screen and (min-width: 768px) {
    .faq-banner {
        height: 16.8rem;
    }
}

.c-anime-group.is-visible .faq-banner,
.c-anime-group.is-animated .faq-banner,
.faq-banner.is-visible,
.faq-banner.is-animated {
    -webkit-clip-path: inset(0 0% 0 0 round 1rem);
    clip-path: inset(0 0% 0 0 round 1rem);
}

.c-anime-group.is-animated .faq-banner,
.faq-banner.is-animated {
    transition: -webkit-clip-path 1200ms var(--ease-amuse);
    transition: clip-path 1200ms var(--ease-amuse);
    transition: clip-path 1200ms var(--ease-amuse), -webkit-clip-path 1200ms var(--ease-amuse);
}

.faq-banner a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

@media screen and (min-width: 768px) {
    .faq-banner a {
        justify-content: space-between;
        padding: 0 3.3rem 0 4.8rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner a {
        flex-direction: column;
        row-gap: 5.4rem;
        padding: 8.8rem 0 6.4rem;
    }
}

.faq-banner-heading {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .faq-banner-heading {
        flex-direction: column;
    }
}

.faq-banner-heading-en {
    font-family: var(--font-family-josefin);
}

@media screen and (min-width: 768px) {
    .faq-banner-heading-en {
        font-size: 5.6rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-heading-en {
        font-size: 8rem;
        line-height: var(--leading-none);
    }
}

@media screen and (min-width: 768px) {
    .faq-banner-heading-en .is-cormorant {
        font-size: 6.5rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-heading-en .is-cormorant {
        font-size: 9.2rem;
    }
}

.faq-banner-heading-jp {
    font-weight: var(--font-weight-bold);
}

@media screen and (min-width: 768px) {
    .faq-banner-heading-jp {
        padding-top: 0.2em;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-heading-jp {
        padding-top: 0.1em;
        font-size: 3rem;
        line-height: var(--leading-none);
    }
}

@media screen and (min-width: 768px) {
    .faq-banner-desc {
        flex-grow: 1;
        font-size: 1.5rem;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-desc {
        font-size: 2.6rem;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .faq-banner-btn {
        width: 7.2rem;
        height: 7.2rem;
        margin-left: 3.2rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-btn {
        width: 9.6rem;
        height: 9.6rem;
    }
}

.faq-banner-btn i {
    display: block;
}

@media screen and (min-width: 768px) {
    .faq-banner-btn i {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-banner-btn i {
        width: 3rem;
        height: 3rem;
    }
}

.opening {
    position: fixed;
    top: 0;
    z-index: var(--zindex-modal);
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

.opening-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-yellow);
    background-image: url("/assets/images/bg_noise01.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.opening-comment {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.opening-comment-item {
    position: absolute;
    top: 0;
    opacity: 0;
    transform: scale(1.1);
    transform-origin: center center;
}

@media screen and (min-width: 768px) {
    .opening-comment-item.is-vl {
        width: 12rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item.is-vl {
        width: 19rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item.is-hl {
        width: 62rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item.is-hl {
        width: 40rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(1) {
        top: calc(50% - 7rem);
        left: 41.5rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(1) {
        top: calc(50% - 26rem);
        left: 28rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(2) {
        top: calc(50% - 20.5rem);
        left: 27.5rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(2) {
        top: calc(50% - 40rem);
        left: 3.5rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(3) {
        top: calc(50% - 5rem);
        left: 109rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(3) {
        top: calc(50% + 10rem);
        left: 47rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(4) {
        top: calc(50% + 9.5rem);
        right: 76rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(4) {
        top: calc(50% + 11.5rem);
        left: 5.5rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(5) {
        top: calc(50% - 25rem);
        left: 97rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(5) {
        top: calc(50% - 48rem);
        left: 55rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(6) {
        top: calc(50% - 18rem);
        right: 34rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(6) {
        top: calc(50% - 23rem);
        left: 14rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(7) {
        top: calc(50% + 9rem);
        left: 66.5rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(7) {
        top: calc(50% + 36rem);
        left: 17.5rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(8) {
        top: calc(50% - 31rem);
        left: 82.5rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(8) {
        top: calc(50% - 52rem);
        left: 24rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(9) {
        top: calc(50% + 5rem);
        left: 48rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(9) {
        top: calc(50% + 13rem);
        right: -9rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(10) {
        top: calc(50% - 28rem);
        left: 42rem;
    }
}

@media screen and (max-width: 767px) {
    .opening-comment-item:nth-of-type(10) {
        top: calc(50% + 44rem);
        left: 7rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(11) {
        top: calc(50% - 11rem);
        right: 12rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(12) {
        top: calc(50% + 20rem);
        right: 9.5rem;
    }
}

@media screen and (min-width: 768px) {
    .opening-comment-item:nth-of-type(13) {
        top: calc(50% - 28.5rem);
        left: 14.5rem;
    }
}