@charset "UTF-8";

/*---------- fv ----------*/

.fv {
  padding-top: 9.7rem;
  background-image: url(../img/index/fv-bg-pc.jpg);
  background-size: cover;
  background-position: top center;
}

.fv__inner {
  max-width: 140rem;
  padding-bottom: 5.8rem;
}

.fv__txt-wrap {
  margin-top: 1.2rem;
}

.fv__txt-sub {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-orange-dp);
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
}

.fv__txt-sub:before,
.fv__txt-sub:after {
  background-image: url(../img/common/bg-border-orange.png);
  content: "";
  display: inline-block;
  width: 18rem;
  height: 1rem;
  background-size: 1rem;
  margin-bottom: 0.1rem;
  background-repeat: repeat no-repeat;
}

.fv__txt-sub:before {
  margin-right: 2rem;
}

.fv__txt-sub:after {
  margin-left: 1.6rem;
}

.fv__ttl {
  margin-top: 1.4rem;
  font-size: 3.2rem;
  font-weight: 600;
  display: block;
  position: relative;
}

.fv__ttl-sub {
  display: inline-block;
  background-color: var(--color-white);
  border: var(--border-black-pc);
  border-radius: 3rem;
  box-shadow: var(--shadow-pc);
  line-height: 1.5;
  padding: 0 2.7rem 0.6rem 3.1rem;
  margin-right: 1.1rem;
}

.fv__ttl-main {
  display: block;
  margin-top: 1.5rem;
  padding: 0 2.7rem;
}

.fv__ttl-main>img:nth-of-type(1) {
  width: 10.9rem;
}

.fv__ttl-main>img:nth-of-type(2) {
  width: 9rem;
  margin-left: -0.3rem;
}

.fv__ttl-main>img:nth-of-type(3) {
  width: 10.3rem;
  margin-left: -0.3rem;
}

.fv__ttl-main>img:nth-of-type(4) {
  width: 10.2rem;
  margin-left: -0.4rem;
}

.fv__ttl-main>img:nth-of-type(5) {
  width: 10rem;
  margin-left: -1rem;
}

.fv__ttl-sub-en {
  font-family: var(--font-en-damion);
  font-size: 4.5rem;
  color: var(--color-orange-nm);
  font-weight: 500;
  transform: rotate(-8deg);
  position: absolute;
  left: 29rem;
  bottom: -5.3rem;
  letter-spacing: 0.18rem;
}

.fv__txt {
  margin-top: 5.8rem;
  max-width: 54rem;
}

.fv__txt-line {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0.3rem 1.4rem;
  letter-spacing: 0.09rem;
  background-color: var(--color-white);
}

.fv__txt-line+.fv__txt-line {
  margin-top: 1rem;
}

.fv__txt-line-strong {
  font-size: 2.8rem;
  vertical-align: middle;
  color: var(--color-orange-dp);
  margin-top: -0.8rem;
  display: inline-block;
  padding-right: 0.6rem;
}

.fv__btn {
  margin-top: 2rem;
}

.fv__img {
  width: 34.9rem;
  position: absolute;
  bottom: -1.1rem;
  right: -8.6rem;
}

/*---------- sales ----------*/

.sales {
  border-top: 0.7rem solid var(--color-orange-dp);
  border-bottom: 0.7rem solid var(--color-orange-dp);
  background-image: url(../img/common/bg-block-orange.png);
  background-position: top center;
  padding: 9.6rem 0 6.1rem;
  background-size: 6.4rem;
  position: relative;
}

.sales__list {
  display: flex;
  justify-content: space-between;
  padding: 0 2.1rem;
}

.sales__item {
  text-align: center;
  background-color: var(--color-white);
  border-radius: 10rem;
  position: relative;
  line-height: 1.1;
  padding: 1.4rem 4rem 3.1rem 4.2rem;
}

.sales__item-txt-sub {
  font-family: var(--font-en-damion);
  font-size: 4rem;
  transform: rotate(-6deg);
  position: absolute;
  top: -5.2rem;
  left: -4.1rem;
  letter-spacing: 0.2rem;
  color: var(--color-yellow-lt);
}

.sales__item-txt-main {
  font-size: 2.6rem;
  font-weight: 600;
}

.sales__item-txt-main-strong {
  font-size: 3.6rem;
  color: var(--color-orange-dp);
  letter-spacing: 0.1rem;
  position: relative;
}

.sales__item-txt-main-strong:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 1rem;
  background-image: url(../img/common/bg-border-orange.png);
  background-size: 1rem;
}

.sales__item-txt-tax {
  font-size: 1.6rem;
}

.sales__item-deco {
  position: absolute;
  top: 0;
  width: 5rem;
}

.sales__item-deco.is-left {
  left: -2.2rem;
}

.sales__item-deco.is-right {
  right: -2.2rem;
}

/*---------- sample ----------*/

.sample {
  background-image: url(../img/common/bg-block-yellow.png);
  background-position: bottom center;
  padding: 3.9rem 0 2.5rem;
  margin-bottom: 20rem;
  background-size: 79.4rem;
}

.sample:before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: -20rem;
  background-image: url(../img/common/bg-tri-yellow-pc.png);
  background-size: cover;
  background-position: center;
  left: 0;
}

.sample__upper-txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

.sample__upper-txt>img {
  width: 9.1rem;
  vertical-align: bottom;
  margin-bottom: 0.4rem;
  margin-right: 1rem;
}

.sample__upper-txt-strong {
  background-color: var(--color-white);
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  padding: 0 1.9rem 0.3rem 2.3rem;
  border-radius: 3rem;
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 1.4;
  margin-right: 1.4rem;
}

.sample__block {
  margin-top: 5rem;
  background-color: var(--color-white);
  border: var(--border-black-pc);
  border-radius: 3rem;
  margin-right: 0.4rem;
  box-shadow: 0.5rem 0.6rem 0 var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.4rem 5rem 6.9rem;
  gap: 0 5.1rem;
}

.sample__list {
  max-width: 107.5rem;
}

.sample__item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3.5rem 1rem;
  width: 55.5rem;
  gap: 1.2rem 0;
}

.sample__item-img {
  width: calc(100% / 3);
}

.sample__arrow {
  opacity: 1;
  background: none;
  border-radius: 0;
  width: 1.6rem;
  height: 3rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sample__arrow.is-next {
  background-image: url(../img/common/tri-black-right.svg);
  right: 0.7rem;
  transform: scale(1, 1);
}

.sample__arrow.is-prev {
  background-image: url(../img/common/tri-black-right.svg);
  left: 0.7rem;
  transform: scale(-1, 1);
}

.sample__arrow>svg {
  display: none;
}

.sample__pagination {
  bottom: -0.8rem;
}

.sample__page {
  background: var(--color-black);
  opacity: 1;
  height: 0.6rem;
  width: 0.6rem;
  margin: 0.35rem;
}

.sample__page.is-active {
  transform: none;
  background: var(--color-orange-dp);
}

.sample__box.is-content {
  padding-top: 3.5rem;
}

.sample__ttl-en {
  top: -3.7rem;
  left: -2rem;
  letter-spacing: 0.15rem;
}

.sample__head-txt {
  margin-top: 3.2rem;
}

.sample__txt {
  margin-top: 3.7rem;
}

.sample__btn {
  margin-top: 4.1rem;
}

/*---------- price ----------*/

.price {
  padding-bottom: 0.4rem;
}

.price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 37rem;
  background-image: url(../img/index/price-bg.png);
  background-position: center;
  bottom: 24.4rem;
  background-size: 65.7rem;
}

