@charset "UTF-8";
/*---------------------------------------------------------
	COMMON
---------------------------------------------------------*/
.section_content h1{
	font-size: min(2.8125vw, 36px);
    font-weight: 700;
	margin-bottom: var(--base-35);
}
h1.rec_ind_ttl,
h1.rec_new_ttl{
	position: relative;
	font-size: var(--base-20);
	padding: var(--base-35) var(--base-25);
    cursor: pointer;
    transition: all .5s ease-in-out;
}
h1.rec_ind_ttl span{
    font-size: 0.8em;
    padding-left: var(--base-20);
}
.rec_ind_group h1.rec_ind_ttl{
    padding: 0;   
}
.rec_ind_group h1.rec_ind_ttl span{
    font-size: 0.8em;
    padding-left: 0;
}
.rec_ind_group h1.rec_ind_ttl a{
    display: block;
	padding: var(--base-35) var(--base-25);
}
.rec_ind_group h1.rec_ind_ttl a.link_blank_g{
	background-position: right var(--base-25) center;
}

h1.rec_ind_ttl:hover,
h1.rec_new_ttl:hover,
h1.close {
    background: #eee;
}
#specialist h1.rec_ind_ttl,
#specialist h1.rec_new_ttl{
    background: #418f4c;
    border-radius: 0.2vw;
}
#specialist h1.rec_ind_ttl,
#specialist a h1.rec_new_ttl {
    color: var(--base-color-white);
}
#specialist h1.rec_ind_ttl:hover,
#specialist h1.rec_new_ttl:hover,
#specialist h1.close{
    background: var(--base-color-green);
    border-radius: 0.2vw 0.2vw 0 0;
}
h2.rec_ind_subttl a{
    display: block;
	font-size: var(--base-20);
	padding: var(--base-35) var(--base-25);
}
h2.rec_ind_subttl a:hover{
    background: #efefef;
}
h2.rec_ind_subttl a::before{
    content: '― ';
    display: inline-block;
    font-weight: 700;
    padding-right: var(--base-30);
    width: var(--base-20);
    color: var(--base-color-green);
}
h2.rec_ind_subttl.close{
    padding: var(--base-25) var(--base-25);
    background: #efefef;
}
h2.rec_ind_subttl.close::before{
    content: none;
}
#specialist h2.rec_ind_subttl.close{
    background: #efefef;  
}
@media screen and (max-width: 576px) {
    #recruiting .section_content{
        padding-top: var(--base-35);
    }
    #recruiting .section_content p.center{
        text-align: left;
    }
    .section_content h1{
        font-size: var(--base-25);
    }
    h1.rec_ind_ttl span{
        display: block;
        padding-left: 0;
        padding-top: var(--base-10);
    }
}
/*---------------------------------------------------------
	ACCORDION
---------------------------------------------------------*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
}
.accordion-area li{
    margin: var(--base-40) 0;
    border-radius: 0.2vw;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.accordion-area section {}
#specialist.accordion-area li{}
#specialist.accordion-area section {}
.rec_ind_wrap {
    display: none;
    background: var(--base-color-white);
    border-radius: 0.2vw;
    /*margin:0 2px 2px 2px;
    padding: 2%;*/
}
.rec_ind_ttl::before,
.rec_ind_ttl::after{
    position: absolute;
    content:'';
    width: var(--base-25);
    height: 1px;
    background-color: var(--base-color-black);
}
.rec_ind_ttl::before{
    top:48%;
    right: var(--base-25);
    transform: rotate(0deg);
}
.rec_ind_ttl::after{    
    top:48%;
    right: var(--base-25);
    transform: rotate(90deg);
}
.rec_ind_ttl.close::before{
  transform: rotate(45deg);
}
.rec_ind_ttl.close::after{
  transform: rotate(-45deg);
}
.rec_ind_group .rec_ind_ttl::before,
.rec_ind_group .rec_ind_ttl::after{
    content: none;
}
@media screen and (max-width: 768px) {

}

/*---------------------------------------------------------
	FROM
---------------------------------------------------------*/
.form_wrap{}
.form_line{
    padding: var(--base-20) 0;
}
.form_label{
    width: var(--base-200);
}
.form_value{
    width: calc(100% - var(--base-200));
}
span.label-required::after{
    content:"※必須";
    color: var(--bs-red);
    padding-left: var(--base-10);
    font-size: 0.9em;
}
.form_value span.wpcf7-list-item{
    margin: 0;
}
.form_value span.wpcf7-list-item-label{
    display: inline-block;
    padding: 0 var(--base-20) 0 var(--base-5);
}
.policy_wrap a{
    display: inline-block;
    padding: 0 0 0 var(--base-10);
}
.form_que span.wpcf7-list-item{
    display: block;
    margin-bottom:var(--base-5);
}
.form_value .jobname{
    width: 80%;
}
.form_value input[type=text],
.form_value input[type=email]{
    padding: 0.5vw;
    background: #fff !important;
    border: 1px solid #aaa;
}
.form_value textarea{
    width: 100%;
    border: 1px solid #aaa;
}
.policy_wrap{
    margin: var(--base-25) 0;
}
span.wpcf7-not-valid-tip{
    display: block;
    margin-top:var(--base-5);
    color: #f00; 
}
.screen-reader-response{}
.form_value div[role=alert]{
    color: #f00;
    font-weight: 700;
}
.submit_wrap{
    margin: var(--base-50) 0 var(--base-80);
}
.submit_wrap input[type=button],
.submit_wrap input[type=submit]{
    margin: 0 1vw;
    padding: 1vw 5vw;
    cursor: pointer;
}
.submit_wrap input[type=submit][disabled] {
    pointer-events: none;
    background: #d1cfcf;
    color: #9b9b9b;
}
.submit_wrap input[type=submit]{
    background: var(--base-color-green);
    border-color: transparent;
    color: var(--base-color-white);
    border-radius: var(--base-5);
}
.submit_wrap input[type=submit]:hover{
    color: var(--base-color-black);
}
.screen-reader-response ul{
    display: none;
}
div.wpcf7 .ajax-loader{
    display: block !important;
}
/* conf */
.form_value input[type=text].wpcf7c-conf,
.form_value input[type=email].wpcf7c-conf{
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9 !important;
}
.form_value textarea.wpcf7c-conf{
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9 !important;
}
@media screen and (max-width: 768px) {
    .submit_wrap input[type=button],
    .submit_wrap input[type=submit]{
        margin: 0 1vw;
        padding: 1.5vw 5vw;
    }
}
@media screen and (max-width: 576px) {
    .form_label,
    .form_value,
    .form_value input[type=text],
    .form_value input[type=email]{
        width: 100%;
        font-size: var(--base-20);
    }
    .form_label{
        margin-bottom: 2vw;
        color: var(--base-color-green);
    }
    .form_value textarea{
        height: 10em;
    }
    .submit_wrap input[type=button],
    .submit_wrap input[type=submit]{
        margin: 0 2vw;
        padding: 2vw 8vw;
    }
}
