@charset "UTF-8";
#ABOUT_IDX .mv-wrap-01 {
  background: url(/recruit/imgs/about/about_mv_pc.jpg) no-repeat center / cover;
}
.img-wrap-01 .ttl-08 {
  margin-bottom: 10px;
}
#MESSAGE .mv-wrap-02 .mv-img-wrap{
	overflow: hidden;
}
#MESSAGE .mv-wrap-02 .mv-img-wrap img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
#MESSAGE .nav-wrap-01 .nav-link-01 li{
  width: 25%;
}
#MESSAGE .cnt-img-01{
  height: 600px;
}
#MESSAGE #CNT1 .cnt-img-01 {
  background: url(/recruit/imgs/about/message_img_01.jpg) no-repeat center / cover;
}
#MESSAGE #CNT2 .cnt-img-01 {
  background: url(/recruit/imgs/about/message_img_03.jpg) no-repeat center / cover;
}
#MESSAGE #CNT3 .cnt-img-01 {
  background: url(/recruit/imgs/about/message_img_04.jpg) no-repeat center / cover;
}
#MESSAGE #CNT4 .cnt-img-01 {
  background: url(/recruit/imgs/about/message_img_06.jpg) no-repeat center / cover;
}
.cnt-img-wrap-02 {
  margin-bottom: 150px;
}
#CNT4.cnt-img-wrap-02{
  margin-bottom: 260px;
}
.cnt-img-wrap-02 .cnt-ttl-01 {
  color: #fff;
  height: 334px;
  display: flex;
  align-items: end;
}
.cnt-img-wrap-02 .cnt-ttl-01 .ttl-02 {
  margin-bottom: 40px;
  width: 100%;
}
.cnt-img-wrap-02 .cnt-txt-01 {
  padding: 100px 145px 0;
  box-sizing: border-box;
  background: #fff;
  margin: -256px auto 150px;
}
.cnt-img-wrap-02 .cnt-txt-01 .ttl-08 {
  margin-bottom: 20px;
  display: flex;
}
.cnt-img-wrap-02 .cnt-txt-01 .ttl-08 span{
  padding-left: 4px;
}
.cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 {
  margin-bottom: 20px;
}
.cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 dt {
  margin-right: 20px;
  float: left;
}
.cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 dd {
  padding-left: 82px;
}
.txt-03 + .txt-03 {
  margin-top: 16px;
}
/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #ABOUT_IDX .mv-wrap-01 {
    background: url(/recruit/imgs/about/about_mv_sp.jpg) no-repeat center / cover;
  }
  #MESSAGE .nav-wrap-01 .nav-link-01 li{
    width: 50%;
  }
  #MESSAGE .cnt-img-01{
    height: 65.1042vw;
  }
  #MESSAGE #CNT1 .cnt-img-01 {
    background: url(/recruit/imgs/about/message_img_01_sp.jpg) no-repeat center / cover;
  }
  #MESSAGE #CNT2 .cnt-img-01 {
    background: url(/recruit/imgs/about/message_img_03_sp.jpg) no-repeat center / cover;
  }
  #MESSAGE #CNT3 .cnt-img-01 {
    background: url(/recruit/imgs/about/message_img_04_sp.jpg) no-repeat center / cover;
  }
  #MESSAGE #CNT4 .cnt-img-01 {
    background: url(/recruit/imgs/about/message_img_06_sp.jpg) no-repeat center / cover;
  }
  .cnt-img-wrap-02 {
    margin-bottom: 32.5521vw;
  }
  #CNT4.cnt-img-wrap-02{
    margin-bottom: 46.5521vw;
  }
  .cnt-img-wrap-02 .cnt-ttl-01 {
    height: 65.1042vw;
    align-items: center;
  }
  .cnt-img-wrap-02 .cnt-ttl-01 .ttl-02 {
    margin-bottom: 0;
  }
  .cnt-img-wrap-02 .cnt-txt-01 {
    padding: 15.6250vw 0 0;
    margin: 0;
  }
  .cnt-img-wrap-02 .cnt-txt-01 .ttl-08 {
    margin-bottom: 7.8125vw;
  }
  .cnt-img-wrap-02 .cnt-txt-01 .ttl-08 span{
    padding-left: 6px;
  }
  .cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 {
    margin-bottom: 5.2083vw;
  }
  .cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 dt {
    margin: 0 0 2.6042vw;
    float: none;
  }
  .cnt-img-wrap-02 .cnt-txt-01 .cnt-txt-02 dd {
    padding-left: 0;
  }
  .txt-03 + .txt-03 {
    margin-top: 3.6458vw;
  }
}