@charset "UTF-8";
/* -------------------- Mixins -------------------- */
/* -------------------- Noto Sans Japanese -------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&amp;subset=japanese");
/* -------------------- Hanken Grotesk Regular -------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
main {
  position: relative;
}
@media screen and (min-width: 768px) {
  main::before {
    content: "";
    position: absolute;
    right: 0;
    top: 370px;
    display: block;
    width: 170px;
    height: 260px;
    background: url(/recruit/new_employee/assets/img/information/requirements/mv-deco.svg) no-repeat center center/contain;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 49.5%;
    display: block;
    width: 181px;
    height: 275px;
    background: url(/recruit/new_employee/assets/img/information/requirements/sec-deco.svg) no-repeat center center/contain;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
}
/* -------------------- メインビジュアル -------------------- */
.main-visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main-visual {
    width: 100%;
    height: auto;
    padding-inline: 15px;
    aspect-ratio: 1440/450;
  }
}
@media screen and (min-width: 1441px) {
  .main-visual {
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(250 / 390 * 100vw);
  }
}
.main-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .main-visual__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/450;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__image {
    aspect-ratio: auto;
  }
}
.main-visual__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/450;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main-visual__image img {
    aspect-ratio: auto;
  }
}
.main-visual__title {
  width: 100%;
  margin-inline: auto;
  color: var(--c-white);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__title {
    max-width: 1275px;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title {
    margin-left: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-en {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .main-visual__title-en {
    font-size: 2.375rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-en {
    font-size: calc(20 / 390 * 100vw);
  }
}
.main-visual__title-jp {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .main-visual__title-jp {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__title-jp {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__title-jp {
    font-size: calc(13 / 390 * 100vw);
  }
}
.main-visual__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .main-visual__catch {
    max-width: 1275px;
    margin-block: 2.09375rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch {
    margin-left: 20px;
    margin-top: 15.55px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch {
    margin-left: calc(20 / 390 * 100vw);
    margin-top: calc(15.55 / 390 * 100vw);
  }
}
.main-visual__catch-label {
  display: inline-block;
  border: 1px solid var(--c-white);
  color: var(--c-white);
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .main-visual__catch-label {
    font-size: 1.625rem;
    padding: 0.5rem 1.5625rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual__catch-label {
    padding: 5.75px 17.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual__catch-label {
    padding: calc(5.75 / 390 * 100vw) calc(17.5 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
  }
}

/* -------------------- アンカーリンク -------------------- */
.anchor-links {
  position: relative;
  z-index: 1;
  max-width: 965px;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .anchor-links {
    margin-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links {
    max-width: 100%;
    margin-block: calc(20 / 390 * 100vw) calc(30 / 390 * 100vw);
    margin-inline: calc(20 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a {
    padding: calc(7 / 390 * 100vw) calc(2 / 390 * 100vw) calc(16 / 390 * 100vw) calc(2 / 390 * 100vw);
  }
  .anchor-links a::after {
    bottom: calc(5 / 390 * 100vw);
    width: 8.4px;
    height: 7px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .anchor-links a span {
    display: flex;
    align-items: center;
    height: 2.85em;
    font-size: calc(10 / 390 * 100vw);
  }
}

/* -------------------- コンテンツ -------------------- */
.requirements-contents {
  padding: 0 15px 6.25rem;
}
@media screen and (max-width: 767px) {
  .requirements-contents {
    padding: calc(0 / 390 * 100vw) calc(20 / 390 * 100vw) calc(40 / 390 * 100vw);
  }
}
.requirements-contents__inner {
  margin-inline: auto;
}

.requirements-section {
  max-width: 965px;
  margin-inline: auto;
}
.requirements-section + .requirements-section {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .requirements-section + .requirements-section {
    -webkit-margin-before: calc(40 / 390 * 100vw);
            margin-block-start: calc(40 / 390 * 100vw);
  }
}
.requirements-section__title {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  color: var(--c-gray);
}
@media screen and (min-width: 768px) {
  .requirements-section__title {
    margin-bottom: 1.4375rem;
    padding-left: 1.5625rem;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .requirements-section__title {
    padding-left: calc(17.5 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
  }
  .JS .requirements-section__title {
    margin-bottom: calc(12 / 390 * 100vw);
  }
}
.requirements-section__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--c-red);
}
@media screen and (max-width: 767px) {
  .requirements-section__title::before {
    width: calc(7 / 390 * 100vw);
    height: calc(7 / 390 * 100vw);
  }
}
.requirements-section__highlight strong {
  color: var(--c-red);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .requirements-section__highlight strong {
    font-size: calc(16 / 390 * 100vw);
  }
}
.requirements-section__note {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 1rem;
  font-weight: bold;
  color: var(--c-gray);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .requirements-section__note {
    -webkit-margin-before: calc(10 / 390 * 100vw);
            margin-block-start: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
  .requirements-section__note + .requirements-section__text {
    margin-top: calc(4 / 390 * 100vw);
  }
}
.requirements-section__note + .requirements-section__highlight strong {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .requirements-section__note + .requirements-section__highlight strong {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.requirements-section__text {
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-gray);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .requirements-section__text {
    font-size: calc(14 / 390 * 100vw);
  }
}
.requirements-section__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-gray);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .requirements-section__label {
    font-size: calc(14 / 390 * 100vw);
  }
}
.requirements-section__text-note {
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-gray);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .requirements-section__text-note {
    font-size: calc(14 / 390 * 100vw);
  }
}
.requirements-section__table {
  position: relative;
  z-index: 1;
  max-width: 965px;
  margin-inline: auto;
  background: var(--c-white);
}
@media screen and (max-width: 767px) {
  .requirements-section__table {
    width: 100%;
  }
}
.requirements-section__list {
  display: grid;
  grid-template-columns: 220px 1fr;
}
@media (max-width: 767px) {
  .requirements-section__list {
    grid-template-columns: 1fr;
  }
}
.requirements-section__term {
  padding: 1.75rem 1.875rem;
  border-top: 1px solid #FF0026;
  background-color: #FFEDF0;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--c-gray);
  line-height: 1.6;
}
.requirements-section__term:nth-last-of-type(1) {
  border-bottom: 1px solid #FF0026;
}
@media screen and (max-width: 767px) {
  .requirements-section__term {
    position: relative;
    padding: calc(16 / 390 * 100vw) calc(10 / 390 * 100vw) calc(13 / 390 * 100vw);
    border-width: 2px;
    font-size: calc(16 / 390 * 100vw);
  }
  .requirements-section__term::before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    width: calc(250 / 390 * 100vw);
    height: 2px;
    background-color: #bbb;
  }
  .requirements-section__term:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.requirements-section__definition {
  padding: 1.625rem 1.25rem 1.625rem 3.125rem;
  border-top: 1px solid #bbb;
  background-color: var(--c-white);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--c-gray);
}
.requirements-section__definition:nth-last-of-type(1) {
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 767px) {
  .requirements-section__definition {
    padding: calc(20 / 390 * 100vw) calc(10 / 390 * 100vw);
    border-top: none;
  }
  .requirements-section__definition:nth-last-of-type(1) {
    border-width: 2px;
    border-bottom: none;
  }
}
.requirements-section__tasks {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .requirements-section__tasks {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
  .requirements-section__tasks + .requirements-section__note {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .requirements-section__tasks {
    -webkit-margin-before: calc(5 / 390 * 100vw);
            margin-block-start: calc(5 / 390 * 100vw);
  }
  .requirements-section__tasks + .requirements-section__note {
    -webkit-margin-before: calc(20 / 390 * 100vw);
            margin-block-start: calc(20 / 390 * 100vw);
  }
}
.requirements-section__tasks li {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .requirements-section__tasks li + li {
    -webkit-margin-before: calc(4 / 390 * 100vw);
            margin-block-start: calc(4 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .requirements-section__tasks li {
    font-size: calc(14 / 390 * 100vw);
  }
}
.requirements-section__btn {
  margin-block: 0.9375rem 1rem;
}
.requirements-section__btn .btn {
  width: 24rem;
  padding: 0.90625rem 1.875rem 0.5625rem 1.875rem;
  border: 1px solid var(--c-gray);
  font-size: 0.875rem;
  letter-spacing: 0;
}
.requirements-section__btn .btn::before, .requirements-section__btn .btn::after {
  content: "";
  display: inline-block;
}
.requirements-section__btn .btn::before {
  display: none;
}
.requirements-section__btn .btn::after {
  position: static;
  width: 0.75rem;
  height: 0.75rem;
  margin-block: auto;
  margin-left: 1.25rem;
  background: url(/recruit/new_employee/assets/img/information/requirements/icon_new_window.svg) no-repeat center center/contain;
  border: none;
  transform: none;
}
.requirements-section__btn .btn:hover::after {
  background: url(/recruit/new_employee/assets/img/information/requirements/icon_new_window-w.svg) no-repeat center center/contain;
}
.requirements-section__btn .btn:focus-visible::after {
  background: url(/recruit/new_employee/assets/img/information/requirements/icon_new_window-w.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .requirements-section__btn .btn {
    width: 100%;
    padding: calc(14.5 / 390 * 100vw) calc(20 / 390 * 100vw) calc(14.5 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(13 / 390 * 100vw);
  }
  .requirements-section__btn .btn::after {
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
  }
}
.requirements-section .indent-4em {
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  padding-left: 4.2em;
  text-indent: -4.2em;
}
.requirements-section .bdrT-none {
  border-top: none;
}
.requirements-section .mt-20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .requirements-section .mt-20 {
    margin-top: calc(20 / 390 * 100vw);
  }
}
.requirements-section .mt-30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .requirements-section .mt-30 {
    margin-top: calc(30 / 390 * 100vw);
  }
}

.salary-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .salary-table {
    font-size: calc(14 / 390 * 100vw);
  }
}
.salary-table__caption {
  caption-side: top;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
}
@media screen and (max-width: 767px) {
  .salary-table__caption {
    font-size: calc(14 / 390 * 100vw);
  }
}
.salary-table__header {
  width: 8.375rem;
  padding: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .JS .salary-table__header {
    font-size: calc(14 / 390 * 100vw);
  }
}
.salary-table__data {
  padding: 0 0 0 1rem;
  border: none;
  text-align: left;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .JS .salary-table__data {
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .salary-table {
    display: block;
  }
  .salary-table__row {
    display: table-row;
  }
  .salary-table__header, .salary-table__data {
    white-space: nowrap;
  }
}
.flow-list {
  width: 100%;
  display: grid;
  grid-template-columns: 20.725388601% 1fr;
  gap: 30px 3px;
}
.flow-list dt.flow-list__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding: 1.8125rem 1.875rem;
  background-color: var(--c-red);
  border-radius: 0.375rem 0 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .flow-list dt.flow-list__step {
    justify-content: center;
    padding: calc(18 / 390 * 100vw) calc(10 / 390 * 100vw);
    gap: calc(15 / 390 * 100vw);
    border-radius: calc(6 / 390 * 100vw) calc(6 / 390 * 100vw) 0 0;
  }
  .flow-list dt.flow-list__step:not(:first-of-type) {
    margin-top: calc(26 / 390 * 100vw);
  }
}
.flow-list dt.flow-list__step::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.4375rem);
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 0.9375rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #FFCCD4;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .flow-list dt.flow-list__step::after {
    display: none;
  }
}
.flow-list dt.flow-list__step:nth-last-of-type(1)::after {
  display: none;
}
.flow-list dt.flow-list__step .flow-list__step-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.0625rem;
  text-align: center;
}
.flow-list dt.flow-list__step .flow-list__step-header .flow-list__step-label {
  display: block;
  font-family: var(--ff-hanken);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-white);
}
@media screen and (max-width: 767px) {
  .flow-list dt.flow-list__step .flow-list__step-header .flow-list__step-label {
    font-size: calc(18 / 390 * 100vw);
  }
}
.flow-list dt.flow-list__step .flow-list__step-header .flow-list__step-number {
  display: block;
  font-family: var(--ff-hanken);
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-white);
}
@media screen and (max-width: 767px) {
  .flow-list dt.flow-list__step .flow-list__step-header .flow-list__step-number {
    font-size: calc(28 / 390 * 100vw);
  }
}
.flow-list dt.flow-list__step .flow-list__icon {
  width: 4.0625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-list dt.flow-list__step .flow-list__icon {
    width: calc(47 / 390 * 100vw);
  }
}
.flow-list dt.flow-list__step .flow-list__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.flow-list dd.flow-list__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8125rem 1.875rem;
  border: 2px solid var(--c-red);
  border-left-color: var(--c-white);
  border-radius: 0 0.375rem 0.375rem 0;
}
.flow-list dd.flow-list__content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0.125rem;
  height: calc(100% + 4px);
  background-color: var(--c-white);
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content {
    align-items: center;
    padding: calc(24 / 390 * 100vw) calc(10 / 390 * 100vw) calc(24 / 390 * 100vw);
    border-radius: 0 0 calc(6 / 390 * 100vw) calc(6 / 390 * 100vw);
    border: 2px solid var(--c-red);
    border-top-color: var(--c-white);
    text-align: center;
  }
  .flow-list dd.flow-list__content::before {
    width: 100%;
    height: 2px;
  }
  .flow-list dd.flow-list__content::after {
    content: "";
    position: absolute;
    top: calc(100% + (7 / 390 * 100vw));
    left: 50%;
    transform: translateX(-50%);
    width: calc(45 / 390 * 100vw);
    height: calc(15 / 390 * 100vw);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #FFCCD4;
    pointer-events: none;
  }
  .flow-list dd.flow-list__content:nth-last-of-type(1)::after {
    display: none;
  }
}
.flow-list dd.flow-list__content .flow-list__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content .flow-list__text {
    font-size: calc(18 / 390 * 100vw);
  }
}
.flow-list dd.flow-list__content .flow-list__note {
  font-size: 1.0625rem;
  color: var(--c-gray);
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content .flow-list__note {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: calc(16 / 390 * 100vw);
  }
}
.flow-list dd.flow-list__content .flow-list__submission {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content .flow-list__submission {
    margin-top: calc(16 / 390 * 100vw);
  }
}
.flow-list dd.flow-list__content .flow-list__submission .flow-list__submission-label {
  margin-block: -0.125rem;
  padding: 0.375rem 0.625rem 0.25rem;
  background-color: var(--c-gray);
  border-radius: 4px;
  color: var(--c-white);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content .flow-list__submission .flow-list__submission-label {
    font-size: calc(14 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) calc(8 / 390 * 100vw) calc(1 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
    margin-block: calc(-2 / 390 * 100vw);
  }
}
.flow-list dd.flow-list__content .flow-list__submission .flow-list__submission-item {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--c-gray);
}
@media screen and (max-width: 767px) {
  .flow-list dd.flow-list__content .flow-list__submission .flow-list__submission-item {
    font-size: calc(18 / 390 * 100vw);
  }
}
.flow-list dd.flow-list__content .flow-list__result {
  color: #c1272d;
  font-weight: 600;
}
.flow-list dd.flow-list__content .flow-list__link {
  color: #CC0022;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .flow-list dd.flow-list__content .flow-list__link {
    font-size: 1.125rem;
  }
}
.flow-list dd.flow-list__content .link-newtab {
  padding-right: 1.25rem;
  background: url(/recruit/new_employee/assets/img/information/requirements/icon_new_window.svg) no-repeat right 3px center/0.75rem;
}
@media (max-width: 768px) {
  .flow-list {
    grid-template-columns: 100%;
    gap: 0;
  }
  .flow-list dt.flow-list__step .flow-list__step-header {
    gap: 2px;
  }
  .flow-list dd.flow-list__content .flow-list__submission {
    justify-content: center;
    gap: calc(16 / 390 * 100vw);
  }
}

.mt30-sm20 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mt30-sm20 {
    margin-top: calc(20 / 390 * 100vw);
  }
}
/*# sourceMappingURL=requirements.css.map */