/*-------------------------
  共通
-------------------------*/
html {
    overflow: auto;
}

section {
    padding: 70px 0 0;
}

.p-top-none {
    padding-top: 0;
}

body {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    padding: 0;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
}


img {
    width: 100%;
    vertical-align: bottom;
}

.width980 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.width1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.midashi {
    font-size: 2.4rem;
    color: #b30603;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

/*-------------------------
  ページトップへ戻るボタン
-------------------------*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #b30603;
    border: none;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    z-index: 999;
}

.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

/*-------------------------
  フッター固定ボタン
-------------------------*/
.float-button__wrap {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.float-button__wrap a {
    display: flex;
    width: 100% !important;
    align-items: center;
    gap: 8px;
}

.cta-footer {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}


.faq_bottom {
    margin: -40px 0 80px !important;
}

.faq_bottom2 {
    margin: 40px 0 80px !important;
}

.faq_bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-------------------------
  寮費無料の好条件の求人
-------------------------*/
.jobs {
    padding-top: 140px;
}

.dormitory-wrap {
    position: relative;
}

.dormitory {
    width: 100%;
    max-width: 100px;
    position: absolute;
    top: -77%;
    left: 37%;
}

.slider-top {
    margin: 30px auto 0;
    max-width: 980px;
    width: 100%;
    gap: 30px;
}


.job-card {
    padding: 12px 12px 0 12px;/*後藤追加*/
   border-radius: 12px;/*後藤追加*/
    width: 370px;
    overflow: hidden;
    background: #0E6EB8;
    font-family: 'Noto Sans JP', sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    position: relative;
}
.job-card a{
    text-decoration: initial;
    color: #FFFFFF;/*後藤変更*/
}
.job-card a:hover{
    opacity: 0.8;
}


.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

/* 左右位置 */
.slick-prev {
  left: -70px;
}

.slick-next {
  right: -70px;
}

/* 矢印画像の大きさ調整 */
.slick-prev img,
.slick-next img {
  width: 100%;
  height: auto;
}

/* スマホ時は小さめに */
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    left: -50px;
  }

  .slick-next {
    right: -50px;
  }
}




.job-footer {
    text-align: center;
    background: #0E6EB8;/*後藤変更*/
    padding: 12px;
}

.job-footer h3 {
    font-size: 26px;
    font-weight: bold;
}

.job-footer p {
    font-size: 20px;
}


/* fv下 */
.check-wrap {
    margin: -80px 0 60px;
}

