@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
.floatingBtn {
  width: 100%;
  height: 100svh;
  z-index: 99;
  position: fixed;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.floatingBtn.is-hidden {
  opacity: 0;
}
.floatingBtn .floatingBtn__wrap {
  pointer-events: auto;
  margin-bottom: 5vh;
  width: clamp(195px, 130px + 16.6666666667vw, 330px);
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .floatingBtn .floatingBtn__wrap:hover {
    transform: translateX(0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .floatingBtn .floatingBtn__wrap:hover {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .floatingBtn .floatingBtn__wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .floatingBtn {
    padding-bottom: 70px;
  }
}

.p-nextstep {
  position: relative;
  font-family: "A-OTF ゴシックMB101 Pr6N", "GothicMB101Pr6N", "Noto Sans JP", Arial, メイリオ, sans-serif;
}
.p-nextstep .mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 640px;
  height: 72svh;
  place-content: center;
  display: grid;
}
@media (max-width: 768px) {
  .p-nextstep .mv {
    height: 450px;
    min-height: auto;
  }
}
.p-nextstep .mv .mv__btn {
  position: absolute;
  bottom: 5vh;
  right: 0;
  z-index: 3;
}
.p-nextstep .mv .mv__wrap {
  height: 100%;
  width: 100%;
}
.p-nextstep .mv .mv__ttl {
  max-width: 873px;
  width: 100%;
  z-index: 2;
}
.p-nextstep .mv .mv__overlay {
  position: absolute;
  background-color: rgba(235, 235, 235, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-nextstep .mv .mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.p-nextstep .mv .mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-nextstep .howto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(13px, 9.6296296296px + 0.8641975309vw, 20px);
}
@media (max-width: 768px) {
  .p-nextstep .howto {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-nextstep .area .area__category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}
@media (max-width: 960px) {
  .p-nextstep .area .area__category {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .p-nextstep .area .area__category li:first-child {
    grid-column: 1/-1;
  }
}
.p-nextstep .area .area__category li a {
  font-size: clamp(14px, 11.1111111111px + 0.7407407407vw, 20px);
  display: block;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  color: #002B7F;
  line-height: 1;
  padding-block: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-nextstep .area .area__category li a:hover {
    background-color: #002B7F;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-nextstep .area .area__category li a:hover {
    background-color: #002B7F;
    color: #fff;
  }
}
.p-nextstep .area .area__ttl {
  color: #002B7F;
  font-size: clamp(20px, 19.037037037px + 0.2469135802vw, 22px);
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-nextstep .area .area__wrap {
    width: 100%;
  }
}
.p-nextstep .area .area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 960px) {
  .p-nextstep .area .area__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-nextstep .area .area__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-nextstep .area .area__list .area__item.mod--empty {
  grid-column: 1/-1;
  text-align: center;
}
.p-nextstep .area .area__list .area__item a {
  height: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
}
.p-nextstep .area .area__list .area__item a .area__img img {
  aspect-ratio: 310/169;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-nextstep .area .area__list .area__item a .area__city {
  font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
  color: #002B7F;
  display: block;
  font-weight: 400;
}
.p-nextstep .area .area__list .area__item a .area__name {
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.p-nextstep .area .area__list .area__item a .c-main-btn {
  margin-top: auto !important;
  height: 44px;
  font-weight: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
}
@media (hover: hover) and (pointer: fine) {
  .p-nextstep .area .area__list .area__item a:hover .c-main-btn {
    background-color: rgba(0, 43, 127, 0.8) !important;
  }
  .p-nextstep .area .area__list .area__item a:hover .c-main-btn i {
    transform: translateX(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-nextstep .area .area__list .area__item a:hover .c-main-btn {
    background-color: rgba(0, 43, 127, 0.8) !important;
  }
  .p-nextstep .area .area__list .area__item a:hover .c-main-btn i {
    transform: translateX(5px);
  }
}
.p-nextstep .p-ns-bgGry {
  background-color: #EBEBEB;
}
.p-nextstep .p-ns-bgBlu {
  background-color: #002B7F;
}
.p-nextstep .p-ns-bgWh {
  background-color: #fff;
}
.p-nextstep .p-ns-ttl {
  font-weight: bold;
  text-align: center;
  font-size: clamp(22px, 18.1481481481px + 0.987654321vw, 30px);
}
.p-nextstep .p-ns-mt-5 {
  margin-top: 5px;
}
.p-nextstep .p-ns-mb-30 {
  margin-bottom: 35px;
}
.p-nextstep .p-ns-mt-50 {
  margin-top: 50px;
}
.p-nextstep .p-ns-pt-50 {
  padding-top: 50px;
}
.p-nextstep .p-ns-pb-50 {
  padding-bottom: 50px;
}
.p-nextstep .p-ns-ls-xl {
  letter-spacing: 0.13em;
}
@media (max-width: 768px) {
  .p-nextstep .p-ns-ls-xl {
    letter-spacing: 0.08em;
  }
}
.p-nextstep .p-ns-ls-lg, .p-nextstep .area .area__category li a {
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-nextstep .p-ns-ls-lg, .p-nextstep .area .area__category li a {
    letter-spacing: 0.05em;
  }
}
.p-nextstep .p-ns-ls-md {
  letter-spacing: 0.05em;
}
.p-nextstep .p-ns-ls-sm {
  letter-spacing: 0.03em;
}
.p-nextstep .p-ns-txt-R {
  text-align: right;
}
@media (max-width: 768px) {
  .p-nextstep .p-ns-txt-L-SP {
    text-align: left;
  }
}/*# sourceMappingURL=nextstep.css.map */