.price__ttl {
  text-align: center;
}

.price__ttl-en {
  bottom: -4.2rem;
  left: 0;
  right: 0;
}

.price__block {
  margin-top: 7.9rem;
  display: flex;
  justify-content: space-between;
  padding: 0 11.4rem;
}

.price__box {
  min-width: 51.7rem;
}

.price__ttl-sub {
  font-size: 3.3rem;
  font-weight: 600;
}

.price__head-txt {
  line-height: 1.26;
  margin-top: 2.2rem;
  padding: 0.4rem 3.2rem 1rem;
  margin-left: 0.4rem;
}

.price__txt {
  margin-top: 0.4rem;
}

.price__table {
  display: block;
  width: 108.6rem;
  margin: 6rem auto 0;
}

.price__btn {
  margin: 8.2rem auto 0;
}

/*---------- trouble ----------*/

.trouble {
  margin: 20rem auto 10rem;
  background-image: url(../img/index/trouble-bg-02-pc.jpg);
  background-size: 100%;
  background-position: top center;
  z-index: 1;
}

.trouble:before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -20rem;
  background-image: url(../img/index/trouble-bg-01-pc.png);
  background-size: cover;
  background-position: center;
}

.trouble:after {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: -10rem;
  background-image: url(../img/index/trouble-bg-03-pc.png);
  background-size: cover;
  background-position: bottom center;
}

.trouble__ttl {
  text-align: center;
  padding-top: 3.1rem;
}

.trouble__ttl-label {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-black);
  display: inline-block;
  line-height: 1.35;
}

.trouble__ttl-label:nth-of-type(1) {
  padding: 0 0 0.2rem 1.6rem;
  margin-right: 1.7rem;
}

.trouble__ttl-label:nth-of-type(2) {
  padding: 0 1.2rem 0.2rem 1.8rem;
  margin-left: 1.4rem;
}

.trouble__ttl-img {
  width: 23rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4rem;
  animation: swing 1.8s linear infinite;
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }

  45% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(8deg);
  }

  55% {
    transform: rotate(-8deg);
  }

  60% {
    transform: rotate(8deg);
  }

  65% {
    transform: rotate(-8deg);
  }

  70% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.trouble__block {
  margin-top: 4.8rem;
}

.trouble__block+.trouble__block {
  margin-top: -3.3rem;
}

.trouble__block>picture>img {
  width: 58.2rem;
  margin: -11.5rem auto 0;
  display: block;
}

.trouble__block.is-comp>picture>img {
  margin: -10.5rem auto 0;
}

.trouble__block.is-exp>picture>img {
  margin: -12rem auto 0;
  padding-left: 8rem;
  box-sizing: content-box;
}

.trouble__list {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  position: relative;
}

.trouble__item {
  width: 25.5rem;
  height: 14.2rem;
  background-image: url(../img/index/trouble-bbl.png);
  background-size: 100%;
  font-size: 1.8rem;
  line-height: 1.45;
  padding: 1.9rem 0 0 2.9rem;
  background-repeat: no-repeat;
}

.trouble__item-strong {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}

.trouble__item-strong:before {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: var(--color-orange-dp);
}

.trouble__item-strong-char {
  position: relative;
}

.trouble__txt {
  font-size: 3.2rem;
  display: inline-block;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-black);
  line-height: 1.3;
  padding: 0 1.1rem 0.4rem 2.1rem;
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/*---------- solut ----------*/

.solut {
  background-image: url(../img/common/bg-block-yellow.png);
  background-size: 79.4rem;
  background-position: bottom center;
  padding-bottom: 10.2rem;
}

.solut__block {
  margin-top: -28.9rem;
  text-align: center;
}

.solut__ttl {
  position: absolute;
  top: 33.9rem;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 3.2rem;
  z-index: 1;
}

.solut__ttl-strong {
  font-size: 4rem;
}

.solut__ttl-strong>img {
  width: 10rem;
  margin-right: 0.9rem;
}

.solut__ttl-lower {
  display: block;
  margin-top: -1rem;
}

.solut__ttl-en {
  position: absolute;
  bottom: -3.4rem;
  left: calc(50% + 5rem);
  font-family: var(--font-en-damion);
  font-size: 3.9rem;
  font-weight: 500;
  color: var(--color-orange-nm);
  transform: rotate(-8deg) translateX(-50%);
}

.solut__img {
  display: inline-block;
  width: 84.2rem;
  animation: scaleChange-s 0.8s ease-in-out infinite alternate;
}

@keyframes scaleChange-s {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.04);
  }
}

.solut__list {
  margin-top: -9.3rem;
  padding: 0 14.6rem;
  display: flex;
  justify-content: space-between;
}

.solut__item {
  width: 27rem;
  background-color: var(--color-orange-dp);
  border-radius: 2.3rem;
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  text-align: center;
  padding: 0.4rem 0 1.2rem;
  color: var(--color-white);
  position: relative;
}

.solut__item+.solut__item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.6rem;
  width: 1.8rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.solut__item-en {
  font-family: var(--font-en-damion);
  font-size: 3.2rem;
}

.solut__item-icon {
  width: 3.5rem;
}

.solut__item-ttl {
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 0.6rem;
  letter-spacing: 0.1rem;
}

/*---------- recom ----------*/

.recom {
  padding: 7.8rem 0 8rem;
}

.recom__ttl {
  padding-left: 6rem;
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.recom__ttl>img {
  width: 8.2rem;
  vertical-align: baseline;
  margin-bottom: -0.2rem;
  margin-right: 0.6rem;
}

.recom__ttl-en {
  right: -4.8rem;
  bottom: -3.3rem;
  letter-spacing: 0.1rem;
}

.recom__list {
  padding: 0 7.5rem 0 6rem;
  margin-top: 10.3rem;
}

.recom__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6rem;
}

.recom__item-ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

.recom__item-ttl>img {
  width: 1.5rem;
  vertical-align: middle;
  margin-right: 1.1rem;
}

.recom__item-point {
  font-size: 2.2rem;
  font-weight: 600;
  background-color: var(--color-orange-nm);
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  border-radius: 1rem;
  margin: 1.1rem 7.3rem 0 2.6rem;
  padding: 4.2rem 4rem 2rem 4.8rem;
  line-height: 1.4;
  max-width: 51.2rem;
  position: relative;
}

.recom__item-point-ttl {
  position: absolute;
  top: -0.7rem;
  left: 0.2rem;
  font-size: 4.3rem;
  letter-spacing: 0.2rem;
  font-family: var(--font-en-damion);
  font-weight: 500;
  color: var(--color-yellow-lt);
  transform: rotate(-8deg);
}

.recom__item-point-strong {
  background-color: var(--color-white);
  display: inline-block;
}

.recom__item-point-img {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  width: 3.1rem;
}

.recom__item-point-img>img {
  animation: sparkle 0.8s linear infinite alternate;
}

