@charset "utf-8";
.top_mv {
	position: relative;
  margin-bottom: 120px;
}
.top_mv::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 265px;
  bottom: -12%;
  right: 0;
  background-image: url(../img/mv_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mv_photo {
	margin-right: 0;
	margin-left: 100px;
}
.mv_photo .slick-slide img {
	height: 680px;
	-o-object-fit: cover;
  object-fit: cover;
}
.pc_mv {
  display: block !important;
}
.sp_mv {
  display: none !important;
}
.mv_txtlist {
  width: 35%;
  text-align: center;
  position: absolute;
  top: 18%;
  left: 12%;
}
.mv_logo {
	max-width: 370px;
	margin: 0 auto 40px;
}
.mv_photo li img {
  width: 100%;
}
.slick-slide img {
  width: 100%;
}
/* top_btn */
.top_btn {
  margin-bottom: 100px;
}
.top_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  max-width: 900px;
  margin: 0 auto;
}
.top_btn li {
  width: 35%;
  background-color: #1c313f;
}
.top_btn .nav_btn a {
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
.top_btn .nav_btn a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #ec5b38;
}
.top_btn .nav_btn:hover {
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* message */
.message {
  margin-bottom: 140px;
}
.message li {
  width: 47%;
  color: #fff;
}
.message li:nth-child(2) {
  padding: 90px 5% 90px 0;
}
.message .sub_ttl::after {
  background: #fff;
}
.message_box {
  background: url(../img/message_bg.png) no-repeat;
  background-size: cover;
  background-position: top right -300px;
}
/* point */
.point {
  margin-bottom: 140px;
}
.point  .sub_ttl::after {
  bottom: -20px;
}
.point .sub_ttl {
  margin-bottom: 50px;
}
.point .ttl_box {
  text-align: center;
}
.point .ttl .ja span {
  display: inline-block;
  font-size: 64px;
  color: #249a7e;
}
.point .ttl::after {
  display: none;
}
.point ul li:not(:last-child) {
  margin-bottom: 80px;
}
.point_txt_pic {
  max-width: 600px;
  height: auto;
  width: 100%;
  position: relative;
  z-index: -1;
}
.point_left .point_txt_pic {
  margin-right: -1%;
}
.point_right .point_txt_pic {
  margin-left: -1%;
}
.point_txt_box {
  max-width: 600px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.point_txt_box img {
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
}
.point_p {
  margin-bottom: 20px;
}
/* benefits */
.benefits {
  background-color: #1c1930;
}
.benefits_bg {
  padding: 100px 0 140px;
  background: url(../img/benefits_bg_r.png) no-repeat right top, url(../img/benefits_bg_l.png) no-repeat left bottom ;
  background-size: 60%, 70%;
}
.benefits .ttl {
  color: #fff;
  margin-bottom: 40px;
}
.benefits .ttl::after {
  display: none;
}
.benefits .ttl .first-letter {
  color: #1edc3a;
}
.benefits .ttl_box .ja {
  display: inline-block;
  background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
  background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 80px;
}
.benefits_box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits_box .benefits_box_img {
  width: 40%;
  margin: 0 auto 30px;
  text-align: center;
}
.benefits_box_number {
  font-size: 36px;
  padding: 20px 15px;
  line-height: 1;
  background: #249a7e;
  color: #fff;
  display: inline-block;
}
.benefits_box_txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.benefits li {
  width: 30%;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, .8);
  box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, .8);
  margin-bottom: 60px;
}
.benefits li > div {
  padding: 0 30px 30px 30px ;
}
.benefits_contents {
  padding-bottom: 80px;
}
.benefits_box_subttl {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  bottom: 60px;
}
.benefits_box_subttl::after { 
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.benefits_box .benefits_box_img02 {
  width: 80%;
  margin: 0 auto 30px;
}
/* data */
.data {
  padding: 100px 0 140px;
  background: url(../img/data_bg.png) no-repeat top left;
  background-size: cover;
}
.data .ttl_box {
  text-align: center;
  margin-bottom: 60px;
}
.data .ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1)));
  background: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1));
}
.data .flex {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #e6e6e6;
  padding: 30px;
  width: 30%;
  border: 3px solid;
  -o-border-image: -o-linear-gradient(bottom, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1)) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 199, 191, 1)), to(rgba(36, 154, 126, 1))) 1;
  border-image: linear-gradient(0deg, rgba(36, 199, 191, 1), rgba(36, 154, 126, 1)) 1;
  position: relative;
}
.data li:first-of-type::after {
  position: absolute;
  content: "平均勤続年数";
  width: 50%;
  height: 1em;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background-color: #1c313f;
  letter-spacing: 0.05em;
}
.data li:nth-of-type(2)::after {
  position: absolute;
  content: "平均年齢";
  width: 50%;
  height: 1em;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background-color: #1c313f;
  letter-spacing: 0.05em;
}
.data li:nth-of-type(3)::after {
  position: absolute;
  content: "初年度年収";
  width: 50%;
  height: 1em;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  background-color: #1c313f;
  letter-spacing: 0.05em;
}
/* flow */
.flow {
  padding: 100px 0 140px;
  background:url(../img/work_bg.png) no-repeat center / cover;
}
.flow .ttl_box {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}
.flow .ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.flow .ja {
  text-align: center;
} 
.flow_inner {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.flow_time {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background-color: #1c1930;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
  max-width: 130px;
  text-align: center;
}
.flow_inner_ttl {
  margin-bottom: 30px;
}
.flow_inner_txt {
  background: rgba(255, 255, 255, .8);
  padding: 30px;
}
.flow_inner_txt_ttl {
  font-size: 30px;
  margin-bottom: 20px;
  color: #249a7e;
  font-weight: 600;
  border-bottom: 1px solid #249a7e;
  line-height: 1.6;
}
.swiper_pearent {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.swiper-button-prev::after {
  content: "";
  display: inline-block;
  background: url(../img/prev_btn.png) no-repeat top center;
  background-size: contain;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/next_btn.png) no-repeat top center ;
  background-size: contain;
  width: 50px;
  height: 100%;
  right: 40px;
  top: 0;
}
/* voice */
.voice {
  padding: 100px 0 140px;
}
.voice_name {
  border-left: 6px solid #249a7e;
  color: #249a7e;
  font-weight: 600;
  margin-bottom: 30px;
}
.voice img {
  margin-bottom: 30px;
}
.voice_name p:first-child {
  font-size: 30px;
  padding-left: 3%;
}
.voice_name p:nth-child(2) {
  font-size: 20px;
}
.voice_ttl {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}
.voice ul {
  margin-top: 100px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.voice li {
  width: 48%;
}
.voice li:nth-child(2) {
  margin-top: -100px;
}
/* enrtry */
.enrtry {
  background: #e6e6e6;
  padding: 0 0 140px;
}
.enrtry h4 {
  text-align: center;
  background-color: #1c313f;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
}
.enrtry h4::after{
  content: "";
  position: absolute;
  background: url(../img/enrty_next.png) no-repeat top center;
  background-size: contain;
  width: 10%;
  height: 50%;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.enrtry ul {
  margin-top: 120px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.enrtry li {
  width: 30%;
  background: #fff;
  border: 5px solid #249a7e;
  padding: 60px 40px 40px;
  text-align: center;
  position: relative;
}
.enrtry li::after {
  content: "";
  position: absolute;
  background: url(../img/enrty_checkbox.jpg) no-repeat top center;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.enrtry li figure {
  width: 60%;
  margin: 0 auto 30px;
}
.enrtry span {
  font-size: 18px;
  line-height: 1.5;
}
/* ex */
.experience {
  padding: 100px 0;
  background: url(../img/ex_bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: -5;
} 
.experience .ttl_box {
  text-align: center;
  color: #fff;
}
.experience .ja {
  text-align: center;
}
.experience .ttl {
  font-size: 70px;
}
.experience .ttl::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 6px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
.experience_txt {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0;
}
/* banner */
.banner_area {
  margin-bottom: 200px;
}
.banner_area_box {
  background-color: #1c1930;
  padding: 60px;
  margin-bottom: 80px;
  background-image: url(../img/ex_path.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.banner_area_box p {
  color: #fff;
}
.banner_area_box .banner_area_box_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 5%;
}
.banner_area_box .banner_area_box_txt p {
  margin-bottom: 50px;
}
.banner_area_box figure {
  max-width: 500px;
  width: 100%;
  height: 360px;
}
.banner_area_box:first-of-type {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.banner_area_box:first-of-type h3 {
  width: 50%;
  margin-bottom: 30px;
}
.banner_area_box:last-of-type h3 {
  width: 30%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  .pc_mv {
    display: none !important;
  }
  .sp_mv {
    display: block !important;
  }
  .nav_pc_bg {
    width: 100%;
    height: 70px;
    padding: 25px 2% 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav_pc_item .nav_pc_logo {
    width: 200px;
  }
  .mv_txtlist {
    width: 50%;
    left: 18%;
  }
  .top_mv::after {
    width: 50%;
    height: 40%;
    bottom: -80px;
  }
  .top_btn li {
    width: 90%;
  }
  .top_btn li:first-child {
    margin-bottom: 30px;
  }
  .top_btn {
    margin-bottom: 70px;
  }
  .message_box {
    background: none;
  }
  .message_box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .message li {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .message li:nth-child(2){
    background: url(../img/message_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: bottom left;
    padding: 45px 13%;
    width: 100%;
    padding: 60px 5%;
    position: relative;
    z-index: -1;
    margin-top: -30px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
  }
  .message {
    margin-bottom: 60px;
  }
  .point .ttl .ja span {
    font-size: 30px;
  }
  .point .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .point_txt_pic {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .point_txt_box img {
    width: 20%;
    margin-bottom: 10px;
  }
  .point ul li:not(:last-child) {
    margin-bottom: 60px;
  }
  .point_right .point_txt_pic {
    margin-left: 0;
  }
  .point {
    margin-bottom: 100px;
  }
  .benefits_bg {
    padding: 70px 0 30px;
    background: url(../img/benefits_bg_r.png) no-repeat right top, url(../img/benefits_bg_l.png) no-repeat left bottom;
    background-size: 80%, 80%;
  }
  .benefits .ttl {
    margin-bottom: 20px;
  }
  .benefits .ttl_box .ja {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .benefits li {
    width: 90%;
    margin:  0 auto 40px;
    background: #fff;
  }
  .benefits_box_number {
    font-size: 24px;
  }
  .benefits_box_subttl {
    font-size: 20px;
  }
  .benefits_box_subttl::after {
    width: 70px;
    bottom: -20px;
  }
  .data {
    padding: 70px 0 100px;
    background: url(../img/data_bg_sp.png) no-repeat top left;
    background-size: cover;
  }
  .data .ttl_box {
    margin-bottom: 40px;
  }
  .data li {
    width: 70%;
    margin:  0 auto;
    padding: 30px;
  }
  .data li:not(:last-child){
    margin-bottom: 60px;
  }
  .data .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-button-prev::after {
    left: -20px;
    top: 30px;
  }
  .swiper-button-next::after {
    right: -20px;
    top: 30px;
  }
  .flow_inner_txt_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .flow_inner_ttl {
    margin-bottom: 10px;
  }
  .flow_inner_txt {
    padding: 20px;
  }
  .flow {
    padding: 70px 0;
  }
  .flow_time {
    font-size: 20px;
    max-width: 120px;
  }
  .flow .ttl_box {
    margin-bottom: 40px;
  }
  .voice ul {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice li {
    width: 100%;
    margin-bottom: 60px;
  }
  .voice_name {
    margin-bottom: 30px;
  }
  .voice_name p:first-child {
    font-size: 20px;
  }
  .voice_name p:nth-child(2) {
    font-size: 14px;
  }
  .voice_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .voice li:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .voice {
    padding: 70px 0 100px;
  }
  .enrtry {
    padding: 0 0 100px;
  }
  .enrtry h4 {
    font-size: 20px;
    padding: 20px 0;
  }
  .enrtry h4::after {
    width: 20%;
    height: 50%;
    bottom: -55px;
  }
  .enrtry ul {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enrtry li {
    width: 100%;
    margin: 0 auto 60px;
    padding: 40px 30px 30px 30px;
    text-align: center;
    position: relative;
  }
  .enrtry li:last-child{
    margin-bottom: 0;
  }
  .enrtry li::after {
    width: 60px;
    height: 60px;
  }
  .enrtry li figure {
    width: 50%;
    margin: 0 auto 20px;
  }
  .experience .ttl {
    font-size: 40px;
  }
  .banner_area_box {
    padding: 60px 5%;
    margin-bottom: 50px;
    background-image: url(../img/ex_path_sp.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner_area_box_bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner_area_box .banner_area_box_txt {
    padding-right: 0;
  }
  .banner_area_box figure {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .banner_area_box .banner_area_box_txt p {
    margin-bottom: 30px;
  }
  .banner_area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {

  .ft_logo {
    width: 80%;
  }
  .mv_photo .slick-slide img{
    height: 450px;
  }
  .mv_txtlist {
    width: 70%;
    top: 60%;
    left: 4%;
  }
  .top_mv {
    position: relative;
  }
  .mv_txtlist {
    width: 75%;
    top: 85%;
    left: 14%;
    z-index: 1;
  }
  .mv_photo {
    width: 90%;
    margin-right: 0;
    margin-left: 10%;
  }
  .mv_scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 110px 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mv_scroll .en {
    font-size: 11px;
  }
  .mv_scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(50% + -9px);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 95px;
  }
  .message li:nth-child(2){
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
  }
  .flow_inner {
    max-width: none;
    margin: 0 auto;
    width: 90%;
  }
  .swiper-button-next::after {
    top: 0px;
    width: 40px;
  }
  .swiper-button-prev::after {
    top: 0;
    width: 40px;
  }
  .banner_area_box:first-of-type h3 {
    width: 60%;
    margin-bottom: 20px;
  }
  .banner_area_box:last-of-type h3 {
    width: 40%;
    margin-bottom: 20px;
  }
  .point_txt_box img {
    width: 30%;
    margin-bottom: 10px;
  }
  .data li {
    width: 100%;
  }
}


