@charset "utf-8";

.sp {
        display: none;
}

#recruit-fresh .fresh-title-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-image: url(../../images/recruit_fresh.png);
        background-size: 100% auto;
        background-position: center center;
        margin: 4rem auto;
}

#recruit-fresh .fresh-title-box h2 {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.15);
        font-size: 3rem;
        letter-spacing: 0.5rem;
        color: #fff;
}

.swiper-title-box {
        max-width: calc(calc(1200px + 6%) + 6%);
        padding-left: 3%;
        padding-right: 3%;
        margin: 10rem auto 0;
        display: flex;
        justify-content: center;
}

.fresh-title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.2rem;
        font-weight: normal;
        text-align: center;
}

.fresh-title::before,
.fresh-title::after {
        content: '';
        width: 70px;
        height: 2px;
        background-color: #e5001b;
}

.fresh-title::before {
        margin-right: 20px;
}

.fresh-title::after {
        margin-left: 20px;
}

#recruit-fresh .content {
        width: 100%;
        height: auto;
        overflow: hidden;
}

#recruit-fresh .content .recruit-box {
        max-width: calc(calc(1200px + 6%) + 6%);
        padding-left: 3%;
        padding-right: 3%;
        height: auto;
        overflow: hidden;
        margin: 3rem auto;
}

.top-container {
        max-width: calc(calc(1200px + 6%) + 6%);
        padding-left: 3%;
        padding-right: 3%;
        margin: 0 auto;
}

.recruit-title h3 {
        text-align: center;
        font-weight: normal;
        margin: 2rem auto;
}

.work-box {
        margin-top: 8rem;
        margin-bottom: 8rem;
}

.work-title {
        width: max-content;
        padding: 1.5rem 3rem;
        background-color: #e5001b;
        position: absolute;
        top: -28%;
        left: -35px;
        color: #ffffff;
        font-size: 1.9rem;
}

.work-img-box {
        width: 30%;
}

.work-img {
        width: 100%;
}

.work-bgc {
        padding: 4rem 3rem;
        padding-bottom: 1rem;
        background-color: #f7f7f7;
}

.work-flex {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
}

.work-text {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 2% 4% 2% 6%;
        text-align: justify;
        letter-spacing: 0.1em;
        font-size: 1.7rem;
}

.work-list {
        display: flex;
        align-items: center;
        margin-top: 5%;
}

.work-list2 {
        display: flex;
        align-items: center;
        margin-top: 4%;
}

.work-list-title {
        display: block;
        padding: 0.7rem 2rem;
        margin-right: 3rem;
        color: #ffffff;
        background-color: #00a63c;
}

.work-list-title2 {
        display: block;
        padding: 0.7rem 2rem;
        margin-right: 3rem;
        color: #ffffff;
        background-color: #9b9b9b;
}

.work-btn {
        width: max-content;
        margin: 0 0 0 auto;
}

.work-link-btn {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: max-content;
        padding: 10px 40px;
        color: #313131;
        background-color: #dadada;
        border-radius: 3px;
        transition: 0.3s ease-in-out;
        text-decoration: none;
}

.work-link-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 2rem;
        font-size: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: right 0.3s;
        width: 6px;
        height: 6px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: translateY(-50%) rotate(45deg);
}

.work-link-btn:hover {
        background: #313131;
        color: #ffffff;
}

.work-link-btn:hover::after {
        right: 1.4rem;
}

.entry-btn-wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 5rem auto;
}

.entry-btn {
        width: 30%;
        margin-top: 1%;
        cursor: pointer;
        text-align: center;
}

.entry-link {
        display: inline-block;
        width: 100%;
        padding: 3rem;
        outline: none;
        border: 2px solid #e5001b;
        background-color: #ffffff;
        color: #ffffff;
        position: relative;
        letter-spacing: 1px;
}

.entry-link::before {
        content: '新卒エントリー';
        /*Button's value/text-content */
        position: absolute;
        top: -10%;
        left: -2%;
        background-color: #e5001b;
        width: 100%;
        height: 100%;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s ease-in-out;
        font-weight: bold;
        font-size: 3rem;
}

.entry-link:hover::before {
        top: 0;
        left: 0;
}

.mynavi-box {
        width: 30%;
        display: flex;
        align-items: center;
}

.mynavi {
        height: auto;
}

.mynavi p {
        margin-top: 0.5rem;
}

.mynavi .mynavi-link {
        display: inline-block;
        text-decoration: none;
        text-align: center;
}

.mynavi-img {
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.mynavi-img:hover {
        transform: scale(1.02);
        transition: .3s;
}

.mynavi-img img {
        width: 100%;
        vertical-align: top;
}

#recruit-fresh .content .recruit-content {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 4rem;
}