.recom__item-point-img>img:nth-of-type(2) {
  animation-delay: 0.4s;
  width: 2.4rem;
  position: absolute;
  top: 2.6rem;
  right: 2rem;
}

.recom__item-txt {
  margin-top: 3.2rem;
  padding: 0 7rem 0 2.6rem;
}

.recom__item-img {
  width: 44rem;
  margin-top: -1rem;
  margin-right: 1.5rem;
}

.recom__item:nth-of-type(1) .recom__item-img {
  width: 45.5rem;
  margin-right: 0;
}

.recom__txt-block {
  text-align: center;
  margin-top: 6.2rem;
}

.recom__txt {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  padding: 1.7rem 0 2rem;
}

.recom__txt:before,
.recom__txt:after {
  background-image: url(../img/common/bg-border-orange.png);
  content: "";
  width: 100%;
  height: 1rem;
  background-size: 1rem;
  background-repeat: repeat no-repeat;
  position: absolute;
  left: 0;
}

.recom__txt:before {
  top: 0;
}

.recom__txt:after {
  bottom: 0;
}

.recom__txt-strong {
  display: block;
  font-size: 3.2rem;
}

.recom__txt-colored {
  color: var(--color-orange-dp);
}

/*---------- import ----------*/

.import {
  border-top: 0.7rem solid var(--color-orange-dp);
  border-bottom: 0.7rem solid var(--color-orange-dp);
  background-image: url(../img/common/bg-block-orange.png);
  background-position: top center;
  padding: 5.7rem 0 8.1rem;
  text-align: center;
  background-size: 6.4rem;
}

.import__ttl {
  text-align: center;
  letter-spacing: 0.1rem;
}

.import__ttl-en {
  bottom: -4.2rem;
  left: 0;
  right: 0;
  color: var(--color-yellow-lt);
  letter-spacing: 0.15rem;
}

.import__ttl-sub {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 7.2rem;
  display: inline-block;
  position: relative;
  background-color: var(--color-white);
  padding: 0.4rem 2.5rem 0.7rem;
  border-radius: 4rem;
}

.import__ttl-sub-txt {
  width: 3.9rem;
  vertical-align: text-top;
  margin: 0 0.3rem;
}

.import__ttl-sub-deco {
  width: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.import__ttl-sub-deco.is-left {
  left: -2.2rem;
}

.import__ttl-sub-deco.is-right {
  right: -2.2rem;
}

.import__txt {
  padding: 0 17.2rem 0;
  text-align: left;
  margin-top: 2rem;
}

.import__list {
  margin: 3.6rem auto 0;
  max-width: 85.5rem;
  background-color: var(--color-yellow-lt);
  border: 0.4rem solid var(--color-black);
  box-shadow: 0.3rem 0.4rem 0 var(--color-black);
  border-radius: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 3.6rem 4.3rem 4rem 4.2rem;
  gap: 3.9rem 0;
}

.import__item {
  width: calc(100% / 3);
  position: relative;
}

.import__item-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.1;
  position: relative;
  width: 22.5rem;
  height: 22.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: var(--color-orange-grad);
  color: var(--color-white);
  border-radius: 50%;
  padding: 0 3.1rem;
}

.import__item-ttl>img {
  position: absolute;
  top: 5.3rem;
  right: 4.4rem;
  width: 3.5rem;
}

.import__item-strong {
  display: block;
  font-size: 4rem;
}

.import__item-txt {
  font-size: 1.8rem;
  font-weight: 600;
}

.import__item-txt:before,
.import__item-txt:after {
  content: "/";
  display: inline-block;
  margin: 0 0.4rem;
}

.import__item-txt:before {
  transform: scale(-1, 1);
}

.import__item>img {
  width: 22.5rem;
  margin-top: 0.6rem;
}

/*---------- avoid ----------*/

.avoid {
  padding: 8rem 0 8rem;
  background-image: url(../img/index/avoid-pg.png);
  background-position: bottom center;
  background-repeat: repeat no-repeat;
  background-size: 66.8rem;
}

.avoid__block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 5.7rem 0 8.2rem;
  gap: 0 5.6rem;
}

.avoid__ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

.avoid__ttl-label {
  font-size: 2.8rem;
  display: inline-block;
  position: relative;
}

.avoid__ttl-label.is-upper {
  background-color: var(--color-black);
  color: var(--color-white);
  margin-right: 1.1rem;
  padding: 0.3rem 1.7rem 0.7rem;
}

.avoid__ttl-label.is-lower {
  margin-top: 1.1rem;
  border: var(--border-black-pc);
  padding: 0.3rem 0.9rem 0.4rem 1.5rem;
  background-color: var(--color-white);
}

.avoid__ttl-label>img {
  position: absolute;
}

.avoid__ttl-label.is-upper>img {
  right: -1.9rem;
  top: -2.7rem;
  width: 3.2rem;
}

.avoid__ttl-label.is-lower>img {
  right: -5.7rem;
  top: -1.6rem;
  width: 4.3rem;
}

.avoid__txt {
  background-color: var(--color-white);
  padding: 2.9rem 3rem 3rem;
}

.avoid__img {
  width: 46.2rem;
  margin-top: 0.8rem;
}

/*---------- action ----------*/

.action {
  background-image: url(../img/common/bg-block-yellow.png);
  background-size: 79.4rem;
  background-position: bottom center;
  text-align: center;
  padding: 7.2rem 0 0.1rem;
  margin-bottom: 20rem;
}

.action:before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  bottom: -20rem;
  background-image: url(../img/common/bg-tri-yellow-pc.png);
  background-size: cover;
  background-position: center;
  display: block;
  left: 0;
}

.action__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1.35;
  transform: rotate(-4deg);
  padding-left: 6.8rem;
}

.action__ttl-icon {
  position: absolute;
  width: 10.8rem;
  display: inline-block;
  left: -5rem;
  top: -1.7rem;
}

.action__ttl-icon-bg {
  transform: rotate(12deg);
}

.action__ttl-icon-txt {
  width: 6.1rem;
  height: 6.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.action__ttl-strong {
  font-size: 3.2rem;
  color: var(--color-orange-dp);
  text-shadow: 0.2rem 0.2rem 0 #FFF, -0.2rem -0.2rem 0 #FFF, -0.2rem 0.2rem 0 #FFF, 0.2rem -0.2rem 0 #FFF, 0 0.2rem 0 #FFF, 0 0.2rem 0 #FFF, -0.2rem 0 0 #FFF, 0.2rem 0 0 #FFF;
  display: block;
}

.action__ttl-en {
  font-size: 4rem;
  font-family: var(--font-en-damion);
  font-weight: 500;
  color: var(--color-orange-dp);
  opacity: 0.3;
  position: absolute;
  bottom: -2.9rem;
  right: -4.8rem;
  transform: rotate(-3deg);
  letter-spacing: 0.2rem;
}

.action__img {
  margin-top: 5.4rem;
}

.action__img>img {
  width: 68.3rem;
  margin-top: -6.5rem;
}

.action__img-bbl {
  display: inline-block;
  width: 80.8rem;
}

.action__block {
  max-width: 107.8rem;
  margin: 1.3rem auto;
  background-color: var(--color-white);
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  border-radius: 2rem;
  padding: 3.6rem 3rem 3.7rem;
}

.action__ttl-sub {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-orange-dp);
}

