@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.l-requirements-fv {
  margin-top: 4.0625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-requirements-fv {
    margin-top: 1.6875rem;
    padding-bottom: 1.875rem;
  }
}

.l-requirements-inner {
  max-width: 80rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-requirements-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-requirements-job {
  margin-top: 7.625rem;
}
@media screen and (max-width: 767px) {
  .l-requirements-job {
    margin-top: 3.625rem;
  }
}

.l-requirements-points {
  margin-top: 7.5625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-requirements-points {
    margin-top: 3.25rem;
    padding-bottom: 3.375rem;
  }
}

.l-requirements-schedule {
  margin-top: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .l-requirements-schedule {
    margin-top: 3.375rem;
  }
}

.p-requirements-fv__title {
  text-transform: capitalize;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-fv__title {
    font-size: 1.875rem;
  }
}

.p-requirements-fv__block {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-fv__block {
    padding-bottom: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirements-fv__img {
    margin-top: -2rem;
  }
}

.p-requirements-job__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3a54a4;
  border-bottom: 1px solid #3a54a4;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-job__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
}

.p-requirements-job__item {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  padding-bottom: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-job__item {
    border-bottom: 1px solid #3a54a4;
    padding: 0 1.25rem 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirements-job__item:last-child {
    border-bottom: none;
  }
}

.p-requirements-job__item:nth-child(2) {
  border-left: 1px solid #3a54a4;
  border-right: 1px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-job__item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}

.p-requirements-job__division {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
  color: #3a54a4;
  text-align: center;
  margin-top: 1.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px dotted #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-job__division {
    margin-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

.p-requirements-job__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.125rem;
}

.p-requirements-points__wrap {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-points__wrap {
    margin-top: 2.5rem;
  }
}

.p-requirements-points__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-points__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-requirements-points__term {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  max-width: 17.5rem;
  width: 100%;
  background-color: #eef2f9;
  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;
  border-bottom: 1px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-points__term {
    font-size: 0.875rem;
    max-width: none;
    max-width: initial;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dotted #3a54a4;
  }
}

.p-requirements-points__items:first-of-type .p-requirements-points__term {
  border-top: 1px solid #3a54a4;
}

.p-requirements-points__desc {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  width: 100%;
  padding: 1.5rem 3.75rem 1.5rem 1.875rem;
  border-bottom: 1px dotted #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-points__desc {
    padding: 0.8125rem 1.25rem 0.6875rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-requirements-points__desc:last-child {
    border-bottom: 1px solid #3a54a4;
  }
}

.p-requirements-points__items:first-of-type .p-requirements-points__desc {
  border-top: 1px dotted #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-points__items:first-of-type .p-requirements-points__desc {
    border-top: none;
  }
}

.p-requirements-schedule__flow02 {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__flow02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
  }
}

.p-requirements-schedule__explain {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2857142857;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__explain {
    margin-top: 1.25rem;
    line-height: 2;
  }
}

.p-requirements-schedule__items.u-desktop {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__items.u-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-requirements-schedule__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    gap: 2rem;
  }
}

.p-requirements-schedule__item {
  max-width: 33.4375rem;
  width: 100%;
}

.p-requirements-schedule__img {
  aspect-ratio: 535/312;
}

.p-requirements-schedule__block {
  padding: 1.5625rem 2.1875rem 1.25rem 1.5625rem;
  border-left: 7px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__block {
    padding: 0.875rem 0rem 0rem 1.25rem;
  }
}

.p-requirements-schedule__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__card-title {
    font-size: 1.125rem;
  }
}

.p-requirements-schedule__card-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__card-text {
    letter-spacing: 0.02em;
  }
}

.p-requirements-schedule__body {
  border-bottom: 1px solid #3a54a4;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__body {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #3a54a4;
  }
}

.p-requirements-schedule__flow {
  margin-top: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-requirements-schedule__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eef2f9;
  max-width: 18.5rem;
  width: 100%;
  height: auto;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__category {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 1.0625rem;
    padding-bottom: 1.125rem;
  }
}

.p-requirements-schedule__cat-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-box {
    width: auto;
    width: initial;
  }
}

.p-requirements-schedule__cat-box:nth-child(2) {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-box:nth-child(2) {
    margin-top: 0.875rem;
  }
}

.p-requirements-schedule__cat-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-title {
    font-size: 1.125rem;
  }
}

.p-requirements-schedule__cat-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-requirements-schedule__lists {
  margin-top: 0.85rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__lists {
    margin-top: 0.625rem;
  }
}

.p-requirements-schedule__list:nth-child(2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__list:nth-child(2) {
    margin-top: 0.625rem;
  }
}

.p-requirements-schedule__term {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-requirements-schedule__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-requirements-schedule__text span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.p-requirements-schedule__cart {
  max-width: 49.5625rem;
  width: 100%;
  counter-reset: step;
}

.p-requirements-schedule__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__label {
    min-height: 4.125rem;
  }
}

.p-requirements-schedule__label:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__label:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-requirements-schedule__label:last-of-type {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 70, .5)), to(rgba(70, 255, 255, .5)));
  background: linear-gradient(90deg, rgba(255, 255, 70, .5), rgba(70, 255, 255, .5));
}

.p-requirements-schedule__step {
  width: 11%;
  background-color: #3a54a4;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  counter-increment: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__step {
    width: 31%;
    font-size: 0.8125rem;
  }
}

.p-requirements-schedule__step::before {
  content: counter(step, decimal-leading-zero);
  font-size: 1.9375rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__step::before {
    font-size: 1.5rem;
  }
}

.p-requirements-schedule__label:not(:last-child) .p-requirements-schedule__step::after {
  content: "";
  width: 1px;
  height: 2.5rem;
  position: absolute;
  bottom: -50%;
  left: 50%;
  background-color: #3a54a4;
}

@media screen and (max-width: 767px) {
  .p-requirements-schedule__label:not(:last-child) .p-requirements-schedule__step::after {
    bottom: -30%;
  }
}

.p-requirements-schedule__desc {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4166666667;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dotted #3a54a4;
  border-left: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__desc {
    font-size: 1rem;
    padding-left: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-requirements-schedule__desc span {
  font-size: 1.20625rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__desc span {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-requirements-schedule__flow02 {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__flow02 {
    margin-top: 1.0625rem;
    gap: 1.6875rem;
  }
}

.p-requirements-schedule__cat-text02 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-text02 {
    margin-top: 0.5rem;
  }
}

.p-requirements-schedule__cat-text02 span {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-requirements-schedule__cat-text02 span {
    margin-top: 0.5rem;
  }
}
/*# sourceMappingURL=requirements.css.map */
