/* アニメーション制御 */
.bg--left.showup-from-left {
    animation: showupFromLeft ease-out 1.5s;
}

@keyframes showupFromLeft {
    0% {
        opacity: 0;
        left: 45%;
    }

    100% {
        opacity: 1;
        left: 50%;
    }
}

.bg--right.showup-from-right {
    animation: showupFromRight ease-out 1.5s;
}

@keyframes showupFromRight {
    0% {
        opacity: 0;
        left: 55%;
    }

    100% {
        opacity: 1;
        left: 50%;
    }
}

.top {
    margin-top: -64px;
}

.top-content-fv-text-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.12em;
    color: #2E2E2E;
    margin-bottom: 12px;
}

.top-content-fv-text-description {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #2E2E2E;
    margin-bottom: 12px;
}

.top-content-fv-text-sns {
    display: flex;
    gap: 10px;
}

.top-content-fv-text-sns-link {
    transition: opacity .3s;
}

.top-content-fv-text-sns-link:hover {
    opacity: .7;
}

.top-content-fv-asirai-text-wrapper {
    transform: rotate(90deg);
    position: absolute;
    top: 156px;
    right: -32px;
}

.top-content-fv-asirai-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    position: relative;
}

.top-content-fv-asirai-text::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 11px;
    right: -112px;
    animation: scroll-down 1.5s infinite;
}

@keyframes scroll-down {
    0% {
        width: 100px;
    }

    60% {
        width: 0%;
    }

    100% {
        width: 0%;
    }
}

@keyframes showup_text {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn_left {
    0% {
        opacity: 0;
        right: 202px;
    }

    100% {
        opacity: 1;
        right: 102px;
    }
}

@keyframes fadeIn_right {
    0% {
        opacity: 0;
        left: -12px;
    }

    100% {
        opacity: 1;
        left: -112px;
    }
}


@keyframes fadeIn_center {
    0% {
        opacity: 0;
        right: 100px;
    }

    100% {
        opacity: 1;
        right: 0px;
    }
}

.top-content-fv-wrapper {
    position: relative;
    overflow: hidden;
    height: 538px;
}

.top-content-fv-sp {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-53%);
}

.top-content-fv-sp_img {
    width: 571px;
    height: auto;
}

.top-content-fv-sp_left,
.top-content-fv-sp_right,
.top-content-fv-sp_kv {
    position: absolute;
}

.top-content-fv-sp_left {
    width: 195.03px;
    height: 118.73px;
    right: 102px;
    top: 92px;
    animation: fadeIn_left 3.5s;
}

.top-content-fv-sp_right {
    width: 334px;
    height: 225px;
    left: -112px;
    top: 277px;
    animation: fadeIn_right 6.5s;
}

.top-content-fv-sp_kv {
    height: 521.31px;
    top: -56px;
    right: 0;
    width: 500px;
    transform: translateX(50%);
    object-fit: contain;
    animation: fadeIn_center 5s;
}

.top-content-fv-asirai-sp {
    position: absolute;
    top: 64px;
    left: 0;
}

.top-content-fv-text {
    position: relative;
    padding: 0 16px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -136px;
    animation: showup_text 2.5s;
}

.asirai-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 60px;
    color: transparent;
    line-height: 100%;
    letter-spacing: 0.04em;
    -webkit-text-stroke: 1px #F9BF11;
    overflow: hidden;
}

.maintitle-top {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #F9BF11;
    margin-bottom: 6px;
}

.maintitle-main {
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #2E2E2E;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #F9BF11 0%, #F87700 100%);
    border-image-slice: 1;
    padding-bottom: 8px;
}

.top-content-mission-wrapper {
    position: relative;
    overflow: hidden;
}

.top-content-mission-asirai-image {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-54%);
    z-index: -1;
}

.top-content-mission-asirai-title {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-bottom: 24px;
    margin-top: 100px;
}

.top-content-mission-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}


.top-content-mission-title-subtitle {
    margin: 20px 0;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.04em;
    background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.top-content-mission-title-description {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 20px;
}

.top-content-mission-button {
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.top-content-mission-asirai-image-left {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-184%);
    width: 130.67px;
    height: 168.19px;
    z-index: -1;
}

.top-content-mission-asirai-image-right {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(129%);
    width: 91.88px;
    height: 146.49px;
    z-index: -1;
}

.top-content-message-asirai-title {
    text-align: right;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 11px;
    margin-top: 100px;
    margin-left: 5px;
}

.top-content-message-title {
    padding-left: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.top-content-message-image {
    overflow: hidden;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    margin-top: -10px;
}

.top-content-message_img {
    width: 100%;
}

.top-content-message-description {
    max-width: 500px;
    margin: -80px auto;
    padding: 0 16px;
    margin-bottom: 20px;
}

.top-content-message-description-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #2E2E2E;
    margin-bottom: 8px;
}

.top-content-message-description-text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #2E2E2E;
}

