@charset "UTF-8";
/* -------------------------------------------- */
/* 採用情報 */
/* -------------------------------------------- */
.recruitment {
  background-color: #fff;
  padding-top: 44.5px;
}

@media only screen and (max-width: 767px) {
  .recruitment {
    padding-top: 38px;
  }
}

.recruitment-message {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .recruitment-message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recruitment-message .title {
  text-align: center;
  padding-bottom: 35px;
}

.recruitment-message-text {
  text-align: center;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .recruitment-message-text {
    text-align: left;
  }
}

.recruitment-job {
  background-color: #036EB8;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-job .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job .title {
    padding-bottom: 30px;
  }
}

.recruitment-job-item {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item {
    padding-bottom: 60px;
  }
}

.recruitment-job-item:last-of-type {
  padding-bottom: 0;
}

.recruitment-job-item__img {
  margin-bottom: -150px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item__img {
    margin-bottom: -100px;
  }
}

.recruitment-job-item__img img {
  border-radius: 10px;
  overflow: hidden;
}

.recruitment-job-item__box {
  padding-top: 190px;
  padding-bottom: 60px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item__box {
    padding-top: 130px;
  }
}

.recruitment-job-item .title--md {
  text-align: center;
  padding-bottom: 20px;
}

.recruitment-job-item .title--sm {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item .title--sm {
    padding-top: 30px;
  }
}

.recruitment-job-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px 0;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item__list {
    gap: 10px 0;
  }
}

.recruitment-job-item__item {
  width: 31.9%;
  max-width: 244px;
}

@media only screen and (max-width: 767px) {
  .recruitment-job-item__item {
    width: 49%;
    max-width: 100%;
  }
}

.recruitment-job-item__item img {
  width: 100%;
}

.recruitment-environment {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-environment .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment .title {
    padding-bottom: 30px;
  }
}

.recruitment-environment-text {
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-text {
    text-align: left;
    padding-bottom: 30px;
  }
}

.recruitment-environment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.recruitment-environment-item {
  width: 31.8%;
  max-width: 310px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-item {
    width: 100%;
    max-width: unset;
  }
}

.recruitment-environment-item__title {
  color: #036EB8;
  text-align: center;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-top: 20px;
}

.recruitment-environment-item__img img {
  width: 100%;
}

.recruitment-environment-system {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.recruitment-environment-system:first-of-type .title--md {
  text-align: center;
}

.recruitment-environment-system:nth-of-type(2), .recruitment-environment-system:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system:nth-of-type(2), .recruitment-environment-system:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.recruitment-environment-system:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.recruitment-environment-system .title--md {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system .title--md {
    padding-bottom: 15px;
  }
}

.recruitment-environment-system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-list {
    display: block;
  }
}

.recruitment-environment-system-item {
  position: relative;
  width: 31.8%;
  max-width: 310px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
  }
}

.recruitment-environment-system-item:last-of-type {
  padding-bottom: 0;
}

.recruitment-environment-system-item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 4px;
  border-bottom: 2px dotted #036EB8;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item:not(:last-child)::after {
    width: 2px;
    height: 100%;
    bottom: 0;
    left: 30px;
    border-left: 2px dotted #036EB8;
    border-right: 0;
    z-index: -1;
  }
}

