@charset "UTF-8";
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/*--- color ---*/
/*--- category ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
/* =====================================================
*  steps
===================================================== */
.p-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 812px;
  margin: 8rem auto 6.5rem;
  counter-reset: step;
  z-index: 0;
}
@media screen and (max-width: 767.9px) {
  .p-step {
    padding-inline: 2.5rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  height: 0.1rem;
  background: #CCCCCC;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .p-step::after {
    top: 1.3rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}

.p-step__item {
  position: relative;
  counter-increment: step;
}
.p-step__item::before {
  content: counter(step);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  width: 4rem;
  height: 4rem;
  background: #CCCCCC;
  border-radius: 50%;
  margin: 0 auto 2rem;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .p-step__item::before {
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-step__item.is-current::before {
  background: #0D8640;
}
.p-step__item.is-current .p-step__label {
  color: #0D8640;
}
.p-step__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 0;
  width: 50%;
  height: 0.1rem;
  background: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .p-step__item:first-child::after {
    top: 1.3rem;
  }
}
.p-step__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  right: 0;
  width: 50%;
  height: 0.1rem;
  background: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .p-step__item:last-child::after {
    top: 1.3rem;
  }
}

.p-step__label {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #CCCCCC;
}
@media screen and (max-width: 767.9px) {
  .p-step__label {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

/* =====================================================
*  form
===================================================== */
.c-official-doc {
  max-width: 100%;
  padding: 8rem 0 10rem;
  margin-bottom: 0;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  .c-official-doc {
    padding: 4rem 0;
  }
}

.c-official-doc-block {
  margin: auto;
  list-style: none;
  max-width: 1120px;
  padding: 0 2rem;
}
.c-official-doc-block .check {
  display: block;
  max-width: 8rem;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .c-official-doc-block .check {
    width: 6rem;
  }
}
.c-official-doc-block .heading {
  text-align: center;
  color: #0D8640;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-official-doc-block .heading {
    font-size: 2rem;
    line-height: 160%;
  }
}
.c-official-doc-block .text {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .c-official-doc-block .text {
    font-size: 1.4rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.c-rectbtn {
  max-width: 46rem;
  min-height: 7rem;
  margin: 0 auto;
  padding: 0 2rem 0 2rem;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-rectbtn {
    max-width: 33.5rem;
    min-height: 6rem;
  }
}
.c-rectbtn::before {
  text-align: center;
  background: #E70027;
}
.c-rectbtn::after {
  border-color: #E70027;
}
.c-rectbtn p {
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-rectbtn p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-rectbtn .c-arrow {
    right: 2.4rem;
  }
}
.c-rectbtn .c-arrow::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(87%) saturate(1448%) hue-rotate(-50deg) brightness(96%) contrast(87%);
}
.c-rectbtn:hover p {
  color: #E70027;
}
.c-rectbtn:hover .c-arrow {
  background-color: #E70027;
}

.content-wrapper {
  width: 100%;
  padding: 10rem 2rem 0rem 2rem;
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 6rem 2rem 4rem 2rem;
  }
}
.content-wrapper .c-contact-block {
  padding: 0;
  margin-top: 0;
  background-color: unset;
}
.content-wrapper .notice {
  text-align: center;
  background-color: #fff;
  padding: 4rem 8rem;
  max-width: 96rem;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .content-wrapper .notice {
    padding: 2rem 2rem;
  }
}
.content-wrapper .notice .heading {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .content-wrapper .notice .heading {
    font-size: 1.6rem;
  }
}
.content-wrapper .notice .text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 400;
  position: relative;
}
.content-wrapper .notice .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .content-wrapper .notice .text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.content-wrapper .notice .contact-link {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .content-wrapper .notice .contact {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .content-wrapper .notice .contact-detail {
    font-size: 1.4rem;
  }
}
.content-wrapper .heading {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content-wrapper .heading {
    font-size: 2.4rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}