.top-content-business-asirai-title {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 120px;
}

.top-content-business-title {
    padding-left: 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.top-content-business-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.top-content-business_img {
    width: 634px;
}

.top-content-business-image {
    position: absolute;
    top: 95px;
    right: 0;
    transform: translateX(46%);
}

.top-content-business-description {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 280px;
    margin-bottom: 20px;
}

.top-content-business-description-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #2E2E2E;
    margin-bottom: 8px;
}

.top-content-business-description-text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #2E2E2E;
}

.top-content-business {
    padding-bottom: 75px;
}

.top-content-button {
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.top-content-workstyle {
    padding-top: 90px;
    overflow: hidden;
}

.top-content-workstyle-wrapper {
    position: relative;
    background: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 120px;
}

.top-content-workstyle-image {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-43%);
}

.top-content-workstyle-asirai-title {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.top-content-workstyle-title {
    padding: 0 16px;
    margin: 30px auto 32px;
    width: 100%;
    max-width: 500px;
}

.top-content-workstyle-description {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 16px;
    margin-bottom: 32px;
}

.top-content-workstyle-description-text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: #2E2E2E;
}

.top-content-workstyle-ex {
    padding: 0 16px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.top-content-workstyle-ex-item {
    margin-bottom: 40px;
}

/* .top-content-workstyle-ex_img {
    width: 100%;
} */

.top-content-workstyle-ex-num {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 88px;
    line-height: 100%;
    color: #F9BF11;
    margin-bottom: 8px;
}

.top-content-workstyle-ex-num.-four {
    letter-spacing: -0.05em;
}

/* .top-content-workstyle-ex-image {
    margin-top: -5px;
    margin-bottom: 12px;
} */

.top-content-workstyle-ex-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #2E2E2E;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}

.top-content-workstyle-ex-description {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #2E2E2E;
    letter-spacing: 0.04em;
}

.top-content-recruit-wrapper {
    position: relative;
    overflow: hidden;
    padding: 160px 16px 226px;
    max-width: 532px;
    margin: 0 auto;
}

.top-content-recruit-image-top {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(16%);
}

.top-content-recruit-image-mid {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(28%);
}

.top-content-recruit-image-bottom {
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translateX(-128.5%);
}

.top-content-recruit-title {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
}

.top-recruit-button {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 10;
}

.top-recruit-button + .top-recruit-button {
    margin-top: 22px;
}

.recruit-btn {
    display: block;
    max-width: 500px;
    width: 100%;
    height: 146px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 100%;
    padding: 16px;
    cursor: pointer;
    transition: color .3s;
    background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
    color: #2E2E2E;
}

.recruit-btn-title {
    line-height: 100%;
    font-weight: 700;
    font-size: 24px;
    height: 24px;
}

.recruit-btn-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin: 12px 0;
}

.recruit-btn-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.recruit-btn-text {
    font-weight: 700;
    font-size: 16px;
    margin-right: 12px;
}

.only-hover {
    display: none;
}

.recruit-btn:hover .not-hover {
    display: none;
}

.recruit-btn:hover .only-hover {
    display: block;
    animation: changeArrowColor .6s linear;
}

.recruit-btn:hover {
    color: #FFFFFF;
}

@keyframes changeArrowColor {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.top-content-recruit-asirai-title {
    font-size: 92px;
    position: absolute;
    top: 538px;
    left: 50%;
    transform: translateX(-50%);
}

.top-content-interview {
    padding-bottom: 106px;
}

.top-content-interview-title {
    padding: 0 16px;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 532px;
}

.top-content-interview-content {
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 532px;
    margin-bottom: 40px;
}

.top-content-interview .top-content-button {
    position: relative;
}


.top-content-interview-asirai-title {
    margin: 0 auto;
    width: 100%;
    font-size: 68px;
    margin-bottom: -42px;
    margin-top: -10px;
    text-align: center;
    margin-left: -6px;
}

.top-content-voice {
    padding-top: 0;
}

.top-content-voice-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
}

.top-content-voice-image {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-43%);
}

.top-content-voice-image-mid {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(28%);
}

.top-content-voice-asirai-title {
    text-align: right;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-bottom: 24px;
    margin-top: 100px;
}

.top-content-voice-title {
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: center;
}