.check-wrap .midashi {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.check-area {
    padding-left: 0 !important;
    justify-content: center;
    display: grid;
}

.check-area li {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.check-area img {
    width: 20px;
    margin-right: 10px;
}



/*-------------------------
  メインビジュアル
-------------------------*/
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/main_pc_bk.jpg') no-repeat center center / cover;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: -8px;
    left: -6px;
    max-width: 270px;
}

.catch {
    position: absolute;
    top: 8%;
    left: 18%;
    max-width: 660px;
}

.price {
    position: absolute;
    top: 30%;
    left: 18%;
    max-width: 440px;
}

.free {
    position: absolute;
    width: 560px;
    top: 73%;
    left: 14%;
}

.bottom-label {
    position: absolute;
    bottom: 3%;
    width: 540px;
    right: -30px;
}


/*-------------------------
  CTAボタン
-------------------------*/
.cta {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
}

.cta_fv {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.fv_bottom {
    padding: 80px 0;
}

.cta li {
    list-style: none;
}

.btn {
    color: #fff;
    padding: 15px 60px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}

.green {
    background: #38b44a;
}

.orange {
    background: #ff9933;
}


.btn:hover {
    color: #fff;
    background: #333;
    letter-spacing: 0.15em;
}



/*-------------------------
  CASE
-------------------------*/
.case-wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.case {
    position: absolute;
    width: 440px;
    height: 300px;
    padding: 35px 20px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
}

.red {
    color: #b30603;
    font-size: 2.2rem;
}

.case01 {
    top: 0;
    left: 0;
    background: url('../img/case01_pc.png') no-repeat center/contain;
}

.case02 {
    top: 0;
    right: 0;
    background: url('../img/case02_pc.png') no-repeat center/contain;
}

.case03 {
    bottom: 0;
    left: 0;
    background: url('../img/case03_pc.png') no-repeat center/contain;
}

.case04 {
    bottom: 0;
    right: 0;
    background: url('../img/case04_pc.png') no-repeat center/contain;
}

.case p {
    position: absolute;
}

.case01-txt {
    top: 33%;
    left: 8%;
}

.case02-txt {
    top: 33%;
    left: 27%;
}

.case03-txt {
    top: 40%;
    left: 12%;
}

.case04-txt {
    top: 40%;
    left: 37%;
}

.case-center {
    position: relative;
    text-align: center;
    padding: 120px 0;
}

.case-center img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
}


/*-------------------------
  工場jobにおまかせください
-------------------------*/
.width1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.job-wrap {
    position: relative;
}

.job_bk {
    position: relative;
}

.job {
    position: absolute;
    font-family: kaisotai, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #b30603;
    font-size: 4rem;
    letter-spacing: 4px;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}

.job span {
    font-size: 6.3rem;
}

.job01 {
    top: 20%;
    left: 10%;
}

.job02 {
    top: 40%;
    right: 16%;
}

.job03 {
    top: 60%;
    left: 10%;
}

.job04 {
    top: 80%;
    right: 16%;
}


/*-------------------------
  よくある質問
-------------------------*/


.faq {
    margin-bottom: 120px;
}

.faq-question {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
    padding: 25px;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    color: #333;
}

.midashi-faq {
    border-bottom: 3px solid #333;
    padding-bottom: 15px;
}

.q {
    font-size: 2rem;
    margin-right: 10px;
}

.faq-answer {
    display: none;
    padding: 25px;
    border-top: none;
    font-size: 18px;
    line-height: 2;
}

.plus {
    position: absolute;
    right: 30px;
    top: 35px;
}



/*-------------------------
  ポイント
-------------------------*/
.point-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.point-section:nth-child(even) {
    flex-direction: row-reverse;
    align-items: flex-end;
}

.point-img img {
    max-width: 400px;
    width: 100%;
    box-shadow: 17px 14px 5px #d4d0d0;
}

.point-text {
    max-width: 60%;
    margin: 0 0 3%;
}

.point-text h2 {
    font-size: 1.8rem;
    color: #333;

}

.point-text h2 span {
    font-weight: bold;
    font-size: 3.8rem;
    color: #000;
}

.point-text h3 {
    font-size: 1.8rem;
    color: #b30603;

}

.point-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
}

.gradient {
    background: linear-gradient(to right, rgb(204 204 204), rgba(255, 255, 255, 1));
}




/*-------------------------
  ご利用者の声
-------------------------*/
.voice-section {
    background-color: #f1f1f1;
    padding-bottom: 70px;
}

.voice-title h2 {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    color: #b30603;
    margin-bottom: 40px;
    font-weight: 800;
}

.voice-title h2 span {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    border-top: 3px solid #b30603;
    width: 40%;
    display: block;
    margin: 0 auto;
    font-weight: 800;
}

.voice-card {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px;
    gap: 20px;
}

.voice-card:last-child {
    margin-bottom: 0;
}

.voice-img {
    max-width: 320px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.voice-text h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 800;
    line-height: 1.4;
}

.voice-text span {
    font-size: 18px;
}

.voice-text p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}


/*-------------------------
  応募から内定まで
-------------------------*/
.midashi-step {
    margin-bottom: 60px;
}

/* 背景 */
.line-bk {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}

.line {
    position: absolute;
    width: 120vw;
    height: 8vh;
    background-color: rgb(247 229 230);
    transform-origin: left center;
}

.line1 {
    top: 0%;
    transform: rotate(7deg);
}

.line2 {
    top: 36%;
    transform: rotate(-7deg);
}

.line3 {
    top: 48%;
    transform: rotate(7deg);
}

.line4 {
    top: 85%;
    transform: rotate(-7deg);
}



