/*---------------
recruit
---------------*/

.message {
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.message__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 120px 0;
}

.message__bg-text {
    writing-mode: vertical-rl;
    font-size: 70px;
    color: var(--color-main);
    letter-spacing: 0.1em;
    line-height: 1;
    opacity: 0.2;
}

.message__content {
    flex: 1;
    padding-left: 80px;
}

.message__subtitle {
    display: block;
    font-size: 16px;
    color: var(--color-main);
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

.message__title {
    font-size: 36px;
    color: #333333;
    margin: 0 0 40px 0;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.5;
}

.message__body {
    display: flex;
    flex-direction: column;
}

.message__description {
    order: 1;
    font-size: 18px;
    color: #666666;
    line-height: 2;
    margin-bottom: 40px;
}

.message__description p {
    margin: 0;
}

.message__sign-off {
    order: 2;
}

.message__role {
    display: block;
    font-size: 16px;
    color: var(--color-main);
    margin-bottom: 8px;
}

.message__name {
    font-size: 28px;
    color: #333333;
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: baseline;
}

.message__name-en {
    font-size: 16px;
    color: var(--color-main);
    margin-left: 16px;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .message {
        padding: 40px 20px 84px;
    }

    .message__inner {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 40px 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .message__bg-text {
        display: none;
    }

    .message__content {
        padding-left: 0;
    }

    .message__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .message__description {
        order: 2;
        font-size: 16px;
        margin-bottom: 0;
    }

    .message__sign-off {
        order: 1;
        margin-bottom: 24px;
    }

    .message__name {
        font-size: 20px;
        gap: 15px;
    }

    .message__name-en {
        margin-left: 0;
    }

    .sp-only {
        display: block;
    }
}


.recruit-point-section {
    display: flex;
    width: 100%;
    background-color: #F8F8F8;
    overflow: hidden;
}

.recruit-point-visual {
    width: 50%;
    position: relative;
}

.recruit-point-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recruit-point-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.8) 60%, rgba(248, 248, 248, 1) 100%);
}

.recruit-point-title-block {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 20px;
    z-index: 2;
}

.recruit-point-en {
    display: block;
    font-size: 18px;
    color: var(--color-main);
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.recruit-point-jp {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0;
}

.recruit-point-content {
    width: 50%;
    padding: 100px 10% 100px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    z-index: 1;
}

.recruit-point-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.recruit-point-icon {
    width: 50px;
    flex-shrink: 0;
}

.recruit-point-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.recruit-point-text {
    flex: 1;
}

.recruit-point-item-title {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.recruit-point-item-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .recruit-point-section {
        flex-direction: column;
    }

    .recruit-point-visual {
        width: 100%;
        height: 400px;
    }

    .recruit-point-gradient {
        background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.7) 60%, rgba(248, 248, 248, 1) 100%);
    }

    .recruit-point-title-block {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        transform: none;
        padding: 0 20px;
    }
    .recruit-point-en {
        margin-bottom: 4px;
    }
    .recruit-point-jp {
        font-size: 36px;
    }

    .recruit-point-content {
        width: 100%;
        padding: 40px 20px 60px;
        gap: 40px;
    }

    .recruit-point-item {
        gap: 16px;
    }

    .recruit-point-icon {
        width: 40px;
    }

    .recruit-point-item-title {
        font-size: 18px;
    }
}

.offer-section {
    background-color: var(--color-bg);
    padding: 100px 20px;
}

.offer-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.offer-header {
    margin-bottom: 40px;
}

.offer-en {
    display: block;
    font-size: 14px;
    color: var(--color-main);
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}

