@charset "utf-8";

.jobs-page #wrap {
  position: relative;
  z-index: 0;
}
.jobs-page main {
  position: relative;
}
.jobs-page main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg_top_sp.png) no-repeat center top / 100% auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}

.jobs-page .mv-contents {
  background: url(../images/mv_jobs.png) no-repeat top / cover;
}
.jobs-page .mv-contents .inner {
  height: 150px;
}

.dev-intro .intro-text {
  margin-top: 30px;
}
.dev-intro .intro-text p + p {
  margin-top: 1em;
}

.dev-thinking-section {
  padding: 0 20px;
}

.dev-position-card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 30px 40px;
}
.dev-position-card .border-table {
  margin-top: 0;
}
.dev-position-card .border-table table {
  border-top: none;
}
.dev-position-card .border-table table th {
  white-space: nowrap;
  font-weight: bold;
}
.dev-position-card .border-table table th,
.dev-position-card .border-table table td {
  border-bottom-color: #ccc;
  padding: 18px 30px;
  vertical-align: top;
}
.dev-position-card .border-table table tr:last-child th,
.dev-position-card .border-table table tr:last-child td {
  border-bottom: none;
}

.jobs-page .dev-thinking {
  margin-top: 0;
}

.jobs-page .dev-thinking .img {
  width: 100%;
  height: 100px;
}
.dev-thinking-deco {
  background: linear-gradient(135deg, #2ba0c6 0%, #0b589d 100%);
}

.jobs-page .dev-thinking .txt-wrap {
  right: 0;
  margin-top: 0;
  padding: 20px;
}

.dev-thinking .section-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.dev-thinking dl {
  margin-bottom: 30px;
}
.dev-thinking dl:last-child {
  margin-bottom: 0;
}
.dev-thinking dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.dev-thinking dd {
  line-height: 1.8;
  color: #555;
}

.dev-mission {
  padding: 0 20px;
}
.dev-mission-label {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.dev-mission-content {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.dev-mission-heading {
  border-radius: 3px 3px 0 0;
  background: #F6F6F9;
  padding: 16px 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.dev-mission-heading::before {
  content: '◆ ';
  color: #628AAC;
}
.dev-mission-body {
  color: #555;
  line-height: 1.8;
  padding: 0 20px;
  margin: 16px 0;
}
.dev-mission-for-you {
  padding: 16px 20px 20px;
  border-top: 1px solid #eee;
}
.dev-mission-for-you-title {
  font-weight: bold;
  color: #628AAC;
  margin: 0 0 10px;
}
.dev-mission-for-you-body {
  color: #555;
  line-height: 1.8;
  padding: 0;
  margin: 16px 0;
}
.dev-mission-for-you-body:last-child {
  margin-bottom: 0;
}

.dev-mission-for-you-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dev-mission-for-you-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  color: #555;
  line-height: 1.6;
}
.dev-mission-for-you-list li:last-child {
  margin-bottom: 0;
}
.dev-mission-for-you-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #628AAC;
}

.dev-positions {
  padding: 50px 20px;
}
.dev-positions .section-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dev-position-card {
    padding: 10px;
  }
  .dev-position-card .border-table table th {
    padding: 12px 10px 8px;
  }
  .dev-position-card .border-table table td {
    padding: 0 10px 12px;
  }
}

@media screen and (min-width: 769px) {

  .jobs-page main::before {
    opacity: 0.7;
  }

  .jobs-page .mv-contents .inner {
    height: 200px;
  }

  .jobs-page .dev-thinking .img {
    width: 58%;
    height: 530px;
    flex-shrink: 0;
  }
  .dev-thinking-section {
    padding: 0;
  }
  .jobs-page .dev-thinking .txt-wrap {
    right: 0;
    margin-top: 45px;
    margin-right: -150px;
    margin-left: 0;
    margin-bottom: 40px;
    padding: 36px 60px;
    z-index: 1;
  }
  .dev-thinking .section-title {
    font-size: 3rem;
    margin-bottom: 24px;
  }

  .dev-mission {
    padding: 40px 0;
  }
  .dev-mission-label {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .dev-mission-heading {
    padding: 20px 25px;
    font-size: 1.8rem;
  }
  .dev-mission-body {
    margin: 20px 0;
    padding: 0 25px;
  }
  .dev-mission-for-you {
    padding: 20px 25px 25px;
  }
  .dev-mission-for-you-body {
    margin: 20px 0;
    padding: 0;
  }
  .dev-mission-for-you-title {
    font-size: 1.8rem;
  }
  .dev-mission-for-you-list li {
    margin-bottom: 10px;
  }

  .dev-positions {
    padding: 40px 0 80px;
  }
  .dev-positions .section-title {
    font-size: 3rem;
    text-align: left;
  }

  .jobs-page .normal-section:first-of-type {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .jobs-page .dev-intro .hd02,
  .jobs-page .dev-positions .hd02 {
    justify-content: flex-start;
  }
  .jobs-page .dev-intro .hd02 .ja,
  .jobs-page .dev-positions .hd02 .ja {
    margin-left: 0;
    margin-right: 0;
  }
}