@charset "UTF-8";

/*==================================================

　採用情報 CSS

==================================================*/

/* メインビジュアル
--------------------------------------------------*/
.recruite_main-visual_wrapper {
    width: 100%;
    height: calc(100vh - 0.7rem);
    background-image: url(../images/img_main-visual_pc.jpg); 
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 0.8rem;
}
.recruite_page-title_wrapper {
    margin-top: 0.6rem;
    margin-left: 0.3rem;
    line-height: 1.3;
}
.recruite_page-title_j {
    font-size: 0.36rem;
    font-weight: 600;
}
.recruite_page-title_e {
    font-size: 0.16rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ed7700;
}
.recruite_main-visual_copy_wrapper {
    position: absolute;
    left: 8%;
    top:calc(100vh / 2 - 1.8rem)
}
.recruite_main-visual_catch-copy {
    font-size: 1.2rem;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.05rem;
    color: #ed7700;
    margin-bottom: 0.3rem;
}
.recruite_main-visual_lead-copy {
    font-size: 0.38rem;
    font-weight: 700;
    line-height: 1.5;
}
/* NEWS
--------------------------------------------------*/
.clip-path-shadow {
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    filter: drop-shadow(-6px 6px 10px rgba(0, 0, 0, 0.2));
    max-width: 50%;
}
.news_wrapper {
    background-color:#fff;
    padding: 0.35rem 0.35rem 0.35rem 1.4rem;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.news_table caption {
    font-size: 0.36rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ed7700;
    line-height: 1;
    margin-bottom: 0.18rem;
}
.news_table th,
.news_table td {
    display: block;
    font-size: 0.14rem;
}
.news_table th {
    font-weight: 700;
    color: #ed7700;
}

/* 外部リンクボタン
--------------------------------------------------*/
.recruite_link {
    width: 100%;
    background-color: #f2f2f2;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
}
.recruite_bnr {
    max-width: 11.6rem;
    padding: 0 0.3rem;
    margin: 0 auto ;
}
/* 業務紹介バナー ----------------------------------------*/
.overview_bnr {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview_bnr:before {
    content: "";
    display: block;
    width: 0.74rem;
    height: 1.54rem;
    background: url(../images/pict_corner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.overview_bnr:after {
    content: "";
    display: block;
    width: 0.32rem; 
    height: 0.32rem;
    position: absolute;
    background: url(../../common/images/arrow_white_outline.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: #000000;
    background-position: center;
    bottom: 0;
    right: 0;
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3.6rem;
}
.banner:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/img_job-overview.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    color: #fff
} 
.overview_bnr_text_box {
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
.overview_bnr_name_j {
    font-size: 0.42rem;
    font-weight: 600;
}
.overview_bnr_name_e {
    font-size: 0.16rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* 外部リンクボタン ----------------------------------------*/
.recruite_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.btn_job-site {
    width: 32%;
    height: 2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.08rem;
    box-shadow: 0.1rem 0.1rem 0.1rem #ccc;
}
.logo_jobs {
    width: 64%;
    transition: transform .6s ease; 
}
.logo_doda {
    width: 43%;
    transition: transform .6s ease; 
}
.logo_mynavi {
    width: 64%;
    transition: transform .6s ease; 
}
a.btn_job-site:hover .logo_jobs,
a.btn_job-site:hover .logo_doda,
a.btn_job-site:hover .logo_mynavi{
    transform: scale(1.1);
}
/* メッセージ
--------------------------------------------------*/
.message {
    width: 100%;
    padding: 1.2rem 0.3rem;
    margin: 1rem 0;
    background-image: url(../images/img_message.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.message_catch-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto 0.7rem auto;
    background-color: #000000;
    color: #fff;
    font-size: 0.176rem;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.message_text {
    display: block;
    width: 5.5rem;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    font-weight: 500;
    margin: 0 auto;
}
/* オートサービスの働き方
--------------------------------------------------*/
.working-style {
    width: 100%;
    background-color: #F4AD66;
    background-image: url(../images/pict_corner.svg);
    background-size: 0.74rem;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 1.1rem;
}
.ws_title_box {
    max-width: calc(11.6rem + (100% - 11.6rem) / 2);
    padding: 0 0.3rem;
    margin-left: auto;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.ws_title_j {
    font-size: 0.48rem;
    font-weight: 600;
}
.ws_title_e {
    font-size: 0.23rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.ws_contents_wrapper {
    max-width: calc(11.6rem + (100% - 11.6rem) / 2);
    padding: 0 0 0 0.3rem;
    margin-left: auto;
    overflow:hidden;
}
.ws_outer {
    width: 100%;
    display: flex;
    border-top: #fff solid 1px;
    background-color: #FBE4CC;

}
.ws_inner_sub-title  {
    max-width: 2.8rem;
    width: 25%;
    background-color: #F4AD66;
    padding-top: 0.2rem;
    padding-bottom: 0.75rem;
    padding-right: 0.2rem;
}
.ws_number_box {
    font-family: "Encode Sans Expanded", sans-serif;
    font-style: normal;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
.ws_number {
    font-size: 0.48rem;
    font-weight: 500;
}
h3 {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.03rem;
}
.ws_inner_text {
    width: 75%;
    padding-left: 8%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 0.3rem;
    font-size: 0.18rem;
}
.bold {
    font-weight: 700;
}
.bold2 {
    font-weight: 700;
    font-size: 0.24rem;
}
.jump_text a {
    display: inline-block;
    color: #ed7700;
    font-weight: 700;
    position: relative;
    padding-right: 0.25rem;
}
.jump_text a:after {
    content: ""; 
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../../common/images/arrow_orange_outline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.ws_list_box {
    width: 100%;
    padding: 0.2rem 0.3rem;
    background-color: #fdf2e6;
    border-radius: 0.1rem;
    margin: 0.35rem 0;
    display: flex;
    font-weight: 700;
}
.ws_list {
    padding-left: 0.35rem;
}
.flex_inner {
    display: flex;
    justify-content: space-between;
}
figure {
    width: 50%;
}
.flex_inner p,
.flex_inner ul {
    display: block;
    width: 45%;
}
.flex_inner ul li {
    padding-left: 0.14rem;
    text-indent: -0.14rem;
}
/* 採用の流れ
--------------------------------------------------*/
.step {
    width: 100%;
    padding: 0.8rem 0.3rem;
    background-image: url(../images/img_step.jpg);
    background-size: cover;
    position: relative;
}
.step:before {
    content: ""; 
    display: block;
    width: 0.74rem; 
    height: 1.54rem;
    background: url(../images/pict_corner.svg);
    background-repeat: no-repeat; 
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
}
.step .ws_title_j {
    color: #fff;
}
.step .ws_title_e {
    color: #ed7700;
}
.step_list {
    max-width: 9rem;
    margin: 0 auto;
}
.step_list li {
    display: flex;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0.7rem;
    border-radius: 0.8rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem;
    font-size: 0.18rem;
    line-height: 1.6;
    box-shadow: #5C7288 0.05rem 0.05rem 0.1rem ;
}
.step_number_box {
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.1;
    margin-right: 0.2rem;
}
.step_number {
    font-size: 0.32rem;
}
.step_1 .step_number_box { background-color: #FBE4CC; }
.step_2 .step_number_box { background-color: #F8C999; }
.step_3 .step_number_box { background-color: #F19940; }
.step_4 .step_number_box { background-color: #ED7700; }
.step_text_box {
    width: 55.55%;
}
.step_name {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 1.8;
}
.step_icon_box {
    width: 1.2rem;
    padding-left: 0.15rem;
}
.step_icon_box img {
    width: 75%;
}
.step_1,.step_2,.step_3 {
    position: relative;
    padding-bottom: 0.5rem;
}
.step_1:after,.step_2:after,.step_3:after {
    content: "";
    display: block;
    width: 0.76rem; 
    height: 0.36rem;
    background: url(../images/pict_arrow_black.svg);
    background-repeat: no-repeat; 
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0.5rem);
}
/* 職場紹介
--------------------------------------------------*/
 .intro {
    width: 100%;
    background-image: url(../images/bg_intro.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f2f2f2;
    background-size: 100% 8.5rem;
    position: relative;
    padding-bottom: 1.2rem;
}
.intro:before {
    content: ""; 
    display: block;
    width: 0.74rem; 
    height: 1.54rem;
    background: url(../images/pict_corner.svg);
    background-repeat: no-repeat; 
    background-size: contain;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}
.area_map {
    max-width: 11.6rem;
    height: 6.5rem;
    padding: 0  0.3rem;
    margin: 0 auto;
    overflow: hidden; 
    position: relative;
}
.intro_title_box {
    position: absolute;
    top: 1.2rem;
    left: 0.3rem;
    line-height: 1.6;
    pointer-events: none;
}
.intro_title_j {
    font-size: 0.48rem;
    font-weight: 600;
}
.intro_title_e {
    font-size: 0.23rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ED7700;
    margin-bottom: 0.6rem;
}
.intro_title_box p {
    width: 30%;
    font-size: 0.18rem;
    font-weight: 500;
    letter-spacing: 0.005rem;
}



.intro_photo_bg {
    max-width: 11.6rem;
    padding: 0 0.3rem;
    margin: 0 auto;
}
.intro_photo_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro_photo_wrapper figure {
    width: 46.36%;
    margin-bottom: 0.6rem;
    box-shadow: #ccc 0.1rem 0.1rem 0.2rem;
}
.intro_photo_wrapper figure figcaption {
    background-color: #fff;
    padding: 0.25rem 7.8%;
}
.intro_photo_name {
    font-size: 0.3rem;
    font-weight: 600;
}
/* スキルアップ
--------------------------------------------------*/
.skill-up_catch-copy {
    font-size: 0.36rem;
    font-weight: 600;
    text-align: center;
    margin: 0.6rem 0 1.2rem;
    letter-spacing: 0.01rem;
}
.skill-up_wrpper {
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}
.skill-up_wrpper figure {
    width: 58%;
}
.su_2 figure {
    margin-right: 0;
    margin-left: auto;
}
.skill-up_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.3rem;
    color: #fff;
}
.su_1 .skill-up_text{
    background-color: #ED7700;
}
.su_2 .skill-up_text {
    background-color: #1A1A1A;
}
.skill-up_text_box {
    max-width: 3.5rem;
}
.skill-up_text_head {
    font-size: 0.28rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.su_1 .line_shadow {
    width: 40%;
    padding-right: 0.14rem;
    padding-bottom: 0.14rem;
    border-right: #ED7700 solid 8px;
    border-bottom: #ED7700 solid 8px;
    position: absolute;
    top: -0.6rem;
    left: 54.33%;
    opacity: 0.85;
    z-index: 99;
}
.su_2 .line_shadow {
    width: 40%;
    padding-left: 0.14rem;
    padding-bottom: 0.14rem;
    border-left: #1A1A1A solid 8px;
    border-bottom: #1A1A1A solid 8px;
    position: absolute;
    top: 0.6rem;
    right: 54.33%;
    opacity: 0.85;
    z-index: 99;
}
