@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  recruit  ----------*/
@media screen and (max-width: 768px) {
  .title-area {
    width: calc(100% - 25px);
    margin: 0 auto;
    height: 100%;
  }
}
.title-area .title-group {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .title-area .title-group {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.title-area .title-group .title {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .title-area .title-group .title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.title-area .title-group .sub {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title-area .title-group .sub {
    line-height: 1.25;
  }
}

.box-white {
  padding: 0 70px;
}
@media screen and (max-width: 1080px) {
  .box-white {
    padding: 0 5.404%;
  }
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.red {
  color: #BE0000;
}

.link {
  color: #3FA9F5;
  transition: ease 300ms all;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .link:hover {
    opacity: 0.6;
  }
}

#tech-job-recruit .item-title {
  padding-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .item-title {
    padding-top: 40px;
  }
}
#tech-job-recruit .item-title .head {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .item-title .head {
    font-size: 2.2rem;
  }
}
#tech-job-recruit .intro-text {
  font-size: 1.4rem;
  line-height: 1.857;
  margin-bottom: 70px;
  max-width: 820px;
  width: 97.61%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .intro-text {
    margin-bottom: 40px;
  }
}
#tech-job-recruit .intro-text .strong {
  color: #BE0000;
  text-decoration: underline;
}
#tech-job-recruit .gist {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .gist {
    flex-direction: column;
  }
}
#tech-job-recruit .gist__text {
  width: calc(50% - 4px);
  font-size: 1.4rem;
  font-weight: 500;
  min-height: 40px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  display: grid;
  place-content: center;
}
#tech-job-recruit .gist__text.gold {
  background-color: var(--gold);
}
#tech-job-recruit .gist__text.red {
  background-color: #BE0000;
}
#tech-job-recruit .gist__text.gray {
  background-color: #3C4650;
}
#tech-job-recruit .gist__text.all {
  width: 100%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .gist__text {
    width: 80%;
    margin-inline: auto;
  }
}
#tech-job-recruit .gist + .date {
  margin-top: 20px;
}
#tech-job-recruit .gray-bg {
  background-color: #E8E8E8;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .gray-bg {
    padding: 25px 2.5em;
  }
}
#tech-job-recruit .gray-bg.center {
  text-align: center;
}
#tech-job-recruit .gray-bg.center .gray-bg__text {
  text-align: center;
}
#tech-job-recruit .gray-bg__text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.857;
}
#tech-job-recruit .gray-bg__text + .gray-bg__text {
  margin-top: 15px;
}
#tech-job-recruit .gray-bg-wrap {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .gray-bg-wrap {
    flex-direction: column;
  }
}
#tech-job-recruit .gray-bg-wrap > .gray-bg {
  width: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .gray-bg-wrap > .gray-bg {
    width: 100%;
  }
}
#tech-job-recruit .gray-bg-wrap + .gist {
  margin-top: 25px;
}
#tech-job-recruit .salary__block + .salary__block {
  margin-top: 30px;
  margin-bottom: 20px;
}
#tech-job-recruit .salary__table-wrap {
  width: 100%;
  overflow-x: auto;
}
#tech-job-recruit .salary__table {
  position: relative;
  width: 860px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .salary__table {
    width: 100%;
  }
}
#tech-job-recruit .salary__table-head {
  display: grid;
  grid-template-columns: repeat(2, 86px) repeat(2, 340px);
  grid-template-rows: repeat(2, 50px);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