#recruit-fresh .content .recruit-content dl,
#recruit-fresh .content .recruit-content dt,
#recruit-fresh .content .recruit-content dd {
        list-style: none;
        line-height: 3.5rem;
}

#recruit-fresh .content .main-list {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        border: solid 1px #acacac;
}

#recruit-fresh .content .main-list .list-item {
        width: 100%;
        height: auto;
        overflow: hidden;
}

#recruit-fresh .content .main-list .list-item.even {
        background-color: #ededed;
}

#recruit-fresh .content .main-list .list-item>dt {
        display: block;
        width: 20%;
        height: auto;
        overflow: hidden;
        float: left;
        font-weight: bold;
        padding: 2rem;
}

#recruit-fresh .content .main-list .list-item>dd {
        display: block;
        width: 80%;
        height: auto;
        overflow: hidden;
        float: left;
        border-left: solid 1px #acacac;
        padding: 2rem;
}

#recruit-fresh .content .sub-list>dt {
        font-weight: bold;
        display: list-item;
        list-style: square;
        list-style-position: inside;
}

#recruit-fresh .content .sub-list>dd {
        padding-left: 2rem;
}
#recruit-fresh .content .sub-sub-list>dl {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
}

#recruit-fresh .content .sub-sub-list>dt {
        display: block;
        width: 40%;
        height: auto;
        float: left;
}

#recruit-fresh .content .sub-sub-list>dd {
        display: block;
        width: 60%;
        height: auto;
        float: left;
}

#recruit-fresh .sub-list-ul-style01 {
        display: list-item;
        list-style: square;
        list-style-position: inside;
        margin-bottom: 2rem;
}

#recruit-fresh .sub-list-ul-style02 {
        font-weight: bold;
        display: list-item;
        list-style: square;
        list-style-position: inside;
}

#recruit-fresh .content .sub-sub-list-ul>li {
        font-weight: normal;
        padding-left: 2rem;
        list-style: square;
        list-style-position: inside;
}

#recruit-fresh .content .sub-sub-list-dd-ul>li {
        list-style: square;
        list-style-position: inside;
}

#recruit-fresh .sub-list-ul-style03 {
        display: list-item;
        list-style: square;
        list-style-position: inside;
}

/* .flow-wrap {
        margin-top: 10rem;
} */

.timeline {
        max-width: calc(1200px + 6%);
        padding-left: 3%;
        padding-right: 3%;
        margin: 3rem auto;
        list-style-type: none;
}

.timeline-first-block {
        list-style-type: none;
}

.sub-list-ul {
        list-style-type: none;
        line-height: 1.9;
        flex-grow: 1;
}

.timeline-list {
        margin-bottom: 5rem;
}

.timeline-step {
        display: flex;
}

.timeline-step .txt {
        width: 85%;
        display: flex;
        align-items: center;
        background-color: #eeeeee;
}

.timeline-step-number {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 100%;
        padding: 2rem;
        background-color: #e5001b;
        letter-spacing: 2px;
}

.timeline-step-number::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -14px;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #e5001b transparent transparent transparent;
        border-width: 14px 15px 0 14px;
}

.last::after {
        display: none;
}

.timeline-step-number p {
        color: #ffffff;
}

.step {
        font-size: 2rem;
        line-height: 1em;
}

.number {
        font-size: 5rem;
        line-height: 1em;
}

.timeline-step-box {
        display: flex;
        align-items: center;
}

.step-title {
        width: 30%;
        padding-left: 5%;
        font-size: 2rem;
        font-weight: bold;
}

.timeline-step-link {
        width: 20%;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.timeline-step-link:hover {
        transform: scale(1.02);
        transition: .3s;
}

.entry-btn-wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 5rem auto;
}

.entry-btn {
        width: 30%;
        margin-top: 1%;
        cursor: pointer;
        text-align: center;
}

.entry-link {
        display: inline-block;
        width: 100%;
        padding: 3rem;
        outline: none;
        border: 2px solid #e5001b;
        background-color: #ffffff;
        color: #ffffff;
        position: relative;
        letter-spacing: 1px;
}

.entry-link::before {
        content: '新卒エントリー';
        /*Button's value/text-content */
        position: absolute;
        top: -10%;
        left: -2%;
        background-color: #e5001b;
        width: 100%;
        height: 100%;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s ease-in-out;
        font-size: 3rem;
        font-weight: bold;
}

.entry-link:hover::before {
        top: 0;
        left: 0;
}

.mynavi-box {
        width: 30%;
        display: flex;
        align-items: center;
}

.mynavi {
        height: auto;
}


.mynavi p {
        margin-top: 0.5rem;
}

.mynavi .mynavi-link {
        display: inline-block;
        text-decoration: none;
        text-align: center;
}

