@charset "utf-8";

.gjs-dashed .switchSc01,
.gjs-dashed .switchSc02 {
    display: block !important;
}

.gjs-dashed .recruit-job-table-box .base-table:nth-of-type(n + 2){
    margin: 80px 0 0;
}

.in-title01 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.42em;
}

.recruit-message-box {
    mask-image: url(/system_panel/uploads/images/img-mask05.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask05.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.recruit-message-text-box {
    mask-image: url(/system_panel/uploads/images/img-mask05.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask05.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}


.recruit-message-text-box {
    overflow: hidden;
    mask-image: url(/system_panel/uploads/images/img-mask01.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask01.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.recruit-flex-img img {
    overflow: hidden;
    mask-image: url(/system_panel/uploads/images/img-mask06.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask06.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.cmn-mask {
    position: relative;
}

.cmn-mask::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/system_panel/uploads/images/cmn_mask.png) no-repeat center /cover;
}

.recruit-interview-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 99.2%;
    height: 99.2%;
    border-radius: 12px;
    border: 2px solid var(--base-body-color);
    z-index: 1;
}

.recruit-interview-flex-img {
    overflow: hidden;
    mask-image: url(/system_panel/uploads/images/img-mask05.png);
    -webkit-mask-image: url(/system_panel/uploads/images/img-mask05.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.recruit-weapon-text-box {
	display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.recruit-job-btn-box {
    border: 2px solid var(--primary);
}

.recruit-job-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    transition: all .3s;
    cursor: pointer;
}

.recruit-job-btn p {
    font-size: 16px;
    line-height: 1.45;
    transition: all .3s;
    color: #DFBE88;
}

.recruit-job-btn:hover,
.recruit-job-btn.active {
    background: var(--primary);
}

.recruit-in-title strong {
	font-size: 22px;
    font-weight: 700;
}

.flow-tel-btn:hover {
    color: var(--base-body-color);
	background-color: unset;
}

.flow-item::before {
    content: "";
    display: block;
    width: 5px;
    height: 100.5%;
    position: absolute;
    top: 15px;
    left: 25px;
    bottom: 0;
    margin: auto;
    background: var(--primary);
  	z-index: 0;
}

.beginner01-text-box.text02 br {
	display: none;
}

.flow-item:last-child::before {
    content: none;
}

.hair01-text-box p br {
	display: none
}

.concept01-in .text02, .service01 .text02, .beginner01-in .text02, .hair01-text-box .text02 {
    line-height: 2.2em !important;
}

.concept01-text-box p br {
	display: none;
}

.beginner01-in .in-title01 br {
	display: block;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    .in-title01 {
        font-size: 24px;
    }

    .recruit-job-btn {
        height: 55px;
    }

    .recruit-job-btn p {
        font-size: 20px;
    }
  
    .recruit-in-title strong {
        font-size: 28px;
    }
  
    .flow-item::before {
      	top: 12px;
        left: 27px;
    }
  
     .concept01-text-box p br {
      display: block
    }
  
    .beginner01-in .in-title01 br {
        display: none;
    }


}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
    .in-title01 {
        font-size: 30px;
    }
  
    .recruit-in-title strong {
        font-size: 38px;
    }
  
    .recruit-weapon-text-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
  
    .beginner01-text-box.text02 br {
        display: block;
    }  
  
    .flow-item::before {
      	top: 10px;
        left: 28px;
    }
  
     .hair01-text-box p br {
        display: block;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1200px) {
  
    .in-title01 {
        font-size: 35px;
    }
  
    .recruit-in-title strong {
        font-size: 45px;
    }
  
    .recruit-weapon-text-box {
        gap: 25px 10%;
    }
  
    .concept02-left .title01, .faq-contents .title01{
		font-size: 40px !important;
    }

    .flow-item::before {
      	top: 5px;
        left: 30px;
    }

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1400px) {
  
    .recruit-weapon-text-box.text03 {
        font-size: 20px;
    }

}

/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */