@charset "utf-8";

.cont_img {
  background: url(../images/recruit.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .cont .container {
    padding-bottom: 70px;
  }
}

/*============================
メッセージ
============================*/
#message .inner {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #message .inner img {
    padding-top: 80.59%;
    width: 100%;
    height: 0;
    background: url(../images/mesage/01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  #message .catch {
    width: 100%;
  }

  #message .catch p {
    position: absolute;
    top: -125px;
    left: 5px;
    right: 0px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    display: inline-table;
    margin-left: 25px;
    margin-right: 25px;
  }

  #message .catch p::first-letter {
    border-left: 3px solid #061333;
  }

  #message p span {
    margin-bottom: 25px;
  }

  #message p span:nth-of-type(22)::before {
    border-left: none;
  }
}

/*============================
魅力
============================*/
#attraction {
  background: #00216f;
  margin-top: 140px;
  padding-bottom: 100px;
}

#attraction h2 {
  color: #fff;
}

#attraction .box {
  width: 510px;
  border: solid 3px #061333;
  margin-bottom: 20px;
}

#attraction .box:nth-of-type(3),
#attraction .box:last-of-type {
  margin-bottom: 0;
}


#attraction .box img {
  width: 100%;
}

#attraction .box .text {
  background: #fff;
  padding: 30px 40px;
  position: relative;
}

#attraction .box .text::before {
  content: '01.';
  position: absolute;
  top: -57px;
  left: 40px;
  color: #459fd8;
  font-size: 75px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  z-index: 9999;
}

#attraction .box:nth-of-type(2) .text::before {
  content: '02.';
}

#attraction .box:nth-of-type(3) .text::before {
  content: '03.';
}

#attraction .box:last-of-type .text::before {
  content: '04.';
}


#attraction .box .text p {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #attraction {
    padding-bottom: 60px;
    margin-top: 40px;
  }

  #attraction .box {
    width: 100%;
  }

  #attraction .box .text {
    background: #fff;
    padding: 30px 30px 20px 30px;
    position: relative;
  }

  #attraction .box .text::before {
    top: -28px;
    left: 30px;
    font-size: 50px;
  }

  #attraction .box .text p {
    font-size: 15px;
    line-height: inherit;
  }

  #attraction .box:nth-of-type(3) {
    margin-bottom: 20px;
  }
}

/*============================
キャリアパス
============================*/
#carrerpath {
  padding-top: 140px;
}

@media only screen and (max-width: 768px) {
  #carrerpath {
    padding-top: 50px;
  }
	
  #carrerpath .inner img {
    padding-top: 227.76%;
    width: 100%;
    height: 0;
    background: url(../images/carrerpath/01_sp.png) no-repeat center top;
    background-size: 100%;
  }
}

/*============================
社員インタビュー
============================*/
#interview {
  /*
  padding: 100px 0;
  padding-bottom: 0;
*/
}

#interview .inner {
  max-width: 1300px;
  margin: 0 auto;
}

#interview section {
  position: relative;
  margin-bottom: 80px;
}

#interview section:last-of-type {
  margin-bottom: 0px;
}

#interview section::after {
  background-color: #00216f;
  content: '';
  display: block;
  width: 40%;
  padding-top: 530px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

#interview .inner .img-bg {
  width: 90%;
  max-width: 1029px;
  position: relative;
  z-index: 9999;
  margin-top: 50px;
}

#interview .inner .img-bg::after {
  content: 'Tatsuya Nishikata';
  writing-mode: vertical-rl;
  position: absolute;
  right: -120px;
  top: 0px;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  font-size: 50px;
}

#interview section:last-of-type .inner .img-bg::after {
  content: 'Hayato Asakura';
}

#interview section .img {
  background: url(../images/interview/01.jpg) no-repeat center;
  width: 100%;
  padding-top: 45.675%;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#interview section:last-of-type .img {
  background: url(../images/interview/02.jpg) no-repeat center;
  height: 0;
  width: 100%;
  padding-top: 45.675%;
  overflow: hidden;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#interview .inner .text {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 400px;
  text-align: right;
}

#interview .inner .text span {
  background-color: #459fd8;
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
}

#interview dl {
  margin-top: 50px;
  width: 49%;
}

#interview .flex.inner {
  margin-top: 50px;
}


#interview dl dt {
  border-bottom: 1px solid #606060;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

#interview dl dt span {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}

#interview dl dt span::before {
  content: 'Q';
  display: block;
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  font-size: 20px;
  background-color: #00216f;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  margin: auto;
  height: 28px;
  font-weight: bold;
}

#interview dl dd:not(:first-of-type) {
  margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  #interview section {
    margin-bottom: 50px;
  }

  #interview section .img {
    padding-top: 77.41%;
    width: 90%;
    background: url(../images/interview/01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  #interview section:last-of-type .img {
    padding-top: 77.41%;
    display: block;
    overflow: hidden;
    width: 90%;
    height: 0;
    background: url(../images/interview/02_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  #interview section::after {
    padding-top: 70%;
  }

  #interview .inner .text {
    display: none;
  }

  #interview .inner .img-bg {
    margin-top: 7%;
  }

  #interview .inner .img-bg::after {
    right: -30px;
    font-weight: 700;
    font-size: 24px;
  }

  #interview .flex.inner {
    display: block;
    margin-top: 0px;
    width: 100%;
  }

  #interview dl {
    margin-top: 30px;
    width: 100%;
  }

  #interview dl dt {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  #interview dl dt span {
    position: relative;
    padding-left: 36px;
    font-weight: bold;
    display: block;
    font-size: 15px;
  }

  #interview dl dt span::before {
    font-size: 19px;
  }

  #interview dl dd:not(:first-of-type) {
    margin-top: 15px;
  }
}

/*============================
募集要項
============================*/
#recruit_info {
  background: #f0f4fe;
  margin-top: 140px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#recruit_info table.info {
  margin-top: 20px;
}

#recruit_info table.info th {
  background: #459fd8;
}

@media only screen and (max-width: 768px) {
  #recruit_info {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