.action__ttl-sub>img {
  width: 6rem;
  vertical-align: text-bottom;
  margin-right: 0.6rem;
}

.action__txt {
  margin-top: 1.7rem;
}

/*---------- way ----------*/

.way {
  padding: 5rem 0 8.6rem;
}

.way__block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 5.9rem;
}

.way__box {
  max-width: 54.2rem;
}

.way__box>img {
  width: 45.2rem;
  position: absolute;
  bottom: 0;
  right: 11.4rem;
}

.way__ttl {
  letter-spacing: 0.1rem;
  display: inline-block;
}

.way__ttl-en {
  right: -6.5rem;
  bottom: -3.4rem;
  letter-spacing: 0.14rem;
}

.way__head-txt {
  margin-top: 6.8rem;
}

.way__txt {
  margin-top: 3.8rem;
}

.way__list {
  width: 48.5rem;
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.85rem 0;
}

.way__item {
  width: 100%;
}

/*---------- flow ----------*/

.flow {
  padding: 5.8rem 0 0.4rem;
  text-align: center;
}

.flow__ttl {
  letter-spacing: 0.1rem;
}

.flow__ttl-en {
  bottom: -4.2rem;
  left: 0;
  right: 0;
}

.flow__head-txt {
  margin-top: 7rem;
}

.flow__txt {
  margin-top: 3.8rem;
}

.flow__list {
  margin-top: 9.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 6rem;
  gap: 6.6rem 0;
}

.flow__list:after {
  content: "";
  width: calc(100% / 4 - 4.5rem);
}

.flow__item {
  position: relative;
  width: calc(100% / 4 - 4.5rem);
}

.flow__item-box {
  width: 100%;
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  position: relative;
  border-radius: 1rem;
  background-color: var(--color-yellow-lt);
  min-height: 18.3rem;
  padding-bottom: 2.5rem;
}

.flow__item-box:before {
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  position: absolute;
  background-image: url(../img/common/tri-black-right.svg);
  top: 0;
  bottom: 0;
  right: -3.7rem;
  background-size: cover;
  margin: auto;
}

.flow__item:nth-of-type(4n) .flow__item-box:before {
  display: none;
}

.is-finish .flow__item-box {
  background-image: var(--color-orange-grad);
  color: var(--color-white);
}

.is-finish .flow__item-box:before {
  display: none;
}

.flow__item-num {
  position: absolute;
  top: -3.5rem;
  left: 0;
  right: 0;
  width: 6.4rem;
  margin: 0 auto;
}

.flow__item-txt {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 4.2rem;
  line-height: 1.45;
  display: block;
}

.flow__item:nth-of-type(1) .flow__item-icon {
  width: 3.8rem;
  margin-top: 1.5rem;
  margin-right: 0.5rem;
}

.flow__item:nth-of-type(2) .flow__item-icon {
  width: 3.5rem;
  margin-top: 1.7rem;
}

.flow__item:nth-of-type(3) .flow__item-icon {
  width: 3.3rem;
  margin-top: 1.5rem;
  margin-right: 1.2rem;
}

.flow__item:nth-of-type(4) .flow__item-icon {
  width: 3.4rem;
  margin-top: 1.2rem;
  margin-right: 0.1rem;
}

.flow__item:nth-of-type(5) .flow__item-icon {
  width: 3.9rem;
  margin-top: 1.3rem;
}

.flow__item:nth-of-type(6) .flow__item-icon {
  margin-top: 1rem;
  width: 3.45rem;
}

.flow__item:nth-of-type(7) .flow__item-icon {
  width: 3.7rem;
  margin-top: 0.7rem;
}

.flow__item-note {
  text-align: left;
  display: block;
  margin-top: 0.7rem;
  line-height: 1.2;
}

.flow__btn {
  margin: 8.3rem auto 0;
}

/*---------- qa ----------*/

.qa {
  margin-top: 20rem;
  background-color: var(--color-gray-lt);
  padding: 5.2rem 0 10.5rem;
}

.qa:before {
  content: "";
  width: 100%;
  height: 20rem;
  position: absolute;
  top: -20rem;
  background-image: url(../img/common/bg-tri-black-pc.png);
  background-size: cover;
  background-position: center;
}

.qa__ttl {
  padding-left: 6.1rem;
  letter-spacing: 0.1rem;
}

.qa__ttl-en {
  top: -3.3rem;
  left: 3.1rem;
}

.qa__head-txt {
  margin-top: 2.6rem;
  margin-left: 6rem;
  padding: 0.9rem 3.7rem 0.5rem;
}

.qa__list {
  margin-top: 4.1rem;
  padding: 0 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.4rem 0;
}

.qa__item {
  width: 48.3%;
  border: var(--border-black-pc);
  border-radius: 1rem;
  background-color: var(--color-black);
  overflow: hidden;
  height: auto;
}

.qa__item-que {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-black);
  position: relative;
  padding: 1.2rem 4.5rem 1.6rem 6.1rem;
  cursor: pointer;
}

.qa__item-que-char {
  font-size: 3.8rem;
  font-family: var(--font-en-damion);
  font-weight: 500;
  color: var(--color-orange-dp);
  position: absolute;
  top: -0.4rem;
  left: 1.8rem;
}

.qa__item-toggle {
  position: absolute;
  font-size: 2.6rem;
  right: 1.5rem;
  top: 1.2rem;
  display: block;
  width: 3rem;
  height: 3rem;
}

.qa__item-toggle-btn {
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qa__item-que.is-active .qa__item-toggle-btn.is-open {
  opacity: 0;
}

.qa__item-toggle-btn.is-close {
  opacity: 0;
}

.qa__item-que.is-active .qa__item-toggle-btn.is-close {
  opacity: 1;
}

.qa__item-ans {
  width: 100%;
  position: relative;
  padding: 1.3rem 2.2rem 1.9rem 6.2rem;
  display: none;
  background-color: var(--color-white);
}

.qa__item-ans>a {
  text-decoration: underline;
}

.qa__item-ans-char {
  font-size: 3.8rem;
  font-family: var(--font-en-damion);
  font-weight: 500;
  color: var(--color-orange-dp);
  position: absolute;
  top: 0;
  left: 1.8rem;
}

.qa__btn {
  margin-top: 8.3rem;
  margin-left: 6rem;
}

/*---------- news ----------*/

.news {
  background-image: url(../img/common/bg-block-yellow.png);
  background-size: 79.4rem;
  background-position: bottom center;
  padding: 9.9rem 0 10.4rem;
  text-align: center;
}

.news__block {
  max-width: 107.6rem;
  margin: 0 auto;
  background-color: var(--color-white);
  border: var(--border-black-pc);
  box-shadow: 0.3rem 0.4rem 0 var(--color-black);
  border-radius: 3.2rem;
  padding: 5.7rem 0 7.8rem;
}

.news__ttl {
  letter-spacing: 0.1rem;
}

.news__ttl-en {
  bottom: -3.9rem;
  left: 0;
  right: 0;
  letter-spacing: 0.15rem;
}

.news__head-txt {
  margin-top: 7.4rem;
}

.news__list {
  margin-top: 5.5rem;
  padding: 0 11rem;
}

.news__item:first-child {
  border-radius: 1rem 1rem 0 0;
}

.news__item:last-child {
  border-radius: 0 0 1rem 1rem;
}

.news__item:nth-of-type(odd) {
  background-color: var(--color-gray-lt);
}

.news__item>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.3rem 3rem;
}

