@charset "UTF-8";
/* ----------------------------------------------
    採用情報詳細
---------------------------------------------- */
#single-recruit .recruit-details__img-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__img-box {
    margin-bottom: 40px;
  }
}
#single-recruit .recruit-details__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
#single-recruit .recruit-details__desc {
  width: 870px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__desc {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#single-recruit .recruit-details__list {
  background-color: #fff;
  width: 964px;
  padding: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__list {
    width: 100%;
    padding: 40px 16px;
  }
}
#single-recruit .recruit-details__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding: 32px 20px;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__list dl {
    display: block;
    padding: 32px 0;
  }
}
#single-recruit .recruit-details__list dl:first-of-type {
  padding-top: 0;
}
#single-recruit .recruit-details__list dl:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#single-recruit .recruit-details__list dt {
  font-weight: 700;
  width: 120px;
}
@media screen and (max-width: 767px) {
  #single-recruit .recruit-details__list dt {
    margin-bottom: 20px;
  }
}
#single-recruit .recruit-details__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ----------------------------------------------
    この募集にエントリーするボタン
---------------------------------------------- */
.entry-btn-area {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .entry-btn-area {
    padding: 40px 0;
  }
}
.entry-btn-area .entry-btn__wrap {
  background: linear-gradient(110deg, #00bfff, #0327a6);
  width: 532px;
  height: 100px;
  border-radius: 110px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .entry-btn-area .entry-btn__wrap {
    width: 328px;
    height: 68px;
  }
}
.entry-btn-area .entry-btn__bg {
  background-color: #f2f4f6;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.entry-btn-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  background: linear-gradient(110deg, #00bfff, #0327a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
  line-height: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .entry-btn-area a {
    font-size: 2rem;
  }
}
.entry-btn-area a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-entry-btn.svg) center/contain;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .entry-btn-area a::after {
    width: 24px;
    height: 24px;
    right: 25px;
  }
}
.entry-btn-area .entry-btn__bg,
.entry-btn-area a,
.entry-btn-area a::after {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.entry-btn-area .entry-btn__wrap:hover .entry-btn__bg {
  opacity: 0;
}
.entry-btn-area .entry-btn__wrap:hover a {
  background: linear-gradient(110deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
}
.entry-btn-area .entry-btn__wrap:hover a::after {
  background: url(../img/common/arrow-right-hover.svg) center/contain;
}

/* ----------------------------------------------
    社員インタビュー
---------------------------------------------- */
.recruit-interview .recruit-interview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview-wrap {
    display: block;
    margin-bottom: 60px;
  }
}
.recruit-interview .recruit-interview__img-box {
  width: 373px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview__img-box {
    width: 43%;
    margin: 0 auto 50px;
  }
}
.recruit-interview .recruit-interview__img-box .img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 373/430;
  overflow: hidden;
}
.recruit-interview .recruit-interview__text-box {
  width: 668px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview__text-box {
    width: 100%;
  }
}
.recruit-interview .recruit-interview__title-box {
  border-top: 1px solid rgba(51, 51, 51, 0.7);
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  padding: 38px 0 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview__title-box {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.recruit-interview .recruit-interview__title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.recruit-interview .recruit-interview__job-type {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .recruit-interview .recruit-interview__job-type {
    margin-bottom: 8px;
  }
}
.recruit-interview .recruit-interview__name {
  font-size: 2rem;
}
.recruit-interview .recruit-interview__qa-box dl:not(:last-of-type) {
  margin-bottom: 2em;
}
.recruit-interview .recruit-interview__qa-box dt {
  margin-bottom: 1em;
}
.recruit-interview .link-wantedly {
  text-align: center;
  width: 570px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview .link-wantedly {
    width: 100%;
  }
}
.recruit-interview .link-wantedly__message {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.recruit-interview .link-wantedly__message::before,
.recruit-interview .link-wantedly__message::after {
  content: "";
  display: inline-block;
  background-color: #333;
  width: 2px;
  height: 19px;
}
.recruit-interview .link-wantedly__message::before {
  -webkit-transform: rotate(-30deg) translateY(4px);
          transform: rotate(-30deg) translateY(4px);
  margin-right: 1em;
}
.recruit-interview .link-wantedly__message::after {
  -webkit-transform: rotate(30deg) translateY(4px);
          transform: rotate(30deg) translateY(4px);
  margin-left: 0.8em;
}
.recruit-interview a {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .recruit-interview a {
    width: 75%;
  }
}/*# sourceMappingURL=single-recruit.css.map */