.mynavi-img {
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.mynavi-img:hover {
        transform: scale(1.02);
        transition: .3s;
}

.mynavi-img img {
        width: 100%;
        vertical-align: top;
}

.arrow-inner {
        max-width: calc(1200px + 6%);
        padding-left: 3%;
        padding-right: 3%;
        margin: 0 auto 10rem;
}

.arrow {
        position: relative;
        text-align: center;
        margin-bottom: 3rem;
}

.arrow::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        border: 14px solid transparent;
        border-top: 15px solid #e5001b;
        transform: translateX(-50%);
}

.step-8 {
        padding-top: 3rem;
        font-size: 2rem;
        font-weight: bold;
}

@media screen and (max-width:767px) {
        .pc {
                display: none;
        }

        .sp {
                display: block;
        }

        #recruit-fresh .fresh-title-box {
                height: 20rem;
                background-size: cover;
                margin: 0 auto;
        }

        .fresh-title {
                font-size: 1.7rem;
        }

        .recruit-title h3 {
                font-size: 1.8rem;
        }

        .work-box {
                margin: 2rem auto 3rem;
        }

        .work-title {
                position: static;
                width: 100%;
                padding: 1rem;
                font-size: 1.7rem;
        }

        .work-flex {
                display: block;
        }

        .work-img-box {
                width: 100%;
        }

        .work-text {
                width: 100%;
                margin: 1rem 0;
                letter-spacing: 0.01em;
                font-size: 1.6rem;
        }

        .work-list {
                display: block;
        }
        .work-list2 {
                display: block;
        }


        .work-list-title {
                width: max-content;
                margin: 2rem 0 1rem;
        }

        .work-list-title2 {
                width: max-content;
                margin: 2rem 0 1rem;
        }

        .job-list {
                font-size: 1.4rem;
        }

        .work-bgc {
                padding: 1rem;
        }

        .work-btn {
                width: 100%;
                margin-right: 1rem;
        }

        .work-link-btn {
                width: 100%;
                font-size: 1.3rem;
        }

        .entry-btn-wrap {
                display: block;
        }

        .entry-btn,
        .mynavi-box {
                width: 80%;
                margin: 0 auto;
                text-align: center;
        }

        .mynavi-img {
                margin: 2rem auto;
        }

        .mynavi p {
                font-size: 1.4rem;
        }

        #recruit-fresh .content .main-list .list-item>dt,
        #recruit-fresh .content .main-list .list-item>dd {
                width: 100%;
                float: none;
                border: none;
                padding: 1rem;
        }

        #recruit-fresh .content .main-list .list-item>dt {
                border-bottom: dotted 1px #acacac;
        }

        #recruit-fresh .content .main-list .list-item>dd {
                border-bottom: solid 1px #acacac;
        }

        #recruit-fresh .content .sub-sub-list>dt,
        #recruit-fresh .content .sub-sub-list>dd {
                width: 100%;
                float: none;
        }

        #recruit-fresh .content .sub-sub-list>dd {
                margin-bottom: 1rem;
                border-bottom: dotted 1px #acacac;
        }

        #recruit-fresh .content .main-list .list-item.even {
                background: none;
        }

        .flow-wrap {
                margin-top: 5rem;
        }

        #recruit-flow .career-title-box {
                height: 20rem;
                background-size: cover;
                margin: 0 auto;
                background-size: 200% auto;
        }

        .timeline {
                margin: 3rem auto;
                padding: 0;
        }

        .timeline-first-block {
                display: flex;
                flex-direction: column;
        }

        .timeline-first-block .timeline-list {

                order: 2;
        }

        .timeline-first-block .entry-btn-wrap {

                order: 1;
        }

        .timeline-list {
                margin-bottom: 2rem;
        }

        .timeline-step {
                display: block;
        }

        .timeline-step-number {
                width: 100%;
                padding: 1rem;
        }

        .timeline-step-box {
                display: block;
                padding-left: 1.5rem;
        }

        .step-title {
                width: 100%;
                padding-left: 0;
                margin-bottom: 1rem;
                font-size: 1.6rem;
        }

        .timeline-step .txt {
                display: block;
                width: 100%;
                padding: 2rem;
        }

        .timeline-step-link {
                width: 80%;
                object-fit: contain;
                margin-top: 1%;
        }

        .step {
                font-size: 1.6rem;
        }

        .number {
                font-size: 2rem;
        }

        .entry-btn-wrap {
                display: block;
        }

        .entry-btn,
        .mynavi-box {
                width: 80%;
                margin: 0 auto;
        }

        .mynavi-img {
                margin: 2rem auto 0;
        }

        .entry-btn p {
                font-size: 1.4rem;
        }

        .mynavi p {
                font-size: 1.4rem;
                margin: 0.5rem auto;
        }

        .timeline-step-number::after {
                display: none;
        }

        .timeline-step .txt {
                text-align: center;
        }

        .step-text-sp {
                font-size: 2rem;
        }

}