.news__item-cate {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  color: var(--color-white);
  min-width: 12.2rem;
  background-color: var(--color-orange-dp);
  padding: 0.1rem 1rem 0.2rem;
  border-radius: 0.5rem;
}

.news__item-time {
  font-size: 2.4rem;
  font-family: var(--font-en-damion);
  padding-bottom: 0.5rem;
  margin-left: 1.5rem;
  min-width: 12rem;
  text-align: left;
}

.news__item-txt {
  text-align: left;
  margin-left: 1rem;
  font-weight: 600;
}

.news__btn {
  margin: 6.2rem auto 0;
}

/*---------- other ----------*/

.other {
  padding: 6rem 0 6rem;
}

.other__deco {
  position: absolute;
  width: 90rem;
}

.other__deco.is-upper {
  top: 0;
  left: 0;
}

.other__deco.is-lower {
  right: 0;
  bottom: 0;
}

.other__ttl {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 6rem;
}

.other__ttl-bbl {
  background-color: var(--color-white);
  border: var(--border-black-pc);
  box-shadow: var(--shadow-pc);
  padding: 0.1rem 1.9rem 0.4rem 2.3rem;
  border-radius: 4rem;
  display: inline-block;
  line-height: 1.4;
  margin-right: 1.1rem;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.other__ttl-logo {
  width: 5.6rem;
  margin-top: 0.7rem;
  margin-right: 0.4rem;
  margin-left: 28.4rem;
}

.other__ttl-img {
  width: 15.5rem;
  vertical-align: sub;
  margin-left: 0.5rem;
}

.other__sample-box {
  margin-top: 1.5rem;
  margin-left: 6rem;
  max-width: 54rem;
  background-color: var(--color-yellow-lt);
  box-shadow: var(--shadow-pc);
  border: var(--border-black-pc);
  border-radius: 1.8rem;
  padding: 2.7rem 4.3rem;
}

.other__sample-txt {
  font-size: 1.8rem;
  font-weight: 600;
}

.other__sample-txt>img {
  width: 1.2rem;
  vertical-align: text-bottom;
  margin-right: 0.8rem;
}

.other__sample-list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-height: 20rem;
  padding: 0 1.2rem;
}

.other__sample-item {
  width: 50%;
  position: relative;
  text-indent: -1.6rem;
}

.other__sample-item:before {
  content: "・";
}

.other__block {
  margin-top: 5.4rem;
  padding: 0 5.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0 3.9rem;
  position: relative;
  z-index: 1;
}

.other__head-txt {
  text-align: left;
  padding: 1.3rem 3.7rem 1.3rem;
  min-width: 31.5rem;
}

.other__img {
  position: absolute;
  top: -6rem;
  right: 17rem;
}

.other__img>img {
  width: 39.8rem;
}

.other__img-parkles {
  position: absolute;
  bottom: 11.5rem;
  right: 14.7rem;
  width: 3.2rem;
}

@keyframes sparkle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.other__img-parkle {
  animation: sparkle 0.8s linear infinite alternate;
}

.other__img-parkle:nth-of-type(2) {
  position: absolute;
  top: 2.6rem;
  left: -1.1rem;
  width: 2.2rem;
  animation-delay: 0.4s;
}

.other__img-txt {
  background-image: var(--color-orange-grad);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 600;
  position: absolute;
  top: 10.5rem;
  right: -11rem;
  width: 16rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  padding-left: 2.9rem;
  animation: scaleChange-m 0.8s ease-in-out infinite alternate;
}

