* {
  font-family: "Noto Sans JP", serif;
  color: #000000;
}

body {
  background-image: url(./assets/images/concrete.webp);
  background-size: 400px 400px;
  background-repeat: repeat;
  overflow-x: hidden;
  will-change: background;
}

p {
  font-size: 16px;
  line-height: 2;
}

.pc {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 6px min(55px, max(20px, calc(55px + 50vw - 188px)));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: 1002;
}

.header-logo span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  max-width: 264px;
  margin: 0 auto;
  color: #3b4043;
}

.header-logo h1 {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #3b4043;
  white-space: nowrap;
}

.side-nav {
  display: none;
}

.popup-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1002;
  display: flex;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: right 0.2s ease-in;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.popup-menu p {
  margin-bottom: 10px;
}

.popup-menu__close-button {
  position: absolute;
  bottom: 27px;
  right: 20px;
}

.popup-menu__close-button {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.popup-menu__close-button img {
  width: 14px;
  height: 14px;
}

.close-button:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.popup-menu.open {
  right: 0;
}

.header_wrapper .yoyaku_button {
  display: none;
}

.popup-menu__nav {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: auto auto;
  padding: 0 30px;
}

.popup-menu__nav-item {
  display: block;
  width: 100%;
  position: relative;
}

.popup-menu__nav-item a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 71px;
  background-color: #3f9a0b;
  display: flex;
  align-items: center;
  padding: 19px min(16px, calc(16px + 50vw - 188px));
  z-index: 1000;
}

.mobile-nav__group {
  display: flex;
  align-items: center;
  gap: min(13px, max(8px, calc(13px + 50vw - 165px)));
  margin: 0 auto;
}

.mobile-nav-call {
  color: #fff700;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
}

.mobile-nav-call::before {
  content: "";
  width: 16px;
  height: 17px;
  background-image: url(./assets/images/icon-phone.png);
  background-size: cover;
  display: inline-block;
}

.mobile-nav-contact {
  background-color: #fff700;
  text-decoration: none;
  padding: 0 min(24px, max(12px, calc(24px + 50vw - 188px)));
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 28px;
  color: #3d3d3d;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.mobile-nav-menu {
  display: block;
  color: white;
  margin-left: 6px;
  width: 27px;
  height: 16px;
  background-image: url(./assets/images/icon-menu.png);
  background-size: contain;
  background-color: transparent;
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 193;
  background-size: contain;
  margin-top: 100px;
  box-sizing: content-box;
  margin-bottom: 30px;
}

.fv img {
  display: block;
  width: 100%;
  height: 100%;
}

.fv::before,
.fv::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
}

.fv::before {
  aspect-ratio: 220 / 73;
  width: 58.67vw;
  background-image: url(./assets/images/fv-text-1.png);
  top: -12px;
  max-width: 960px;
}

.fv::after {
  aspect-ratio: 280 / 49;
  width: 74.67vw;
  max-width: 1080px;
  background-image: url(./assets/images/fv-text-2.png);
  bottom: -15px;
}

.section-title {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  font-weight: 900;
}

.about .section-title {
  color: #3f9a0b;
}

