@charset "utf-8";

/* ==========================================
働く仲間を知る
========================================== */

.interview-wrapper {
    padding: 14rem 0 0;
}

.interview-title01 {
    color: var(--c-secondary);
}

.interview-area {
    margin: 6rem 0 0;
}

.interview-card-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
}

.interview-card {
    display: block;
    padding: 4rem 0 0;
    position: relative;
}

.interview-card-img {
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
}

.interview-card-number-box {
    max-width: 10.5rem;
    width: 100%;
    height: 10.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF2ED;
    border: solid 0.3rem #EACABE;
    border-radius: 50%;
    color: var(--c-secondary);
    position: absolute;
    top: 0;
    right: 6rem;
    text-align: center;
    padding: 1rem;
}

.interview-card-number-text01 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1em;
}

.interview-card-number-text02 {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1em;
    margin: -0.3rem 0 0;    -0.3rem 0
}

.interview-card-title-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 95%;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 2.5rem;
}

.interview-card-title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.25em;
    background: #fff;
    padding: 1.5rem 1rem 2rem;
    margin: 0 0.4rem;
}

.interview-card-btn {
    max-width: 16.2rem;
    width: 100%;
    height: 16.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--c-primary);
    color: var(--c-white);
    text-align: center;
    padding: 1.5rem;
    position: absolute;
    right: 3.1rem;
    bottom: 7.4rem;
    transition: 0.5s;
}

.interview-card-btn-history {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.interview-card-btn-name {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.43em;
}

.interview-card-btn-click {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1em;
    color: #EDED5F;
    margin: 0.6rem 0 0;
}

.interview-card:hover .interview-card-btn {
    transform: translateY(-2rem);
}

.interview-decoration01 {
    max-width: 47.3rem;
    width: 100%;
    left: -7.5rem;
    bottom: 35rem;
}

.interview-decoration02 {
    max-width: 50.1rem;
    width: 100%;
    right: -17rem;
    bottom: -10.7rem;
}

/* ----- モーダル ----- */

.modal {
    display: none;
}

.modaal-container {
    max-width: 179rem;
    width: 100%;
    background: var(--c-white);
    border: solid 0.7rem #FDF4E6;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    padding: 14rem 0 19.5rem;
    position: relative;
}

.modaal-wrapper .modaal-close {
    background: var(--c-primary);
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 9999999999999;
}

.modaal-content {
    max-width: 129rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: auto;
}

.modaal-wrapper .modaal-close:hover {
    opacity: 0.65;
}

.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
    background: var(--c-white);
}

.modal-header-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
}

.modal-header {
    display: block;
    padding: 5rem 3.5rem 3.6rem;
    position: relative;
}

.modal-header-img {
    text-align: center;
}

.modal-header-number-box {
    max-width: 10.5rem;
    width: 100%;
    height: 10.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFF2ED;
    border: solid 0.3rem #EACABE;
    border-radius: 50%;
    color: var(--c-secondary);
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 1rem 1rem 1rem;
}

.modal-header-number-text01 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1em;
}

.modal-header-number-text02 {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1em;
    margin: -0.3rem 0 0;
}

.modal-header-title-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100%;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 5.9rem;
}

.modal-header-title {
    line-height: 1em;
    letter-spacing: 0.12em;
    background: #fff;
    padding: 2.3rem 1.7rem 2rem;
    margin: 0 0.6rem;
}

.modal-header-profile {
    max-width: 17.5rem;
    width: 100%;
    height: 17.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50%;
    background: var(--c-primary);
    color: var(--c-white);
    text-align: center;
    padding: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modal-header-profile-history {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.modal-header-profile-name {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.43em;
}


.modaal-content-container {
    padding: 0;
}

.modal-block {
    padding: 0 3.5rem;
    margin: 7rem auto 0;
}

.modal-block-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.46em;
    padding: 0 0 1.5rem;
    border-bottom: solid 0.1rem;
}

.modal-block-text {
    margin: 2.5rem 0 0;
}

.modal-block:nth-child(odd) .modal-block-title {
    color: var(--c-primary);
}

.modal-block:nth-child(even) .modal-block-title {
    color: var(--c-secondary);
}

.modal-close-btn {
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    margin: 5rem auto 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    働く仲間を知る
    ========================================== */

    .interview-decoration01 {
        max-width: 29.5rem;
        left: -4rem;
        bottom: 20rem;
    }
    
    .interview-decoration02 {
        max-width: 28rem;
        right: -9rem;
        bottom: -5.3rem;
    }

    .interview-card-block {
        gap: 2rem;
    }
    
    .interview-card {
        padding: 3rem 0 0;
    }
    
    .interview-card-number-box {
        max-width: 8rem;
        height: 8rem;
        right: 4rem;
    }
    
    .interview-card-title-box {
        left: 1.5rem;
    }
    
    .interview-card-btn {
        max-width: 14rem;
        height: 14rem;
        right: 1rem;
        bottom: 5rem;
    }

    .interview-card-number-text01 {
        font-size: 1.5rem;
    }
    
    .interview-card-number-text02 {
        font-size: 4.2rem;
    }
    
    .interview-card-title {
        font-size: 2.2rem;
    }
    
    .interview-card-btn-history {
        font-size: 1.4rem;
    }
    
    .interview-card-btn-name {
        font-size: 2.6rem;
    }
    
    .interview-card-btn-click {
        font-size: 2.2rem;
        margin: 0.2rem 0 0;
    }

    /* ----- モーダル ----- */

    .modaal-container {
        padding: 8rem 0 10rem;
    }
    
    .modal-header {
        padding: 3rem 2.5rem 3rem;
    }
    
    .modal-header-number-box {
        max-width: 8rem;
        height: 8rem;
    }
    
    .modal-header-title-box {
        right: 4rem;
    }
    
    .modal-header-profile {
        max-width: 14rem;
        height: 14rem;
        right: 2rem;
    }
    
    .modal-header-number-text01 {
        font-size: 1.5rem;
    }
    
    .modal-header-number-text02 {
        font-size: 4.2rem;
    }
    
    .modal-header-profile-history {
        font-size: 1.4rem;
    }
    
    .modal-header-profile-name {
        font-size: 2.6rem;
    }

    .modal-block {
        padding: 0 2.5rem;
        margin: 5rem auto 0;
    }

    .modal-block-title {
        font-size: 2.4rem;
    }

    .modal-close-btn {
        margin: 3rem auto 0;
    }
    
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    働く仲間を知る
    ========================================== */

    .interview-card-block {
        max-width: 600px;
        width: 100%;
        grid-template-columns: repeat(1,1fr);
        margin: 0 auto;
    }

    .interview-card-img {
        height: 50rem;
    }

    /* ----- モーダル ----- */

    .modal-header {
        padding: 4em 0 0;
    }
    
    .modal-header-profile {
        max-width: 100%;
        height: auto;
        border-radius: 0.5rem;
        position: static;
        margin: 1.5rem auto 0;
    }

    .modal-header-title-box {
        right: 0.5rem;
    }

    .modal-header-title {
        padding: 1rem;
        margin: 0 0.2rem;
    }

    .modal-header-img {
        height: 45rem;
    }
    
    .modal-block {
        padding: 0;
    }

    .modal-header-title-box {
        writing-mode: unset;
        position: static;
        margin: 2rem 0 0;
    }
	
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    /* ==========================================
    働く仲間を知る
    ========================================== */

    /* ----- モーダル ----- */

    .modal-header-img {
        height: 35rem;
    }

    .modal-header-title {
        font-size: 1.8rem;
    }

    .modal-block-title {
        font-size: 2rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */