#fv .fv-content-archive {
  background: #FFF;
  padding: 50px 0;
  margin-top: 90px;
  position: relative;
  z-index: 1;
}

#fv .fv-content-archive-ttl {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  #fv .fv-content-archive-ttl {
    font-size: 23px;
  }
}
#fv .fv-content-archive-slide-item {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#fv .fv-content-archive-slide-item img {
  max-width: 200px;
  width: auto;
  height: 112px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 800px) {
  #fv .fv-content-archive-slide-item img {
    max-width: 150px;
    height: 84px;
  }
}
#fv .fv-content-archive-slide {
  overflow: hidden;
}

#fv .fv-content-archive-slide-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation-name: fv-logo-slide;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#fv .fv-content-archive-slide-group {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

#fv .fv-content-archive-slide-item {
  flex-shrink: 0;
  padding: 0 32px;
}

@keyframes fv-logo-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.header-nav-item .cta-btn {
  background: linear-gradient(90deg, #95FF00 -10.25%, #F4FFE6 125.68%);
  border-radius: 999px;
  font-weight: 500;
}

#fv {
  background: none;
  position: relative;
}
#fv .fv-second-bg {
  background-image: url(../img/fv-second-bg.webp);
  background-size: cover;
  bottom: -800px;
}
@media screen and (max-width: 800px) {
  #fv .fv-second-bg {
    bottom: -850px;
  }
}
@media screen and (min-width: 801px) {
  #fv .fv-content {
    padding-inline: 20px 0;
  }
}
#fv .fv-content-archive {
  margin-top: initial;
}
@media screen and (max-width: 800px) {
  #fv .fv-content-archive {
    margin: 630px 0 0;
    padding: 0 0 32px;
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-ttl {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 389px) {
  #fv .fv-ttl {
    font-size: 9.6vw;
  }
}
#fv .fv-ttl span {
  padding: 0 4px;
}
#fv .fv-ttl span.fv-ttl-white-thin {
  background: none;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto 20px;
}
@media screen and (max-width: 800px) {
  #fv .fv-ttl span.fv-ttl-white-thin {
    font-size: 20px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 389px) {
  #fv .fv-ttl span.fv-ttl-white-thin {
    font-size: 5.333vw;
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-content-right {
    bottom: -185px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-content-left {
    background: none;
    padding-top: 20px;
  }
}
#fv .fv-content-worry-ttl {
  margin: 0 auto;
  padding: 0 1rem;
  width: fit-content;
}
@media screen and (min-width: 801px) {
  #fv .fv-content-worry-ttl {
    background: linear-gradient(to bottom, transparent, transparent 70%, #fff 70%);
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-content-worry-ttl {
    line-height: 1.6;
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-content-worry-ttl .is-bg-whiteline {
    background: linear-gradient(to bottom, transparent, transparent 70%, #fff 70%);
    padding: 0 16px;
  }
}
@media screen and (max-width: 800px) {
  #fv .fv-content-worry-list {
    margin-top: 28px;
  }
}

#section-content .section-text {
  margin: 30px 0 0;
  text-align: center;
}

@media screen and (max-width: 500px) {
  section#nyle-x-partners {
    padding: 0 20px;
  }
}

