@charset "UTF-8";
/*
採用情報ページ
/recruit/
Version: 1.0.0
Update: 2024-09-03
*/
.pageTitle {
  padding: 100px 0;
  color: #fff;
  font-family: "Noto Sans Medium", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../recruit/img/pagetitlebg.png) no-repeat center;
  background-color: #0068b6;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    padding: 65px 0;
    font-size: 1.9rem;
  }
}

/* コンテンツ */
@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 40px;
    font-size: 1.2rem;
  }
}

.content section {
  background-color: transparent;
}

.content section:nth-of-type(2n) {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .content section .heading .en {
    font-size: 3.2rem;
  }
}

.content.sectionBase::before, .content.sectionBase::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.content.sectionBase::before {
  top: auto;
  left: 0;
  right: 0;
  height: 450px;
  background-image: linear-gradient(135deg, #0068b6, #408ec8);
}

@media screen and (max-width: 767px) {
  .content.sectionBase::before {
    height: 96px;
  }
}

.content.sectionBase::after {
  left: 0;
  right: calc(50% + 400px);
  z-index: -3;
  background-color: #e5f0f8;
}

@media screen and (max-width: 767px) {
  .content.sectionBase::after {
    right: calc(50% + 96px);
  }
}

.content.sectionBase section {
  padding: 60px 0 140px;
}

@media screen and (max-width: 767px) {
  .content.sectionBase section {
    padding: 50px 25px 50px;
  }
}

.content.sectionBase section::before, .content.sectionBase section::after {
  content: "";
  position: absolute;
  top: 84px;
  left: 50%;
  bottom: 60px;
  width: 1280px;
  margin-left: -640px;
}

@media screen and (max-width: 767px) {
  .content.sectionBase section::before, .content.sectionBase section::after {
    top: 64px;
    bottom: 10px;
    left: 25px;
    width: auto;
    margin-left: 0;
  }
}

.content.sectionBase section::before {
  z-index: -1;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .content.sectionBase section::before {
    left: 25px;
    right: 25px;
  }
}

.content.sectionBase section::after {
  top: 94px;
  bottom: 50px;
  z-index: -2;
  margin-left: -630px;
  background-color: #ffff00;
}

@media screen and (max-width: 767px) {
  .content.sectionBase section::after {
    top: 68px;
    bottom: 6px;
    left: 29px;
    right: 21px;
    margin-left: 0;
  }
}

/* inコンテンツbox */
.incontainer {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .incontainer {
    max-width: 100%;
  }
}

/* インタビューリスト */
.interviewList {
  width: 760px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .interviewList {
    width: 100%;
  }
}

.interviewList li {
  float: left;
  width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .interviewList li {
    width: 50%;
    padding: 10px 10px;
  }
}

.interviewList li a {
  display: block;
  color: #0068b6;
}

.interviewList li .photo {
  border: 1px solid #0068b6;
}

.interviewList li .photo img {
  max-width: 100%;
}

.interviewList li.current .photo img {
  opacity: 0.5;
}

.interviewList li .job {
  padding: 10px 0;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .interviewList li .job {
    padding: 5px 0;
  }
}
