[id*=anchor-] {
  margin-top: -104px;
  padding-top: 104px;
}
@media screen and (max-width: 959px) {
  [id*=anchor-] {
    margin-top: -64px;
    padding-top: 64px;
  }
}

.flow-list {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  list-style: none;
  counter-reset: step;
}
.flow-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 4px;
  background: linear-gradient(#CE102C, #F5AB18);
  opacity: 0.3;
}
.flow-list__item {
  position: relative;
  counter-increment: step;
  display: flex;
  gap: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .flow-list__item {
    gap: 16px;
    padding: 20px 18px;
  }
}
@media screen and (max-width: 519px) {
  .flow-list__item {
    gap: 10px;
  }
}
.flow-list__item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .flow-list__item:not(:first-of-type) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 519px) {
  .flow-list__item:not(:first-of-type) {
    margin-top: 8px;
  }
}
.flow-list__item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -23px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #CE102C;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 519px) {
  .flow-list__item::before {
    top: 36px;
  }
}
.flow-list__item::after {
  content: "";
  position: absolute;
  top: 47px;
  left: -15px;
  width: 30px;
  height: 2px;
  background: #CE102C;
}
@media screen and (max-width: 519px) {
  .flow-list__item::after {
    top: 42px;
    width: 28px;
  }
}
.flow-list__item .flow-step {
  flex: 0 0 auto;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.flow-list__item .flow-label {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.flow-list__item .flow-num {
  display: block;
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 959px) {
  .flow-list__item .flow-num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__item .flow-num {
    font-size: 2.6rem;
  }
}
.flow-list__item .flow-num::before {
  content: counter(step, decimal-leading-zero);
}
.flow-list__item .flow-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 26px;
  border-left: solid 1px #E8E8E8;
}
@media screen and (max-width: 767px) {
  .flow-list__item .flow-body {
    padding-left: 16px;
  }
}
@media screen and (max-width: 519px) {
  .flow-list__item .flow-body {
    padding-left: 14px;
  }
}
.flow-list__item .flow-title {
  margin-bottom: 8px;
  font-size: 2.6rem;
}
@media screen and (max-width: 959px) {
  .flow-list__item .flow-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow-list__item .flow-title {
    font-size: 1.8rem;
  }
}
.flow-list__item:nth-of-type(1) .flow-step {
  color: #CE102C;
}
.flow-list__item:nth-of-type(2)::before {
  background: #D93B27;
}
.flow-list__item:nth-of-type(2)::after {
  background: #D93B27;
}
.flow-list__item:nth-of-type(2) .flow-step {
  color: #D93B27;
}
.flow-list__item:nth-of-type(3)::before {
  background: #E05824;
}
.flow-list__item:nth-of-type(3)::after {
  background: #E05824;
}
.flow-list__item:nth-of-type(3) .flow-step {
  color: #E05824;
}
.flow-list__item:nth-of-type(4)::before {
  background: #E77320;
}
.flow-list__item:nth-of-type(4)::after {
  background: #E77320;
}
.flow-list__item:nth-of-type(4) .flow-step {
  color: #E77320;
}
.flow-list__item:nth-of-type(5)::before {
  background: #EC881E;
}
.flow-list__item:nth-of-type(5)::after {
  background: #EC881E;
}
.flow-list__item:nth-of-type(5) .flow-step {
  color: #EC881E;
}
.flow-list__item:nth-of-type(6)::before {
  background: #EF911D;
}
.flow-list__item:nth-of-type(6)::after {
  background: #EF911D;
}
.flow-list__item:nth-of-type(6) .flow-step {
  color: #EF911D;
}
.flow-list__item:nth-of-type(7)::before {
  background: #F19C1A;
}
.flow-list__item:nth-of-type(7)::after {
  background: #F19C1A;
}
.flow-list__item:nth-of-type(7) .flow-step {
  color: #F19C1A;
}
.flow-list__item:nth-of-type(8)::before {
  background: #F29E1B;
}
.flow-list__item:nth-of-type(8)::after {
  background: #F29E1B;
}
.flow-list__item:nth-of-type(8) .flow-step {
  color: #F29E1B;
}
.flow-list__item:last-of-type::before {
  background: #F5AB18;
}
.flow-list__item:last-of-type::after {
  background: #F5AB18;
}
.flow-list__item:last-of-type .flow-step {
  color: #F5AB18;
}

.flowchart {
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .flowchart {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .flowchart {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}

.flow-txt {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .flow-txt {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .flow-txt {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.flow-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .flow-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .flow-txt {
    font-size: 1.7rem;
  }
}

.assignment,
.transfer {
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .assignment,
  .transfer {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .assignment,
  .transfer {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}

.faq {
  margin-bottom: calc(8px * 17);
}
@media screen and (max-width: 959px) {
  .faq {
    margin-bottom: calc(8px * 17 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .faq {
    margin-bottom: calc(8px * 17 * 0.5);
  }
}
.faq .faq-list__item:not(:last-of-type) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E8E8E8;
}
.faq .faq-list__item dt {
  position: relative;
  padding-left: 64px;
  margin-bottom: 28px;
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt {
    font-size: 2rem;
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt {
    font-size: 1.8rem;
    padding-left: 38px;
  }
}
.faq .faq-list__item dt::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #EB831E;
  border-radius: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  color: #EB831E;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dt::before {
    top: -1px;
    width: 38px;
    height: 38px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dt::before {
    top: 2px;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}
.faq .faq-list__item dd {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dd {
    padding-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dd {
    padding-left: 38px;
  }
}
.faq .faq-list__item dd::before {
  content: "A";
  position: absolute;
  top: -8px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #F5AB18;
  border-radius: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.4rem;
  color: #F5AB18;
}
@media screen and (max-width: 959px) {
  .faq .faq-list__item dd::before {
    top: -1px;
    width: 38px;
    height: 38px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq .faq-list__item dd::before {
    top: 2px;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=../../maps/pages/service.css.map */