.fv-container-inner {
  background: url(../img/fv-bg-hill.webp) no-repeat 0 0/cover;
}
@media screen and (max-width: 800px) {
  .fv-container-inner {
    background: url(../img/fv-bg-hill-sp.webp) no-repeat 0 0/cover;
    height: 506px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv-container-inner {
    background: url(../img/fv-bg-hill-sp.webp) no-repeat 0 50%/cover;
  }
}
@media screen and (min-width: 391px) and (max-width: 430px) {
  .fv-container-inner {
    background: url(../img/fv-bg-hill-sp.webp) no-repeat 0 -30px/cover;
  }
}

.fv-achievements-container {
  background: #fff;
  height: 380px;
  margin: 0 -20px 64px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 800px) {
  .fv-achievements-container {
    height: auto;
    margin: 0 0 64px;
    width: 100%;
  }
}

.section-ttl-min {
  display: block;
  font-size: 30px;
}

#reason .section-inner.is-reason {
  width: 100%;
}
@media screen and (min-width: 801px) {
  #reason .section-inner.is-reason {
    width: 960px;
  }
}
#reason .reason-list {
  margin-top: 0;
}
#reason .reason-item {
  width: 100%;
}
#reason .reason-item-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  #reason .reason-item-ttl {
    margin: 0 0 28px;
  }
}
@media screen and (max-width: 800px) {
  #reason .reason-item-ttl span {
    font-size: 24px;
  }
}
#reason .reason-item-text {
  max-width: 500px;
}
@media screen and (max-width: 1023px) {
  #reason .reason-item-text {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  #reason .reason-item-text {
    max-width: 100%;
  }
}
#reason .reason-item-subttl {
  display: block;
  font-size: 20px;
  margin: 72px auto 35px;
  text-align: center;
}
#reason .reason-item-steps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 800px) {
  #reason .reason-item-steps-container {
    gap: 4px 0;
  }
}
#reason .reason-item-step {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 801px) {
  #reason .reason-item-step {
    display: block;
    width: 114px;
  }
}
#reason .reason-item-step-ttl {
  align-items: center;
  background: #14EDFF;
  display: flex;
  height: 52px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #reason .reason-item-step-ttl {
    height: 96px;
    width: 104px;
  }
}
#reason .reason-item-step-text {
  background: #fff;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 400;
  height: 177px;
  line-height: 1.6;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  #reason .reason-item-step-text {
    height: 96px;
    width: calc(100% - 104px);
  }
}
@media screen and (max-width: 1023px) {
  #reason .reason-item-thumbnail-container {
    margin: 0 auto;
  }
}
#reason .reason-item-thumbnail-container.is-first {
  width: 335px;
}
#reason .reason-item-thumbnail-container.is-second {
  width: 324px;
}
#reason .reason-item-thumbnail-container.is-third {
  width: 324px;
}
#reason .reason-item-thumbnail-container.is-fourth {
  width: 322px;
}
#reason .reason-item-thumbnail-container.is-fifth {
  margin-right: 70px;
  width: 212px;
}
@media screen and (max-width: 1023px) {
  #reason .reason-item-thumbnail-container.is-fifth {
    margin-right: initial;
    margin: 0 auto;
  }
}

.nap-link {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .nap-link {
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nap-link {
    width: fit-content;
  }
}

.col-first {
  background: rgb(242, 242, 242);
  width: 208px;
}
@media screen and (max-width: 800px) {
  .col-first {
    width: 17.714%;
  }
}
.col-second {
  background: #F4FFE6;
  width: 331px;
}
@media screen and (max-width: 800px) {
  .col-second {
    width: 27.428%;
  }
}
.col-third {
  background: rgb(242, 242, 242);
  width: 331px;
}
@media screen and (max-width: 800px) {
  .col-third {
    width: 27.428%;
  }
}
.col-fourth {
  background: rgb(242, 242, 242);
  width: 330px;
}
@media screen and (max-width: 800px) {
  .col-fourth {
    width: 27.428%;
  }
}

@media screen and (max-width: 800px) {
  #compare-table {
    padding: 0 20px;
  }
}

.compare-table {
  border-collapse: collapse;
  font-weight: 500;
  width: 100%;
}
.compare-table-container {
  margin: 2.25rem 0 0;
}
.compare-th {
  font-size: 24px;
  height: 82px;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .compare-th {
    font-size: 12px;
    height: 63px;
  }
}
.compare-th.is-first {
  background: #000000;
  color: #FFF;
  text-align: center;
}
.compare-th.is-second {
  background: #95FF00;
}
.compare-th.is-third {
  background: #999999;
  color: #FFF;
}
.compare-th.is-fourth {
  background: #4D4D4D;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .compare-th .is-min {
    font-size: 10px;
  }
}
.compare-td {
  border: 1px solid #E6E6E6;
  font-size: 24px;
  height: 84px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .compare-td {
    font-size: 12px;
    font-weight: 700;
    height: 43px;
  }
}
.compare-td:last-of-type {
  font-weight: 400;
}
.compare-td.is-start {
  padding: 0 0 0 30px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .compare-td.is-start {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-align: center;
  }
}
.compare-td.is-red {
  color: #FF0000;
  font-weight: 700;
}
.compare-td.is-lightweight {
  font-weight: 400;
}
.compare-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  justify-content: center;
}
.compare-card-item {
  background: #F2F2F2;
  margin: 0 auto 80px;
  padding: 36px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.compare-card-item:last-of-type {
  margin: initial;
}
@media screen and (min-width: 801px) {
  .compare-card-item {
    margin: initial;
    width: 378px;
  }
}
.compare-card-item-ttl {
  align-items: center;
  background: linear-gradient(270deg, #D4FF98 0%, #93FF00 100%);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -19px;
  transform: translateX(-50%);
  width: 250px;
}
.compare-card-item-ttl-square {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 98px;
}
.compare-card-item-ttl-square.is-bottom {
  margin: 24px auto 10px;
}
.compare-card-item-time {
  font-size: 24px;
}
.compare-card-item-bottom {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  height: 82px;
  justify-content: space-between;
  margin: 20px 0 0;
  padding: 0 24px;
}
.compare-card-item-unit-price {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.compare-card-item-price {
  color: #95FF00;
  font-size: 32px;
  font-weight: 700;
}
.compare-card-item-price-min {
  font-size: 22px;
  font-weight: 500;
}
.compare-card-notice {
  color: #666666;
  font-size: 12px;
  line-height: 1.6;
  margin: 16px auto;
  width: 788px;
}
@media screen and (max-width: 800px) {
  .compare-card-notice {
    width: 100%;
  }
}

#faq .faq-item-text {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
#faq .faq-item-text::before {
  bottom: auto;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 800px) {
  #faq .faq-item-text::before {
    top: 48px;
  }
}
#faq .faq-item-text-bold {
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  #consultant {
    padding: 5px 20px 55px;
  }
}
#consultant .consultant-sub-image {
  width: 100%;
}
@media screen and (max-width: 768px) and (max-width: 1023px) {
  #consultant .consultant-sub-image {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #flow {
    padding: 40px 20px 55px;
  }
}

