@charset "UTF-8";
.step-header__ttl {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.666666;
  text-align: center;
  padding: 44px 0 40px;
}
.step-header__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 45.5px;
}

.step-nav {
  margin: 0 auto 50px;
  max-width: 340px;
}
.step-nav__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0 0 1px;
}
.step-nav__grid > * {
  flex: 0 0 25%;
  margin-top: -1px;
  max-width: 25%;
  min-width: 0;
  word-wrap: break-word;
}
.step-nav__grid > * > * {
  margin-left: -1px;
  height: 100%;
}

.step-nav-item {
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  padding: 25px 0 23px;
}
.step-nav-item__ttl1 {
  font-size: 1rem;
  margin-bottom: 1.5px;
}
.step-nav-item__ttl2 {
  font-size: 1.4rem;
  margin-bottom: 11px;
}
.step-nav-item::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='16' viewBox='0 0 28 16'%3e%3cpath d='M27 1.5l-13 13-13-13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  width: 14px;
  height: 8px;
}

.step-section-header {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 0 43px;
}
.step-section-header .step-section-ttl {
  margin-bottom: 25px;
}
.step-section-header__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 285px;
  margin: 0 auto 19px;
}
.step-section-header__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.step-section-ttl {
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  overflow: hidden;
  border: 1px solid #000;
  width: 230px;
  margin: auto;
  display: flex;
}
.step-section-ttl > * {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  word-wrap: break-word;
  text-align: center;
  padding: 11px 0;
}
.step-section-ttl > *:first-child {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
.step-section-ttl > *:nth-child(2) {
  color: #fff;
  background: #000;
}

.step-more-card {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.step-more-card__inner {
  padding: 25px 30px 30px;
}
.step-more-card__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -6px;
}
.step-more-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-more-card__icon {
  display: block;
  height: auto;
  width: 95px;
  margin-right: 5px;
}
.step-more-card__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.step-more-card__text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 34px;
}

.step-plan-section__ttl, .step-kouza__ttl, .step2-footer__ttl, .step-cost__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 18px;
}

.step-plan-section__text, .step5-footer__text, .step3-footer__text, .step-kouza__text, .step2-footer__text, .step-cost__text {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.step5-footer__text, .step3-footer__text, .step2-footer, .step-cost__ttl, .step-cost__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 30px;
  padding-right: 30px;
}

.step-cost {
  margin-bottom: 45px;
}
.step-cost__text {
  margin-bottom: 46px;
}
.step-cost__img {
  margin: auto;
  max-width: 375px;
}
.step-cost__img img {
  display: block;
  width: 100%;
  height: auto;
}

.step2-footer {
  margin-bottom: 50px;
}
.step2-footer__text {
  margin-bottom: 45px;
}
.step-kouza__inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.step-kouza .hstack-actions {
  flex: 1;
}
.step-kouza__img {
  display: block;
  width: 125px;
  margin-right: 25px;
}
.step-kouza__info {
  margin-right: -5px;
}
.step-flow {
  background: rgba(0, 0, 0, 0.03);
  margin: auto;
  max-width: 800px;
}
.step-flow__inner {
  padding: 30px;
}

section .step-flow:last-child {
  margin-bottom: 50px;
}

