/*-------------------------
  Recruit（PC）
-------------------------*/
.mainview {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  background-image: url(../../assets/img/recruit-back.jpg);
  background-size: cover;
  background-position: center;
}

.mainview-wrap {
  display: flex;
  text-align: center;
  align-items: center;
}

.mainview-title {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.484;
}

.mainview-title-ja {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.458;
  text-indent: 0.5em;
  position: relative;
}

.mainview-title-ja::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translate(0, -50%);
}

/* メッセージ */
.recruit-message-wrap {
  padding-top: 150px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.recruit-message p {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
  color: #333;
}

.recruit-message-deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1980px;
  overflow: hidden;
}

.recruit-message-deco img {
  width: 100%;
}

/* コンテンツ */
.recruit-main-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.recruit-first-content {
  margin-bottom: 40px;
  position: relative;
}

.recruit-first-content img {
  border-radius: 32px 0px;
  height: 328px;
  width: 100%;
  object-fit: cover;
}

.text-wrap {
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.75;
  width: 336px;
  position: absolute;
  top: 106px;
  left: 0;
}

.text-wrap::before {
  content: '';
  width: 75px;
  height: 50px;
  background-image: url(../../assets/img/quotation-orange.svg);
  position: absolute;
  top: -32px;
  left: 32px;
}

.recruit-second-content .content-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 40px;
}

.recruit-second-content .content-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 8px;
}

.recruit-second-content strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 175%;
  background:linear-gradient(transparent 70%, rgba(255, 128, 0, 0.3) 30%);
}

.recruit-second-content small {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.recruit-second-content .pic-text {
  display: flex;
  column-gap: 40px;
  margin-bottom: 24px;
  align-items: center;
}

.pic-text.first {
  margin-top: 40px;
}

.pic-text.second {
  margin-bottom: 0;
}

.recruit-img-wrap,
.pic-text .text {
  flex-basis: 50%;
}

.pic-text .text {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.75;
}

/* Job Openings */
.job-openings-wrap {
  background-image: url(../../assets/img/job-openings-back.png);
  background-size: cover;
}
.job-openings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.job-openings-title-wrap {
  text-align: center;
}

.job-openings-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.469;
}

.job-openings-title-ja {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  text-indent: 1.25em;
  line-height: 1.438;
  margin-bottom: 40px;
}

.job-openings-title-ja::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.job-link-wrap {
  margin-bottom: 56px;
}

.job-link {
  display: flex;
  justify-content: space-between;
  width: 364px;
  padding: 8px 13px 8px 16px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-right: auto;
  margin-left: auto;
  transition: all, 0.5s;
}

.job-link:first-of-type {
  margin-bottom: 24px;
}

.job-link:hover {
  background-color: #F5F5F5;
}

.job-link .fa-chevron-right {
  color: #000;
  font-size: 24px;
}

.apply-btn {
  text-align: center;
  margin-bottom: 24px;
}

.apply-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  background-color: #FFF;
  border: 2px solid #000;
  width: 364px;
  padding: 16px 10px;
  margin: 0 auto;
  transition: all 0.5s;
}

.apply-btn a:hover {
  color: #FFF;
  background-color: #000;
}

.apply-btn .fa-arrow-right {
  margin-left: 0.25em;
}

.job-openings-text {
  text-align: center;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* Out Team */
.our-team-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.member-wrap {
  display: flex;
  column-gap: 40px;
}

.member-item {
  flex-basis: 50%;
  text-align: center;
  border-radius: 8px;
  transition: all, 0.5s;
}

.member-item img {
  border-radius: 50%;
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 32px;
}

.member-position {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-position::before,
.member-position::after {
  background-color: #333;
  content: "";
  height: 1px;
  width: 16px;
}

.member-position::before {
  margin-right: 6px;
}

.member-position::after {
  margin-left: 6px;
}

.member-text {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.member-reference {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.btn-to-article {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-to-article-a {
  transition: all, 0.5s;
}

.btn-to-article-a:hover {
  opacity: 0.5;
}

.btn-to-article-a .fa-arrow-right {
  margin-left: 0.25em;
}

/* Hiring Process */
.hiring-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hiring-wrap table {
  line-height: 1.5;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 56px;
}

.hiring-wrap tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}

.hiring-wrap td {
  padding: 8px 16px;
  vertical-align: middle;
}

.hiring-wrap tr:nth-child(2n) {
  background-color: #F5F5F5;
}

.data-title {
  width: 35%;
}

/*-------------------------
  Recruit（SP）
-------------------------*/
@media screen and (max-width: 768px){
  .mainview {
    width: 100%;
    height: 250px;
    margin-top: 60px;
  }

  .recruit-message-wrap {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .text-wrap {
    width: 100%;
  }

  .recruit-second-content .pic-text {
    flex-direction: column;
  }

  .recruit-second-content .pic-text.second {
    flex-direction: column-reverse; 
  }

  .pic-text img,
  .pic-text .text {
    width: 100%;
  }

  .pic-text img {
    margin-bottom: 16px;
  }

  .job-link {
    width: 100%;
    max-width: 364px;
  }

  .apply-btn a {
    width: 100%;
    max-width: 364px;
  }

  .member-wrap {
    flex-direction: column;
    column-gap: 0;
  }

  .member-item:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .data-title {
    width: 30.5%;
  }
}