@charset "UTF-8";
.bg-gray {
  background: #f8f8f8;
}

.bg-white {
  background: #fff;
}

.child-fv__sub-ttl {
  letter-spacing: 0.3em;
}

/* アンカーリンク */
.job-information-nav-wrapper {
  /* 矢印アイコン↓ */
}
.job-information-nav-wrapper .btn-standard--icon-arrow::after {
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}

.job-information-nav__item {
  display: grid;
  grid-template-columns: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 576px) {
  .job-information-nav__item {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1400px) {
  .job-information-nav__item {
    grid-template-columns: auto auto auto auto;
    gap: 24px;
  }
}

/* 選考の流れ */
.section-flow-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.section-flow-schedule__item-title {
  display: grid;
  grid-template-columns: 2.5em auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-title {
    grid-template-columns: 3.3em auto 1fr;
  }
}

.section-flow-schedule__item-title-number {
  color: #339599;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 1px;
  padding-left: 1px;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-title-number {
    font-size: 1.5rem;
  }
}

.section-flow-schedule__item-title-number-dot {
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 1em;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-title-number-dot {
    width: 11px;
    height: 11px;
    margin-right: 28px;
  }
}
.section-flow-schedule__item-title-number-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #339599;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-title-number-dot::after {
    width: 11px;
    height: 11px;
  }
}

.section-flow-schedule__item-title-text {
  color: #339599;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-title-text {
    font-size: 1.25rem;
  }
}

.section-flow-schedule__item-content {
  border-left: 1px solid #c2c2c2;
  margin-left: 2.78em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-content {
    margin-left: 57px;
    padding-top: 18px;
    padding-bottom: 23px;
    padding-left: 32px;
  }
}

.section-flow-schedule__item-content:has(.section-flow-schedule__item-content-note) {
  padding-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-content:has(.section-flow-schedule__item-content-note) {
    padding-bottom: 28px;
  }
}

.section-flow-schedule__item-content-inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-content-inner {
    grid-template-columns: 1fr auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.section-flow-schedule__item-content-text {
  letter-spacing: 0.1em;
}

.section-flow-schedule__item-content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  margin-top: 0.8em;
}
@media screen and (min-width: 992px) {
  .section-flow-schedule__item-content-img {
    width: 195px;
  }
}

.section-flow-schedule__item-content-note {
  color: #8e8e8e;
  font-size: 0.8571428571rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .section-flow-schedule__item-content-note {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.section-flow-schedule__item-content:has(li) .section-flow-schedule__item-content-note {
  margin-top: 1.3em;
}

/* リスト */
.section-flow ul {
  list-style: none;
  padding-left: 0;
}
.section-flow ul li {
  padding-left: 24px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1em;
}
.section-flow ul li::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #339599;
  border-radius: 50%;
}
.section-flow ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .section-flow ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.section-flow p + ul {
  margin-top: 1.2em;
}

/* //リスト */
/* 募集要項 */
.section-job-information .dl-standard {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .section-job-information .dl-standard {
    margin-top: 15px;
  }
}
.section-job-information .dl-standard__item,
.section-job-information .dl-standard__ttl {
  line-height: 1.75;
}
.section-job-information .dl-standard__ttl:first-of-type {
  border-top: 1px solid #dcdcdc;
}
@media screen and (min-width: 992px) {
  .section-job-information .dl-standard__item {
    padding: 1.5rem 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .section-job-information .dl-standard__item:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
}

.section-job-information-content + .section-job-information-content {
  margin-top: 64px;
}
@media screen and (min-width: 992px) {
  .section-job-information-content + .section-job-information-content {
    margin-top: 80px;
  }
}

/* リスト */
.section-job-information ul {
  list-style: none;
  padding-left: 0;
}
.section-job-information ul li {
  padding-left: 24px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1em;
  margin-top: 0.6em;
}
.section-job-information ul li::before {
  content: "";
  position: absolute;
  top: 0.375em;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #339599;
  border-radius: 50%;
}
.section-job-information ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .section-job-information ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* //リスト */
/* エントリー */
.section-entry-content {
  text-align: center;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 5px;
  padding-block: 52px;
  padding-inline: 20px;
}
@media screen and (min-width: 992px) {
  .section-entry-content {
    padding-block: 80px;
  }
}

@media screen and (min-width: 992px) {
  .section-entry .btn-standard--large {
    letter-spacing: 0.1em;
  }
}

.ttl-pattern-1__jp--entry {
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 992px) {
  .ttl-pattern-1__jp--entry {
    font-size: 2rem;
  }
}