@media screen and (max-width: 800px) {
  #nap-banner {
    padding: 0 20px;
  }
}

#case .case-list {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  #price {
    padding: 40px 20px 55px;
  }
}
@media screen and (max-width: 800px) {
  #price .price-list {
    margin-top: 24px;
  }
}
#price .price-item {
  height: 172px;
  margin-top: initial;
  padding: 0;
}
#price .price-item-label {
  max-width: 100%;
  position: relative;
  top: initial;
  width: 100%;
}
#price .price-item-ttl-oneline {
  align-items: center;
  display: flex;
  font-size: 40px;
  font-weight: 500;
  height: 132px;
  justify-content: center;
  position: relative;
  text-align: center;
  top: -5px;
}

.is-block {
  display: block;
}

.is-hidden-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .is-hidden-sp {
    display: block;
  }
}

.is-hidden-pc {
  display: none;
}
@media screen and (max-width: 800px) {
  .is-hidden-pc {
    display: block;
  }
}

.is-show-tablet {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-show-tablet {
    display: block;
  }
}

.footer-top,
.footer-bottom {
  font-family: "Noto Sans JP", sans-serif;
}

.footer-top-cta {
  margin: 80px auto 0;
  max-width: 960px;
}

@media screen and (min-width: 768px) {
  .footer-top-text {
    text-align: center;
  }
}

.footer-bottom-inner {
  position: relative;
}

.page-to-top {
  bottom: 60px;
  cursor: pointer;
  height: 65px;
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  width: 65px;
}
.page-to-top:hover {
  transform: translateY(-8px);
}
@media screen and (max-width: 800px) {
  .page-to-top {
    bottom: 50px;
    height: 16.667vw;
    right: -2.564vw;
    width: 16.667vw;
  }
}
@media screen and (max-width: 389px) {
  .page-to-top {
    bottom: 12.821vw;
  }
}
@media screen and (max-width: 374px) {
  .page-to-top {
    bottom: 16vw;
    height: 10.667vw;
    right: -4vw;
    width: 10.667vw;
  }
}
@media screen and (max-width: 359px) {
  .page-to-top {
    bottom: 6.944vw;
  }
}

.page-to-top .arrow {
  height: 6px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  width: 50px;
}
@media screen and (max-width: 374px) {
  .page-to-top .arrow {
    height: 1.6vw;
    width: 10.667vw;
  }
}

.arrow {
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 10px;
}

.page-to-top .arrow > span:first-child {
  transform: rotate(-38deg) translateY(-20%);
  -webkit-transform: rotate(-38deg) translateY(-20%);
}

.page-to-top .arrow > span:first-child {
  width: 40%;
}

.arrow > span:first-child {
  transform: rotate(38deg) translateY(20%);
  -webkit-transform: rotate(38deg) translateY(20%);
  transform-origin: right center;
  width: 50%;
}

.arrow > span {
  border-radius: 1px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.page-to-top .arrow > span {
  border-radius: 6px;
}

.arrow > span:nth-child(2) {
  width: 100%;
}

.arrow.corporate-color > span:before {
  background-color: #93ff00;
}

.arrow > span:after, .arrow > span:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}