html {
    scroll-padding-top: 0!important;
}

.menu-section {
    border-top: 1px solid #d7d7d7;
}

.lead {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .lead {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead {
        padding: 0 120px;
    }
}

.lead__container {
    width: 100%;
    padding: 64px 0;
}

@media screen and (min-width: 801px) {
    .lead__container {
        padding: 12.778vw 0 5.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead__container {
        padding: 184px 0 80px;
    }
}

.lead__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .lead__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
    }
}

.lead__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 801px) {
    .lead__title-wrap {
        width: fit-content;
        gap: 1.389vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead__title-wrap {
        gap: 20px;
    }
}

.lead__title {
    color: #251e1c;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .lead__title {
        font-size: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead__title {
        font-size: 40px;
    }
}

.lead__title-text {
    color: #251e1c;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 801px) {
    .lead__title-text {
        font-size: 0.8333vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead__title-text {
        font-size: 12px;
    }
}

.lead__text {
    width: 100%;
    color: #251e1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .lead__text {
        font-size: 1.111vw;
        width: 29.583vw;
    }
}

@media screen and (min-width: 1440px) {
    .lead__text {
        font-size: 16px;
        width: 426px;
    }
}


.image-section,
.image-section--first,
.image-section--second {
    width: fit-content;
    height: 255px;
    display: flex;
    gap: 24px;
}

.image-section--second {
    margin-top: 8px;
}

@media screen and (min-width: 801px) {
    .image-section {
        height: 25vw;
        gap: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .image-section {
        height: 25vw;
        gap: 24px;
        justify-content: center;
    }
}

.image-section__image {
    width: 255px;
    height: 255px;
    object-fit: cover;
}

@media screen and (min-width: 801px) {
    .image-section__image {
        width: 25vw;
        height: 25vw;
    }
}

@media screen and (min-width: 1440px) {
    .image-section__image {
        width: 25vw;
        height: 25vw;
    }
}

.image-section__image img {
    border-radius: 10px;
}


.message {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .message {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message {
        padding: 0 120px;
    }
}

.message__container {
    width: 100%;
    padding: 148px 0 84px;
}

@media screen and (min-width: 801px) {
    .message__container {
        padding: 12.778vw 0;
    }
}

@media screen and (min-width: 1440px) {
    .message__container {
        padding: 184px 0;
    }
}

.message__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .message__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: unset;
    }
}

.message__title {
    font-family: 'Roboto', serif;
    font-feature-settings: 'palt' on;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    margin-top: 24px;
}

.message__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

@media screen and (min-width: 801px) {
    .message__title {
        font-size: 4.444vw;
        margin-top: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title {
        font-size: 64px;
        margin-top: 40px;
    }
}

.message__title-text {
    color: #251e1c;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin-top: 20px;
}

@media screen and (min-width: 801px) {
    .message__title-text {
        font-size: 0.8333vw;
        margin-top: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title-text {
        font-size: 12px;
        margin-top: 24px;
    }
}

.message__text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .message__text-wrap {
        width: 57.5%;
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text-wrap {
        width: 57.5%;
        gap: 40px;
    }
}

.message__text-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .message__text-title {
        font-size: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text-title {
        font-size: 24px;
    }
}

.message__text {
    width: 100%;
    color: #251e1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .message__text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text {
        font-size: 16px;
    }
}


.work-style {
    width: 100%;
    background-color: #1a1a1a;
    padding: 0 16px;;
}

@media screen and (min-width: 801px) {
    .work-style {
        padding: 0;
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style {
        padding: 0;
        padding: 0 120px;
    }
}

.work-style__container {
    width: 100%;

    padding: 128px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media screen and (min-width: 801px) {
    .work-style__container {
        padding: 12.778vw 0;
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__container {
        padding: 183px 0;
    }
}

.work-style__menu {
    width: 100%;
    position: relative;
}

@media screen and (min-width: 801px) {
    .work-style__menu {
        width: 23.611vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__menu {
        width: 340px;
    }
}

.work-style__menu-title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .work-style__menu-title-wrap {
        gap: 2.778vw;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__menu-title-wrap {
        gap: 40px;
    }
}

.work-style .subtitle {
    color: white;
}

.work-style .subtitle::before {
    background-color: white;
}

.work-style__menu-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

.work-style__menu-title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

@media screen and (min-width: 801px) {
    .work-style__menu-title {
        font-size: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__menu-title {
        font-size: 64px;
    }
}

.work-style__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 104px;
}

@media screen and (min-width: 801px) {
    .work-style__main {
        width: 57.5%;
        gap: 7.222vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__main {
        width: 57.5%;
        gap: 104px;
    }
}


.work-style__benefits {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .work-style__benefits {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits {
        gap: 40px;
    }
}

.work-style__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #666;
}

@media screen and (min-width: 801px) {
    .work-style__title-wrap {
        flex-direction: row;
        align-items: center;
        gap: 1.667vw;
        padding-bottom: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__title-wrap {
        gap: 24px;
        padding-bottom: 16px;
    }
}

.work-style__title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .work-style__title {
        font-size: 1.944vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__title {
        font-size: 28px;
    }
}

.work-style__title-text {
    color: #a4a4a4;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .work-style__title-text {
        font-size: 0.8333vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__title-text {
        font-size: 12px;
    }
}

.work-style__benefits-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-content {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-content {
        gap: 40px;
    }
}

.work-style__benefits-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-section {
        gap: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-section {
        gap: 24px;
    }
}

.work-style__benefits-section-title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-section-title {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-section-title {
        font-size: 16px;
    }
}

.work-style__benefits-box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-box {
        padding: 2.222vw;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-box {
        padding: 32px;
    }
}

.work-style__benefits-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-list {
        width: calc((100% - 32px)/2) ;
        gap: 0.417vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-list {
        gap: 6px;
    }
}

.work-style__benefits-list li {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
    padding-left: 14px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-list li {
        font-size: 1.111vw;
        padding-left: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-list li {
        font-size: 16px;
        padding-left: 16px;
    }
}

.work-style__benefits-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
}

@media screen and (min-width: 801px) {
    .work-style__benefits-list li::before {
        left: 0;
        top: 0.972vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__benefits-list li::before {
        left: 0;
        top: 14px;
    }
}


.work-style__challenge {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge {
        gap: 40px;
    }
}

.work-style__challenge-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-text-wrap {
        gap: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-text-wrap {
        gap: 8px;
    }
}

.work-style__challenge-text-title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-text-title {
        font-size: 1.389vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-text-title {
        font-size: 20px;
    }
}

.work-style__challenge-text {
    color: white;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-text {
        font-size: 16px;
    }
}

.work-style__challenge-box {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-box {
        gap: 2.222vw;
        padding: 2.778vw 2.222vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-box {
        gap: 32px;
        padding: 40px 32px;
    }
}

.work-style__challenge-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-text-wrap {
        gap: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-text-wrap {
        gap: 8px;
    }
}

.work-style__challenge-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-row {
        gap: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-row {
        gap: 8px;
    }
}



.work-style__challenge-row-title {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
    position: relative;
    padding-left: 24px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-row-title {
        font-size: 1.111vw;
        padding-left: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-row-title {
        font-size: 16px;
        padding-left: 24px;
    }
}

.work-style__challenge-row-title::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-row-title::before {
        left: 0.694vw;
        top: 0.972vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-row-title::before {
        left: 10px;
        top: 14px;
    }
}

.work-style__challenge-row-text {
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
    padding-left: 24px;
}

@media screen and (min-width: 801px) {
    .work-style__challenge-row-text {
        font-size: 0.972vw;
        padding-left: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .work-style__challenge-row-text {
        font-size: 14px;
        padding-left: 24px;
    }
}

.recruitment-details {
    width: 100%;
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .recruitment-details {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details {
        padding: 0 120px;
    }
}

.recruitment-details__container {
    width: 100%;
    padding: 128px 0;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__container {
        padding: 12.778vw 0;
        gap: 5.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__container {
        padding: 184px 0;
        gap: 80px;
    }
}

.recruitment-details__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__title-wrap {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__title-wrap {
        gap: 40px;
    }
}

.recruitment-details__title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
}

.recruitment-details__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

@media screen and (min-width: 801px) {
    .recruitment-details__title {
        font-size: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__title {
        font-size: 64px;
    }
}

.recruitment-details__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__main {
        gap: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__main {
        gap: 24px;
    }
}

.recruitment-details__item {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.recruitment-details__item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 24px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-header {
        padding: 2.778vw;
        cursor: pointer;
        transition: padding-left 0.3s ease;
    }

    .recruitment-details__item-header:hover {
        padding-left: 3.33vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-header {
        padding: 40px;
    }

    .recruitment-details__item-header:hover {
        padding-left: 48px;
    }
}


.recruitment-details__item-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;

    width: calc(100% - 50px);
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-text {
        font-size: 1.25vw;
        width: fit-content;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-text {
        font-size: 18px;
    }
}

.recruitment-details__item-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.recruitment-details__item-header:hover .recruitment-details__item-icon {
    background-color: #251e1c;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-icon {
        width: 4.306vw;
        height: 4.306vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-icon {
        width: 62px;
        height: 62px;
    }
}

.recruitment-details__item-icon svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.recruitment-details__item.active .recruitment-details__item-icon svg {
    transform: rotate(-45deg);
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-icon svg {
        width: 1.667vw;
        height: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-icon svg {
        width: 24px;
        height: 24px;
    }
}

.recruitment-details__item-icon svg path {
    stroke: black;
    transition: stroke 0.3s ease;
}

.recruitment-details__item-header:hover .recruitment-details__item-icon svg path {
    stroke: white;
}


.recruitment-details__item-main {
    display: none;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-bottom: 32px;
    border-top: 1px solid #d7d7d7;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main {
        width: 100%;
        padding: 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main {
        padding: 80px;
    }
}

.recruitment-details__item-main-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d7d7d7;
    padding: 24px 0;
    gap: 16px;
}

.recruitment-details__item-main-row:last-child {
    border-bottom: none;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main-row {
        flex-direction: row;
        padding: 2.778vw 0;
        gap: unset;
    }

    .recruitment-details__item-main-row:last-child {
        border-bottom: 1px solid #d7d7d7;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main-row {
        padding: 40px 0;
    }
}

.recruitment-details__item-main-name {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main-name {
        width: 25.38%;
        font-size: 1.11vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main-name {
        font-size: 16px;
    }
}

.recruitment-details__item-main-text {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
    padding: 0;
    padding-left: 0;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main-text {
        width: 74.62%;
        font-size: 1.111vw;
        padding-left: 2.222vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main-text {
        font-size: 16px;
        padding-left: 32px;
    }
}

.recruitment-details__item-main .button {
    font-weight: bold;
    margin-top: 16px;
    padding: 19.5px 151px 19.5px 24px;
} 

@media screen and (min-width: 801px) {
    .recruitment-details__item-main .button {
        margin-top: 5.556vw;
        padding: 1.25vw 9.583vw 1.25vw 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main .button {
        margin-top: 80px;
        padding: 18px 138px 18px 24px;
    }
}


.recruitment-details__item-main .button span {
    position: relative;
    padding-left: 24px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main .button span {
        padding-left: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main .button span {
        padding-left: 24px;
    }
}

.recruitment-details__item-main .button span::before {
    content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%229%22%20height%3D%229%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7%202H14V10%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 801px) {
    .recruitment-details__item-main .button span::before {
        width: 1.111vw;
        height: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .recruitment-details__item-main .button span::before {
        width: 16px;
        height: 16px;
    }
}

.entry {
    width: 100%;
    height: 466px;
    padding: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../images/recruit/entry-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 801px) {
    .entry {
        height: 33.056vw;
    }
}

.entry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: background-color 0.3s ease;
}

.entry:hover::before {
    background-color: rgba(0, 0, 0, 0.65);
}

.entry__content {
    width: 91.467%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    z-index: 0;
}

@media screen and (min-width: 801px) {
    .entry__content {
        width: 34.763vw;
        gap: 1.667vw
    }
}

@media screen and (min-width: 1440px) {
    .entry__content {
        width: 499px;
        gap: 24px;
    }
}

.entry__title {
    color: white;
    font-family: 'Roboto Serif', serif;
    font-style: italic;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .entry__title {
        font-size: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry__title {
        font-size: 64px;
        font-weight: 500;
        line-height: 1;
    }
}

.entry__text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: center;
}

@media screen and (min-width: 801px) {
    .entry__text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry__text {
        font-size: 16px;
    }
}

.entry__content .button {
    border: 1px solid #4d4d4d;
    padding: 28px 106px 28px 24px; 
}

@media screen and (min-width: 801px) {
    .entry__content .button {
        padding: 1.944vw 7.361vw 1.944vw 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry__content .button {
        padding: 28px 106px 28px 24px;
    }
}

.entry .button {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.entry:hover .button {
    background-color: white;
    color: #251e1c;
}

/* .entry .buttonの直接hoverは無効化 */
.entry .button:hover::after {
    transform: none;
}

.entry .button:hover::before {
    transform: none;
}

.entry .button:hover span {
    transform: none;
}

/* .entryにhoverした時は.buttonのhover効果を有効化 */
.entry:hover .button span {
    transform: translateX(40px);
}

.entry:hover .button::before {
    transform: translateX(48px);
}

.entry:hover .button::after {
    transform: translateX(40px);
}

@media screen and (min-width: 801px) {
    .entry:hover .button span {
        transform: translateX(2.778vw);
    }

    .entry:hover .button::before {
        transform: translateX(3.333vw);
    }

    .entry:hover .button::after {
        transform: translateX(2.778vw);
    }
}

@media screen and (min-width: 1440px) {
    .entry:hover .button span {
        transform: translateX(40px);
    }

    .entry:hover .button::before {
        transform: translateX(48px);
    }

    .entry:hover .button::after {
        transform: translateX(40px);
    }
}



.entry .button span {
    padding-left: 24px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .entry .button span {
        padding-left: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry .button span {
        padding-left: 24px;
    }
}

.entry .button span::before {
    content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%222%22%20y%3D%225%22%20width%3D%229%22%20height%3D%229%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M7%202H14V10%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
}

.entry:hover .button span::before {
    filter: invert(1);
}

@media screen and (min-width: 801px) {
    .entry .button span::before {
        width: 1.111vw;
        height: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry .button span::before {
        width: 16px;
        height: 16px;
    }
}

.entry .button::before {
    top: 28px;
}

.entry:hover .button::before {
    filter: invert(1);
}

@media screen and (min-width: 801px) {
    .entry .button::before {
        top: 1.944vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry .button::before {
        top: 28px;
    }
}

.entry .button::after {
    top: 38px;
}

@media screen and (min-width: 801px) {
    .entry .button::after {
        top: 2.639vw;
    }
}

@media screen and (min-width: 1440px) {
    .entry .button::after {
        top: 38px;
    }
}