@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

#recruit figure.img-radius img {
    overflow: hidden;
    border-radius: 20px;
}

#recruit figure.img-radius10 img {
    overflow: hidden;
    border-radius: 10px;
}

#recruit figure.img-radius0 img {
    border-radius: 0;
}

#recruit figure.max-w856 {
    max-width: 856px;
    margin-bottom: 24px;
}

/* voice */
#recruit.member-list .profile-box {
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #001A70;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    position: relative;
}

#recruit.member-list .profile-box::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0055B8 50%, #00A0DF 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

#recruit.member-list .profile-box:hover::after {
    opacity: 0;
}

#recruit.member-list .profile-box:hover {
    text-decoration: none;
}

#recruit.member-list .profile-box figure {
    width: 50%;
    z-index: 1;
}

#recruit.member-list .profile-box figure img {
    border-radius: 0;
}

#recruit.member-list .profile-box .text-box {
    padding: 3px 8px 3px 16px;
    width: 50%;
    box-sizing: border-box;
    z-index: 1;
}

#recruit.member-list .profile-box .text-box .name {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    padding-right: 28px;
    box-sizing: border-box;
}

#recruit.member-list .profile-box .text-box .name::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/recruit/img/arrow-white.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#recruit.member-list .profile-box .text-box .list-circle {
    margin-top: 0;
}

#recruit.member-list .profile-box .text-box .list-circle li {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

#recruit.member-list .profile-box .text-box .list-circle li::before {
    width: 4px;
    height: 4px;
    top: 8px;
    background: #F2CD00;
}

/* message */
#recruit .ttl-lead {
    font-size: clamp(20px, 1.5625vw + 8px, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 24px;
}

#recruit.message .message-area p+p,
#recruit.message .message-area ul+p {
    margin-top: 16px;
}

#recruit.message .sign {
    max-width: 170px;
    margin-left: auto;
    margin-top: 24px;
}

#recruit.message .sign p {
    margin-bottom: 8px;
}

/* business */
#recruit.business .col-2 {
    gap: 50px 4%;
}

#recruit.business .col-2>*:nth-child(n + 3) {
    margin-top: 0;
}

#recruit.business .col-2.center {
    gap: 24px 4%;
    align-items: center;
}

#recruit.business .col-2.center>*:last-child {
    color: #0055B8;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

/* recruit */
#recruit.recruit [class*="list-circle"]>li {
    margin-top: 0;
}

#recruit.recruit [class*="list-circle"]>li::before {
    top: 10px
}



/* welfare */
.welfare section+section,
.welfare section+.section {
    margin-top: 40px;
}

.section+.section .welfare-lead {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.welfare-box {
    display: flex;
    padding: 40px 32px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
}

.welfare-box .ttl h2 {
    max-width: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.05em;
}

.welfare-box .ttl h2 img {
    max-width: 120px;
}

.welfare-box .text {
    width: calc((100% - 32px) - 310px);
    margin-left: 46px;
}

.welfare-box .text .dot-list {
    position: relative;
}

.welfare-box .text .dot-list:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #AFBCC5;
    position: absolute;
    left: -46px;
    top: 0;
}

.welfare-box .text .dot-list li .dot {
    color: #17254C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
}

.welfare-box .text .dot-list li .dot::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0055B8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.welfare-box .text .dot-list li .dot+p {
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 30px;
}

/*faq */
.faq .faq-list li+li {
    margin-top: 24px;
}

.faq .toggle-set {
    border-radius: 4px;
}

