/* ーーーーー 代表挨拶 ーーーーー */

.ci_message-sec {
    padding: var(--g-sec--lg) 0;
    margin-bottom: 4rem;
    position: relative;
}

@media (min-width: 600px) {
    .ci_message-sec {
        margin-bottom: var(--g-sec--md);
    }
}

.ci_sec-bg-img {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.ci-title {
    margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
    .ci-title {
        margin-bottom: var(--g-sec--sm);
    }
}

.ci_message-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.ci_message-title h3 {
    display: inline-block;
    padding: .25rem 1.25rem;
    background: #333;
    color: var(--c-light);
    font-size: 1rem;
    font-weight: var(--fw-lg);
}

@media (min-width: 768px) {
    .ci_message-title {
        margin-bottom: var(--g-sec--sm);
    }

    .ci_message-title h3 {
        font-size: 1.25rem;
    }
}

.ci_message-all {
    display: flex;
    justify-content: center;
}

.ci_message-block {
    line-height: var(--lh-xl);
    margin-bottom: 1.25rem;
}

@media (min-width: 600px) {
    .ci_message-block {
        margin-bottom: 1.5rem;
    }
}

.ci_message-ceo-name {
    text-align: right;
}


/* ーーーーー 代表について ーーーーー */


.ci_ceo-sec {
    margin-bottom: var(--g-sec--md);
}

.ci_ceo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

@media (min-width: 768px) {
    .ci_ceo-block {
        flex-direction: unset;
        align-items: unset;
        gap: clamp(1.5rem, 3.8vw, 5rem);
    }
}

.ci_ceo-img {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 24.375rem;
    height: 32.5rem;
}

.ci_ceo-img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.ci_ceo-img img:last-of-type {
    opacity: 0;
    transition: all .4s;
}

.ci_ceo-img:hover img {
    opacity: 1;
}

.ci_ceo-title {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    font-size: 1rem;
    font-weight: var(--fw-lg);
    margin-bottom: 2.5rem;
}

.ci_ceo-name {
    position: relative;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.ci_ceo-name::before {
    content: attr(data-text)"";
    font-size: .75rem;
}

.ci_ceo-textblock h3 {
    font-size: 1.25rem;
    font-weight: var(--fw-lg);
    margin-bottom: 2rem;
    text-align: center;
}

.ci_ceo-text {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .ci_ceo-textblock h3 {
        margin-bottom: 1rem;
        text-align: left;
    }

    .ci_ceo-text {
        line-height: var(--lh-xl);
        margin-bottom: 2.5rem;
    }
}

.ci_ceo-profile {
    font-weight: var(--fw-lg);
    padding-bottom: .25rem;
    margin-bottom: .75rem;
    border-bottom: solid 1px #333;
}


/*ーーーーー 採用情報ページ遷移バナー ーーーーー*/


.ci_recruit-banner {
    position: relative;
    padding: var(--g-sec--lg) 0 0;
}

.ci_recruit-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: rgba(253, 251, 248, 0.6);
    z-index: -1;
}

.ci_recruit-bg {
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    outline: solid 2px var(--c-light);
    outline-offset: -.5rem;
}

@media (min-width: 600px) {
    .ci_recruit-bg {
        outline: solid 4px var(--c-light);
        outline-offset: -2rem;
    }
}

.ci_recruit-title {
    text-align: center;
    color: var(--c-light);
    -webkit-text-stroke: 3px var(--c-dark);
    text-stroke: 3px var(--c-dark);
    text-shadow: 1px 2px var(--c-dark) !important;
    paint-order: stroke;
    margin-bottom: 2rem;
}

.ci_recruit-text {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: var(--fw-lg);
}

@media (min-width: 600px) {
    .ci_recruit-title {
        margin-bottom: 2.5rem;
    }

    .ci_recruit-text {
        margin-bottom: 2.5rem;
    }
}

.ci_recruit-btn {
    text-align: center;
}

.ci_recruit-bg-text {
    padding-left: 1.25rem;
    padding-bottom: .25rem;
    width: 100vw;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw);
    font-size: 5rem;
    font-weight: var(--fw-xl) !important;
    font-family: var(--ff-en);
    line-height: 1;
    -webkit-text-stroke: 2px var(--c-light);
    text-stroke: 2px var(--c-light);
    paint-order: stroke;
    color: transparent;
}

@media (min-width: 600px) {
    .ci_recruit-bg-text {
        padding-left: 2.75rem;
        padding-bottom: 1.5rem;
        font-size: 7.5rem;
    }
}