.offer-jp {
    font-size: 32px;
    color: var(--color-dark);
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.offer-tabs-wrapper {
    margin-bottom: 60px;
    border-bottom: 1px solid var(--color-main);
}

.offer-tabs {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.offer-tab a {
    display: block;
    padding: 0 0 16px 0;
    font-size: 15px;
    color: var(--color-main);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.offer-tab a:hover {
    opacity: 0.7;
}

.offer-tab.is-active a {
    color: #CCCCCC;
    pointer-events: none;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.offer-card {
    background-color: var(--color-white);
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.offer-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.offer-badge {
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 16px;
    white-space: nowrap;
}

.offer-title {
    font-size: 22px;
    color: var(--color-dark);
    font-weight: bold;
    margin: 0;
}

.offer-card-desc {
    font-size: 18px;
    color: var(--color-dark);
    line-height: 1.8;
    margin-bottom: 40px;
}

.offer-card-desc p {
    margin: 0;
}

.offer-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
}

.offer-detail-box {
    display: flex;
    flex-direction: column;
}

.offer-detail-title {
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-dark);
    font-weight: bold;
    margin: 0 0 12px 0;
}

.offer-detail-text {
    font-size: 18px;
    color: var(--color-dark);
    line-height: 1.8;
    margin: 0;
}
.offer-detail-text span {
    font-weight: bold;
    margin: 3px 0;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .offer-section {
        padding: 60px 0 40px;
    }
    .offer-inner {
        max-width: 100%;
        margin: 0 0 0 20px;
    }

    .offer-jp {
        font-size: 28px;
    }
    .offer-tabs-wrapper {
        margin-bottom: 40px;
        border-bottom: 2px solid var(--color-main);
    }
    .offer-tabs {
        gap: 40px;
    }

    .offer-tab a {
        font-size: 14px;
    }

    .offer-list {
        gap: 30px;
    }

    .offer-card {
        padding: 30px 20px;
        margin-right: 20px;
    }

    .offer-card-header {
        align-items: flex-start;
        gap: 12px;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }

    .offer-title {
        font-size: 18px;
    }

    .offer-card-desc {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .offer-details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .offer-detail-title {
        margin: 0 0 4px 0;
    }
}

.benefit-section {
    background-color: #FFFFFF;
    padding: 100px 20px;
}

.benefit-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-header {
    margin-bottom: 40px;
}

.benefit-en {
    display: block;
    font-size: 14px;
    color: var(--color-main);
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}

.benefit-jp {
    font-size: 32px;
    color: var(--color-dark);
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.benefit-desc {
    font-size: 18px;
    color: var(--color-dark);
    margin-bottom: 40px;
}

.benefit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: var(--color-dark);
    line-height: 1.6;
}

.benefit-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #A69260;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .benefit-section {
        padding: 24px 20px;
    }

    .benefit-jp {
        font-size: 28px;
    }
    .benefit-desc {
        margin-bottom: 24px;
    }

    .benefit-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.recruit-flow {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
    padding: 100px 20px;
}

.recruit-flow-inner {
    max-width: 800px;
    margin: 0 auto;
}

.recruit-flow-header {
    margin-bottom: 60px;
}

.flow-en {
    display: block;
    font-size: 14px;
    color: var(--color-main);
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}

.flow-jp {
    font-size: 32px;
    color: var(--color-dark);
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.recruit-flow-list {
    display: flex;
    flex-direction: column;
}

.flow-item {
    position: relative;
    padding-left: 18px;
    padding-top: 60px;
    margin-bottom: 40px;
}

.flow-item:last-child {
    margin-bottom: 0;
}

.flow-num-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 160px;
    background: linear-gradient(to bottom, #A69260 0%, #A69260 60px, rgba(166, 146, 96, 0) 100%);
    z-index: 1;
}

.flow-num {
    display: block;
    color: var(--color-white);
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
}

.flow-content {
    position: relative;
    z-index: 2;
    background-color: var(--color-white);
    padding: 24px;
}

.flow-title {
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 700;
    margin: 0 0 28px 0;
    letter-spacing: -0.05em;
}

.flow-desc {
    font-size: 18px;
    color: var(--color-dark);
    line-height: 1.8;
    margin: 0;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
    .recruit-flow {
        padding: 60px 20px 0;
    }

    .recruit-flow-header {
        margin-bottom: 40px;
    }

    .flow-jp {
        font-size: 28px;
    }

    .flow-item {
        padding-left: 20px;
        padding-top: 60px;
        margin-bottom: 40px;
    }

    .flow-num-box {
        width: 50px;
        height: 120px;
        background: linear-gradient(to bottom, #A69260 0%, #A69260 50px, rgba(166, 146, 96, 0) 100%);
    }

    .flow-num {
        font-size: 18px;
        line-height: 50px;
    }

    .flow-content {
        padding: 24px;
    }

    .flow-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

