@charset "utf-8";
#recruit_detail .sub_main_visual {
  width: 100%;
  aspect-ratio: 96 / 41;
  height: auto;
  min-height: 410px;
  background-size: cover;
  display: flex;
}
#recruit_detail.voice01 .sub_main_visual {
  background-image: url(../img/recruit/voice01/mainv.jpg);
}

#recruit_detail.voice02 .sub_main_visual {
  background-image: url(../img/recruit/voice02/mainv.jpg);
}

#recruit_detail.voice03 .sub_main_visual {
  background-image: url(../img/recruit/voice03/mainv.jpg);
}

@media screen and (min-width: 1921px) {
  #recruit_detail .sub_main_visual {
    padding: 4.6% 0 4.6%;
    height: 820px;
  }
}

.mainv_inner {
  margin: auto auto 77px 13vw;
}

.mainv_mission {
  position: relative;
  font-size: 15.4px;
  color: #046CC4;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 53px;
  margin-bottom: 35px;
}

.mainv_mission::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #046CC4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mainv_ttl {
  display: inline;
  font-size: 2.291vw;
  line-height: 1.95;
  color: #046CC4;
  letter-spacing: 0.17em;
  background-color: #fff;
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.mainv_name {
  color: #fff;
  font-size: 28px;
  margin-top: 43px;
  margin-bottom: 26px;
}

.mainv_name span {
  font-size: 14px;
  margin-left: 15px;
}

.mainv_txt {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  margin-top: 15px;
}


/*　sec1
---------------------------------------------------------*/
.sec1 {
	position: relative;
	padding: 90px 0 115px;
}
.sec1 .title_default02 {
  margin-bottom: 50px;
}

.sec1_box-r,
.sec1_box-l {
  display: flex;
  margin-bottom: 200px;
}

.sec1_box-r {
  flex-direction: row;
}

.sec1_box-l {
  flex-direction: row-reverse;
}

.sec1_box-r .sec1_txtbox,
.sec1_box-l .sec1_txtbox {
  width: 50%;
}

.sec1_box-c .sec1_txtbox {
  width: 100%;
}

.sec1_box-r .sec1_imgbox,
.sec1_box-l .sec1_imgbox {
  width: 40%;
  position: relative;
}

.sec1_box-r .sec1_imgbox {
  margin-left: 6vw;
}

.sec1_box-l .sec1_imgbox {
  margin-right: 6vw;
}

.sec1_imgbg {
  width: 60vw;
  height: 20vw;
  position: absolute;
  top: 13.85vw;
  background-color: #046CC4;
}

.sec1_box-r .sec1_imgbg {
  left: 47%;
}

.sec1_box-l .sec1_imgbg {
  right: 47%;
}

.sec1_box-r .sec1_imgbox img,
.sec1_box-l .sec1_imgbox img {
  position: absolute;
  width: 41vw;
  max-width: none;
  height: auto;
  display: block;
}

.sec1_box-r .sec1_imgbox img {
  left: 0;
}

.sec1_box-l .sec1_imgbox img {
  right: 0;
}

.sec1_box-c .sec1_txtbox {
  margin-bottom: 40px;
}

.sec1_ttl {
  position: relative;
  font-size: 28px;
  color: #046CC4;
  letter-spacing: 0.04em;
  line-height: 1.9;
  font-weight: bold;
  margin-bottom: 40px;
}

.sec1_ttl::before {
  content: "";
  display: block;
  height: 140px;
  width: 170px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  z-index: -1;
}

.sec1_ttl-01::before {
  background-image: url("../img/recruit/01.svg");
}

.sec1_ttl-02::before {
  background-image: url("../img/recruit/02.svg");
}

.sec1_ttl-03::before {
  background-image: url("../img/recruit/03.svg");
}

.sec1_txt {
  line-height: 2;
}


/*　sec2
---------------------------------------------------------*/
.sec2 {
  background: #F7F6F6;
  position: relative;
  padding-top: 130px;
  padding-bottom: 90px;
}

.sec2 .title_default02 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.sec2_flex {
  display: flex;
  justify-content: space-between;
}

.sec2_sche {
  display: flex;
}

.sec2_time li,
.sec2_work li {
  padding: 15px 0 30px;
}

.sec2_time li:last-child,
.sec2_work li:last-child {
  padding: 15px 0 15px;
}

.sec2_time li {
  color: #046CC4;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec2_work li {
  position: relative;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 90px;
}

.sec2_work li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #046CC4;
  position: absolute;
  left: -50px;
  top: 20px;
  z-index: 1;
}

.sec2_work li::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #c9c9c9;
  position: absolute;
  left: -46px;
  top: 50%;
  transform: translateY(-50%);
}