.top-content-voice-button {
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.site-btn {
    height: 60px;
}

@media screen and (min-width: 1024px) {
    .top {
        margin-top: -92px;
    }

    .top-content-fv-wrapper {
        height: 1025px;
    }

    @keyframes fadeIn_left {
        0% {
            opacity: 0;
            right: 112px;
        }

        100% {
            opacity: 1;
            right: 212px;
        }
    }

    @keyframes fadeIn_right {
        0% {
            opacity: 0;
            left: 182px;
        }

        100% {
            opacity: 1;
            left: 82px;
        }
    }


    @keyframes fadeIn_center {
        0% {
            opacity: 0;
            right: -92px;
        }

        100% {
            opacity: 1;
            right: -192px;
        }
    }

    .top-content-fv-image {
        position: absolute;
        top: 92px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-content-fv-sp_left {
        width: 501px;
        height: 305px;
        right: 212px;
        top: 128px;
    }

    .top-content-fv-sp_right {
        width: 623px;
        height: 381px;
        left: 90px;
        top: 552px;
    }

    .top-content-fv-sp_kv {
        top: -305px;
        right: -192px;
        width: 1339px;
        height: 1339.14px;
    }

    .top-content-fv-image_img {
        display: block;
        width: 1920px;
    }

    .top-content-fv {
        height: 1025px;
    }

    .top-content-fv-text {
        position: relative;
        width: 100%;
        max-width: 1518px;
        margin: 0 auto;
        position: relative;
        padding: 0;
        margin-top: -619px;
    }

    .top-content-fv-text-title {
        font-size: 44px;
        margin-left: 80px;
        line-height: 140%;
        margin-bottom: 16px;
    }

    .top-content-fv-text-description {
        font-weight: 500;
        font-size: 20px;
        margin-left: 80px;
    }

    .top-content-fv-text-sns {
        margin-left: 80px;
    }

    .asirai-title {
        font-size: 126px;
    }

    .maintitle-top {
        font-size: 16px;
    }

    .maintitle-main {
        font-size: 28px;
    }

    .top-content-fv-asirai-text-wrapper {
        top: 391px;
        right: -20px;
    }

    .top-content-fv-asirai-text {
        font-size: 14px;
    }

    .top-content-fv-asirai-text::after {
        height: 2px;
    }

    .top-content-mission-asirai-title {
        margin: 0;
        text-align: left;
        width: 100%;
        max-width: none;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .top-content-mission-title {
        max-width: none;
        margin: 0;
        text-align: center;
        margin-top: -28px;
    }

    .top-content-mission-title-subtitle {
        margin: 40px 0 40px;
        font-size: 36px;
        letter-spacing: 0.04em;
    }

    .top-content-mission-title-description {
        margin-bottom: 40px;
    }

    .top-content-mission-button {
        max-width: 343px;
        margin-bottom: 160px;
    }

    .top-content-mission-asirai-image-left {
        position: absolute;
        top: 226px;
        left: 50%;
        transform: translateX(-193%);
        width: auto;
        height: auto;
    }

    .top-content-mission-asirai-image-right {
        position: absolute;
        top: 96px;
        left: 50%;
        transform: translateX(129%);
        width: auto;
        height: auto;
    }

    .top-content-message-asirai-title {
        text-align: right;
        width: 100%;
        max-width: none;
        margin: 0;
        margin-bottom: 41px;
        margin-left: 11px;
    }

    .top-content-message-pc_img {
        width: 663px;
    }

    .top-content-message-flex {
        display: flex;
        max-width: 1440px;
        margin: 0 auto;
    }

    .top-content-message-image-pc {
        margin-top: -123px;
    }

    .top-content-message-title-wrapper {
        margin-left: -17px;
    }

    .top-content-message-title {
        padding-left: 0;
        margin: 0;
        width: 100%;
        max-width: 636px;
    }

    .top-content-message-description {
        max-width: 636px;
        margin: 0;
        padding: 0;
        margin-bottom: 60px;
        margin-top: 60px;
        padding-right: 16px;
    }

    .top-content-message-description-title {
        font-size: 24px;
        line-height: 180%;
    }

    .top-content-business-description-title {
        font-size: 24px;
        line-height: 180%;
    }

    .top-content-message-title-wrapper .top-content-button {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 343px;
        position: relative;
        z-index: 10;
    }

    .top-content-message-wrapper {
        position: relative;
        overflow: hidden;
    }

    .top-content-message-asirai {
        position: absolute;
        top: 487px;
        left: 50%;
        transform: translateX(64%);
        z-index: -1;
    }

    .top-content-business {
        padding-bottom: 8px;
    }

    .top-content-business-wrapper {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }

    .top-content-business-flex {
        display: flex;
        justify-content: flex-end;
        gap: 64px;
        max-width: 1260px;
        margin: -49px auto 0;
        position: relative;
        translate: 90px 0;
    }

    .top-content-business-image-pc {
        margin-top: -107px;
    }

    .top-content-business-pc_img {
        width: 658px;
    }

    .top-content-business-asirai-title {
        max-width: 640px;
        margin: 0 auto;
        margin-top: 43px;
        translate: 162px 0;
    }

    .top-content-business-title {
        padding-left: 16px;
        margin: 0;
        width: 100%;
        max-width: 556px;
    }

    .top-content-business-description {
        max-width: 556px;
        margin: 0;
        padding: 0;
        padding-left: 16px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .top-content-business-wrapper .top-content-button {
        padding: 0;
        margin: 0;
        padding-left: 16px;
        width: 100%;
        max-width: 343px;
        position: relative;
        z-index: 10;
    }

    .top-content-business-asirai-pc {
        position: absolute;
        right: -19%;
        bottom: 115px;
    }

    .top-content-workstyle {
        padding-bottom: 49px;
        overflow: hidden;
    }

    .top-content-workstyle-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .top-content-workstyle-image-top-left {
        position: absolute;
        top: -90px;
        left: 50%;
        transform: translateX(-228%);
    }

    .top-content-workstyle-asirai-title-wrapper {
        position: absolute;
        z-index: 10;
        top: 586px;
        left: 50%;
        transform: translateX(-116%);
    }

    .top-content-workstyle-asirai-title {
        transform: rotate(90deg);
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .top-content-workstyle-title {
        padding: 0;
        margin: 0 auto 60px;
        width: 100%;
        max-width: 800px;
    }

    .top-content-workstyle-description {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 60px;
        position: relative;
    }

    .top-content-workstyle-image-top-right {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(128.5%);
    }

    .top-content-workstyle-image-mid {
        position: absolute;
        top: 528px;
        left: 50%;
        transform: translateX(128.5%);
    }

    .top-content-workstyle-ex {
        padding: 0;
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .top-content-workstyle-ex-item {
        margin-bottom: 60px;
    }

    .top-content-workstyle-ex-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .top-content-workstyle-ex-right-top {
        max-width: 620px;
    }

    .top-content-workstyle-ex-image {
        width: 314px;
        margin: 0;
    }

    .top-content-workstyle-ex-num {
        font-size: 126px;
        margin-bottom: 0px;
    }

    .top-content-workstyle-ex-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .top-content-workstyle .top-content-button {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        position: relative;
    }

    .top-content-workstyle-image-bottom {
        position: absolute;
        bottom: -169px;
        left: 50%;
        transform: translateX(28.5%);
    }

    .top-content-recruit-wrapper {
        padding: 30px 0 269px;
        max-width: initial;
    }

    .top-content-recruit-title {
        margin: 0 auto 60px;
        width: 100%;
        max-width: 800px;
    }

    .top-recruit-buttons {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .top-recruit-buttons .top-recruit-button {
        margin: 0;
        width: 100%;
        max-width: 389px;
    }

    .top-content-recruit-asirai-title {
        font-size: 196px;
        position: absolute;
        top: 254px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-content-recruit-image-left {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-228%);
    }

    .top-content-recruit-image-right {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(129%);
    }

    .top-content-interview {
        padding-bottom: 0;
    }

    .top-content-interview-title {
        padding: 0 16px;
        margin: 0 auto 60px;
        width: 100%;
        max-width: 1112px;
    }

    .top-content-interview-content {
        max-width: 1112px;
        margin-bottom: 60px;
    }

    .top-content-interview .top-content-button {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        position: relative;
        z-index: 10;
    }

    .top-content-interview-asirai-title {
        margin: 0 auto;
        width: 100%;
        max-width: 1131px;
        font-size: 196px;
        margin-bottom: -42px;
        margin-top: -60px;
    }

    .top-content-voice {
        padding-top: 90px;
        padding-bottom: 49px;
        overflow: hidden;
    }

    .top-content-voice-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .top-content-voice-asirai-title {
        margin: 0;
        text-align: right;
        width: 100%;
        max-width: none;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .top-content-voice-title {
        max-width: none;
        margin: 0;
        text-align: center;
        margin-top: -28px;
    }

    .top-content-voice-button {
        max-width: 343px;
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .top-content-voice-image-top-left {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-228%);
    }

    .top-content-voice-image-right {
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(129%);
    }
}