.faq .toggle-btn {
    font-size: clamp(16px, 0.7813vw + 10px, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    border-top: none;
}

.faq .toggle-btn>span {
    padding: 5px 40px 5px 16px;
}

.faq .box-toggle.open>.toggle-box {
    border: 1px solid #E4E7EA;
    border-top: none;
    padding: 16px;
}

.faq .box-toggle.open>.toggle-box .text-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(16px, 0.7813vw + 10px, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.faq .box-toggle.open>.toggle-box .text-box>p:first-child {
    color: #17254C;
    /* font-size: clamp(20px, 1.5625vw + 8px, 24px); */
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

/* entry-area */
.entry-area {
    display: flex;
    padding: 56px 0 64px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
}

.profile-list+.entry-area {
    margin-top: 0;
}

.entry-area .entry-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
    color: #fff;
}

.entry-area .entry-box h2.ttl {
    color: #fff;
    text-align: center;
    font-family: Dosis;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.entry-area .entry-box p {
    font-weight: 500;
}

.entry-area .entry-box .text {
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
}

.entry-area .entry-box h3.ttl {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}

.entry-area .entry-box .entry-btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.entry-area .entry-box .entry-btn-list .item {
    max-width: 172px;
}

.entry-area .entry-box .entry-btn-list .item a {
    display: block;
    background-color: #fff;
    transition: all 0.3s ease;
}

.entry-area .entry-box .entry-btn-list .item a:hover {
    opacity: 0.8;
}

.entry-area .entry-box .entry-btn-list [class*="link-btn"] a[target="_blank"] span {
    color: #17254C;
}

.entry-area .entry-box .entry-btn-list [class*="link-btn"] a[target="_blank"]::before {
    background: url(/shared/img/icon-blank.svg) no-repeat;
    background-size: contain;
}

.entry-area .entry-box .entry-btn-list [class*="link-btn"] a[target="_blank"]:hover span {
    color: #fff;
}

.entry-area .entry-box .entry-btn-list [class*="link-btn"] a[target="_blank"]:hover::before {
    background: url(/shared/img/icon-blank_white.svg) no-repeat;
    background-size: contain;
}

#recruit.career.list table.table-default {
    width: 100%;
}

#recruit.career.list table.table-default thead th:first-child {
    width: 50%;
}

#recruit.career.list table.table-default thead th:nth-child(2),
#recruit.career.list table.table-default thead th:nth-child(3) {
    width: 25%;
}

/* #recruit.career.list table.table-default tr td:nth-child(3) {
    text-align: center !important;
} */

#recruit.recruit-message .recruit-message-ttl,
#recruit.fresh.story.system .system-ttl,
#recruit.fresh.story.system .other-story .ttl {
    font-size: clamp(20px, 1.5625vw + 8px, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 16px;
}

#recruit.fresh.vision .color-box {
    text-align: center;
}

#recruit.fresh.vision .color-box .vision-list li {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 20px;
}

#recruit.fresh.vision .color-box .vision-list li span {
    display: block;
    color: var(--keyColor);
    font-size: 21px;
    margin-bottom: 6px;
}

#recruit.fresh.story .color-box {
    border-radius: 100px;
    box-sizing: border-box;
    padding: 15px 16px;
    margin-top: 16px;
}

#recruit.fresh.story .color-box .profile {
    display: flex;
    gap: 16px;
    align-items: center;
}

#recruit.fresh.story .color-box .profile figure {
    max-width: 120px;
}

#recruit.fresh.story .color-box .profile .text .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin-bottom: 0;
}

#recruit.fresh.story .color-box .profile .text .list-circle li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    position: relative;
    margin-top: 0;
}

#recruit.fresh.story .color-box .profile .text .list-circle {
    margin-top: 0;
}

#recruit.fresh.story .color-box .profile .text .list-circle li+li {
    margin-top: 0;
}

#recruit.fresh.story .color-box .profile .text .list-circle li::before {
    width: 4px;
    height: 4px;
    top: 16px;
    background: #F2CD00;
}

#recruit.fresh.story .other-story {
    background: var(--ncd_bg_grd, linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%));
    text-align: center;
    padding: 64px 0;
}

#recruit.fresh.story.other-story .ttl {
    color: #000;
}

#recruit.fresh.story .other-story+.entry-area {
    margin-top: 0;
}

#recruit.fresh.story .other-story .other-story-btn {
    margin-top: 32px;
}

#recruit.fresh.other-story .other-story .other-story-btn .link-btn02,
#recruit.fresh.story .other-story .other-story-btn a {
    max-width: 512px;
    width: 100%;
}

#recruit.career .related-link {
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    padding: 50px;
    box-sizing: border-box;
}

#recruit.career .related-link .box-link {
    margin: 64px auto;
}

#recruit.career .related-link .box-link [class*="col-"] {
    justify-content: center;
}

#recruit.career .related-link .ttl {
    color: #000;
    text-align: center;
    font-size: clamp(20px, 1.5625vw + 8px, 24px);
    font-weight: 500;
    line-height: 160%;
}

#recruit.career .related-link img {
    scale: 1.1;
}

#recruit.career .related-link+.entry-area {
    margin-top: 0;
}

.related-link .box-link li a[target="_blank"] .text span::before {
    background: url(/shared/img/icon-blank_white.svg) no-repeat center center;
    width: 20px;
    height: 20px;
}

#recruit.career .entry-area .link-btn02 {
    margin-top: 24px;
    min-width: 200px;
}

#recruit.career .entry-area .link-btn02 a,
#recruit.faq .entry-area .link-btn02 a {
    background-color: #fff;
}




#recruit.career.referral .merit-item .merit-head {
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    box-sizing: border-box;
    margin-bottom: 18px;
}

#recruit.career.referral .merit-item .merit-head .merit-number-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #0055B8;
}

