.fv {
  margin-inline: auto;
  background: url(/products/a4_bousai/assets/img/top/fv-sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .fv {
    max-width: calc(100% - 128px);
    margin-bottom: 64px;
    background: url(/products/a4_bousai/assets/img/top/fv-pc.webp) center center/cover no-repeat;
    margin-top: 114px;
  }
}

.fv__inner {
  padding-top: 21px;
  padding-inline: 18px;
  padding-bottom: 230px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1312px;
    margin-inline: auto;
    padding-top: 88px;
    padding-left: 8.333vw;
    padding-bottom: 222px;
  }
}

.fv__lead {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 6rem;
  }
}

.fv__description {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fv__description {
    margin-top: 16px;
    font-size: 3.2rem;
  }
}

.fv__deco {
  position: absolute;
  left: 15px;
  bottom: 12px;
  width: 193px;
}
@media screen and (min-width: 768px) {
  .fv__deco {
    bottom: 0px;
    left: 430px;
    width: 250px;
  }
}
@media screen and (min-width: 900px) {
  .fv__deco {
    bottom: -20px;
    left: 470px;
    width: 349px;
  }
}
@media screen and (min-width: 1440px) {
  .fv__deco {
    left: 32.64vw;
  }
}

.nav {
  height: 122px;
}
@media screen and (min-width: 768px) {
  .nav {
    height: 128px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 100;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }
}
.nav.is-fixed {
  height: 70px;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.nav ul li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  gap: 12.5px;
  text-align: center;
  color: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav__link {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.nav__link img {
  width: 18.75px;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .nav__link img {
    width: 34px;
  }
}

.nav__link--sleep {
  background-color: #153279;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav__link--sleep:hover {
  background-color: #294da3;
}

.nav__link--crubo {
  background-color: #c6560b;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav__link--crubo:hover {
  background-color: #e0691a;
}

.nav__link--carry {
  background-color: #005a30;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav__link--carry:hover {
  background-color: #0a7543;
}

.nav__link--hygiene {
  background-color: #0e79c2;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav__link--hygiene:hover {
  background-color: #2b90d4;
}

.introduction {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding-top: 0;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 900px) {
  .introduction {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .introduction__content {
    position: relative;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}

.introduction__image {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 1.42px 4.25px 11.33px rgba(63, 63, 63, 0.2);
          box-shadow: 1.42px 4.25px 11.33px rgba(63, 63, 63, 0.2);
}
@media screen and (min-width: 768px) {
  .introduction__image {
    position: absolute;
    width: 46.1538461538%;
    right: 0;
    bottom: -62px;
    -webkit-box-shadow: 2px 6px 12px rgba(63, 63, 63, 0.2);
            box-shadow: 2px 6px 12px rgba(63, 63, 63, 0.2);
  }
}
.introduction__image img {
  width: 100%;
}

.introduction__text {
  width: 100%;
  font-size: 1.6rem;
  color: #444444;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .introduction__text {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .introduction__text .sp {
    display: none;
  }
}
.introduction__text span {
  font-family: "Noto Serif JP", serif;
  color: #222222;
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: 700;
}
.introduction__text span .no-style {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
.introduction__text span .keyword-sleep {
  color: #153279;
}
.introduction__text span .keyword-crubo {
  color: #c6560b;
}
.introduction__text span .keyword-carry {
  color: #005a30;
}

span.keyword-middle {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  span.keyword-middle {
    font-size: 3rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .interview {
    padding-block: 60px;
  }
}
@media screen and (min-width: 900px) {
  .interview {
    padding-top: 120px;
    padding-bottom: 128px;
  }
}

.interview__inner {
  padding-inline: 18px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.interview__inner a {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.interview__inner a img {
  width: 100%;
}
.interview__inner a:hover {
  opacity: 0.8;
}

.about {
  position: relative;
}

.about__head {
  position: absolute;
  top: -40px;
  left: 0px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .about__head {
    top: -32px;
    left: 6.25%;
    width: 280px;
    height: 280px;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about__head img {
  width: 28.52px;
}
@media screen and (min-width: 768px) {
  .about__head img {
    width: 48px;
  }
}

.head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.94px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .head__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.head__title p {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .head__title p {
    font-size: 3.6rem;
  }
}

.head__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .head__text {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.about__content {
  padding-top: 86px;
  padding-bottom: 26px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .about__content {
    padding: 96px 0px 64px 380px;
  }
}
@media screen and (min-width: 900px) {
  .about__content {
    padding-left: 414px;
  }
}

.section__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 900px) {
  .section__title span {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__title span {
    font-size: 6rem;
  }
}
.section__title .section-title1 {
  display: block;
}
.section__title .section-title2 {
  display: block;
}

.section__discription {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section__discription {
    margin-top: 24px;
  }
}

.feature {
  margin-top: 57.77px;
}
@media screen and (min-width: 900px) {
  .feature {
    margin-top: 64px;
  }
}

.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
    margin-inline: auto;
  }
}

.feature__image {
  position: relative;
}
@media screen and (min-width: 900px) {
  .feature__image {
    width: 600px;
  }
}
.feature__image img {
  width: 100%;
}

.feature__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature__lists {
    gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.7px;
}
@media screen and (min-width: 900px) {
  .feature__list {
    gap: 16px;
  }
}

.feature-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .feature-list__head {
    width: 80px;
    height: 80px;
  }
}

.feature-list__head-text {
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feature-list__head-text {
    font-size: 1.6rem;
  }
}

.feature-list__head-number {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .feature-list__head-number {
    font-size: 3.6rem;
  }
}

.feature-list__name {
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.feature-list__name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 12px;
  z-index: -1;
}

.feature-list__text {
  color: #444444;
  line-height: 1;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .feature-list__text {
    font-size: 3.2rem;
  }
}

.product__info {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .product__info {
    margin-top: 64px;
    min-width: 0;
  }
}

.product-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 900px) {
  .product-info__content {
    max-width: 1204px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin: 0 auto;
  }
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .product-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.product-info__image img {
  width: 100%;
}

.product-info__text {
  background: #ffffff;
  border-radius: 10.71px;
  -webkit-box-shadow: 1.78px 1.78px 7.14px rgba(63, 63, 63, 0.1);
          box-shadow: 1.78px 1.78px 7.14px rgba(63, 63, 63, 0.1);
  padding: 14.28px 21.42px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-info__text {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 8px rgba(63, 63, 63, 0.1);
            box-shadow: 2px 2px 8px rgba(63, 63, 63, 0.1);
    padding: 16px 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.product-info__text::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #ffffff;
  z-index: 1;
}
.product-info__text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .product-info__text p {
    font-size: 2rem;
  }
}

.button {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .button {
    margin-top: 48px;
  }
}

.crubo {
  background-color: #f9f6f4;
  padding-bottom: 80px;
  margin-top: 128px;
}
.crubo .about {
  background: url(/products/a4_bousai/assets/img/top/about-crubo-sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .crubo .about {
    background: url(/products/a4_bousai/assets/img/top/about-crubo-pc.webp) center center/cover no-repeat;
  }
}
.crubo .section-title2 {
  margin-left: 68px;
}
@media screen and (min-width: 768px) {
  .crubo .section-title2 {
    margin-left: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .crubo .section-title2 {
    margin-left: 20rem;
  }
}
.crubo .about__head {
  background-color: #c6560b;
}
@media screen and (min-width: 900px) {
  .crubo .feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 96px;
  }
}
.crubo .feature__image {
  position: relative;
}
.crubo .feature-crubo__deco1 {
  position: absolute;
  width: 80px;
  top: -27px;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .crubo .feature-crubo__deco1 {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .crubo .feature-crubo__deco1 {
    width: 135px;
    top: -58px;
    left: calc(50% - 45px);
  }
}
.crubo .feature-crubo__deco2 {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 90px;
}
@media screen and (min-width: 600px) {
  .crubo .feature-crubo__deco2 {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .crubo .feature-crubo__deco2 {
    width: 160px;
    top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .crubo .feature-crubo__deco2 {
    left: 24px;
    top: 94px;
  }
}
.crubo .highlight {
  font-weight: 700;
  color: #c6560b;
}
.crubo .section__title {
  color: #753104;
}
.crubo .feature-list__head {
  background: #e0691a;
}
.crubo .feature-list__name {
  color: #a5490c;
}
.crubo .feature-list__name::before {
  background-color: #f7ebe3;
}

.about__head-crubo {
  background-color: #c6560b;
}

.sleep {
  background-color: #f0f2f7;
  padding-bottom: 80px;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .sleep {
    margin-top: 96px;
  }
}
.sleep .about {
  background: url(/products/a4_bousai/assets/img/top/about-sleep-sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .sleep .about {
    background: url(/products/a4_bousai/assets/img/top/about-sleep-pc.webp) center center/cover no-repeat;
  }
}
.sleep .section-title2 {
  margin-left: 68px;
}
@media screen and (min-width: 900px) {
  .sleep .section-title2 {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .sleep .section-title2 {
    margin-left: 13rem;
  }
}
@media (min-width: 1380px) {
  .sleep .section-title2 {
    margin-left: 20rem;
  }
}
.sleep .about__head {
  background-color: #153279;
}
@media screen and (min-width: 768px) {
  .sleep .about__head {
    left: auto;
    right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .sleep .about__content {
    padding-left: 0px;
    padding-right: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .sleep .about__content {
    padding-left: 85px;
  }
}
@media (min-width: 1300px) {
  .sleep .about__content {
    padding-left: 186px;
  }
}
.sleep .feature__image {
  position: relative;
}
.sleep .feature-sleep__deco1 {
  position: absolute;
  width: 73.67px;
  top: -8px;
  left: 18px;
}
@media screen and (min-width: 768px) {
  .sleep .feature-sleep__deco1 {
    width: 130px;
    top: -14px;
    left: 32px;
  }
}
.sleep .feature-sleep__deco2 {
  position: absolute;
  width: 122px;
  top: -16px;
  right: 8.5px;
}
@media screen and (min-width: 768px) {
  .sleep .feature-sleep__deco2 {
    width: 215px;
    top: -28px;
    right: 15px;
  }
}
.sleep .highlight {
  font-weight: 700;
  color: #153279;
}
.sleep .section__title {
  color: #00164d;
}
.sleep .feature-list__head {
  background: #4368bf;
}
.sleep .feature-list__name {
  color: #153279;
}
.sleep .feature-list__name::before {
  background-color: #dde2f0;
}

.hygiene {
  background-color: #eff9ff;
  padding-bottom: 80px;
  margin-top: 110px;
}
.hygiene .about {
  background: url(/products/a4_bousai/assets/img/top/about-hygiene-sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .hygiene .about {
    background: url(/products/a4_bousai/assets/img/top/about-hygiene-pc.webp) center center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .hygiene {
    margin-top: 96px;
  }
}
.hygiene .section-title2 {
  margin-left: 68px;
}
@media screen and (min-width: 1200px) {
  .hygiene .section-title2 {
    margin-left: 160px;
  }
}
.hygiene .about__head {
  background-color: #0e79c2;
}
@media screen and (min-width: 768px) {
  .hygiene .about__content {
    padding: 96px 0px 64px 365px;
  }
}
@media screen and (min-width: 1200px) {
  .hygiene .about__content {
    padding-left: 414px;
  }
}
@media screen and (min-width: 900px) {
  .hygiene .feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hygiene .feature__content {
    gap: 160px;
  }
}
.hygiene .feature__image {
  position: relative;
}
.hygiene .feature-hygiene__deco {
  position: absolute;
  width: 170px;
  top: -18px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .hygiene .feature-hygiene__deco {
    width: 340px;
    top: -24px;
    left: -53px;
  }
}
.hygiene .underline {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #d2edff));
  background-image: linear-gradient(transparent 60%, #d2edff 50%);
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 900px) {
  .hygiene .underline {
    font-size: 2rem;
  }
}
.hygiene .highlight {
  font-weight: 700;
  color: #0e79c2;
}
.hygiene .section__title {
  color: #0662a0;
}
.hygiene .feature-list__head {
  background: #0e79c2;
}
.hygiene .feature-list__name {
  color: #0e79c2;
}
.hygiene .feature-list__name::before {
  background-color: #d2edff;
}

.carry {
  background-color: #ecf6f2;
  padding-bottom: 80px;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .carry {
    margin-top: 96px;
  }
}
.carry .about {
  background: url(/products/a4_bousai/assets/img/top/about-carry-sp.webp) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .carry .about {
    background: url(/products/a4_bousai/assets/img/top/about-carry-pc.webp) center center/cover no-repeat;
  }
}
.carry .section-title2 {
  margin-left: 158px;
}
@media screen and (min-width: 1200px) {
  .carry .section-title2 {
    margin-left: 27rem;
  }
}
.carry .about__head {
  background-color: #005a30;
}
@media screen and (min-width: 768px) {
  .carry .about__head {
    left: auto;
    right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .carry .about__content {
    padding-left: 0px;
    padding-right: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .carry .about__content {
    padding-left: 135px;
  }
}
@media (min-width: 1300px) {
  .carry .about__content {
    padding-left: 186px;
  }
}
.carry .feature__image {
  position: relative;
}
.carry .feature-carry__deco {
  position: absolute;
  width: 173px;
  top: -13px;
  right: 4.3px;
}
@media screen and (min-width: 768px) {
  .carry .feature-carry__deco {
    width: 306px;
    top: -23px;
    right: 7.5px;
  }
}
.carry .section__title {
  color: #004a29;
}
.carry .feature-list__head {
  background: #1a9059;
}
.carry .feature-list__name {
  color: #005a30;
}
.carry .feature-list__name::before {
  background-color: #d9e8e1;
}
.carry .highlight {
  font-weight: 700;
  color: #005a30;
}

.carry__info {
  padding-top: 64px;
}

@media screen and (min-width: 900px) {
  .carry-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1116px;
    margin: 0 auto;
    position: relative;
  }
}

.carry-info__text {
  background: #d9e8e1;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .carry-info__text {
    font-size: 1.8rem;
  }
}

.carry-info__item.item1 {
  position: relative;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item1 {
    width: 332px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.carry-info__item.item1 .carry__image1 {
  position: relative;
  width: 90.2941176471%;
  z-index: 10;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item1 .carry__image1 {
    width: 90.3614457831%;
  }
}
.carry-info__item.item1 .carry-info__text {
  position: absolute;
  padding: 20px;
  width: 85.2941176471%;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item1 .carry-info__text {
    top: 155px;
    padding: 48px 24px 24px 24px;
    width: 300px;
  }
}

.carry-info__item.item2 {
  position: relative;
  margin-top: 180px;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item2 {
    margin-top: 0;
  }
}
.carry-info__item.item2 .carry__image2 {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item2 .carry__image2 {
    width: 81.5051020408%;
  }
}
.carry-info__item.item2 .carry-info__text {
  position: absolute;
  padding: 20px;
  width: 85.2941176471%;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .carry-info__item.item2 .carry-info__text {
    width: 56.1224489796%;
    left: auto;
    right: 0;
    top: 290px;
    padding: 32px 32px 32px 64px;
  }
}

.carry__howtouse {
  margin-top: 150px;
}
@media screen and (min-width: 900px) {
  .carry__howtouse {
    max-width: 1204px;
    margin-inline: auto;
  }
}

.howtouse__title h3 {
  font-size: 3.2rem;
  color: #1a9059;
  line-height: 1;
  font-weight: 500;
}

.howtouse__steps {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .howtouse__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-inline: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.howtouse__step {
  position: relative;
}
.howtouse__step .arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -78px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .howtouse__step .arrow {
    top: 50%;
    left: 97%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 57px;
    z-index: 20;
  }
}

.howtouse__head {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 121px;
  height: 57.26px;
  background: url(/products/a4_bousai/assets/img/top/step-label.png);
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .howtouse__head {
    gap: 8px;
    width: 136px;
    height: 64px;
  }
}

.howtouse__head-text {
  font-size: 1.342rem;
  line-height: 1;
  background: #d9e8e1;
  color: #0a7543;
  border-radius: 9999px;
  padding: 3.58px 7.16px;
  margin-left: 14.36px;
}
@media screen and (min-width: 900px) {
  .howtouse__head-text {
    font-size: 1.5rem;
    padding: 4px 8px;
    margin-left: 16px;
  }
}

.howtouse__head-number {
  font-size: 4.653rem;
  line-height: 0.9;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .howtouse__head-number {
    font-size: 5.2rem;
  }
}

.howtouse__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.howtouse__image {
  z-index: 10;
}
.howtouse__image img {
  border-radius: 9999px;
}

.howtouse__text {
  background: #ffffff;
  border-radius: 10.74px;
  -webkit-box-shadow: 1.79px 1.79px 7.16px rgba(63, 63, 63, 0.1);
          box-shadow: 1.79px 1.79px 7.16px rgba(63, 63, 63, 0.1);
  padding: 14.32px 21.47px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .howtouse__text {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 8px rgba(63, 63, 63, 0.1);
            box-shadow: 2px 2px 8px rgba(63, 63, 63, 0.1);
    padding: 16px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .howtouse__text {
    height: auto;
  }
}
.howtouse__text::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #ffffff;
  z-index: 1;
}
.howtouse__text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .howtouse__text p {
    font-size: 2rem;
  }
}