#recruit section+section:not(.entry-area),
#recruit section+.section {
    margin-top: 40px;
}

#recruit section+section.profile-list {
    margin-top: 80px;
}

.profile-box {
    margin-bottom: 80px;
}

.textEmphasis+.profile-box {
    margin-top: 30px;
}

.profile-box .profile-col {
    display: flex;
}

.profile-box .profile-col .text-box {
    position: relative;
}

.profile-box .profile-col .text-box .text {
    position: absolute;
    top: 0;
    left: 0;
}

.profile-box .profile-col .text-box .text .sub-ttl {
    font-family: Dosis;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}

.profile-box .profile-col .text-box .text .lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.profile-box .profile-col .text-box .text .lead>span {
    color: #fff;
    font-size: clamp(20px, calc(20px + 3.9063vw - 30px), 30px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(32px, calc(32px + 5.0781vw - 39px), 45px);
    display: inline;
    padding: 4px 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
}

.profile-box .profile-col .img-box {
    position: relative;
}

.profile-box .profile-col .img-box .name-box {
    position: absolute;
    margin-left: -70px;
    top: 72%;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    max-width: 380px;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
}

.profile-box .profile-col .img-box .name-box span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%
}

#recruit [class*="col-"] img {
    border-radius: 10px;
    overflow: hidden;
}

#recruit .schedule-inner {
    max-width: 762px;
    margin: 0 auto;
}

#recruit .schedule-flow .item {
    position: relative;
    padding-left: 36px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#recruit .schedule-flow .item::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #CFB400 0%, #F2CD00 100%);
}

#recruit .schedule-flow .item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 7px;
    width: 1px;
    background-color: #0055B8;
}

#recruit .schedule-flow .item .box {
    display: flex;
    padding: 16px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 2px solid #0055B8;
    box-sizing: border-box;
}

#recruit .schedule-flow .item .box .ttl {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #0055B8;
}

#recruit .schedule-holiday {
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    padding: 0 32px 32px;
    box-sizing: border-box;
    margin-top: 40px;
}

#recruit .schedule-holiday .ttl {
    display: flex;
    align-items: flex-end;
    color: #0055B8;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    position: relative;
    padding-left: 18px;
    height: 46px;
    margin-bottom: 20px;
}

#recruit .schedule-holiday .ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 46px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(0deg, #0055B8 2.86%, #00A0DF 100%);
}

/* career */
.career-members-lead {
    color: #17254C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 40px;
}

.career.members .name-box .list-circle {
    margin-top: 0;
}

.career.members .name-box .list-circle>li {
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%
}

.career.members .name-box .list-circle>li::before {
    width: 4px;
    height: 4px;
    top: 13px;
    background: #F2CD00;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:979px) {
    #recruit #contents {
        margin-top: 30px;
    }

    .profile-box .profile-col {
        display: block;
    }

    .profile-box .profile-col .text-box {
        max-width: 320px;
        margin-bottom: 25px;
    }

    .profile-box .profile-col .text-box .text {
        top: 20px;
        /* top: inherit;
        bottom: 0; */
    }

    #recruit section+section:not(.entry-area),
    #recruit section+.section {
        margin-top: 40px;
    }

    .profile-box {
        margin-bottom: 40px;
    }

    .profile-box .profile-col .text-box .text .sub-ttl {
        margin-bottom: 25px;
    }

    .profile-box .profile-col .text-box .text .lead {
        gap: 4px;
    }

    .profile-box .profile-col .text-box .text .lead>span {
        font-size: 17px;
        letter-spacing: 0;
        padding: 4px 10px;
    }

    .profile-box .profile-col .text-box .img {
        position: relative;
    }

    .profile-box .profile-col .img-box {
        position: relative;
    }

    .profile-box .profile-col .img-box .name-box {
        position: relative;
        margin-top: -80px;
        margin-left: 0;
        line-height: 150%;
        max-width: 320px;
        padding: 15px 40px;
    }

    .profile-box .profile-col .img-box .name-box span {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.02em;
    }

    .profile-box .profile-col .img-box figure {
        margin-left: clamp(40px, 28.436vw - 178.3886px, 100px);
    }

    #recruit .profile-list {
        padding: 64px 0;
        gap: 24px;
    }

    #recruit .profile-list .ttl {
        font-size: 20px;
        margin-bottom: 16px;
    }

    #recruit .profile-list .contentsInner {
        padding: 0;
    }

    /* Slider */
    .slick-slider {
        padding: 0 42px;
    }

    .slick-slider .slider-item .slider-link {
        display: block;
        padding: 20px 16px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .slick-slider .slider-item .slider-link .slider-img {
        max-width: 148px;
        margin: 30px auto 0;
    }

    .slick-slider .slider-item .slider-link .slider-textBox {
        width: 100%;
        padding: 8px 0 20px;
    }

    .slick-slider .slider-item .slider-link .slider-textBox .name {
        text-align: center;
        font-size: 16px;
    }

    .slick-slider .slider-item .slider-link .slider-textBox .name::after {
        content: none;
    }

    .slick-slider .p-slider01__arrow {
        width: 30px;
        height: 30px;
    }

    .career.members .name-box .list-circle>li {
        font-size: 13px;
    }
}