/*　sec_op
---------------------------------------------------------*/
.sec_op {
  /* background: #F7F6F6; */
	padding: 90px 0 75px;
}
.sec_op .title_default02 {
	margin-bottom: 55px;
}
.sec_op_list {
	position: relative;
	display: -ms-flexbox;
  display: flex;
}
.sec_op_list li {
	margin-left: 3.454%;
	width: 48.273%;
}
.sec_op_list li:first-child {
	margin-left: 0;
}
.sec_op_list a {
  display: block;
  background: #FFF;
}
.sec_op_list figure {
	position: relative;
}
.sec_op_list figcaption {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #046cc4;
  color: #FFF;
  padding: 0 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
}
.sec_op_list .text_box {
  padding: 20px 25px 25px;
}
.sec_op_list p.catch {
	margin-bottom: 5px;
  min-height: 55px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.sec_op_list p.name {
  position: relative;
  padding-bottom: 8px;
  font-size: 2rem;
  text-align: right;
  padding-right: 30px;
  letter-spacing: 0;
}
.sec_op_list p.name:before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  border-bottom: 1px solid #00c9c5;
  margin: auto;
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.sec_op_list p.name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #0353cd 0%, #00c9c5 100%);
  background: -webkit-linear-gradient(left, #0353cd 0%,#00c9c5 100%);
  background: linear-gradient(to right, #0353cd 0%,#00c9c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353cd', endColorstr='#00c9c5',GradientType=1 );
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}


/*---------------------------------------------------------
	width:1440px
---------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .sec1_box-r,
  .sec1_box-l {
    margin-bottom: 100px;
  }

  .sec1_box-r .sec1_imgbox,
  .sec1_box-l .sec1_imgbox {
    margin-top: 4vw;
  }

  .sec1_box-r .sec1_imgbox {
    margin-left: 4vw;
  }

  .sec1_box-l .sec1_imgbox {
    margin-right: 4vw;
  }
}


/*---------------------------------------------------------
	width:1110px
---------------------------------------------------------*/
@media screen and (max-width: 1110px) {
  .sec1_box-r,
  .sec1_box-l {
    justify-content: center;
  }

  .sec1_box.sec1_box-c {
    width: 95%;
    margin: 0 auto;
  }

  .sec2_flex {
    width: 95%;
    margin: 0 auto;
  }
}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
  #recruit_detail .sub_main_visual {
    aspect-ratio: 75 / 99;
    padding: 0;
  }

  #recruit_detail.voice01 .sub_main_visual {
    background-image: url(../img/recruit/voice01/mainv_sp.jpg);
  }

  #recruit_detail.voice02 .sub_main_visual {
    background-image: url(../img/recruit/voice02/mainv_sp.jpg);
  }

  #recruit_detail.voice03 .sub_main_visual {
    background-image: url(../img/recruit/voice03/mainv_sp.jpg);
  }

  .mainv_inner {
    margin: auto auto 9.3vw 5.6vw;
  }

  .mainv_mission {
    font-size: 2.7vw;
    letter-spacing: 0.12em;
    padding-left: 7vw;
    margin-bottom: 23px;
  }

  .mainv_mission::before {
    width: 6.6vw;
    height: 1.25px;
  }

  .mainv_ttl {
    font-size: 5.6vw;
    line-height: 1.95;
    letter-spacing: 0.11em;
    padding: 2px 10px;
  }

  .mainv_name {
    font-size: 4.8vw;
    margin-top: 5vw;
    margin-bottom: 3.5vw;
  }

  .mainv_name span {
    font-size: 2.4vw;
    margin-left: 10px;
  }

  .mainv_txt {
    font-size: 3vw;
    line-height: 1;
    margin-top: 1.86vw;
  }

  /*　sec1
  ---------------------------------------------------------*/
  .sec1 {
    padding: 55px 0 100px;
  }

  .sec1 .title_default02 {
    margin-bottom: 40px;
  }

  .sec1_box-r,
  .sec1_box-l {
    display: flex;
    margin-bottom: 130px;
  }

  .sec1_box-r {
    flex-direction: column;
  }

  .sec1_box-l {
    flex-direction: column;
  }

  .sec1_box-r .sec1_txtbox,
  .sec1_box-l .sec1_txtbox {
    width: 95%;
    text-align: justify;
    margin: 0 auto;
  }

  .sec1_box-c .sec1_txtbox {
    width: 95%;
    text-align: justify;
    margin: 0 auto;
  }

  .sec1_box-r .sec1_imgbox,
  .sec1_box-l .sec1_imgbox {
    width: 90%;
  }

  .sec1_box-r .sec1_imgbox {
    margin-left: 2vw;
  }

  .sec1_box-l .sec1_imgbox {
    margin-right: 2vw;
    margin-left: auto;
  }

  .sec1_imgbg {
    width: 100vw;
    height: 70%;
    top: 25vw;
  }

  .sec1_box-r .sec1_imgbg {
    left: 20%;
  }

  .sec1_box-l .sec1_imgbg {
    right: 20%;
  }

  .sec1_box-r .sec1_imgbox img,
  .sec1_box-l .sec1_imgbox img {
    position: relative;
    width: 100%;
  }

  .sec1_box-c .sec1_txtbox {
    margin-bottom: 20px;
  }

  .sec1_ttl {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .sec1_ttl::before {
    height: 120px;
    width: 145px;
    left: -10px;
  }

    /*　sec2
  ---------------------------------------------------------*/
  .sec2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec2_flex {
    flex-direction: column;
    width: 100%;
  }

  .sec2_sche {
    margin-bottom: 30px;
  }

  .sec2_time li,
  .sec2_work li {
    padding: 15px 0 15px;
  }

  .sec2_work li {
    margin-left: 30px;
  }

  .sec2_work li::before {
    left: -21px;
  }

  .sec2_work li::after {
    left: -17px;
  }


	/*　sec_op
	---------------------------------------------------------*/
	.sec_op {
		padding: 55px 0;
	}
	.sec_op .title_default02 {
		margin-bottom: 40px;
	}
	.sec_op_list {
	  display: block;
	}
	.sec_op_list li {
		margin: 0 0 35px;
		width: 100%;
	}
  .sec_op_list li:last-child {
    margin: 0;
  }
	.sec_op_list li figure img {
		width: 100%;
		height: auto;
	}
	.sec_op_list figcaption {
	  padding: 0 15px;
	  font-size: 1.2rem;
	  line-height: 32px;
	}
  .sec_op_list .text_box {
    padding: 15px 20px 20px;
  }
	.sec_op_list p.catch {
    min-height: 100%;
	  font-size: 1.8rem;
	}
  .sec_op_list p.name:before {
    width: 6px;
  }

}