@keyframes scaleChange-m {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.other__img-txt-strong {
  font-size: 2.6rem;
  display: block;
  background-image: radial-gradient(circle at center, var(--color-white) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 2.6rem 0.8rem;
  padding-top: 0.6rem;
}

@media (hover: hover) and (pointer: fine) {

  /*---------- news ----------*/

  .news__item:hover {
    opacity: 0.8;
  }

}

@media screen and (max-width: 750px) {

  /*---------- fv ----------*/

  .fv {
    padding-top: 9.2rem;
    background-image: url(../img/index/fv-bg-sp.jpg);
  }

  .fv__inner {
    padding-bottom: 7.2rem;
  }

  .fv__txt-wrap {
    margin-top: 3rem;
  }

  .fv__txt-sub {
    text-align: center;
    display: block;
    font-size: 3rem;
  }

  .fv__txt-sub:before,
  .fv__txt-sub:after {
    width: 20.5rem;
    background-size: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .fv__ttl {
    margin-top: 1.5rem;
    padding: 0 3rem;
    font-size: 3.7rem;
  }

  .fv__ttl-sub {
    border: var(--border-black-sp);
    border-radius: 4rem;
    padding: 0 2.7rem 0.2rem 3.1rem;
    letter-spacing: 0;
  }

  .fv__ttl-main {
    padding: 0 1.6rem;
  }

  .fv__ttl-main>img:nth-of-type(1) {
    width: 13.9rem;
  }

  .fv__ttl-main>img:nth-of-type(2) {
    width: 11.4rem;
    margin-left: -0.1rem;
  }

  .fv__ttl-main>img:nth-of-type(3) {
    width: 13.1rem;
  }

  .fv__ttl-main>img:nth-of-type(4) {
    width: 13rem;
    margin-left: -0.3rem;
  }

  .fv__ttl-main>img:nth-of-type(5) {
    width: 12.5rem;
  }

  .fv__ttl-sub-en {
    font-size: 6.2rem;
    left: 35rem;
    bottom: -7.2rem;
    letter-spacing: 0.25rem;
  }

  .fv__txt {
    margin-top: 75.7rem;
    max-width: 49.7rem;
    padding-left: 3rem;
    position: relative;
    z-index: 1;
  }

  .fv__txt-line {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
  }

  .fv__txt-line-strong {
    font-size: 3.4rem;
  }

  .fv__txt-line+.fv__txt-line {
    margin-top: 1.6rem;
  }

  .fv__btn {
    margin: 6.3rem 3rem 0;
    z-index: 1;
  }

  .fv__img {
    bottom: initial;
    right: 2.9rem;
    top: 89.2rem;
  }

  /*---------- sales ----------*/

  .sales {
    padding: 13.8rem 0 11.9rem;
  }

  .sales__list {
    padding: 0 10.5rem;
    flex-direction: column;
    gap: 14.6rem 0;
  }

  .sales__item {
    padding: 1.9rem 4rem 4.8rem 4.2rem;
    line-height: 1.25;
  }

  .sales__item-txt-sub {
    top: -7.1rem;
    left: -4.1rem;
    font-size: 4.55rem;
  }

  .sales__item-txt-main {
    font-size: 3.8rem;
  }

  .sales__item-txt-main-strong {
    font-size: 5.3rem;
  }

  .sales__item-txt-main-strong:before {
    height: 1.2rem;
    background-size: 1.2rem;
    bottom: -1.7rem;
    width: 104%;
    left: 50%;
    transform: translateX(-50%);
  }

  .sales__item-txt-tax {
    font-size: 2.8rem;
    padding-left: 0.6rem;
  }

  .sales__item-deco {
    width: 8rem;
  }

  .sales__item-deco.is-left {
    left: -3.2rem;
  }

  .sales__item-deco.is-right {
    right: -3.2rem;
  }

  /*---------- sample ----------*/

  .sample {
    padding: 6.7rem 3.6rem 6.4rem 3rem;
    margin-bottom: 23rem;
    background-size: 60rem;
  }

  .sample:before {
    background-image: url(../img/common/bg-tri-yellow-sp.png);
    height: 23rem;
    bottom: -23rem;
  }

  .sample__upper-txt {
    font-size: 3.2rem;
    line-height: 1.7;
  }

  .sample__upper-txt>img {
    width: 14.9rem;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
  }

  .sample__upper-txt-strong {
    margin-left: -1rem;
    padding: 0 1.9rem 0.7rem 2.2rem;
    box-shadow: var(--shadow-sp);
    margin-bottom: 0.6rem;
    font-size: 3.6rem;
  }

  .sample__block {
    margin: 6.2rem auto 0;
    width: 100%;
    flex-direction: column-reverse;
    padding: 9.5rem 3.9rem 8.6rem;
    position: relative;
  }

  .sample__box.is-content {
    padding-top: 0;
  }

  .sample__ttl-en {
    left: calc(50% - 9rem);
    transform: translateX(-50%) rotate(-8deg);
    top: -4.8rem;
  }

  .sample__head-txt {
    margin-top: 3.7rem;
  }

  .sample__txt {
    margin-top: 69.4rem;
  }

  .sample__box.is-slider {
    position: absolute;
    top: 35.4rem;
  }

  .sample__item {
    padding: 0 4.8rem 2rem;
    gap: 0;
  }

  .sample__pagination {
    bottom: 0rem;
  }

  .sample__page {
    height: 1rem;
    width: 1rem;
    margin: 0.55rem;
  }

  .sample__arrow.is-next {
    right: 3.6rem;
  }

  .sample__arrow.is-prev {
    left: 4.2rem;
  }

  .sample__btn {
    margin-top: 4.4rem;
  }

  /*---------- price ----------*/

  .price {
    padding: 0.6rem 0 4.8rem;
  }

  .price:before {
    display: none;
  }

  .price__ttl-en {
    bottom: -5.2rem;
  }

  .price__block {
    margin-top: 9.3rem;
    padding: 0 3rem;
    display: block;
  }

  .price__box {
    min-width: initial;
    padding: 0 4rem;
  }

  .price__ttl-sub {
    text-align: center;
    letter-spacing: 0.3rem;
  }

  .price__head-txt {
    margin-top: 2.7rem;
    line-height: 1.4;
  }

  .price__txt {
    margin-top: 3.9rem;
  }

  .price__table {
    width: 100%;
    margin: 5.4rem auto 0;
  }

  .price__btn {
    margin: 7.6rem auto 0;
  }

  /*---------- trouble ----------*/

  .trouble {
    margin: 23rem auto 11.4rem;
    background-image: url(../img/index/trouble-bg-02-sp.jpg);
    padding-bottom: 2.9rem;
  }

  .trouble:before {
    height: 23rem;
    top: -23rem;
    background-image: url(../img/index/trouble-bg-01-sp.png);
  }

  .trouble:after {
    background-image: url(../img/index/trouble-bg-03-sp.png);
    height: 11.4rem;
    bottom: -11.4rem;
  }

  .trouble__ttl {
    padding: 4.1rem 18.7rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .trouble__ttl-label {
    width: 100%;
    font-size: 3.2rem;
  }

  .trouble__ttl-label:nth-of-type(1) {
    padding: 0.3rem 0 1.1rem 1.8rem;
    margin: 0;
  }

  .trouble__ttl-label:nth-of-type(2) {
    padding: 0.5rem 0 0.8rem 0;
    margin-left: 0;
  }

  .trouble__ttl-img {
    width: 36rem;
    margin: 2rem auto 2.3rem;
  }

  .trouble__block {
    margin-top: 11.3rem;
    padding: 0 3rem;
  }

  .trouble__block+.trouble__block {
    margin-top: 0rem;
  }

  .trouble__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.6rem;
  }

  .trouble__item {
    width: 48.8%;
    height: 19.1rem;
    font-size: 2.4rem;
    padding: 2.5rem 0 0 3.3rem;
    letter-spacing: 0;
  }

  .trouble__item-strong {
    font-size: 2.9rem;
  }

  .trouble__item-strong:before {
    height: 0.8rem;
    bottom: 0.3rem;
  }

  .trouble__block>picture {
    display: block;
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }

  .trouble__block>picture>img {
    margin: -10rem auto 0;
    width: 100%;
  }

  .trouble__block.is-comp>picture>img {
    margin: -7.1rem auto 0;
  }

  .trouble__block.is-exp>picture>img {
    margin: -10.6rem auto 0;
    padding-left: 0;
  }

  .trouble__txt {
    bottom: -1.4rem;
    padding: 0.3rem 4.2rem 1.2rem;
  }

  /*---------- solut ----------*/

  .solut {
    background-size: 60rem;
    padding-bottom: 9.4rem;
  }

  .solut__block {
    margin-top: -19rem;
  }

  .solut__ttl {
    top: 23rem;
  }

  .solut__ttl-strong {
    font-size: 4.5rem;
  }

  .solut__ttl-strong>img {
    width: 11.8rem;
    margin-right: 0.3rem;
  }

  .solut__ttl-lower {
    font-size: 4rem;
    margin-top: -1.4rem;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
  }

  .solut__ttl-en {
    bottom: -3.2rem;
    letter-spacing: 0.12rem;
    font-size: 4rem;
  }

  .solut__img {
    width: 71.2rem;
  }

  .solut__list {
    margin-top: -7.5rem;
    padding: 0 3.2rem;
  }

  .solut__item {
    width: 20.4rem;
    border-radius: 1.6rem;
    padding: 0.8rem 0 1.2rem;
  }

  .solut__item+.solut__item:before {
    left: -3.1rem;
    width: 2.2rem;
    top: 52%;
  }

  .solut__item-icon {
    width: 4.2rem;
  }

  .solut__item-ttl {
    font-size: 2.6rem;
    line-height: 1.25;
    margin-top: 1.5rem;
  }

  /*---------- recom ----------*/

  .recom {
    padding: 8.6rem 0 9rem;
  }

  .recom__ttl {
    padding-left: 6.2rem;
    font-size: 4.8rem;
  }

  .recom__ttl>img {
    width: 10rem;
  }

  .recom__ttl-en {
    bottom: -4.4rem;
    right: -4.5rem;
  }

  .recom__list {
    margin-top: 11rem;
    padding: 0 3rem;
  }

  .recom__item {
    display: block;
    margin-top: 9rem;
  }

  .recom__item-ttl {
    font-size: 3.2rem;
    letter-spacing: 0;
  }

  .recom__item-ttl>img {
    margin-bottom: 1rem;
  }

  .recom__item-point {
    max-width: 66rem;
    margin: 1.1rem 0 0 2.6rem;
    border-radius: 1.8rem;
    font-size: 2.9rem;
    padding: 5.8rem 4rem 2rem 6.5rem;
    line-height: 1.6;
    border: var(--border-black-sp);
    box-shadow: var(--shadow-sp);
    letter-spacing: 0;
  }

  .recom__item-point-ttl {
    font-size: 5.5rem;
    top: -1.1rem;
    left: 0.8rem;
    letter-spacing: 0.3rem;
  }

  .recom__item-point-img {
    width: 4.5rem;
  }

  .recom__item-point-img>img {
    width: 100%;
  }

  .recom__item-point-img>img:nth-of-type(2) {
    top: 3.6rem;
    right: 2.8rem;
    width: 3rem;
  }

  .recom__item-txt {
    margin-top: 3.8rem;
    padding: 0 0 0 2.6rem;
  }

  .recom__item-img {
    width: 56rem;
    margin-top: 4.2rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-right: 2.3rem;
  }

  .recom__item:nth-of-type(1) .recom__item-img {
    width: 56.1rem;
    margin-right: auto;
    padding-right: 0.6rem;
    margin-top: 3.5rem;
  }

  .recom__item:nth-of-type(3) .recom__item-img {
    margin-top: 0;
  }

  .recom__txt-block {
    margin-top: 8rem;
    padding: 0 7.5rem;
  }

  .recom__txt {
    display: block;
    padding: 4.2rem 0 4.4rem;
    font-size: 2.8rem;
    letter-spacing: 0;
  }

  .recom__txt:before,
  .recom__txt:after {
    height: 1.2rem;
    background-size: 1.2rem;
  }

  .recom__txt-strong {
    font-size: 3.6rem;
  }

  /*---------- import ----------*/

  .import {
    padding: 6.8rem 0 11.6rem;
  }

  .import__ttl-en {
    bottom: -6.1rem;
    letter-spacing: 0.1rem;
  }

  .import__ttl-sub {
    margin-top: 12.1rem;
    font-size: 3rem;
    padding: 0.5rem 4.5rem 1rem;
    letter-spacing: 0;
  }

  .import__ttl-sub-txt {
    width: 5rem;
    margin: 0 0.2rem;
  }

  .import__ttl-sub-deco {
    width: 4.2rem;
  }

  .import__ttl-sub-deco.is-left {
    left: -3.2rem;
  }

  .import__ttl-sub-deco.is-right {
    right: -3.2rem;
  }

  .import__txt {
    padding: 0 3rem;
    margin-top: 5.5rem;
  }

  .import__list {
    margin: 5.6rem 3.4rem 0 3rem;
    padding: 4.5rem 4.6rem 8.3rem;
    gap: 3.6rem 5rem;
  }

  .import__item {
    width: calc(100% / 2 - 2.5rem);
  }

  .import__item-txt {
    font-size: 2.5rem;
  }

  .import__item>img {
    width: 100%;
    margin-top: 0.2rem;
  }

  .import__item-ttl {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0 4.2rem;
    font-size: 3.6rem;
  }

  .import__item-strong {
    font-size: 4.6rem;
  }

  .import__item-ttl>img {
    top: 6.5rem;
    right: 5.8rem;
    width: 4.2rem;
  }

  /*---------- avoid ----------*/

  .avoid {
    padding: 7.9rem 0 8.4rem;
  }

  .avoid__block {
    flex-direction: column;
    padding: 0 3rem;
    gap: 0;
  }

  .avoid__ttl {
    font-size: 3.2rem;
  }

  .avoid__ttl-label {
    font-size: 3.6rem;
    letter-spacing: 0;
  }

  .avoid__ttl-label.is-upper {
    padding: 0.4rem 3.1rem 1.3rem 2.3rem;
  }

  .avoid__ttl-label.is-upper>img {
    width: 5rem;
    right: -3.1rem;
    top: -3.8rem;
  }

  .avoid__ttl-label.is-lower {
    margin-top: 1.5rem;
    padding: 0.3rem 2.2rem 0.6rem 2rem;
  }

  .avoid__ttl-label.is-lower>img {
    width: 6.9rem;
    right: -8.7rem;
    top: -2.6rem;
  }

  .avoid__txt {
    padding: 4.6rem 0 0;
  }

  .avoid__img {
    width: 53.2rem;
    margin-top: 2.5rem;
    margin-left: -1.2rem;
  }

  /*---------- action ----------*/

  .action {
    background-size: 60rem;
    margin-bottom: 23rem;
    padding: 14.2rem 3.4rem 6.5rem 3rem;
  }

  .action:before {
    background-image: url(../img/common/bg-tri-yellow-sp.png);
    height: 23rem;
    bottom: -23rem;
  }

  .action__ttl {
    font-size: 3.6rem;
    padding-left: 11.8rem;
  }

  .action__ttl-icon {
    width: 14.3rem;
    left: -3.5rem;
    top: -1.7rem;
  }

  .action__ttl-icon-bg {
    width: 100%;
    max-width: initial;
  }

  .action__ttl-icon-txt {
    width: 8.4rem;
    height: 8.8rem;
    transform: rotate(3deg);
  }

  .action__ttl-strong {
    font-size: 4.5rem;
    letter-spacing: 0.2rem;
  }

  .action__ttl-en {
    font-size: 5rem;
    bottom: -4.8rem;
    right: -3.5rem;
  }

  .action__img {
    margin-top: 10.4rem;
  }

  .action__img-bbl {
    width: 65.7rem;
    margin: 0 auto;
    display: block;
    padding-left: 0.6rem;
  }

  .action__img>img {
    width: 65.2rem;
    margin-top: -5.4rem;
  }

  .action__block {
    margin: 5.2rem auto 0;
    border-radius: 2.8rem;
    box-shadow: var(--shadow-sp);
    border: var(--border-black-sp);
    padding: 3.4rem 3rem 4.6rem;
  }

  .action__ttl-sub {
    font-size: 3.4rem;
  }

  .action__ttl-sub>img {
    width: 8rem;
  }

  .action__txt {
    text-align: left;
    margin-top: 2.4rem;
    padding: 0 1rem;
  }

  /*---------- way ----------*/

  .way {
    padding: 0.6rem 0 59.8rem;
  }

  .way__block {
    padding: 0 3rem;
    display: block;
  }

  .way__box {
    max-width: initial;
  }

  .way__ttl {
    display: block;
    padding-right: 3.6rem;
  }

  .way__ttl-en {
    left: calc(50% + 13rem);
    right: initial;
    transform: translateX(-50%) rotate(-8deg);
    bottom: -4rem;
  }

  .way__head-txt {
    margin: 8.6rem 4.3rem 0;
  }

  .way__list {
    width: 100%;
    margin-top: 5.9rem;
    gap: 3rem 0;
  }

  .way__box>img {
    bottom: -55.1rem;
    right: 13.4rem;
    width: 48.2rem;
  }

  /*---------- flow ----------*/

  .flow {
    padding: 8.5rem 0 4.6rem;
  }

  .flow__ttl-en {
    bottom: -5.2rem;
  }

  .flow__head-txt {
    margin: 9.1rem 7.3rem 0;
  }

  .flow__txt {
    margin-top: 4rem;
    padding: 0 3rem;
    text-align: left;
  }

  .flow__list {
    padding: 0 3rem;
    margin-top: 9.8rem;
    gap: 7.4rem 6rem;
  }

  .flow__item {
    width: calc(100% / 2 - 3rem);
  }

  .flow__item-box {
    min-height: 24.6rem;
    border: var(--border-black-sp);
  }

  .flow__item-box:before {
    width: 1.5rem;
    height: 2.8rem;
    right: -4.3rem;
  }

  .flow__item:nth-of-type(2n) .flow__item-box:before {
    display: none;
  }

  .flow__item-num {
    top: -4.5rem;
    width: 8.4rem;
  }

  .flow__item-txt {
    font-size: 2.5rem;
    margin-top: 5.5rem;
    line-height: 1.4;
  }

  .flow__item:nth-of-type(1) .flow__item-icon {
    width: 6.7rem;
    margin-top: 1.7rem;
    margin-right: 0.7rem;
  }

  .flow__item:nth-of-type(2) .flow__item-icon {
    width: 5.6rem;
    margin-top: 2.4rem;
  }

  .flow__item:nth-of-type(3) .flow__item-icon {
    width: 5.6rem;
    margin-top: 2rem;
    margin-right: 1.9rem;
  }

  .flow__item:nth-of-type(4) .flow__item-icon {
    width: 5.8rem;
    margin-top: 1.6rem;
  }

  .flow__item:nth-of-type(5) .flow__item-icon {
    width: 6.9rem;
    margin-top: 1.9rem;
  }

  .flow__item:nth-of-type(6) .flow__item-icon {
    width: 5.85rem;
    margin-top: 2rem;
  }

  .flow__item:nth-of-type(7) .flow__item-icon {
    width: 5.6rem;
    margin-top: 1.4rem;
  }

  .flow__item-note {
    margin-top: 1.1rem;
  }

  .flow__item.is-finish {
    width: 100%;
  }

  .flow__btn {
    margin: 2.3rem auto 0;
  }

  /*---------- qa ----------*/

  .qa {
    margin-top: 23rem;
    padding: 5rem 0 9.4rem;
  }

  .qa:before {
    height: 23rem;
    top: -23rem;
    background-image: url(../img/common/bg-tri-black-sp.png);
  }

  .qa__ttl {
    padding-left: 0;
  }

  .qa__ttl-en {
    top: -4rem;
    left: calc(50% - 15.8rem);
    transform: translateX(-50%) rotate(-8deg);
  }

  .qa__head-txt {
    margin: 3.8rem 7.4rem 0;
    padding: 0.5rem 3.7rem 1rem;
  }

  .qa__list {
    margin-top: 5.8rem;
    flex-direction: column;
    gap: 4.6rem 0;
    padding: 0 3rem;
  }

  .qa__item {
    width: 100%;
    border-radius: 2rem;
    border: var(--border-black-sp);
  }

  .qa__item-que {
    padding: 1.8rem 6.4rem 2.2rem 8rem;
    font-size: 2.4rem;
    letter-spacing: 0;
  }

  .qa__item-que-char {
    font-size: 4.8rem;
    top: -0.4rem;
    left: 2.4rem;
  }

  .qa__item-toggle {
    right: 2.3rem;
    font-size: 3.4rem;
    top: 2.2rem;
  }

  .qa__item-ans {
    padding: 1.5rem 3.4rem 2.9rem 8rem;
  }

  .qa__item-ans-char {
    font-size: 5rem;
    left: 2.3rem;
  }

  .qa__btn {
    margin-left: auto;
    margin-top: 6.2rem;
  }

  /*---------- news ----------*/

  .news {
    background-size: 60rem;
    padding: 7.4rem 0 9.3rem;
  }

  .news__block {
    border: var(--border-black-sp);
    box-shadow: var(--shadow-sp);
    margin: 0 3.4rem 0 3rem;
    border-radius: 3.8rem;
    padding: 5.2rem 0 8.7rem;
  }

  .news__ttl-en {
    bottom: -5.6rem;
  }

  .news__head-txt {
    margin: 10.6rem 3.8rem 0;
    padding: 0.4rem 3.7rem;
  }

  .news__list {
    margin-top: 6rem;
    padding: 0 4rem;
  }

  .news__item>a {
    padding: 2rem 3rem 2.6rem;
    line-height: 1.5;
  }

  .news__item-cate {
    font-size: 1.8rem;
    min-width: 11.5rem;
    padding: 0 1rem 0.3rem;
  }

  .news__item-time {
    min-width: 12rem;
    font-size: 3.2rem;
    padding-bottom: 0;
  }

  .news__item-txt {
    font-size: 2.5rem;
    display: block;
    width: 100%;
    margin-left: 0.3rem;
  }

  .news__btn {
    margin: 7.9rem auto 0;
  }

  /*---------- other ----------*/

  .other {
    padding: 9rem 0 10.9rem;
  }

  .other__ttl {
    padding-left: 7.4rem;
    font-size: 3.8rem;
  }

  .other__ttl-bbl {
    font-size: 4rem;
    padding: 0.1rem 2.9rem 0.8rem 2.9rem;
    line-height: 1.3;
  }

  .other__ttl-logo {
    width: 8.4rem;
    margin-top: 1.4rem;
    margin-left: 24.2rem;
    margin-right: 0.8rem;
  }

  .other__ttl-img {
    width: 21.1rem;
  }

  .other__sample-box {
    margin-top: 6.2rem;
    margin-right: 3.4rem;
    margin-left: 3rem;
    max-width: initial;
    padding: 2.3rem 3.8rem 3.7rem;
    position: relative;
    z-index: 1;
  }

  .other__sample-txt {
    font-size: 2.8rem;
  }

  .other__sample-txt>img {
    vertical-align: middle;
    width: 1rem;
  }

  .other__sample-list {
    margin-top: 0.9rem;
    padding: 0 0.6rem;
    max-height: 28rem;
  }

  .other__block {
    margin-top: 53.5rem;
    padding: 0 3rem;
    display: block;
  }

  .other__img {
    top: 56rem;
    right: 23.7rem;
  }

  .other__img>img {
    width: 42rem;
  }

  .other__img-parkles {
    bottom: 10rem;
    right: 15.7rem;
    width: 4.2rem;
  }

  .other__img-parkle {
    width: 100%;
  }

  .other__img-parkle:nth-of-type(2) {
    top: 3.4rem;
    left: -1.1rem;
    width: 2.8rem;
  }

  .other__img-txt {
    top: 9rem;
    left: 36.2rem;
    width: 22.5rem;
    padding-left: 4.6rem;
    font-size: 2.3rem;
  }

  .other__img-txt-strong {
    font-size: 3.5rem;
    background-size: 3.4rem 0.8rem;
  }

  .other__head-txt {
    margin: 0 4.3rem;
    padding: 0.5rem 3.7rem 1rem;
    text-align: center;
  }

  .other__txt {
    margin-top: 4rem;
  }

  .other__deco {
    transform: scaleY(0.6);
  }

  .other__deco.is-upper {
    transform-origin: top;
  }

  .other__deco.is-lower {
    transform-origin: bottom;
  }

}