header,
footer .footer-inner {
  display: none;
}

footer .f-copy {
  background-color: var(--custom-primary);
}

.sp-menu-trigger,
.sp-fix-cta {
  display: none;
}

main {
  margin-top: 0;
}

.section-fv {
  position: relative;
}
.section-fv__button-cta {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .section-fv__button-cta {
    bottom: 2.5vw;
  }
}
.section-fv .button-cta {
  min-width: 80vw;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .section-fv .button-cta {
    min-width: 27.34375vw;
    padding: 0.78125vw 1.5625vw;
  }
}
.section-fv .button-cta__subtitle {
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .section-fv .button-cta__subtitle {
    margin-bottom: 0.3125vw;
    font-size: 1.25vw;
  }
}
.section-fv .button-cta__main {
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  .section-fv .button-cta__main {
    font-size: 2.34375vw;
  }
}

.section-problem .col {
  display: flex;
  flex-direction: column;
}
.section-problem__item {
  height: 100%;
  margin: 3px;
  background-color: var(--custom-primary-light);
  text-align: center;
  border-radius: 4px;
  box-shadow: 3px 3px 3px rgba(var(--custom-primary), 0.1);
  position: relative;
}
.section-problem__item-header {
  padding: 2.4rem 0.8rem 2.8rem;
}
@media (min-width: 768px) {
  .section-problem__item-header {
    padding: 3.2rem 0.8rem 4rem;
  }
}
.section-problem__item-footer {
  padding: 1.2rem 0.8rem;
}
@media (min-width: 768px) {
  .section-problem__item-footer {
    padding: 2rem 0.8rem;
  }
}
.section-problem__item-header {
  min-height: 19.3rem;
  background-color: white;
}
@media (min-width: 768px) {
  .section-problem__item-header {
    min-height: 26.2rem;
  }
}
.section-problem__item-footer {
  min-height: 15rem;
}
@media (min-width: 768px) {
  .section-problem__item-footer {
    min-height: 35rem;
  }
}
.section-problem__item-header-image, .section-problem__item-footer-image {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .section-problem__item-header-image, .section-problem__item-footer-image {
    margin-bottom: 1.6rem;
  }
}
.section-problem__item-header-text, .section-problem__item-footer-text {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .section-problem__item-header-text, .section-problem__item-footer-text {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.section-problem__item-footer {
  background-color: var(--custom-primary-light);
}
.section-problem__item-footer-text {
  color: var(--custom-primary);
}
.section-problem__item-icon-double-angle {
  width: 2rem;
  transform: translate(0%, -50%);
}
@media (min-width: 768px) {
  .section-problem__item-icon-double-angle {
    width: 3.2rem;
  }
}
.section-problem__icon-double-angle-border {
  width: 6rem;
}
@media (min-width: 768px) {
  .section-problem__icon-double-angle-border {
    width: 12.6rem;
  }
}

.section-cta {
  background: var(--custom-gradation);
}
.section-cta__title {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .section-cta__title {
    font-size: 3rem;
  }
}
.section-cta__container {
  padding: 2.4rem 1.2rem;
  background-color: white;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .section-cta__container {
    padding: 4.8rem 2.4rem;
  }
}

.section-appeal__container {
  padding: 5.6rem 1.6rem 3.2rem;
  border: 2px solid black;
  position: relative;
}
@media (min-width: 768px) {
  .section-appeal__container {
    padding: 8.8rem 2.4rem 7.2rem;
  }
}
.section-appeal__fukidashi {
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: white;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  padding: 1rem 2.4rem;
  color: var(--custom-primary);
  font-size: 1.3rem;
  border: 2px solid var(--custom-primary);
  border-radius: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .section-appeal__fukidashi {
    padding: 1rem 4rem;
    font-size: 2.6rem;
  }
}
.section-appeal__fukidashi:before, .section-appeal__fukidashi:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  bottom: 0;
  left: 50%;
}
.section-appeal__fukidashi:before {
  border-right: 1.1rem solid transparent;
  border-left: 1.1rem solid transparent;
  border-top: 1.2rem solid var(--custom-primary);
  transform: translate(-50%, 100%);
}
@media (min-width: 768px) {
  .section-appeal__fukidashi:before {
    border-right: 2.2rem solid transparent;
    border-left: 2.2rem solid transparent;
    border-top: 2.4rem solid var(--custom-primary);
  }
}
.section-appeal__fukidashi:after {
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  border-top: 1rem solid white;
  transform: translate(-50%, 95%);
}
@media (min-width: 768px) {
  .section-appeal__fukidashi:after {
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    border-top: 2.2rem solid white;
  }
}
.section-appeal__list {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-appeal__list {
    margin-top: 4rem;
  }
}
.section-appeal__list:last-child {
  margin-bottom: 0;
}
.section-appeal__item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .section-appeal__item {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.section-appeal__item-checkbox {
  width: 2.4rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .section-appeal__item-checkbox {
    width: 3.5rem;
    margin-top: 0.4rem;
  }
}

.section-feature__list {
  counter-reset: number 0;
}
.section-feature__item {
  counter-increment: number 1;
  padding-top: 5.6rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .section-feature__item {
    padding-top: 10.4rem;
    padding-bottom: 8rem;
  }
}
.section-feature__item:nth-child(2n) {
  background-color: white;
}
.section-feature__title {
  margin-bottom: 4rem;
  padding-left: 1em;
  color: var(--custom-primary);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .section-feature__title {
    margin-bottom: 8rem;
    font-size: 4rem;
  }
}
.section-feature__title:before {
  content: counter(number, decimal-leading-zero);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  opacity: 0.12;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-feature__title:before {
    font-size: 20rem;
  }
}
.section-feature__point {
  margin-top: 4.8rem;
  position: relative;
}
.section-feature__point-image {
  width: 4.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .section-feature__point-image {
    width: 11rem;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.section-feature__point-text {
  padding: 4.4rem 1.6rem 1.6rem;
  color: var(--custom-primary);
  background-color: white;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .section-feature__point-text {
    margin-left: 5.6rem;
    font-size: 2.5rem;
    padding: 2.4rem 2.4rem 2.4rem 8rem;
  }
}
.section-feature__item:nth-child(2n) .section-feature__point-text {
  background-color: var(--custom-primary-light);
}

.section-prepare__content {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .section-prepare__content {
    font-size: 2.5rem;
  }
}
.section-prepare__image {
  max-width: 10rem;
}
@media (min-width: 768px) {
  .section-prepare__image {
    max-width: 100%;
  }
}