.step-wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.step-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 59%;
    width: 2%;
    background: #666;
    transform: translateX(-50%);
    z-index: 0;
}

.step {
    display: flex;
    align-items: center;
    background: #999;
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

.step-label {
    background: #ccc;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    width: 17%;
    text-align: center;
    font-size: 1.6em;
}

.step-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    color: #fff;
    font-weight: bold;
}

.step-icon {
    max-width: 30px;
    margin-left: 10px;
}

.start-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 0;
    margin-top: 80px;
}

.start-wrap li {
    list-style: none
}

.start-wrap li:first-child {
    font-size: 3rem;
    color: #b30603;
    font-weight: 800;
    line-height: 1.6;
}

.start-img {
    max-width: 525px;
    position: absolute;
    left: 57%;
    top: -11%;
}

.start-img_bottom {
    max-width: 800px;
    position: absolute;
    left: 8%;

}


/* SPここから */
@media only screen and (max-width: 750px) {

    /*-------------------------
    共通
   -------------------------*/
    section {
        padding: 60px 0 0;
    }

    .width1200 {
        max-width: 100%;
    }

    .midashi {
        font-size: 1.8rem;
        margin: 0 0 30px;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }


    /*-------------------------
    メインビジュアル
   -------------------------*/
    .hero {
        background: url('../img/main_sp_bk.png') no-repeat center center / cover;
        height: 117vh;
    }

    .ribbon {
        max-width: 175px;
    }

    .catch {
        top: 5%;
        left: 18%;
        max-width: 312px;
    }

    .price {
        top: 50%;
        left: 0%;
        max-width: 240px;
    }

    .free {
        width: 413px;
        top: 72%;
        left: 0%;
    }

    .bottom-label {
        bottom: 1%;
        width: 351px;
        right: -19px;
    }


    /*-------------------------
    CTAボタン
   -------------------------*/
    .cta {
        padding: 30px 0;
        gap: 20px;
    }

    .btn.green {
        padding: 10px;
        font-size: 15px;
    }

    .orange {
        padding: 10px;
        font-size: 15px;
    }

    .btn.green:hover {
        color: #fff;
        background: #333;
        letter-spacing: 0.15em;
    }


    /*-------------------------
   CASE
   -------------------------*/
    .case-wrap {
        max-width: 98%;
    }

    .case {
        width: 240px;
        height: 100px;
        padding: 0;
        font-size: .8rem;
    }

    .red {
        font-size: 1.2rem;
    }

    .case01 {
        left: -22px;
        background: url('../img/case01_sp.png') no-repeat center/contain;
    }

    .case02 {
        right: -22px;
        background: url('../img/case02_sp.png') no-repeat center/contain;
    }

    .case03 {
        left: -22px;
        background: url('../img/case03_sp.png') no-repeat center/contain;
    }

    .case04 {
        right: -22px;
        background: url('../img/case04_sp.png') no-repeat center/contain;
    }

    .case01-txt {
        top: 27%;
        left: 21%;
    }

    .case02-txt {
        top: 32%;
        left: 18%;
    }

    .case03-txt {
        top: 36%;
        left: 22%;
        z-index: 999;
    }

    .case04-txt {
        top: 36%;
        left: 25%;
        z-index: 999;
    }

    .case-center {
        padding: 60px 0;
    }

    .case-center img {
        max-width: 90px;
    }


    /*-------------------------
  工場jobにおまかせください
-------------------------*/
    .width1400 {
        max-width: 100%;
    }

    .job {
        font-size: 1.4rem;
        letter-spacing: 0;
        text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
    }

    .job span {
        font-size: 2.6rem;
    }

    .job01 {
        top: 18%;
        left: 6%;
    }

    .job02 {
        top: 38%;
        right: 12%;
    }

    .job03 {
        top: 58%;
        left: 6%;
    }

    .job04 {
        top: 78%;
        right: 12%;
    }



/*-------------------------
  寮費無料の好条件の求人
-------------------------*/

.slider-top {
    max-width: inherit;
    width: 80%;
}

.job-footer h3 {
    font-size: 20px;
}

.job-footer p {
    font-size: 14px;
}

    .jobs {
        padding-top: 70px;
    }

    .dormitory {
        max-width: 71px;
        top: -84%;
        left: 12%;
    }

    .job-card {
        width: 200px;
    }



    /* fv下 */
    .check-wrap {
        margin: -25px 0 60px;
    }

    .cta_fv .midashi {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .check-area li {
        font-size: 15px;
    }

    .check-area img {
        width: 15px;
        margin-right: 10px;
    }



    /*-------------------------
  よくある質問
-------------------------*/
    .faq {
        margin-bottom: 80px;
    }

    .faq-question {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
        padding: 25px;
        font-weight: bold;
        position: relative;
        font-size: 18px;
    }

    .midashi-faq {
        border-bottom: 3px solid #333;
        padding-bottom: 15px;
    }

    .q {
        font-size: 2rem;
        margin-right: 10px;
    }

    .faq-answer {
        display: none;
        padding: 25px;
        border-top: none;
        font-size: 18px;
    }

    .plus {
        position: absolute;
        right: 30px;
        top: 35px;
    }

    /*-------------------------
  ポイント
-------------------------*/
    .point-section {
        display: block;
        padding: 20px;
    }

    .point-img img {
        max-width: 100%;
        box-shadow: 12px 12px 3px #d4d0d0;
    }

    .point-text {
        max-width: 90%;
        margin: 0 0 3%;
    }

    .point-text h2 {
        font-size: 1.5rem;
    }

    .point-text h2 span {
        font-size: 3rem;
    }

    .point-text h3 {
        font-size: 1.5rem;
    }

    .point-text p {
        font-size: .9rem;
    }




    /*-------------------------
  ご利用者の声
-------------------------*/
    .voice-section {
        padding-bottom: 60px;
    }

    .voice-title h2 {
        margin-bottom: 30px;
    }

    .voice-title h2 span {
        font-size: 18px;
        width: 60%;
    }

    .voice-card {
        display: block;
        margin-bottom: inherit;
        padding: 20px;
        gap: inherit;
    }

    .slider-voice {
        width: 94%;
        margin: 0 auto;
    }

    .voice-card:last-child {
        margin-bottom: 0;
    }

    .voice-img {
        max-width: 100%;
    }

    .voice-text h3 {
        font-size: 18px;
        margin: 20px 0;
    }

    .voice-text span {
        font-size: 13px;
    }

    .voice-text p {
        font-size: 14px;
    }


    /*-------------------------
  応募から内定まで
-------------------------*/
    .line-bk {
        min-height: 80vh;
    }

    .midashi-sp {
        font-size: 1.4rem !important;
    }

    .line {
        height: 5vh;
    }


    .step-wrap {
        max-width: 92%;
    }


    .step {
        margin: 0 0 30px;
    }

    .step-label {
        padding: 10px;
        width: 25%;
        font-size: 14px;
    }

    .step-text {
        font-size: 15px;
    }

    .step-icon {
        max-width: 20px;
    }

    .start-wrap {
        margin-top: 40px;
    }

    .start-wrap li:first-child {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .start-img {
        max-width: 204px;
        left: 57%;
        top: 11%;
    }

    .start-img_bottom {
        max-width: 254px;
        left: 0;

    }


    /* よくある質問 */

    .faq-question {
        display: flex;
        align-items: center;
        padding: 20px;
        font-size: 15px;
    }

    .midashi-faq {
        padding-bottom: 14px;
    }

    .q {
        font-size: 1.4rem;
        margin-right: 10px;
    }

    .faq-answer {
        font-size: 14px;
    }

    .plus {
        top: 30px;
    }


    /*-------------------------
  フッター固定ボタン
-------------------------*/

    .faq_bottom {
        margin: -56px 0 0px !important;
    }

    .faq_bottom2 {
        margin: 20px 0 40px !important;
    }

    .faq_bottom a {
        font-size: 18px!important;
    }


    /*-------------------------
  ページトップへ戻るボタン
-------------------------*/
    .pagetop {
        height: 40px;
        width: 40px;
        left: 20px;
        bottom: 100px;
    }


}