.page.employee * {
    box-sizing: border-box;
}

.page.employee {
    background: none;
}

.page.employee #page {
    padding-top: 66px;
}

@media screen and (max-width: 768px) {
    .page.employee #page {
        padding-top: 5px;
    }
}

.page.employee .box {
    padding-top: 4rem;
}

@media screen and (max-width: 768px) {
    .page.employee .box {
        padding-top: 4rem;
    }
}


.btmBorder.long:after {
    width: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page.employee #page .page_inner {
    position: relative;
    min-height: 200px;
    background-color: #000;
}

.page.employee #page .page_inner img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.page.employee #page .img_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 3vw, 2.72rem);
}

.section_title {
    font-weight: bold;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 6.4vw, 1.6rem);
    text-align: center;
    margin-bottom: 4.8rem;
}

#career {
    margin-bottom: 2rem;
    margin-bottom: clamp(2rem, 4vw, 6rem);
}

.career_img {
    width: 90%;
    max-width: 1278px;
    display: block;
    margin: 0 auto 5rem;
}

.mWidth960 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.career_text {
    margin-bottom: 2em;
    line-height: 1.4;
    font-size: 1rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
    letter-spacing: .1px;
}

.employee #footer {
    margin-top: 0;
}

#voice {
    padding-bottom: 8.75rem;
}

.voiceBox {
    font-family: sans-serif;
}

.voiceBox:not(:last-child) {
    margin-bottom: 3.4rem;
}

.voiceHeader {
    border-bottom: 1.3px solid #DE3939;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}

.voice_position {
    width: 190px;
    background-color: #DE3939;
    display: inline-block;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: -1px;
    margin-right: 1em;
    padding: 6px 0;
}

.voice_position_inner {
    height: 100%;
    width: 89px;
    text-align-last: justify;
    display: block;
    margin: 0 auto;
}

.voice_position_inner.large {
    width: 143px;
}

.voice_name {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 4vw, 2rem);
    font-weight: bold;
    display: inline-block;
    margin-right: 1em;
}

.voice_name span {
    margin-left: .5em;
    font-size: 1rem;
    font-size: clamp(1rem, 2vw, 1.28rem);
    color: #656467;
}

.voice_hire_date {
    display: inline-flex;
    margin-left: auto;
    font-size: 1.125rem;
    font-weight: bold;
    color: #DE3939;
    align-items: end;
}

.voiceProfile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 872px;
    margin: 0 auto 2rem;
}

.voiceProfile_img {
    width: 35%;
    height: auto;
    max-width: 300px;
}

.voiceProfile_main {
    width: 65%;
    padding-left: 5%;
}

.voiceProfile_work {
    font-size: 1rem;
    font-size: clamp(1rem, 2vw, 1.28rem);
    font-weight: bold;
    color: #DE3939;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .4rem;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

.voiceProfile_work .left {
    min-width: 100px;
    min-width: fit-content;
}

.voiceProfile_oneDay {
    background-color: #DE3939;
    color: #FFF;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: .3em 1em;
    border-radius: 5.5px;
    display: inline-block;
    margin-bottom: 1em;
}

.voiceProfile_timeSchedule {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.65;
}

.voiceProfile_timeSchedule .time {
    min-width: 64px;
    border-right: 3.85px solid #DE3939;
    padding-right: 10px;
    margin-right: 15px;
    font-size: 0.92rem;
    color: #DE3939;
    font-weight: bold;
}

.voiceProfile_timeSchedule .content {
    font-size: 0.92rem;
    font-weight: bold;
}

.voiceProfile_timeSchedule:first-child .time::before,
.voiceProfile_timeSchedule:last-child .time::after,
.voiceProfile_timeSchedule:first-child .content::before,
.voiceProfile_timeSchedule:last-child .content::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
}

@media screen and (max-width: 768px) {
    .page.employee #page .page_inner img {
        display: none;
    }
    .voiceHeader {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.4rem;
    }

    .voice_position {
        margin: 0 0 1.4rem;
    }

    .voice_name {
        margin: 0 0 .5rem;
    }


    .voiceProfile {
        flex-direction: column;
        justify-content: center;
    }

    .voiceProfile_oneDay {
        display: block;
        max-width: 200px;
        text-align: center;
        margin: 0 auto 1em;
    }

    .voiceProfile_timeSchedules {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .voiceProfile_img {
        width: 100%;
        margin: 0 auto 2rem;
    }

    .voiceProfile_main {
        padding-left: 0;
        width: 100%;
    }

    .voiceProfile_work {
        justify-content: center;
        margin-bottom: 1rem;
    }
}

.voiceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.voiceItem {
    width: 32%;
    max-width: 300px;
    min-width: 260px;
    border: 1.28px solid #DE3939;
    padding: 1.25rem 1rem;
}

.voiceItem_title {
    color: #DE3939;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 3vw, 1.36rem);
    font-weight: bold;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}

.voiceItem_title::after {
    content: "";
    width: 48px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.voiceItem_content {
    font-size: 1.04rem;
    line-height: 1.7;
}

@media screen and (max-width: 900px) {
    .voiceList {
        justify-content: center;
    }

    .voiceItem {
        width: 100%;
        margin: 0 2% 2rem;
        max-width: 350px;
    }
}

#charm {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background: url(../img/recruit/looking_for_bg.svg) repeat left top;
}

.charm_container {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.charmList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 3rem;
}

.charmItem {
    width: 32%;
    max-width: 226px;
    font-size: 1.04rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.7;
    font-family: sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

.charmItem_image_box {
    margin-bottom: 2rem;
    height: 142px;
}

.charmItem_title {
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 3vw, 1.4375rem);
    margin-bottom: 1.2rem;
}

.welfareList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
}

.welfareItem {
    min-height: 66px;
    border: 1.2px solid #DC3939;
    width: 188px;
    padding: .25em 0;
    margin: 0 10px 20px;
    color: #DC3939;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 3vw, 1.2rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .charmList {
        justify-content: center;
    }

    .charmItem {
        width: 100%;
        margin: 0 2%;
        max-width: 350px;
    }

    .charmItem:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .welfareList {
        margin-bottom: 3rem;
    }
    .welfareItem {
        width: 48%;
        margin: 0 1% 4%;
        font-size: 1rem;
    }
}