.recruitment-environment-system-item__number {
  position: relative;
  z-index: 2;
  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;
  width: 60px;
  height: 60px;
  color: #FFF;
  font-family: Roboto;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 50%;
  background-color: #036EB8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item__number {
    min-width: 60px;
    margin-left: unset;
    margin-right: unset;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitment-environment-system-item__img {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .recruitment-environment-system-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 104px;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.recruitment-environment-system-item .title--sm {
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system-item .title--sm {
    text-align: left;
    padding-bottom: 12px;
  }
}

.recruitment-environment-system__subtitle {
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system__subtitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.recruitment-environment-system__img {
  width: 41%;
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system__img {
    width: 100%;
    max-width: 100%;
  }
}

.recruitment-environment-system__img img {
  width: 100%;
}

.recruitment-environment-system__main {
  width: 55%;
  max-width: 536px;
}

@media only screen and (max-width: 767px) {
  .recruitment-environment-system__main {
    width: 100%;
    max-width: 100%;
  }
}

.recruitment-interview {
  padding-top: 80px;
  padding-bottom: 143px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-interview .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview .title {
    padding-bottom: 30px;
  }
}

.recruitment-interview-text {
  text-align: center;
  padding-bottom: 51px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-text {
    text-align: left;
    padding-bottom: 30px;
  }
}

.recruitment-interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 61px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(even) {
    padding-bottom: 163px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(even) .recruitment-interview-item__box {
    margin-left: unset;
    margin-right: -9.5%;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(even) .recruitment-interview-item__en {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(even) .recruitment-interview-item__body {
    padding: 50px 124px 64px 46px;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-interview-item:nth-of-type(even) .recruitment-interview-item__video {
    margin-bottom: -43px;
  }
}

.recruitment-interview-item:last-of-type {
  padding-bottom: 0;
}

.recruitment-interview-item__box {
  width: 56.4%;
  max-width: 550px;
  margin-left: -9.5%;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-item__box {
    width: 100%;
    max-width: 100%;
    margin-left: unset;
  }
}

.recruitment-interview-item__en {
  color: #036EB8;
  text-align: right;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-item__en {
    display: none;
  }
}

.recruitment-interview-item__body {
  width: 100%;
  min-height: 309px;
  padding: 50px 46px 58px 124px;
  background-color: #036EB8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-item__body {
    max-width: 100%;
    padding-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
  }
}

.recruitment-interview-item .title--md {
  letter-spacing: 0.04em;
  padding-bottom: 41px;
}

.recruitment-interview-item__department {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}

.recruitment-interview-item__name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.recruitment-interview-item__video {
  width: 53.3%;
  max-width: 520px;
  z-index: 2;
  padding-top: 8px;
}

@media only screen and (max-width: 767px) {
  .recruitment-interview-item__video {
    width: calc(100% - 50px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
  }
}

.recruitment-interview-item__video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: unset;
}

.recruitment-benefit {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-benefit .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit .title {
    padding-bottom: 30px;
  }
}

.recruitment-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 0;
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit-list {
    gap: 30px 0;
  }
}

.recruitment-benefit-item {
  width: 31.8%;
  max-width: 310px;
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit-item {
    width: 48%;
    max-width: 100%;
  }
}

.recruitment-benefit-item__icon {
  text-align: center;
}

.recruitment-benefit-item .title--sm {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .recruitment-benefit-item .title--sm {
    min-height: 107px;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit-item .title--sm {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-benefit-item__text {
    font-size: 1.6rem;
  }
}

.recruitment-data {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #036EB8;
}

@media only screen and (max-width: 767px) {
  .recruitment-data {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-data .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-data .title {
    padding-bottom: 30px;
  }
}

.recruitment-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}

@media only screen and (max-width: 767px) {
  .recruitment-data-list {
    gap: 10px 0;
  }
}

.recruitment-data-list::after {
  content: "";
  display: block;
  width: 31.8%;
  max-width: 310px;
  height: 0;
}

.recruitment-data-item {
  width: 31.8%;
  max-width: 310px;
  text-align: center;
  background-color: #fff;
  padding: 40px 30px 30px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .recruitment-data-item {
    width: 48%;
    max-width: 100%;
    padding: 30px 20px;
  }
}

.recruitment-data-item__icon {
  width: 120px;
  height: 115px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.recruitment-data-item .title--md span {
  font-family: Roboto;
  font-size: 80px;
}

@media only screen and (max-width: 767px) {
  .recruitment-data-item .title--md span {
    font-size: 46px;
  }
}

.recruitment-data-item__year {
  color: #036EB8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

.recruitment-event {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .recruitment-event {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-event .title {
  text-align: center;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .recruitment-event .title {
    padding-bottom: 30px;
  }
}

.recruitment-event-text {
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .recruitment-event-text {
    text-align: left;
    padding-bottom: 30px;
  }
}

.recruitment-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 26px 0;
}

@media only screen and (max-width: 767px) {
  .recruitment-event-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitment-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  max-width: 475px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .recruitment-event-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-event-item__img img {
    width: 100%;
  }
}

.recruitment-event-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  color: #036EB8;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .recruitment-event-item__title {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.recruitment-nav {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .recruitment-nav {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recruitment-nav .under-nav-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 2.3%;
}

.recruitment-detail {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-detail .title {
  text-align: center;
  padding-bottom: 35px;
}

.recruitment-detail-item {
  background-color: #fff;
  border: 2px solid #036EB8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item {
    margin-bottom: 15px;
  }
}

.recruitment-detail-item:last-of-type {
  margin-bottom: 0;
}

.recruitment-detail-item__title {
  height: 80px;
  background-color: #036EB8;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__title {
    height: 60px;
  }
}

.recruitment-detail-item__title.active .recruitment-detail-item__icon::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recruitment-detail-item__title.active .recruitment-detail-item__icon::after {
  opacity: 0;
}

.recruitment-detail-item__title .inner--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .recruitment-detail-item__title .inner--sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.recruitment-detail-item__body {
  display: none;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__body {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.recruitment-detail-item__icon {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__icon {
    right: 15px;
  }
}

.recruitment-detail-item__icon::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__icon::before {
    width: 30px;
  }
}

.recruitment-detail-item__icon::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 30px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.recruitment-detail-item__table {
  width: 100%;
  border-collapse: collapse;
  max-width: 767px;
  margin-right: auto;
  margin-left: auto;
}

.recruitment-detail-item__table-tr {
  border-bottom: 1px solid #CCCCCC;
}

.recruitment-detail-item__table-th {
  min-width: 250px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-right: 33px;
  padding-bottom: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__table-th {
    display: block;
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 2px;
  }
}

.recruitment-detail-item__table-td {
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-item__table-td {
    display: block;
    padding-top: 2px;
    padding-bottom: 13px;
  }
}

.recruitment-detail-process {
  padding-top: 50px;
}

.recruitment-detail-process .title--sm {
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process .title--sm {
    padding-bottom: 20px;
  }
}

.recruitment-detail-process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-list {
    display: block;
  }
}

.recruitment-detail-process-item {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item:not(:last-child) {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .recruitment-detail-process-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.recruitment-detail-process-item:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 4px;
  border-bottom: 2px dotted #036EB8;
  left: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item:not(:last-child)::after {
    width: 2px;
    height: 100%;
    top: unset;
    bottom: 0;
    left: 22px;
    border-left: 2px dotted #036EB8;
    border-right: 0;
  }
}

.recruitment-detail-process-item:first-of-type .recruitment-detail-process-item__number::after {
  width: 150%;
}

.recruitment-detail-process-item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: #FFF;
  font-family: Roboto;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #036EB8;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item__number {
    min-width: 45px;
    margin-left: unset;
    margin-right: unset;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitment-detail-process-item__title {
  color: #036EB8;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item__title {
    text-align: left;
    padding-top: 0;
    padding-bottom: 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.recruitment-detail-process-item__icon {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item__icon {
    display: block;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment-detail-process-item__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.recruitment-faq {
  padding-top: 80px;
  padding-bottom: 158px;
}

@media only screen and (max-width: 767px) {
  .recruitment-faq {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.recruitment-faq .title {
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .recruitment-faq .title {
    padding-bottom: 15px;
  }
}

.recruitment-faq-item {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .recruitment-faq-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.recruitment-faq-item__question {
  color: #036EB8;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  text-indent: -38px;
  padding-left: 38px;
}

.recruitment-faq-item__question span {
  font-family: Roboto;
  font-size: 2.8rem;
  padding-right: 10px;
}

.recruitment-faq-item__answer {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-indent: -38px;
  padding-left: 38px;
}

.recruitment-faq-item__answer span {
  font-family: Roboto;
  font-size: 2.8rem;
  font-weight: 700;
  padding-right: 10px;
}
/*# sourceMappingURL=recruitment.css.map */