@charset "utf-8";

.m_section{
  padding: 100px 0;
}

.m_section_title{
  color: #a0976e;
}

.m_section_title_sub{
  color: #000;
}

.l_recruit{
  margin-top: 0;
  background-color: #fff;
}

.l_recruit .l_recruit_will{
  margin-bottom: 40px;
  color: #1f90c5;
  background: linear-gradient(30deg, #1f90c4, #00adbd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Avenir", "Futura";
  font-size: 12rem;
  text-align: center;
  line-height: 1.0;
}

.l_recruit .l_recruit_will img{
  max-width: 1034px;
}

.l_recruit .l_recruit_will_title{
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.l_recruit .l_recruit_will_lead{
  font-size: 1.8rem;
  text-align: center;
}

.l_recruit .l_recruit_about{
  width: 900px;
  margin: 55px auto 0;
}

.l_recruit .l_recruit_about a{
  border-width: 3px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .m_section{
    padding: 40px 0;
  }

  .l_recruit .l_recruit_will{
    margin-bottom: 20px;
    font-size: 12vw;
    line-height: 1.2;
  }

  .l_recruit .l_recruit_will img{
    max-width: 100%;
  }

  .l_recruit .l_recruit_will_title{
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  .l_recruit .l_recruit_will_lead{
    font-size: 1.4rem;
    text-align: left;
  }

  .l_recruit .l_recruit_about{
    width: 80%;
    margin: 20px auto 0;
  }

  .l_recruit .l_recruit_about a{
    font-size: 1.6rem;
  }
}

.m_section_odd{
    background: #f4f4f4;
    /* background: #f4f4f4 url(../img/common/bg_line.png) repeat center top; */
}

/* -----------------------
  PERSONALITY
----------------------- */
.personality_list{
  margin-bottom: 50px;
}

.personality_list .personality_item + .personality_item{
  margin-top: 65px;
}

.personality_top{
  position: relative;
  padding-left: 40px;
  color: #1f90c5;
  font-family: "Helvetica", "Avenir";
  font-size: 5.0rem;
  font-weight: bold;
}

.personality_top::before{
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #1f90c5;
  border-right: 3px solid #1f90c5;
  transform: translateY(-50%) rotate(-45deg);
}
.personality_btm{
  padding-left: 40px;
  color: #272727;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .m_section_odd{
      /* background: #f4f4f4 url(../img/common/bg_line.png) repeat center top;
      background-size: 170% auto; */
  }

  .personality_list{
    margin-bottom: 30px;
  }

  .personality_list .personality_item + .personality_item{
    margin-top: 25px;
  }

  .personality_top{
    padding-left: 30px;
    font-size: 2.6rem;
  }

  .personality_top::before{
    width: 15px;
    height: 15px;
  }
  .personality_btm{
    padding-left: 30px;
    font-size: 1.6rem;
  }
}

/* -----------------------
  VISION & BUISINESS
----------------------- */
.vision_graph{
  margin: 40px 0;
}
.vision_title{
  margin: 30px 0;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .vision_graph{
    margin: 20px 0;
  }
  .vision_title{
    margin: 20px 0;
    font-size: 1.8rem;
  }
}

/* -----------------------
  CORPORATE CULTURE
----------------------- */
.culture_item{
  display: flex;
}

.culture_item + .culture_item{
  margin-top: 80px;
}

.culture_item .culture_figure{
  width: 500px;
}

.culture_item .culture_body{
  flex: 1;
  padding-top: 30px;
}

.culture_item:nth-child(odd) .culture_body{
  padding-left: 50px;
}

.culture_item:nth-child(even) .culture_figure{
  order: 1;
}

.culture_item:nth-child(even) .culture_body{
  order: 0;
  padding-right: 50px;
}

.culture_item .culture_title{
  margin-bottom: 50px;
}

.culture_item .culture_title_en{
  display: block;
  font-family: "Avenir", "Futura";
  font-size: 10rem;
  -webkit-text-stroke: 1px #1f90c5;
  color: transparent;
  /* color: #00000000; */
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.0;
}

.culture_item .culture_title_jp{
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .culture_item{
    flex-wrap: wrap;
  }

  .culture_item + .culture_item{
    margin-top: 40px;
  }

  .culture_item .culture_figure{
    width: 100%;
  }

  .culture_item .culture_body{
    margin-top: -20px;
    padding-top: 0;
  }

  .culture_item:nth-child(odd) .culture_body{
    padding-left: 0;
  }

  .culture_item:nth-child(even) .culture_figure{
    order: 0;
  }

  .culture_item:nth-child(even) .culture_body{
    order: 1;
    padding-right: 0;
  }

  .culture_item .culture_title{
    margin-bottom: 20px;
  }

  .culture_item .culture_title_en{
    font-size: 5rem;
  }

  .culture_item .culture_title_jp{
    font-size: 2.0rem;
  }
}

/* -----------------------
  BENEFITS & EVENT
----------------------- */
.recruit_thirdTitle{
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: solid 4px #a0976e;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}

.benefits_list{
  position: relative;
}

.benefits_list.slick-initialized{
  display: block;
}

.benefits_list{
  margin-bottom: 70px;
}

.benefits_item{
  width: 340px;
  margin: 0 20px;
}

.benefits_list li:focus{
  outline : none;
}

.benefits_item .benefits_figure{
  text-align: center;
}

.benefits_item .benefits_figure img{
  margin: 0 auto;
  border-radius: 6px;
}

.benefits_item .benefits_title{
  margin-top: 18px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.benefits_item .benefits_text{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.js_slider02{
  opacity: 0;
  transition: opacity .3s linear;
}

.js_slider02.slick-initialized{
  opacity: 1;
}

.slider_count{
  display: none;
  font-weight: bold;
  text-align: center;
}

.js_slider02 .slick-arrow{
  width: 50px;
  height: 50px;
  border: 2px solid #a0976e;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 5;
}

.js_slider02 .slick-arrow.slick-prev{
  left: -80px;
}

.js_slider02 .slick-arrow.slick-next{
  right: -80px;
}

.js_slider02 .slick-arrow.slick-prev:before,
.js_slider02 .slick-arrow.slick-next:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #a0976e;
  -webkit-transition: .3s;
  transition: .3s;
}

.js_slider02 .slick-arrow.slick-prev:before{
  border-left: 2px solid #a0976e;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.js_slider02 .slick-arrow.slick-next:before{
  border-right: 2px solid #a0976e;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) and (max-width: 1200px){
  .js_slider02 .slick-arrow.slick-prev{
    left: 0;
  }

  .js_slider02 .slick-arrow.slick-next{
    right: 0;
  }
}

@media screen and (max-width: 767px){
    .recruit_thirdTitle{
      font-size: 2.0rem;
    }

    .benefits_item{
      width: 100%;
      margin: 0;
    }

    .benefits_item .benefits_title{
      font-size: 1.8rem;
    }

    .js_slider02{
      padding-bottom: 60px;
    }

    .slider_count{
      position: absolute;
      bottom: 10px;
      left: 50%;
      display: block;
      margin-top: 15px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .js_slider02 .slick-arrow{
      top: auto;
      bottom: 0;
      width: 45px;
      height: 45px;
      -webkit-transform: translate(0);
      transform: translate(0);
    }

    .js_slider02 .slick-arrow.slick-prev{
      left: 20%;
    }

    .js_slider02 .slick-arrow.slick-next{
      right: 20%;
    }
}

/* -----------------------
  CAREER SUPPORT
----------------------- */
.support_list{
  display: flex;
  flex-wrap: wrap;
}

.support_item{
  display: flex;
  width: 50%;
  margin: 20px 0;
}

.support_item .support_figure{
  width: 180px;
}

.support_item .support_figure img{
  border-radius: 6px;
}

.support_item .support_body{
  flex: 1;
  margin-left: 30px;
  padding-right: 30px;
}

.support_item .support_title{
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}

.support_item .support_text{
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px){
  .support_item{
    width: 100%;
    margin: 10px 0;
  }

  .support_item .support_figure{
    width: 30%;
  }

  .support_item .support_body{
    margin-left: 5%;
    padding-right: 0;
  }

  .support_item .support_title{
    font-size: 1.8rem;
  }
}

/* -----------------------
  CAREER SYSTEM
----------------------- */
.system_item{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px 25px;
  border: solid 1px #1f90c5;
}

.system_item .system_left{
  color: #1f90c5;
  font-family: "Avenir", "Futura";
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1.0;
}

.system_item .system_right{
  margin-left: 25px;
  padding-left: 30px;
  border-left: solid 1px #1f90c5;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .system_item{
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .system_item .system_left{
    font-size: 3.0rem;
  }

  .system_item .system_right{
    margin-left: 15px;
    padding-left: 15px;
    font-size: 1.6rem;
  }
}

/* -----------------------
  Qa
----------------------- */
.qa_list{
  display: flex;
  flex-wrap: wrap;
}

.qa_list_sp{
  display: none;
}

.qa_item{
  width: 48%;
  margin-bottom: 70px;
}

.qa_item:not(:nth-child(odd)){
  margin-left: 4%;
}

.que{
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}

.ans{
  font-size: 1.6rem;
  line-height: 1.6;
}

.que::before{
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  border: solid 2px;
  color: #1f90c5;
  font-size: 2.4rem;
  font-family: "Avenir", "Futura";
}

@media screen and (max-width: 767px){
  .qa_list{
    display: none
  }

  .qa_list_sp{
    display: block;
  }

  .qa_item{
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .qa_item:not(:nth-child(odd)){
    margin-left: 0;
  }

  .que{
    padding: 0 25px 0 40px;
    font-size: 1.6rem;
  }

  .ans{
    display: none;
    font-size: 1.4rem;
  }

  .que::before{
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
  }

  .que::after{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #1f90c5;
    border-right: 2px solid #1f90c5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .que[aria-expanded=true]::after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/* -----------------------
  RECRUIT INFOMATION
----------------------- */
.rfGroup{
  display:flex;
}

.rf_list{
  width: 75%;
}

.rf_item:not(:last-child){
  margin-bottom: 10px;
}

.rf_item.is_hide {
  display: none;
}
.rf_item.is_active {
  display: block;
}

.rf_item a{
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  background-color: #fff;
  border: solid 1px #cccaca;
  border-radius: 10px;
  position: relative;
}

.rf_item a::after{
  content: "";
  width: 11px;
  height: 17px;
  background-image: url(../img/recruit/vek_info.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 40px;
}

.rf_title{
  padding-bottom: 12px;
  padding-right: 50px;
  color: #1f90c5;
  font-size: 2.0rem;
  font-weight: bold;
}

.rf_detail{
  padding-right: 50px;
  color: #898989;
  font-size: 1.2rem;
}

.parent_more{
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.more_btn::before{
    content:"";
    width: 16px;
    height: 8px;
    background-image: url(../img/recruit/vek_more.png);
    background-size: contain;
    display: inline-block;
    margin-right: 13px;
}

.search_list{
  width: 25%;
  margin-left: 5%;
}

.search_box label{
  display: flex;
  align-items: center;
}

.search_name{
  padding-bottom: 12px;
  border-bottom: solid 2px;
  font-weight: bold;
}

.search_item{
  font-size: 1.4rem;
  border-bottom: solid 1px #b4b3b3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 10px;
}

.search_box input[type="checkbox"]{
  display: none;
}

.search_box .check_label{
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.search_box .check_label:before,
.search_box .check_label:after{
  content: "";
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search_box .check_label:before{
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #bdbcbc;
  border-radius: 3px;
}

.search_box .check_label:after{
  top: 50%;
  left: 4px;
  width: 10px;
  height: 5px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(.5);
  opacity: 0;
}

.search_box input[type="checkbox"]:checked + .check_label:before{
  background: #1f90c5;
  border-color: #1f90c5;
}

.search_box input[type="checkbox"]:checked + .check_label:after{
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.search_box + .search_box{
  margin-top: 45px;
}

.search_btn{
    width: 180px;
    font-size: 14px;
    margin: 24px auto 0;
    line-height: 36px;
    color: #fff;
    background-color: #585a59;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn::before{
    content: "";
    width: 14px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/recruit/icon_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

@media screen and (max-width: 767px){
  .rfGroup{
    flex-direction: column;
  }

  .rf_list{
    width: 100%;
    margin-bottom: 11.2vw;
  }

  .rf_item:not(:last-child){
    margin-bottom: 2vw;
  }

  .rf_item a{
    padding: 12px 15px;
  }

  .rf_item a::after{
    width: 2vw;
    height: 3.2vw;
    right: 5.2vw;
  }

  .rf_title{
    font-size: 1.6rem;
    padding-bottom: 5px;
    padding-right: 5.6vw;
  }

  .rf_detail{
    padding-right: 5.6vw;
  }

  .parent_more{
      margin-top: 5.6vw;
  }

  .more_btn{
      font-size: 3.47vw;
  }

  .more_btn::before{
      width: 4.27vw;
      height: 2.13vw;
      background-image: url(../img/recruit/SP_vek_more.png);
      margin-right: 2.67vw;
  }

  .search_list{
    width: 100%;
    margin: auto;
  }

  .search_name{
    font-size: 1.4rem;
    padding-bottom: 2.8vw;
  }

  .search_item{
    font-size: 1.4rem;
    padding: 4.1vw 6px;
  }

  input[type=checkbox]{
      -ms-transform: scale(2.31, 2.31);
      -webkit-transform: scale(2.31, 2.31);
      transform: scale(2.31, 2.31);
  }

  .search_box + .search_box{
    margin-top: 5.73vw;
  }

  .search_btn{
      width: 66.66vw;
      font-size: 4.27vw;
      margin: 6.66vw auto 0;
      line-height: 11.8vw;
  }

  .search_btn::before{
      width: 4.13vw;
      height: 4.27vw;
      background-image: url(../img/recruit/SP_icon_search.png);
      margin-right: 2.53vw;
  }
}