#tech-job-recruit .salary__table-head .salary__table-head--item {
  background-color: var(--gold);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: grid;
  place-content: center;
  gap: 2px;
}
#tech-job-recruit .salary__table-head .salary__table-head--item.split {
  grid-template-columns: repeat(2, 169px);
  grid-template-rows: repeat(2, 50px);
  background-color: initial;
  gap: 2px;
}
#tech-job-recruit .salary__table-head .salary__table-head--item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
#tech-job-recruit .salary__table-head .salary__table-head--item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
#tech-job-recruit .salary__table-head .salary__table-head--item:nth-of-type(3) {
  grid-column: 3/4;
  grid-row: 1/3;
}
#tech-job-recruit .salary__table-head .salary__table-head--item:nth-of-type(4) {
  grid-column: 4/5;
  grid-row: 1/3;
}
#tech-job-recruit .salary__table-head .salary__table-head--item-top {
  display: grid;
  place-content: center;
  grid-column: 1/3;
  grid-row: 1/2;
  background-color: var(--gold);
}
#tech-job-recruit .salary__table-head .salary__table-head--item-bottom {
  display: grid;
  grid-column: 1/3;
  grid-row: 2/3;
  grid-template-columns: repeat(2, 169px);
  gap: 2px;
}
#tech-job-recruit .salary__table-head .salary__table-head--item-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--gold);
  line-height: 1.25;
}
#tech-job-recruit .salary__table-head .salary__table-head--item-sub .small {
  font-size: 1.4rem;
  line-height: 1.25;
}
#tech-job-recruit .salary__table-body {
  display: grid;
  grid-template-columns: repeat(2, 86px) repeat(4, 169px);
  grid-template-rows: repeat(3, 50px);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--black);
}
#tech-job-recruit .salary__table-body .salary__table-body--item-column {
  color: var(--black);
  font-size: 1.6rem;
  text-align: center;
  display: grid;
  place-content: center;
  grid-row: 1/4;
  gap: 2px;
}
#tech-job-recruit .salary__table-body .salary__table-body--item-column:first-of-type {
  background-color: #e8e8e8;
}
#tech-job-recruit .salary__table-body .salary__table-body--item-column:not(#tech-job-recruit .salary__table-body .salary__table-body--item-column:first-of-type) {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 50px);
}
#tech-job-recruit .salary__table-body .salary__table-body--item-sub {
  display: grid;
  place-content: center;
  background-color: #e8e8e8;
}
#tech-job-recruit .salary__table-body .salary__table-body--item-sub:nth-of-type(1) {
  grid-row: 1/2;
}
#tech-job-recruit .salary__table-body .salary__table-body--item-sub:nth-of-type(2) {
  grid-row: 2/3;
}
#tech-job-recruit .salary__table-body .salary__table-body--item-sub:nth-of-type(3) {
  grid-row: 3/4;
}
#tech-job-recruit .outline-item {
  margin-bottom: 25px;
}
#tech-job-recruit .outline-item__head {
  margin-bottom: 8px;
}
#tech-job-recruit .outline-item__head .head {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .outline-item__head .head {
    font-size: 1.8rem;
  }
}
#tech-job-recruit .outline-item__head .head + .sub {
  margin-top: 5px;
}
#tech-job-recruit .outline-item__head .sub {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .outline-item__head .sub {
    font-size: 1.4rem;
  }
}
#tech-job-recruit .outline-item__head .info-item {
  font-size: 1.4rem;
  padding-left: 3em;
  text-indent: -1.8em;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .outline-item__head .info-item {
    padding-left: 1.5em;
  }
}
#tech-job-recruit .outline-item__text {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 810px;
}
#tech-job-recruit .outline-item__text.indent {
  padding-left: 1.8em;
}
#tech-job-recruit .outline-item__text + .gist {
  margin-top: 10px;
}
#tech-job-recruit .d-btn {
  width: 100%;
  max-width: 180px;
  height: 50px;
  border: 2px solid #fff;
  background: var(--gold);
  position: relative;
  margin-top: 10px;
  margin-inline: auto;
}
#tech-job-recruit .d-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 300ms all;
}
#tech-job-recruit .d-btn a:hover {
  opacity: 0.7;
}
#tech-job-recruit .d-btn a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 10px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #tech-job-recruit .d-btn a span {
    font-size: calc(2 * (100vw - 769px) / 511 + 12px);
  }
}
#tech-job-recruit .d-btn a .icon {
  width: 1.504vw;
  max-width: 16px;
  height: 100%;
  max-height: 13px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .d-btn a .icon {
    width: 5vw;
  }
}
#tech-job-recruit .date {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}
#tech-job-recruit .date-line {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .date-line {
    flex-direction: column;
  }
}
#tech-job-recruit .date-line dt, #tech-job-recruit .date-line dd {
  width: calc(50% - 1px);
  min-height: 48px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .date-line dt, #tech-job-recruit .date-line dd {
    width: 100%;
    padding: 10px 1em;
  }
}
#tech-job-recruit .date-line dt {
  font-size: 1.6rem;
  background-color: var(--gold);
  color: #fff;
}
#tech-job-recruit .date-line dd {
  font-size: 1.4rem;
  background-color: #E8E8E8;
  color: var(--black);
}
#tech-job-recruit .detail-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .detail-info {
    flex-direction: column;
  }
}
#tech-job-recruit .detail-info__line {
  width: 100%;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .detail-info__line {
    flex-direction: column;
  }
}
#tech-job-recruit .detail-info__line-head {
  margin-top: 20px;
  margin-bottom: 10px;
}
#tech-job-recruit .detail-info__line dt, #tech-job-recruit .detail-info__line dd {
  min-height: 48px;
}
#tech-job-recruit .detail-info__line dt {
  width: 140px;
  font-size: 1.6rem;
  background-color: var(--gold);
  display: grid;
  place-content: center;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .detail-info__line dt {
    width: 100%;
  }
}
#tech-job-recruit .detail-info__line dd {
  width: calc(100% - 140px);
  font-size: 1.4rem;
  font-weight: 400;
  padding: 16px 30px;
  background-color: #E8E8E8;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .detail-info__line dd {
    width: 100%;
  }
}
#tech-job-recruit .detail-info__line .indent {
  display: block;
  position: relative;
  padding-left: 1em;
}
#tech-job-recruit .detail-info__line .indent::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#tech-job-recruit .contact {
  display: flex;
  gap: 16px;
  max-width: 522px;
  padding: 30px 40px;
  background-color: #ebeced;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .contact {
    margin-top: 30px;
    padding: 30px 2.5em;
    flex-direction: column;
  }
}
#tech-job-recruit .contact .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
}
#tech-job-recruit .contact .detail {
  width: 63%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #tech-job-recruit .contact .detail {
    width: 100%;
    max-width: 300px;
  }
}
#tech-job-recruit .contact .detail-item {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

.sec-first {
  margin-bottom: 50px;
}

.sec-second {
  padding-bottom: 60px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-first {
    margin-bottom: 30px;
  }
  .sec-second {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
.table-scroll {
  position: relative;
}

@media screen and (max-width: 768px) {
  .table-scroll .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 48px;
    height: 48px;
    transition: 300ms ease all;
    transform: translateY(-50%);
  }
  .table-scroll .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0.7;
    z-index: 1;
  }
  .table-scroll .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% + 22px);
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    z-index: 5;
  }
}

/*# sourceMappingURL=tech-job-recruit.css.map */