.step-flow-box {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #999999;
}
.step-flow-box__ttl {
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 16.5px 0 15.5px;
}
.step-flow-box__body {
  border-top: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 14px 20px 12px;
}
.step-flow-box__detail::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, currentColor, currentColor 28.57%, transparent 28.57%, transparent) 0% 0%;
  background-size: 3.5px 1px;
  color: #999;
  margin: 12.5px -20px;
}
.step-flow-box__list > * {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.step-flow-box__list > *::before {
  content: "・";
}
.step-flow-box__note {
  margin-bottom: 2.5px;
}
.step-flow-box__note-ttl {
  font-weight: bold;
  margin-bottom: 7px;
}
.step-flow-box__note-text {
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.step-flow__column:not(:first-child)::before, .step-flow-arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'%3e%3cpath d='M40 0L20 20 0 0z' fill='%23999'/%3e%3c/svg%3e");
  background-size: 100%;
  margin: 5px auto 10px;
  width: 20px;
  height: 10px;
}

.step-flow__column:not(:first-child)::before {
  content: "";
  display: none;
}

.step-flow-footer {
  border-radius: 5px;
  color: #fff;
  background: #999999;
  text-align: center;
  padding: 16.5px 0;
}
.step-flow-footer__ttl {
  font-weight: bold;
  font-size: 1.4rem;
}
.step-flow-footer__text {
  font-size: 1.15rem;
  margin: 3.5px 0 -1px;
}

.step-flow-box + .step-flow-footer {
  margin-top: 10px;
}

.step3-footer {
  padding: 44px 0 50px;
}
.step3-footer .hstack-actions {
  margin-top: 47px;
}

.step5-footer {
  padding: 44px 0 46.5px;
}
.learn-more-links-wrapper {
  padding-bottom: 50px;
}

.step-plan {
  background: rgba(0, 0, 0, 0.03);
  padding: 0 0 50px;
}

.step-plan-section__info {
  padding: 45px 30px 44px;
}
.step-plan-section__img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.step-plan-section__img--1 {
  max-width: 375px;
}
.step-plan-section__img--2 {
  max-width: 315px;
}
.step-plan-section__img--3 {
  max-width: 250px;
}
.step-plan-section__img--4 {
  max-width: 315px;
}

.step4-footer {
  padding: 50px 0;
}

.step-sticky-nav {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
}
.step-sticky-nav + * {
  margin-top: 90px;
}
.step-sticky-nav__list {
  padding: 19px 10px 11px;
  display: flex;
  flex-wrap: wrap;
}
.step-sticky-nav__item a {
  display: block;
  padding: 6px 10px;
}
.step-sticky-nav__item a span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.15s;
}
.step-sticky-nav__item a.is-current span {
  border-bottom-color: #fff;
}

.anchor {
  padding-top: 149px;
  margin-top: -149px;
}