#recruit.career.referral .merit-item .merit-head .merit-number-box img {
    width: 100%;
    height: 100%;
}

#recruit.career.referral .merit-item .merit-head .merit-number-box .merit {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

#recruit.career.referral .merit-item .merit-head .merit-number-box .number {
    font-family: Dosis;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

#recruit.career.referral .merit-item .merit-head .merit-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

#recruit.career .related-profile {
    display: flex;
    align-items: center;
    max-width: 512px;
    border-radius: 8px;
    overflow: hidden;
}

#recruit.career .related-link .slider-box {
    max-width: 492px !important;
    margin: 32px auto 0;
}

#recruit.career .related-link .slider-box .slick-slider {
    padding: 0;
}


#recruit.career .related-link .slick-slider .slider-item .slider-link {
    min-height: 158px;
    border-radius: 8px;
    overflow: hidden;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .name {
    display: inline-block;
    position: relative;
    padding-right: 28px;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .slider-textBox {
    align-items: flex-start;
}

#recruit.career.list table.table-default .sp-inline-block {
    display: none;
}

#recruit.career .related-link .slick-slider .slider-item .slider-link .name::after {
    content: '';
    transition: all .3s;
    background: url(/shared/img/btn-arw-g.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    /* top: calc(50% - 10px); */
    right: 0px;
    z-index: 2;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:979px) {

    /* voice */
    #recruit.member-list .profile-box figure {
        width: 40%;
        height: 158px;
    }

    #recruit.member-list .profile-box figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #recruit.member-list .profile-box .text-box {
        width: 60%;
    }

    #recruit.member-list .col-2>*:nth-child(n + 2) {
        margin-top: 32px;
    }

    #recruit.career .related-link {
        padding: 30px 0;
    }

    #recruit.career .related-link .box-link {
        margin: 0;
    }

    #recruit.career.referral .merit-item .merit-head .merit-text {
        font-size: 2.4rem;
    }

    #recruit.career.referral .merit-item .merit-head .merit-number-box img {
        width: 70px;
        height: 70px;
    }

    #recruit.career.referral .merit-item .merit-head .merit-text {
        width: calc(100% - 86px);
    }

    /*welfare-box */
    .welfare-box {
        display: block;
        padding: 28px 16px;
    }

    .welfare-box .ttl h2 {
        text-align: center;
        max-width: inherit;
        width: 100%;
        font-size: 20px;
    }

    .welfare-box .text {
        width: 100%;
        margin-left: 0;
        padding-top: 16px;
    }

    .welfare-box .text .dot-list {
        padding-top: 16px;
    }

    .welfare-box .text .dot-list:before {
        content: '';
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
    }

    .welfare-box .text .dot-list li .dot+p {
        margin-bottom: 20px;
    }

    /* entry-area */
    .entry-area .entry-box .entry-btn-list {
        max-width: 172px;
        flex-direction: column;
    }

    #recruit.career.list table.table-default thead th:first-child,
    #recruit.career.list table.table-default thead th:nth-child(2),
    #recruit.career.list table.table-default thead th:nth-child(3) {
        display: none;
    }

    #recruit.career.list table.table-default thead th,
    #recruit.career.list table.table-default tbody th,
    #recruit.career.list table.table-default tbody td {
        display: block;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 16px;
    }

    #recruit.career.list table.table-default,
    #recruit.career.list table.table-default tbody td {
        border: none;
    }

    #recruit.career.list table.table-default tbody td:first-child {
        background: #E4E7EA;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        border-top: 1px solid #CAD2D7;
        border-bottom: 1px solid #CAD2D7;
    }

    #recruit.career.list table.table-default tbody td:last-child {
        padding: 0 16px 40px 16px;
        text-align: left !important;
    }

    #recruit.career.list table.table-default .sp-inline-block {
        display: inline-block;
    }

    #recruit.career.list table.table-default tbody td:last-child .mT5 {
        margin-top: 0 !important;
    }



    #recruit.career .related-link .slider-box {
        max-width: 100% !important;
        width: 100% !important;
    }

    #recruit.career .related-link .slick-slider .slider-item .slider-link {
        display: flex;
        padding: 0;
    }

    #recruit.career .related-link .slick-slider .slider-item .slider-link .slider-img {
        height: 158px;
        width: 158%;
        overflow: hidden;
        margin: 0;
    }

    #recruit.career .related-link .slick-slider .slider-item .slider-link img {
        height: 158px;
        object-fit: cover;
        object-position: center;
    }

    #recruit.career .related-link .slick-slider .slider-item .slider-link .slider-textBox {
        padding: 0 16px 0 0;
        width: inherit;
    }
}