@charset "utf-8";

.recruitment .recruit-info h3 {
    color: #000;
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 700;
    letter-spacing: 5.76px;
    text-align: center;
    position: relative;
    margin-top: 80px;
}

.recruitment h3::after {
    content: "";
    width: 87px;
    height: 4px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.recruit-info,
.recruit-flow{
    scroll-margin-top: 100px;
}

/*****募集要項中身**************************************/
.recruitment .recruit-info .inner {
    margin-top: 40px;
    max-width: 980px;
}

.recruitment .recruit-item {
    display: flex;
    border-bottom: solid #858585 1px;
    padding: 30px 0px;
}

.recruitment .recruit-item .label {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3.2px;
}

.recruitment .recruit-item .label::before {
    content: "";
    background-image: url(/themes/custom/maiken/images/icons/recruitment_maru.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-25%);
    margin-right: 10px;
}

.recruitment .inner {
    padding: 0px 50px;
}

.recruitment .recruit-info .content {
    width: calc((100% - 200px));
    font-size:14px;
}


/*****選考の流れ*************************************/

.recruitment section#join {
    z-index: 10;
    position: relative;
}
.recruitment .inner{
  max-width: 980px;
}

.recruit-flow h3 {
    margin: 80px 0px 0px;
    text-align: center;
    color: #000;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    letter-spacing: 5.76px;
    position: relative;
    top: 85px;
}


/*
.recruit-flow h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 87px;
  height: 4px;
  background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
  display: block;
}
  */

.recruitment .recruit-info h3::after {
    content: "";
    width: 87px;
    height: 4px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.recruit-flow .back-color {
    border-radius: 50px 50px 0px 0px;
    background: #F5F5F5;
    padding: 130px 0px 0px;
    position:relative;
    z-index: -1;
}

.recruit-flow .back-color::after {
    background:#F5F5F5;
    content: "";
    display: block;
    height: 350px;
    position: absolute;
    bottom: -350px;
    width: 100%;
    z-index: -1;
}

.recruit-flow .step {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 100px;
    border-radius: 10px;
}

.recruit-flow .step h4 {
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 700;
    letter-spacing: 2.64px;
    margin: 0px 0px 20px;
}

.recruit-flow .step p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.76px;
}


.recruit-flow a.entry-button {
    width: 321px;
    height: 50px;
    border-radius: 120px;
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.recruit-flow a.entry-button::after {
    content: "";
    background-image: url(/themes/custom/maiken/images/icons/recruitment_yazirusi.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.recruit-flow a.entry-button:hover {
    cursor: pointer;
    transform: scale(.9);
}


.recruit-flow .step {
    position:relative;
}

.recruit-flow .step:after {
    content: "";
    position: absolute;
    bottom: -62px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;        /* 三角の横幅 */
    height: 20px;       /* 三角の高さ */
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.recruit-flow .step.final:after {
    display: none;
}

.recruit-flow .step.final {
    background: linear-gradient(270deg, #0083ED 0%, #02BBFE 100%);
}

.recruit-flow .step.final h4 {
    -webkit-text-fill-color: #fff;
    color: #fff;
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 700;
    letter-spacing: 2.64px;
    margin: 0px;
}

body:has(.recruitment) .about-content-warp { 
    margin: 30px 0px 110px;
    }

body:has(.recruitment) .otherchapters .inner {
    z-index: 10;
    position: relative;
}


@media only screen and (max-width: 1100px) {
    .recruitment .ttl_flex h2 {
        font-size: 71px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px){

    .recruitment .ttl_flex h2 {
        font-size: clamp(60px, 12vw, 128px);
     }
     
    .recruitment .inner {
        padding: 0px 20px;
    }

    .recruitment .recruit-info h3 {
        margin-top: 40px;
    }
    
    .recruitment .recruit-info .inner {
        margin-top: 10px;
    }
    
    .recruitment .recruit-item .label {
        width: 170px;
    }

    .recruitment .recruit-info .content {
        width: calc((100% - 170px));
    }

    .recruit-flow .back-color{
            border-radius: 20px 20px 0px 0px;
    }
}


@media only screen and (max-width: 500px){

    .recruitment .recruit-flow h3::after,
    .recruitment .recruit-info h3::after{
        margin-top: 10px;
    }

    .recruitment .recruit-item .label {
        width: 126px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 3.2px;
        margin-right: 15px;
    }

    .recruitment .recruit-info .content {
        width: calc((100% - 126px));
    }

    .recruit-flow a.entry-button {
        width: 100%;
    }
    
    .recruit-flow a.entry-button {
        font-size: 16px;
    }

    .recruitment .recruit-info .inner {
        margin-top: 20px;
    }

    .recruitment .recruit-info .inner {
        margin-top: 20px;
    }
        
    .recruitment .recruit-info h3::after {
        bottom: -10px;
    }
        
    .recruit-flow h3::after {
        bottom: -15px;
    }

    .recruit-flow h3 {
        margin: 60px 0px 0px;
        top: 55px;
    }
        
    .recruit-flow .back-color {
        padding: 80px 0px 0px;
    }

    .recruit-flow .step {
        margin-bottom: 80px;
    }

    .recruit-flow .step:after {
        bottom: -50px;
    }

}