@media (min-width: 768px) {
  .step-header__ttl {
    font-size: 3rem;
  }
  .step-header__ttl {
    padding: 42px 0 41px;
  }
  .step-header__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .step-header__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .step-header__text {
    margin-bottom: 47px;
  }
  .step-nav {
    margin-bottom: 50px;
    max-width: none;
  }
  .step-nav__grid {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .step-nav__grid > * {
    flex: 0 0 100px;
    max-width: 100px;
  }
  .step-nav-item {
    padding: 24px 0 26px;
  }
  .step-nav-item__ttl1 {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  .step-nav-item__ttl2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .step-nav-item::after {
    width: 16px;
    height: 9px;
  }
  .step-section-header {
    padding: 50px 0 47px;
  }
  .step-section-header .step-section-ttl {
    margin-bottom: 50px;
  }
  .step-section-header__img {
    max-width: 500px;
    margin-bottom: 46px;
  }
  .step-section-header__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .step-section-header__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .step-section-ttl {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .step-section-ttl {
    width: 280px;
  }
  .step-section-ttl > * {
    padding: 15px 0 14px;
  }
  .step-more-card__inner {
    padding: 23px 30px 30px;
    display: flex;
    max-width: 860px;
    margin: auto;
  }
  .step-more-card__inner > *:first-child {
    width: calc(100% * 430 / 800);
  }
  .step-more-card__inner > *:nth-child(2) {
    width: calc(100% * 370 / 800);
  }
  .step-more-card__header {
    margin-bottom: 0;
  }
  .step-more-card__icon {
    width: 110px;
    margin-right: 10px;
  }
  .step-more-card__ttl {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .step-more-card__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .step-more-card__text {
    margin-bottom: 17px;
  }
  .step-plan-section__ttl, .step-kouza__ttl, .step2-footer__ttl, .step-cost__ttl {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .step-plan-section__ttl, .step-kouza__ttl, .step2-footer__ttl, .step-cost__ttl {
    margin-bottom: 30px;
  }
  .step-plan-section__text, .step5-footer__text, .step3-footer__text, .step-kouza__text, .step2-footer__text, .step-cost__text {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .step5-footer__text, .step3-footer__text, .step2-footer, .step-cost__ttl, .step-cost__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .step-cost__text {
    margin-bottom: 46px;
  }
  .step-cost__img {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 890px;
  }
  .step-cost {
    margin-bottom: 45px;
  }
  .step2-footer__text {
    margin-bottom: 46px;
  }
  .step2-footer {
    margin-bottom: 50px;
  }
  .step-kouza {
    display: flex;
    align-items: center;
  }
  .step-kouza__inner {
    margin-bottom: 0;
    width: 70%;
    max-width: 540px;
  }
  .step-kouza__img {
    width: 140px;
    margin-right: 30px;
  }
  .step-kouza__info {
    margin-right: 0;
  }
  .step-flow__inner {
    padding: 60px;
    display: flex;
    justify-content: space-between;
  }
  .step-flow__inner > * {
    width: calc(100% * 315 / 680);
  }
  section .step-flow:last-child {
    margin-bottom: 50px;
  }
  .step-flow-box {
    border-radius: 10px;
  }
  .step-flow-box__ttl {
    font-size: 1.4rem;
    padding: 17px 0 15px;
  }
  .step-flow-box__body {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 14px 19px 12px;
  }
  .step-flow-box__detail::before {
    height: 1px;
    background: linear-gradient(to right, currentColor, currentColor 25%, transparent 25%, transparent) 0% 0%;
    background-size: 4px 1px;
  }
  .step-flow-box__detail::before {
    margin: 12px -19px;
  }
  .step-flow-box__note {
    margin-bottom: 0;
  }
  .step-flow-box__note-ttl {
    margin-bottom: 4px;
  }
  .step-flow-box__note-text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .step-flow__column:not(:first-child)::before, .step-flow-arrow {
    margin: 5px auto 10px;
    width: 20px;
    height: 10px;
  }
  .step-flow__column:not(:first-child)::before {
    display: block;
    margin-top: -20px;
  }
  .step-flow__column .step-flow-arrow:last-child {
    margin-bottom: -15px;
  }
  .step-flow-footer {
    border-radius: 10px;
  }
  .step-flow-footer {
    padding: 18px 0 16px;
  }
  .step-flow-footer__ttl {
    font-size: 1.4rem;
  }
  .step-flow-footer__text {
    font-size: 1.1rem;
    margin: 1px 0 3px;
  }
  .step-flow-box + .step-flow-footer {
    margin-top: 10px;
  }
  .step3-footer {
    padding: 43px 0 50px;
  }
  .step3-footer .hstack-actions {
    margin-top: 47px;
  }
  .step5-footer {
    padding: 43px 0 47px;
  }
  .learn-more-links-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .step-plan {
    padding: 75px 0 77px;
  }
  .step-plan__column {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .step-plan__column:not(:last-child) {
    margin-bottom: 75px;
  }
  .step-plan__column > * {
    width: calc(100% * 360 / 800);
  }
  .step-plan-section__info {
    padding: 0 0 46px;
  }
  .step-plan-section__img--1 {
    max-width: none;
  }
  .step-plan-section__img--2 {
    max-width: none;
  }
  .step-plan-section__img--3 {
    max-width: 300px;
  }
  .step-plan-section__img--4 {
    max-width: none;
  }
  .step4-footer {
    padding: 50px 0;
  }
  .step-sticky-nav {
    top: 80px;
  }
  .step-sticky-nav + * {
    margin-top: 50px;
  }
  .step-sticky-nav {
    font-size: 1.2rem;
  }
  .step-sticky-nav__list {
    justify-content: center;
    padding: 0;
  }
  .step-sticky-nav__item a {
    padding: 20px 16px 10px;
  }
  .step-sticky-nav__item a span {
    padding-bottom: 7px;
  }
  .step-sticky-nav__item a:hover span {
    border-bottom-color: #fff;
  }
  .anchor {
    padding-top: 128px;
    margin-top: -128px;
  }
}