.about {
  padding: 25px 27px 40px;
  background-image: url(./assets/images/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 55px;
}

.about-container {
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-image {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.section-sub-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 900;
  text-align: center;
}

.about-text p {
  margin: 23px auto 0;
}

.osusume {
  padding: 40px 0;
}

.osusume-decor {
  position: relative;
  border: none;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.osusume-decor svg {
  position: relative;
  bottom: -2px;
}

.osusume-decor:last-child svg {
  position: relative;
  bottom: 1px;
}

.osusume-decor h2.sp {
  position: absolute;
  content: "こんな方におすすめ";
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
  color: #fff700;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.osusume-container {
  /* background-image: url(./assets/images/concrete.png);
  background-size: 400px 400px;
  background-color: #3f9a0b;
  background-blend-mode: multiply;
  -webkit-background-blend-mode: multiply;
  -ms-background-blend-mode: multiply;
  -moz-background-blend-mode: multiply; */
  padding: 20px 27px 0;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.osusume-background {
  position: absolute;
  width: 100%;
  background-color: #3f9a0b;
  mix-blend-mode: multiply;
}

.osusume-item {
  max-width: 320px;
}

.osusume-item:last-child {
  display: none;
}

.osusume-item__title {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.osusume-item:first-child .osusume-item__title {
  min-height: 64px;
  line-height: 64px;
}

.osusume-item img {
  width: 100%;
  aspect-ratio: 1;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.osusume-item__subtitle {
  position: relative;
  bottom: 22px;
  z-index: 1;
}

.osusume-item__subtitle span {
  position: relative;
  z-index: 1;
  color: #3f9a0b;
  font-size: min(24px, 6.4vw);
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.osusume-item__subtitle::before {
  position: absolute;
  content: "";
  display: block;
  width: 70.4vw;
  max-width: 264px;
  aspect-ratio: 264 / 120;
  background-image: url(./assets/images/osusume-cloud.png);
  background-size: cover;
  left: 50%;
  top: calc(50% + 5px);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.osusume-item__text {
  margin: 30px auto 0;
  padding: 0 20px;
  font-size: 20px;
  line-height: 32px;

  color: #fff;
}

.osusume-item:nth-child(2) .osusume-item__text,
.osusume-item:nth-child(3) .osusume-item__text {
  padding: 0 22px;
}

.osusume-text {
  padding: 40px 27px 0;
  background-color: #3f9a0b;
  mix-blend-mode: multiply;
}

.osusume-text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.osusume-decor:last-child {
  position: relative;
  margin-top: 0px;
  height: 80px;
}

.strengths {
  padding: 40px 27px 80px;
  background-image: url(./assets/images/strength-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 42px;
}

.strengths-container {
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.strength-item {
  max-width: 500px;
}

.strength-item__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  max-width: 320px;
  margin: 0 auto;
}

.strength-item__content {
  margin-top: -20px;
  padding: 36px 20px 16px;
  border-radius: 8px;
  background-color: rgba(256, 256, 256, 0.6);
}

.strength-item__title {
  font-family: "Oswald";
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  color: #005181;
}

.strength-item__subtitle {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.strength-item__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.strength-item:last-child br {
  display: none;
}

@media (min-width: 375px) and (max-width: 389px) {
  .strength-item:last-child br {
    display: initial;
  }
}

.products {
  position: relative;
  padding: 80px 0;

  /* background-color: #ffd23d;
  background-image: url(./assets/images/concrete.png);
  background-size: 400px 400px;
  background-repeat: repeat;
  background-blend-mode: multiply; */
}

.products * {
  position: relative;
  z-index: 2;
}

.products::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #ffd23d;
  mix-blend-mode: multiply;
  z-index: 1;
}

.products::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(./assets/images/concrete.png);
  background-size: 400px 400px;
  background-repeat: repeat;
  z-index: 0;
}

.banner-wrapper {
  padding: 0 27px;
}

.banner {
  background-blend-mode: multiply;
  padding: 40px 28px;

  max-width: 1262px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}

.banner::before,
.banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.banner::before {
  z-index: 1;
  background-color: #d30000;
  mix-blend-mode: multiply;
}

.banner::after {
  z-index: 0;
  background-image: url(./assets/images/concrete.png);
  background-size: 400px 400px;
  background-repeat: repeat;
}

.features {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .features {
    flex-direction: row;
    row-gap: 20px;
  }
}

.feature {
  background-color: #fff;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
}

.plus {
  width: 30px;
  height: 30px;
  background-image: url(./assets/images/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #fff;
}

.headline span {
  color: #fff700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 360px));
  column-gap: 24px;
  row-gap: 32px;
  padding: 0 7.5px;
  margin: 40px auto 0;
  max-width: 1128px;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

.product {
  background-color: #fff;
  color: white;
  padding: 30px 20px 24px;
  border-radius: 16px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  max-width: 360px;
  min-height: 709px;
}

.product__image {
  display: block;
  width: calc(100% - 20px);
  min-height: 443px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center top;
}

.product__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-top: -5px;
}

.product__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.product__price-small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  margin-top: 16px;
}

.product__price-big {
  display: block;
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #d30000;
  text-align: right;
}

.guarantees-wrapper {
  position: relative;
  padding: 40px 27px 0;
}

.guarantee-decor {
  overflow: hidden;
}

.guarantee-decor svg {
  position: relative;
}

.guarantee-decor:first-child {
  bottom: -2px;
}

.guarantee-decor:last-child {
  margin-top: 0px;
  bottom: 2px;
  height: 80px;
}

.guarantees-title {
  font-size: 24px;
  line-height: 32px;
  color: #3b4043;
  text-align: center;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 238px;
  z-index: 3;
}

.guarantees {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
  row-gap: 24px;
  column-gap: 19.5px;
  background-color: #fff;
  padding: 67px 28px 0;
}

.guarantee__image {
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.guarantee__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.feedback {
  display: none;
  padding: 80px 0px 102px;
  overflow: hidden;
}

.swiper-container-feedback {
  width: 100%;
  padding: 0 20px;
  overflow: visible;
  position: relative;
  margin-top: 32px;
}
.swiper-container-feedback .swiper-slide {
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 56px);
  max-width: 360px;
}
.swiper-container-feedback .slide__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.swiper-container-feedback .slide__image {
  position: relative;
}
.swiper-container-feedback .slide__image img {
  width: 100%;
  aspect-ratio: 320 / 426;
  border-radius: 16px;
  background-color: #d9d9d9;
  object-fit: cover;
}
.swiper-container-feedback .slide__image-text {
  position: absolute;
  display: block;
  border-radius: 0 8px 8px 0;
  background-color: #3d3d3d;
  left: 0;
  bottom: 21px;
  color: #fff;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}
.swiper-container-feedback .slide__title {
  font-size: 20px;
  line-height: 24px;
  color: #3b4043;
  margin-top: 20px;
}
.swiper-container-feedback .slide__text {
  font-size: 16px;
  line-height: 24px;
}
.swiper-container-feedback .slide__subtitle {
  font-size: 16px;
  line-height: 23px;
}
.swiper-container-feedback ~ .swiper-button-wrapper {
  position: relative;
  padding: 0 27px;
  margin: 24px auto 0;
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 936px;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(./assets/images/slider-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 22px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  transform: scaleX(-1);
  right: 20px;
}
.swiper-container-feedback .slide__description {
  margin-top: -20px;
  padding: 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
}

.flow {
  overflow: hidden;
  padding: 80px 0 80px;
  border-radius: 16px;
  background-color: rgba(256, 256, 256, 0.6);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 80px;
}

.flow .section-title {
  color: #3f9a0b;
}

.swiper-container-flow {
  margin: 32px auto 0;
  padding: 0 20px;
}

.swiper-container-flow .swiper-slide {
  max-width: 264px !important;
}

.swiper-container-flow .slide__image {
  width: 100%;
  aspect-ratio: 264 / 198;
}

.swiper-container-flow .slide__title {
  font-size: 20px;
  line-height: 24px;
  color: #3b4043;
  margin-top: 8px;
}

.swiper-container-flow .slide__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

@media (min-width: 680px) {
  .swiper-container-flow .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, 264px);
    gap: 24px;
    justify-content: center;
  }
}

.faq {
  padding: 80px 27px;
  background-image: url(./assets/images/faq-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 80px;
}

.faq-container {
  max-width: 600px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  background: #fff;
  border: 1px solid #707070;
  padding: 16px;
}

.faq-question {
  display: flex;
  padding-bottom: 0;
  cursor: pointer;
  color: #3b4043;
  transition: all 0.5s;
}

.faq-question * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.faq-answer {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 7px;

  max-height: 0;
  overflow: hidden;
  padding-top: 0px;
  background: #fff;
  transition: max-height 0.5s ease, padding-top 0.5s ease;
  border-top: 1px solid rgba(112, 112, 112, 0);
}

.faq-answer * {
  font-size: 16px;
  line-height: 24px;
}

.faq-answer span:first-child {
  font-weight: 700;
}
input.faq-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  /* visibility: hidden; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input.faq-input:checked ~ .faq-answer {
  max-height: 200px;
  padding-top: 8px;
  border-top: 1px solid rgba(112, 112, 112, 1);
  transition: all 0.5s;
}

input.faq-input:checked ~ .faq-question {
  padding-bottom: 8px;
}

.faq-question .faq-button {
  width: fit-content;
  padding: 0 8px;
  height: 21px;
  border-radius: 10.5px;
  border: 1px solid #707070;
  font-size: 12px;
  color: #3d3d3d;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  white-space: nowrap;
  transition: all 0.3s;
  margin-left: auto;
  margin-top: 2px;
}

.faq-question .faq-button::before {
  transition: all 0.2s ease;
  content: "開く";
}
.faq-question span:first-child {
  display: block;
  max-width: 206px;
  color: #3b4043;
}

@media (min-width: 376px) {
  .faq-question span:first-child {
    max-width: none;
  }
}

.faq-question::before {
  content: "Q.";
  margin-right: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

input.faq-input:checked ~ .faq-question .faq-button {
  background-color: #3d3d3d;
  color: #fff;
}

input.faq-input:checked ~ .faq-question .faq-button::before {
  content: "閉じる";
}

.contact {
  padding: 80px 27px;
  position: relative;
}

.contact * {
  position: relative;
  z-index: 2;
}

.contact::before,
.contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact::before {
  z-index: 0;
  background-image: url(./assets/images/concrete.png);
  background-size: 400px 400px;
  background-repeat: repeat;
}

.contact::after {
  z-index: 1;
  background-color: #ffd23d;
  mix-blend-mode: multiply;
}

.policy {
  padding: 80px 27px;
}

.policy article {
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 2;
}

.footer {
  margin-bottom: 71px;
  text-align: center;
}

.footer-content {
  background-color: #3d3d3d;
  padding: 64px 20px;
}

.footer * {
  color: white;
}

.footer-company-name {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-address {
  font-size: 14px;
  margin-bottom: 15px;
}

.footer-phone {
  display: inline-block;
  background-color: white;
  color: #3d3d3d;
  height: 48px;
  width: 235px;
  line-height: 48px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}

.footer-phone::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url(./assets/images/icon-phone-2.png);
  background-size: cover;
  background-position: center;
}

.footer-phone-icon {
  margin-right: 5px;
}

.footer-hours {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.footer-copyright {
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  color: #3d3d3d;
}

.header-menu,
.fab {
  display: none;
}

.contact-info {
  display: none;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: initial;
  }

  .mobile-nav {
    display: none;
  }

  .header {
    height: 94px;
    display: flex;
    padding: 0 min(200px, max(30px, calc(200px + 50vw - 900px)));
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    cursor: pointer;
  }

  .header-logo span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    display: block;
    max-width: none;
    margin: 0 auto;
    color: #3b4043;
  }

  .header-logo h1 {
    font-size: min(20px, 1.7vw);
    line-height: 35px;
    text-align: left;
    color: #3b4043;
    white-space: nowrap;
  }

  .header-menu {
    display: flex;
    gap: min(32px, max(12px, calc(32px + 50vw - 700px)));
  }

  @media (max-width: 1320px) {
    .header {
      gap: 20px;
    }

    .header-logo {
      min-width: 234px;
    }

    .header-logo span {
      max-width: 264px;
    }
  }

  .header-menu__item {
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.2s;
  }

  .header-menu__item:hover {
    opacity: 0.7;
  }

  @media (max-width: 1000px) {
    .header-menu__item {
      font-size: 14px;
    }
  }

  .header-menu__item a {
    display: block;
    line-height: 20px;
    text-align: center;
  }

  .fab-background {
    position: fixed;
    width: 272px;
    height: 145px;
    border-radius: 16px 0px 0px 16px;
    background-color: #3f9a0b;
    mix-blend-mode: multiply;
    z-index: 2;
    right: 0;
    bottom: 40px;
  }

  .contact-info {
    width: 272px;
    height: 145px;
    padding: 16px 32px;
    display: initial;
  }

  .contact-info {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 3;
  }

  .contact-info span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    display: block;
  }

  .contact-info p {
    color: #fff700;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
  }

  .contact-form-button {
    display: block;
    font-size: 16px;
    width: 208px;
    height: 40px;
    line-height: 40px;
    background-color: #fff700;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 6px;
    transition: opacity 0.2s;
  }

  .contact-form-button:hover {
    opacity: 0.8;
  }

  .fv {
    position: relative;
    /* background-image: url(./assets/images/fv.webp);
    background-size: cover;
    background-position: bottom; */
    width: 100%;
    aspect-ratio: 1920 / 986;
    margin-top: 94px;
    box-sizing: content-box;
    margin-bottom: 0px;
  }

  .fv::before {
    top: 40px;
  }

  .fv::after {
    bottom: 40px;
  }

  .section-title {
    font-size: 48px;
    line-height: 70px;
  }

  .about {
    padding-top: 160px;
    padding-bottom: 200px;
    max-width: 1600px;
    margin: 0 auto;
    background-position: center 0px;
    background-size: auto 100%;
    box-sizing: content-box;
  }

  .about-image {
    width: min(744px, max(320px, calc(744px + 50vw - 900px)));
    max-width: 744px;
    display: block;
    margin: 0;
  }

  .about-container {
    flex-direction: row;
    max-width: 1180px;
    margin-top: 84px;
    align-items: center;
    justify-content: center;
    gap: min(52px, max(4.2vw, 30px));
    margin-left: 44px;
  }

  .section-sub-title {
    font-size: min(32px, max(3.2vw, 26px));
    line-height: 46px;
  }

  p {
    font-size: 20px;
    line-height: 2;
  }

  .osusume {
    padding: 0;
    margin-top: -200px;
  }

  .osusume > h2.pc {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #3f9a0b;
    mix-blend-mode: multiply;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
  }

  .osusume > h2.pc span {
    color: #fff700;
  }

  .osusume-container {
    padding: 40px 27px 0;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .osusume-item__subtitle {
    bottom: 0px;
    margin-top: 55px;
  }

  .osusume-item__text {
    margin: 54px auto 0;
    padding: 0 20px;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
  }

  .osusume-item:nth-child(2) .osusume-item__text,
  .osusume-item:nth-child(3) .osusume-item__text {
    padding: 0 20px;
  }

  .osusume-text {
    padding-bottom: 80px;
  }

  .osusume-text p {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  .strengths {
    padding: 160px 27px;
    background-size: auto calc(100% - 160px);
    background-repeat: no-repeat;
    background-position: center 0px;
  }

  .strengths-container {
    margin: 80px auto 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .strength-item {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 840px;
  }

  .strength-item:nth-child(odd) {
    left: -48px;
  }

  .strength-item:nth-child(even) {
    right: -48px;
  }

  @media (max-width: 1200px) {
    .strength-item:nth-child(odd) {
      left: 0px;
    }

    .strength-item:nth-child(even) {
      right: 0px;
    }
  }

  .strength-item__image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(360px, max(300px, calc(360px + 50vw - 500px)));
    height: min(360px, max(300px, calc(360px + 50vw - 500px)));
    aspect-ratio: 1;
    max-width: 360px;
    margin: 0 auto;
  }

  .strength-item__content {
    margin-top: 0px;
    padding: min(45px, max(20px, 4.5vw)) 40px min(45px, max(20px, 4.5vw)) 60px;
    margin-left: -20px;
    height: min(360px, max(300px, calc(360px + 50vw - 500px)));
  }

  .strength-item__title {
    font-size: min(64px, max(40px, 6.4vw));
    line-height: min(94px, max(50px, 9.4vw));
  }
  .strength-item__subtitle {
    font-size: min(24px, max(16px, 2.4vw));
    line-height: min(35px, max(28px, 3.5vw));
    max-width: 360px;
  }

  .strength-item__text {
    font-size: min(20px, max(16px, 2vw));
    line-height: min(32px, max(24px, 3.2vw));
  }

  .products {
    padding: 160px 0;
  }

  .banner {
    padding: 40px;
    margin: 80px auto 0;
  }

  .headline {
    font-size: 60px;
    line-height: 87px;
  }

  .features {
    gap: 8px;
    margin-bottom: 32px;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(305px, 360px));
    column-gap: 24px;
    row-gap: 32px;
    padding: 0 7.5px;
    margin: 80px auto 0;
    max-width: 1128px;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
  }

  .guarantees-wrapper {
    position: relative;
    padding: 60px 27px 0;
    box-sizing: content-box;
    max-width: 1288px;
    margin: 0 auto;
  }

  .guarantees {
    display: grid;
    grid-template-columns: repeat(auto-fit, 264px);
    row-gap: 60px;
    column-gap: 24px;
    background-color: #fff;
    padding: 114px 28px 0;
    justify-content: center;
    padding-bottom: 80px;
  }

  .guarantees-title {
    font-size: 32px;
    line-height: 46px;
    top: 200px;
  }

  .guarantee__title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 8px;
  }

  .feedback {
    padding: 160px 0px 144px;
    overflow: hidden;
    position: relative;
  }

  .swiper-container-feedback {
    width: calc(100% - min(396px, max(100px, calc(396px + 50vw - 960px))));
    padding: 0 20px 0 0;
    margin-left: min(396px, max(100px, calc(396px + 50vw - 960px)));
    overflow: hidden;
    position: relative;
    margin-top: 60px;
  }

  .swiper-container-feedback ~ .swiper-button-wrapper {
    position: absolute;
    bottom: 540px;
    left: 0;
    padding: 0;
    margin: 24px auto 0;
    height: 60px;
    width: calc(100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1288px;
    z-index: 2;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    height: 60px;
    transition: opacity 0.2s;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }

  @media (min-width: 1324px) {
    .swiper-container-feedback ~ .swiper-button-wrapper {
      left: min(316px, max(-20px, calc(316px + 50vw - 960px)));
    }

    .swiper-button-prev {
      left: 0px;
    }
    .swiper-button-next {
      right: 0px;
    }
  }

  .swiper-container-feedback .slide__image-text {
    font-size: 20px;
    line-height: 29px;
    bottom: 31px;
  }

  .flow {
    position: relative;
    z-index: 3;
    width: calc(100% - 200px);
    padding: 80px;
    max-width: 1288px;
    margin: 160px auto 0;
  }

  .swiper-container-flow {
    margin: 46px auto 0;
    padding: 0;
  }

  .faq {
    padding: 315px 27px 160px;
    margin-top: -155px;
    background-image: url(./assets/images/faq-bg.png);
    background-size: 1128px 1224px;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .faq-container {
    max-width: 984px;
    margin: 46px auto 0;
    gap: 32px;
  }

  .faq-item {
    padding: 24px;
  }

  .faq-question * {
    font-size: 20px;
    line-height: 29px;
  }

  input.faq-input:checked ~ .faq-question {
    padding-bottom: 24px;
  }

  .faq-question .faq-button {
    width: fit-content;
    padding: 2px 16px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #707070;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
    transition: all 0.3s;
    margin-left: auto;
    margin-top: 2px;
  }

  .faq-question::before {
    font-size: 20px;
    line-height: 29px;
  }

  input.faq-input:checked ~ .faq-answer {
    padding-top: 24px;
  }

  .policy {
    padding: 160px 27px;
  }

  .policy article {
    margin: 80px auto 0;
    max-width: 936px;
  }

  .footer {
    margin-bottom: 0;
  }

  .footer-content > div:first-child {
    text-align: left;
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    gap: min(249px, max(120px, calc(249px + 50vw - 500px)));
    justify-content: center;
    margin: 0 auto;
  }

  .footer-company-name {
    margin-bottom: 16px;
  }
}
