@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
.top-page {
  background-color: #f4f4f2;
}

.top-heading {
  text-align: center;
}
.top-heading--left {
  text-align: left;
}
.top-heading__en {
  color: #2f8f35;
  font-size: clamp(13px, min(1.3vw, 26px), 26px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.top-heading__ja {
  margin-top: min(min(0.9vw, 18px), 18px);
  color: #111111;
  font-size: clamp(28px, min(2.4vw, 48px), 48px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.1em;
}

.top-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(2.1vw, 42px), 42px);
  min-width: min(min(12vw, 240px), 240px);
  height: min(min(4vw, 80px), 80px);
  padding-inline: min(min(1.5vw, 30px), 30px) min(min(0.9vw, 18px), 18px);
  border-radius: min(min(0.4vw, 8px), 8px);
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(16px, min(1.2vw, 24px), 24px);
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.top-btn__circle {
  display: grid;
  place-items: center;
  width: min(min(1.4vw, 28px), 28px);
  height: min(min(1.4vw, 28px), 28px);
  border-radius: 50%;
  color: #2f8f35;
  background-color: #fff;
  font-size: clamp(13px, min(0.9vw, 18px), 18px);
  line-height: 1;
}

.top-arrow {
  display: grid;
  place-items: center;
  width: calc(32 * var(--to-rem));
  height: calc(32 * var(--to-rem));
  border-radius: 50%;
  color: #fff;
  background-color: #2f8f35;
  font-size: calc(18 * var(--to-rem));
  font-weight: 600;
  line-height: 1;
}

.top-fv {
  position: relative;
  padding: 0 min(min(2vw, 40px), 40px) 0;
  background-color: #f4f4f2;
}
.top-fv__image, .top-fv__slides {
  position: relative;
  height: min(min(40vw, 800px), 800px);
  overflow: hidden;
  border-radius: min(min(0.7vw, 14px), 14px);
}
.top-fv__image picture,
.top-fv__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top-fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.top-fv__slide picture,
.top-fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-fv__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  will-change: transform;
}
.top-fv__catch {
  position: absolute;
  top: min(min(5.6vw, 112px), 112px);
  right: min(min(9.9vw, 198px), 198px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(min(1.2vw, 24px), 24px);
  margin: 0;
}
.top-fv__catch-line {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(min(1.2vw, 24px), 24px) min(min(0.6vw, 12px), 12px);
  background-color: rgba(255, 255, 255, 0.94);
  color: #111111;
  font-size: clamp(24px, min(2.2vw, 44px), 44px);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}

.top-about {
  padding: 0 0 min(min(4.6vw, 92px), 92px);
  background-color: #f4f4f2;
}
.top-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: min(min(4.3vw, 86px), 86px);
  width: calc(100vw - (100vw - min(79.5vw, 1590px)) / 2);
  margin-left: min((100vw - min(79.5vw, 1590px)) / 2, 196.8px);
  margin-right: 0;
}
.top-about__content {
  position: relative;
  padding-top: min(min(7.8vw, 156px), 156px);
}
.top-about__staff {
  position: absolute;
  top: 0;
  left: min(min(21.5vw, 430px), 430px);
  z-index: 1;
  width: min(min(10.5vw, 210px), 210px);
  pointer-events: none;
}
.top-about__staff img {
  display: block;
  width: 100%;
  height: auto;
}
.top-about__text {
  margin-top: min(min(2.8vw, 56px), 56px);
  color: #111111;
  font-size: clamp(16px, min(1.1vw, 22px), 22px);
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: 0.1em;
}
.top-about__text p + p {
  margin-top: min(min(2.05vw, 41px), 41px);
}
.top-about__text span {
  color: #2f8f35;
}
.top-about__btn {
  margin-top: min(min(2.415vw, 48.3px), 48.3px);
}
.top-about__photo {
  margin-top: min(min(4.2vw, 84px), 84px);
  overflow: hidden;
  aspect-ratio: 1000/826;
  max-height: 760.45px;
  border-radius: min(min(0.7vw, 14px), 14px) 0 0 min(min(0.7vw, 14px), 14px);
}
.top-about__photo picture,
.top-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-about__photo img {
  aspect-ratio: 1000/826;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-service {
  position: relative;
  isolation: isolate;
  padding: 0 0 min(min(5.2vw, 104px), 104px);
  background-color: #f4f4f2;
  overflow: hidden;
}
.top-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: min(19.6vw, 392px);
  bottom: 0;
  background-color: #b5dd92;
}
.top-service::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: min(13vw, 260px);
  width: min(110vw, 2200px);
  height: min(11vw, 220px);
  border-radius: 50%;
  background-color: #f4f4f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.top-service__inner {
  position: relative;
  width: min(79.5vw, 1590px);
  margin-inline: auto;
}
.top-service__head {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: min(min(3.9vw, 78px), 78px);
}
.top-service__staff {
  width: min(min(9.05vw, 181px), 181px);
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.top-service__staff img {
  display: block;
  width: 100%;
  height: auto;
}
.top-service__btn {
  justify-self: end;
  margin-bottom: min(min(1.1vw, 22px), 22px);
}
.top-service__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: min(min(1vw, 20px), 20px);
  margin-top: min(min(2.9vw, 58px), 58px);
}

.top-service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: min(min(18vw, 360px), 360px);
  padding: min(min(1.1vw, 22px), 22px) min(min(0.8vw, 16px), 16px) min(min(2.4vw, 48px), 48px);
  border-radius: min(min(0.7vw, 14px), 14px);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
}
.top-service-card__number {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  color: #2f8f35;
  font-size: clamp(20px, min(1.6vw, 32px), 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-service-card__icon {
  display: block;
  width: min(7.7vw, 154px);
  margin-top: min(min(1.3vw, 26px), 26px);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.top-service-card__icon picture,
.top-service-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.top-service-card__icon--02, .top-service-card__icon--03 {
  width: min(7vw, 140px);
}
.top-service-card__icon--04 {
  width: min(9.85vw, 197px);
}
.top-service-card__icon--05 {
  width: min(5vw, 100px);
}
.top-service-card__title {
  margin-top: auto;
  color: #111111;
  font-size: clamp(21px, min(1.55vw, 31px), 31px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.top-service-card .top-arrow {
  position: absolute;
  right: min(min(0.5vw, 10px), 10px);
  bottom: min(min(0.5vw, 10px), 10px);
  width: min(min(1.6vw, 32px), 32px);
  height: min(min(1.6vw, 32px), 32px);
  font-size: clamp(12px, min(0.9vw, 18px), 18px);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}

.top-link-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(min(2.2vw, 44px), 44px);
  margin-top: min(min(7.5vw, 150px), 150px);
}

.top-link-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: min(min(25vw, 500px), 500px);
  padding: min(min(1.9vw, 38px), 38px);
  border-radius: min(min(0.6vw, 12px), 12px);
  background-color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
}
.top-link-card__en {
  color: #2f8f35;
  font-size: clamp(14px, min(1.25vw, 25px), 25px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.top-link-card__title {
  margin-top: min(min(1vw, 20px), 20px);
  color: #111111;
  font-size: clamp(26px, min(2.2vw, 44px), 44px);
  font-weight: 600;
  line-height: 1.3;
}
.top-link-card picture {
  display: block;
  margin-top: min(min(1.4vw, 28px), 28px);
  overflow: hidden;
  border-radius: min(min(0.6vw, 12px), 12px);
}
.top-link-card img {
  display: block;
  width: 100%;
  aspect-ratio: 420/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.top-link-card .top-arrow {
  position: absolute;
  right: min(min(0.6vw, 12px), 12px);
  bottom: min(min(0.6vw, 12px), 12px);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}

.top-shop {
  padding: min(min(4vw, 80px), 80px) min(min(2vw, 40px), 40px) min(min(4.3vw, 86px), 86px);
  background-color: #f4f4f2;
}
.top-shop__inner {
  position: relative;
  max-width: 1920px;
  min-height: min(min(28vw, 560px), 560px);
  margin-inline: auto;
  padding: min(min(3.6vw, 72px), 72px) min(min(4vw, 80px), 80px) min(min(4.1vw, 82px), 82px);
  border-radius: min(min(0.6vw, 12px), 12px);
  background-color: #e2f0d4;
  text-align: center;
}
.top-shop__head {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(min(30.5vw, 610px), 610px);
}
.top-shop__staff {
  position: absolute;
  left: calc(100% + min(min(2.75vw, 55px), 55px));
  top: max(min(-4.8vw, -96px), -96px);
  width: min(min(10.55vw, 211px), 211px);
}
.top-shop__staff img {
  display: block;
  width: 100%;
  height: auto;
}
.top-shop__text {
  margin-top: min(min(3.4vw, 68px), 68px);
  color: #111111;
  font-size: clamp(15px, min(1.1vw, 22px), 22px);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.top-shop__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2vw, 40px), 40px);
  margin-top: min(min(3.4vw, 68px), 68px);
}
.top-shop__logos picture {
  display: block;
  width: min(min(27.75vw, 555px), 555px);
  -webkit-box-shadow: 0 min(min(0.5vw, 10px), 10px) min(min(1.1vw, 22px), 22px) rgba(47, 143, 53, 0.12);
          box-shadow: 0 min(min(0.5vw, 10px), 10px) min(min(1.1vw, 22px), 22px) rgba(47, 143, 53, 0.12);
}
.top-shop__logos picture:nth-child(2) {
  width: min(min(28.5vw, 570px), 570px);
}
.top-shop__logos-link {
  display: block;
  width: min(min(28.5vw, 570px), 570px);
  border-radius: min(min(0.4vw, 8px), 8px);
  -webkit-transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
}
.top-shop__logos-link picture {
  width: 100%;
}
.top-shop__logos-link:focus-visible {
  outline: min(min(0.15vw, 3px), 3px) solid rgba(47, 143, 53, 0.7);
  outline-offset: min(min(0.2vw, 4px), 4px);
}
.top-shop__logos img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}

.top-contact {
  padding: min(min(2.7vw, 54px), 54px) 0 min(min(7.5vw, 150px), 150px);
  background-color: #f4f4f2;
}
.top-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 35.3%) minmax(0, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(5.1vw, 102px), 102px);
  width: min(79.5vw, 1590px);
  margin-top: min(min(1.1vw, 22px), 22px);
  margin-inline: auto;
}
.top-contact__lead {
  margin-top: min(min(3.3vw, 66px), 66px);
  color: #111111;
  font-size: clamp(18px, min(1.2vw, 24px), 24px);
  font-weight: 700;
  line-height: 1.8;
}
.top-contact__area-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(min(3.5vw, 70px), 70px);
  min-width: min(min(10.8vw, 216px), 216px);
  height: min(min(2.5vw, 50px), 50px);
  padding-inline: min(min(1vw, 20px), 20px);
  border-radius: 999px;
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(15px, min(1.2vw, 24px), 24px);
  font-weight: 600;
}
.top-contact__area {
  margin-top: min(min(1.9vw, 38px), 38px);
  color: #111111;
  font-size: clamp(14px, min(0.9vw, 18px), 18px);
  font-weight: 700;
  line-height: 2;
}
.top-contact__actions {
  position: relative;
  z-index: 0;
  padding-top: min(min(5.1vw, 102px), 102px);
}
.top-contact__staff {
  position: absolute;
  z-index: 0;
  top: calc(min(min(5.1vw, 102px), 102px) - min(min(9.5vw, 190px), 190px));
  right: min(min(2.7vw, 54px), 54px);
  width: min(min(10.85vw, 217px), 217px);
  pointer-events: none;
}
.top-contact__staff img {
  display: block;
  width: 100%;
  height: auto;
}

.top-contact-tel,
.top-contact-mail {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: min(min(10vw, 200px), 200px);
  border-radius: min(min(0.6vw, 12px), 12px);
}
.top-contact-tel {
  gap: min(min(1.7vw, 34px), 34px);
  padding: min(min(1.7vw, 34px), 34px) min(min(3.1vw, 62px), 62px);
  background-color: #fff;
}
.top-contact-tel__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(5.65vw, 113px), 113px);
      -ms-flex: 0 0 min(min(5.65vw, 113px), 113px);
          flex: 0 0 min(min(5.65vw, 113px), 113px);
}
.top-contact-tel__icon picture,
.top-contact-tel__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.top-contact-tel__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.top-contact-tel__label {
  color: #111111;
  font-size: clamp(15px, min(1.2vw, 24px), 24px);
  font-weight: 600;
  line-height: 1.4;
}
.top-contact-tel__number {
  color: #111111;
  font-size: clamp(38px, min(2.8vw, 56px), 56px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.top-contact-tel__meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #111111;
  font-size: clamp(13px, min(0.8vw, 16px), 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-contact-mail {
  gap: min(min(2.4vw, 48px), 48px);
  margin-top: min(min(0.9vw, 18px), 18px);
  padding: min(min(1.8vw, 36px), 36px) min(min(3.1vw, 62px), 62px);
  color: #fff;
  background-color: #2f8f35;
}
.top-contact-mail__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(6vw, 120px), 120px);
      -ms-flex: 0 0 min(min(6vw, 120px), 120px);
          flex: 0 0 min(min(6vw, 120px), 120px);
}
.top-contact-mail__icon picture,
.top-contact-mail__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.top-contact-mail__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.top-contact-mail__label {
  font-size: clamp(16px, min(1.3vw, 26px), 26px);
  font-weight: 600;
  line-height: 1.4;
}
.top-contact-mail__title {
  margin-top: min(min(0.6vw, 12px), 12px);
  font-size: clamp(30px, min(2.1vw, 42px), 42px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.top-contact-mail .top-arrow {
  position: absolute;
  right: min(min(0.7vw, 14px), 14px);
  bottom: min(min(0.7vw, 14px), 14px);
  color: #2f8f35;
  background-color: #fff;
}
.lower-page {
  background-color: #fff;
}
.lower-page picture,
.lower-page img {
  display: block;
}

.lower-heading {
  text-align: center;
}
.lower-heading--left {
  text-align: left;
}
.lower-heading__en {
  color: #2f8f35;
  font-size: clamp(13px, min(1.1vw, 22px), 22px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.lower-heading__ja {
  margin-top: min(min(0.7vw, 14px), 14px);
  color: #111111;
  font-size: clamp(26px, min(2.1vw, 42px), 42px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.lower-lead {
  padding: min(min(5.4vw, 108px), 108px) 0;
  background-color: #fff;
}
.lower-lead__inner {
  width: 90vw;
  max-width: 1590px;
  margin-inline: auto;
}
.lower-lead__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(3.6vw, 72px), 72px);
  margin-top: min(min(2.4vw, 48px), 48px);
}
.lower-lead__text {
  color: #111111;
  font-size: clamp(15px, min(0.9vw, 18px), 18px);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.lower-lead__text--center {
  max-width: calc(980 * var(--to-rem));
  margin: min(min(1.8vw, 36px), 36px) auto 0;
  text-align: center;
}
.lower-lead__text p + p {
  margin-top: min(min(0.9vw, 18px), 18px);
}
.lower-lead__photo {
  overflow: hidden;
  border-radius: min(min(0.6vw, 12px), 12px);
  -webkit-box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(2.2vw, 44px), 44px) rgba(31, 111, 39, 0.12);
          box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(2.2vw, 44px), 44px) rgba(31, 111, 39, 0.12);
}
.lower-lead__photo img {
  width: 100%;
  aspect-ratio: 620/410;
  -o-object-fit: cover;
     object-fit: cover;
}

.lower-section {
  padding: min(min(5.4vw, 108px), 108px) 0;
  background-color: #fff;
}
.lower-section--cream {
  background-color: #f4f4f2;
}
.lower-section__inner {
  width: min(90vw, 1590px);
  margin-inline: auto;
}

.lower-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(1.1vw, 22px), 22px);
  min-width: min(min(11vw, 220px), 220px);
  height: min(min(3.4vw, 68px), 68px);
  padding-inline: min(min(1.5vw, 30px), 30px);
  border-radius: min(min(0.4vw, 8px), 8px);
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(16px, min(1vw, 20px), 20px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.lower-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(3.2vw, 64px), 64px);
}
.lower-split__photo {
  overflow: hidden;
  border-radius: min(min(0.6vw, 12px), 12px);
}
.lower-split__photo img {
  width: 100%;
  aspect-ratio: 760/470;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-split__card {
  position: relative;
  padding: min(min(2.8vw, 56px), 56px);
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: #f4f4f2;
}
.lower-split__label {
  color: #2f8f35;
  font-size: clamp(13px, min(0.9vw, 18px), 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.lower-split__title {
  margin-top: min(min(0.7vw, 14px), 14px);
  color: #111111;
  font-size: clamp(24px, min(1.7vw, 34px), 34px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.lower-split__text {
  margin-top: min(min(1.1vw, 22px), 22px);
  color: #111111;
  font-size: clamp(15px, min(0.85vw, 17px), 17px);
  line-height: 2;
}
.lower-split .lower-btn {
  margin-top: min(min(1.7vw, 34px), 34px);
}

.service-grid,
.lower-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(min(1.4vw, 28px), 28px);
  margin-top: min(min(2.6vw, 52px), 52px);
}

.service-card,
.lower-card {
  position: relative;
  min-height: min(min(13vw, 260px), 260px);
  padding: min(min(1.7vw, 34px), 34px);
  overflow: hidden;
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: #fff;
  -webkit-box-shadow: 0 min(min(0.7vw, 14px), 14px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.08);
          box-shadow: 0 min(min(0.7vw, 14px), 14px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.08);
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-card__num {
  color: rgba(47, 143, 53, 0.22);
  font-size: clamp(38px, min(3.2vw, 64px), 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.service-card__icon {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: min(min(6.1vw, 122px), 122px);
  height: min(min(5.4vw, 108px), 108px);
  margin-top: min(min(-1.4vw, -28px), -28px);
}
.service-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-card__title {
  margin-top: min(min(1.1vw, 22px), 22px);
  color: #1f6f27;
  font-size: clamp(21px, min(1.4vw, 28px), 28px);
  font-weight: 600;
  line-height: 1.4;
}
.service-card__text {
  margin-top: min(min(0.7vw, 14px), 14px);
  color: #111111;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.9;
}

.lower-card {
  border-top: min(min(0.3vw, 6px), 6px) solid #b5dd92;
}
.lower-card__num {
  display: inline-grid;
  place-items: center;
  width: min(min(2.4vw, 48px), 48px);
  height: min(min(2.4vw, 48px), 48px);
  border-radius: 50%;
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(15px, min(0.9vw, 18px), 18px);
  font-weight: 700;
}
.lower-card__title {
  margin-top: min(min(1.1vw, 22px), 22px);
  color: #1f6f27;
  font-size: clamp(22px, min(1.4vw, 28px), 28px);
  font-weight: 600;
  line-height: 1.45;
}
.lower-card__text {
  margin-top: min(min(0.7vw, 14px), 14px);
  color: #111111;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.9;
}

.flow-list {
  display: grid;
  gap: min(min(1.1vw, 22px), 22px);
  max-width: calc(1040 * var(--to-rem));
  margin: min(min(2.6vw, 52px), 52px) auto 0;
  padding: 0;
  list-style: none;
}
.flow-list__item {
  display: grid;
  grid-template-columns: min(min(4.6vw, 92px), 92px) minmax(0, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: #fff;
  -webkit-box-shadow: 0 min(min(0.6vw, 12px), 12px) min(min(1.4vw, 28px), 28px) rgba(31, 111, 39, 0.08);
          box-shadow: 0 min(min(0.6vw, 12px), 12px) min(min(1.4vw, 28px), 28px) rgba(31, 111, 39, 0.08);
}
.flow-list__num {
  display: grid;
  place-items: center;
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(22px, min(1.6vw, 32px), 32px);
  font-weight: 700;
  line-height: 1;
}
.flow-list__content {
  padding: min(min(1.4vw, 28px), 28px) min(min(1.7vw, 34px), 34px);
}
.flow-list__title {
  color: #1f6f27;
  font-size: clamp(20px, min(1.3vw, 26px), 26px);
  font-weight: 600;
  line-height: 1.4;
}
.flow-list__text {
  margin-top: min(min(0.4vw, 8px), 8px);
  color: #111111;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.9;
}

.recycle-shop__text {
  max-width: calc(820 * var(--to-rem));
  margin: min(min(1.4vw, 28px), 28px) auto 0;
  color: #111111;
  font-size: clamp(15px, min(0.9vw, 18px), 18px);
  line-height: 2;
  text-align: center;
}
.recycle-shop__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.7vw, 34px), 34px);
  margin-top: min(min(2.1vw, 42px), 42px);
}
.recycle-shop__logos picture {
  width: min(min(18vw, 360px), 360px);
  max-width: 100%;
}
.recycle-shop__logos img {
  width: 100%;
}

.lower-contact-band {
  padding: min(min(4.6vw, 92px), 92px) 0;
  background-color: #1f6f27;
}
.lower-contact-band__inner {
  width: 90vw;
  max-width: calc(1040 * var(--to-rem));
  margin-inline: auto;
  text-align: center;
}
.lower-contact-band__label {
  color: #b5dd92;
  font-size: clamp(13px, min(0.9vw, 18px), 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lower-contact-band__title {
  margin-top: min(min(0.6vw, 12px), 12px);
  color: #fff;
  font-size: clamp(26px, min(2vw, 40px), 40px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.lower-contact-band__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.9vw, 18px), 18px);
  margin-top: min(min(1.7vw, 34px), 34px);
}
.lower-contact-band__actions a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(min(11.5vw, 230px), 230px);
  min-height: min(min(2.9vw, 58px), 58px);
  padding: min(min(0.7vw, 14px), 14px) min(min(1.3vw, 26px), 26px);
  border-radius: min(min(0.4vw, 8px), 8px);
  color: #1f6f27;
  background-color: #fff;
  font-size: clamp(16px, min(1vw, 20px), 20px);
  font-weight: 700;
  text-decoration: none;
}

.company-map__frame--pending {
  display: grid;
  place-items: center;
  min-height: min(min(16vw, 320px), 320px);
}
.company-map__frame--pending p {
  padding: calc(18 * var(--to-rem));
  color: #555555;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.8;
  text-align: center;
}

/* =====================================================
# 事業内容（business）
# TOP 踏襲のナチュラルデザイン／写真とテキストカードが重なり合うレイアウト
#   #ff6600(main) / #ffccaa(peach) / #ac4500(deep) / #fffdf5(cream) / #702d00(brown) / #333333(txt)
===================================================== */
body.business {
  /* ===================== リード ===================== */
}
body.business .biz-lead {
  background-color: #ffffff;
  padding-block: min(min(5.5vw, 110px), 110px) min(min(3.9vw, 78px), 78px);
}
body.business .biz-lead__inner {
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}
body.business .biz-lead__heading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(2vw, 40px), 40px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #1f6f27;
}
body.business .biz-lead__heading {
  /* 見出し下の短いグラデーション装飾線 */
}
body.business .biz-lead__heading::after {
  content: "";
  display: block;
  width: min(min(2.8vw, 56px), 56px);
  height: 2px;
  margin: min(min(1.3vw, 26px), 26px) auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#b5dd92), to(#2f8f35));
  background: linear-gradient(90deg, #b5dd92, #2f8f35);
}
body.business .biz-lead__text {
  margin-top: min(min(1.7vw, 34px), 34px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(1vw, 20px), 20px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #111111;
  text-align: justify;
}
body.business {
  /* ===================== 事業（写真×テキスト重なり） ===================== */
}
body.business .biz-service {
  background-color: #f4f4f2; /* ナチュラルなクリーム地 */
  padding-block: min(min(3.2vw, 64px), 64px) min(min(6vw, 120px), 120px);
}
body.business .biz-item {
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: 20px;
  /* TOP の事業内容カードからのアンカー遷移時に、ヘッダー高さ分の余白を確保して隠れないようにする（固定値） */
  scroll-margin-top: 120px; /* PC ヘッダー100px + 余白 */
}
body.business .biz-item {
  /* 2つ目以降の事業アイテムの上に間隔（& + & は body.business 接頭辞が重複し壊れるため右辺をリテラルに） */
}
body.business .biz-item + .biz-item {
  margin-top: min(min(7.5vw, 150px), 150px);
}
body.business .biz-item__photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 min(min(1vw, 20px), 20px) min(min(2.2vw, 44px), 44px) rgba(31, 111, 39, 0.16);
          box-shadow: 0 min(min(1vw, 20px), 20px) min(min(2.2vw, 44px), 44px) rgba(31, 111, 39, 0.16);
}
body.business .biz-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.business .biz-item__card {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid rgba(31, 111, 39, 0.1);
  -webkit-box-shadow: 0 min(min(1.2vw, 24px), 24px) min(min(2.5vw, 50px), 50px) rgba(31, 111, 39, 0.14);
          box-shadow: 0 min(min(1.2vw, 24px), 24px) min(min(2.5vw, 50px), 50px) rgba(31, 111, 39, 0.14);
  padding: min(min(2.5vw, 50px), 50px) min(min(2.5vw, 50px), 50px) min(min(2.6vw, 52px), 52px);
}
body.business .biz-item__num {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(28px, min(2.8vw, 56px), 56px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5dd92), to(#2f8f35));
  background: linear-gradient(180deg, #b5dd92 0%, #2f8f35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
body.business .biz-item__title {
  margin-top: min(min(0.4vw, 8px), 8px);
  padding-bottom: min(min(0.5vw, 10px), 10px);
  border-bottom: 1px solid rgba(31, 111, 39, 0.15);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(1.5vw, 30px), 30px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #1f6f27;
}
body.business .biz-item__text {
  margin-top: min(min(1.1vw, 22px), 22px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(0.8vw, 16px), 16px);
  line-height: 2;
  letter-spacing: 0.03em;
  color: #111111;
  text-align: justify;
}
body.business .biz-item {
  /* reverse: 写真を右・カードを左に */
}

.service-page {
  background: radial-gradient(circle at 8% 18%, rgba(181, 221, 146, 0.22) 0 72px, transparent 73px), radial-gradient(circle at 94% 42%, rgba(226, 240, 212, 0.64) 0 96px, transparent 97px), #fff;
}

.service-detail-list {
  display: grid;
  gap: min(min(4.1vw, 82px), 82px);
  width: 94vw;
  max-width: calc(1500 * var(--to-rem));
  margin-inline: auto;
  padding: min(min(5.9vw, 118px), 118px) 0 min(min(3.6vw, 72px), 72px);
}

.service-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-detail--reverse {
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
}
.service-detail--reverse .service-detail__content {
  grid-column: 2;
  padding-left: min(min(15vw, 300px), 300px);
  padding-right: min(min(4.8vw, 96px), 96px);
}
.service-detail--reverse .service-detail__photo {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  margin-right: max(min(-6.3vw, -126px), -126px);
  margin-left: 0;
}
.service-detail__content {
  position: relative;
  min-height: min(min(21.5vw, 430px), 430px);
  padding: min(min(3.7vw, 74px), 74px) min(min(13vw, 260px), 260px) min(min(3.2vw, 64px), 64px) min(min(5.4vw, 108px), 108px);
  overflow: hidden;
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: rgba(226, 240, 212, 0.58);
}
.service-detail__content::before {
  position: absolute;
  top: min(min(1.5vw, 30px), 30px);
  right: min(min(1.7vw, 34px), 34px);
  width: min(min(5.6vw, 112px), 112px);
  height: min(min(5.6vw, 112px), 112px);
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.76);
}
.service-detail__number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #2f8f35;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.service-detail__title {
  position: relative;
  z-index: 1;
  margin-top: min(min(1.2vw, 24px), 24px);
  color: #1f6f27;
  font-size: clamp(30px, min(2.3vw, 46px), 46px);
  font-weight: 600;
  line-height: 1.35;
}
.service-detail__text {
  position: relative;
  z-index: 1;
  margin-top: min(min(2.1vw, 42px), 42px);
  color: #111111;
  font-size: clamp(16px, min(1vw, 20px), 20px);
  font-weight: 600;
  line-height: 2.05;
}
.service-detail__text p + p {
  margin-top: min(min(0.4vw, 8px), 8px);
}
.service-detail__photo {
  position: relative;
  z-index: 2;
  justify-self: start;
  width: min(min(27.4vw, 548px), 548px);
  margin-left: max(min(-6.3vw, -126px), -126px);
  overflow: hidden;
  border: min(min(0.5vw, 10px), 10px) solid #fff;
  border-radius: min(min(0.4vw, 8px), 8px);
  -webkit-box-shadow: 0 min(min(1vw, 20px), 20px) min(min(2.1vw, 42px), 42px) rgba(31, 111, 39, 0.16);
          box-shadow: 0 min(min(1vw, 20px), 20px) min(min(2.1vw, 42px), 42px) rgba(31, 111, 39, 0.16);
}
.service-detail__photo img {
  width: 100%;
  aspect-ratio: 548/306;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-other {
  padding: min(min(0.9vw, 18px), 18px) 0 min(min(5.6vw, 112px), 112px);
}
.service-other__inner {
  position: relative;
  width: 86vw;
  max-width: calc(1320 * var(--to-rem));
  margin-inline: auto;
  padding: min(min(3.5vw, 70px), 70px) min(min(5.9vw, 118px), 118px);
  border: min(min(0.15vw, 3px), 3px) solid #2f8f35;
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: rgba(255, 255, 255, 0.9);
}
.service-other__number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #2f8f35;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.service-other__title {
  margin-top: min(min(1.1vw, 22px), 22px);
  color: #1f6f27;
  font-size: clamp(30px, min(2.3vw, 46px), 46px);
  font-weight: 900;
  line-height: 1.35;
}
.service-other__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px);
  margin-top: min(min(1.9vw, 38px), 38px);
  padding: 0;
  color: #111111;
  font-size: clamp(17px, min(1.2vw, 24px), 24px);
  font-weight: 700;
  line-height: 1.65;
  list-style: none;
}
.service-other__list li {
  position: relative;
  padding-left: 1em;
}
.service-other__list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.service-other__text {
  margin-top: min(min(1.2vw, 24px), 24px);
  color: #111111;
  font-size: clamp(16px, min(1.1vw, 22px), 22px);
  font-weight: 600;
  line-height: 1.95;
}
body.price .lower-page--price {
  background: radial-gradient(circle at 8% 12%, rgba(181, 221, 146, 0.26), transparent 26rem), radial-gradient(circle at 92% 34%, rgba(226, 240, 212, 0.8), transparent 24rem), #fff;
}
body.price .price-pack,
body.price .price-list,
body.price .price-cleaning {
  padding-block: calc(96 * var(--to-rem));
}
body.price .price-pack {
  padding-top: calc(108 * var(--to-rem));
  background-color: #fff;
}
body.price .price-pack__inner {
  width: min(90vw, 1180px);
  margin-inline: auto;
}
body.price .price-pack__lead {
  max-width: calc(960 * var(--to-rem));
  margin: calc(34 * var(--to-rem)) auto 0;
  color: #1f6f27;
  font-size: calc(18 * var(--to-rem));
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}
body.price .price-pack__lead p + p {
  margin-top: calc(4 * var(--to-rem));
}
body.price .price-pack__table-wrap {
  margin-top: calc(54 * var(--to-rem));
}
body.price .price-list {
  background-color: #f4f4f2;
}
body.price .price-list__inner {
  width: min(90vw, 1180px);
  margin-inline: auto;
}
body.price .price-list__groups {
  margin-top: calc(48 * var(--to-rem));
}
body.price .price-cleaning {
  background-color: #fff;
}
body.price .price-cleaning__inner {
  width: min(90vw, 1180px);
  margin-inline: auto;
}
body.price .price-mv .mv-h2__ja {
  font-weight: 600;
}
body.price .price-heading {
  position: relative;
  text-align: center;
}
body.price .price-heading__ja {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-inline: calc(22 * var(--to-rem));
  color: #2f8f35;
  font-size: calc(42 * var(--to-rem));
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}
body.price .price-heading__ja::before, body.price .price-heading__ja::after {
  position: absolute;
  top: 50%;
  width: calc(12 * var(--to-rem));
  height: calc(12 * var(--to-rem));
  border-radius: 50%;
  background-color: #b5dd92;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.price .price-heading__ja::before {
  left: 0;
}
body.price .price-heading__ja::after {
  right: 0;
}
body.price .price-heading--orange .price-heading__ja {
  color: #f06b1c;
}
body.price .price-heading--orange .price-heading__ja::before, body.price .price-heading--orange .price-heading__ja::after {
  background-color: #ffb35b;
}
body.price .price-heading--lime .price-heading__ja {
  color: #bfd000;
}
body.price .price-heading--lime .price-heading__ja::before, body.price .price-heading--lime .price-heading__ja::after {
  background-color: #e4ec5c;
}
body.price .price-pack-table {
  width: min(100%, 940px);
  margin-inline: auto;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid rgba(47, 143, 53, 0.55);
  border-radius: calc(8 * var(--to-rem));
  background-color: #fff;
  -webkit-box-shadow: calc(10 * var(--to-rem)) calc(10 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
          box-shadow: calc(10 * var(--to-rem)) calc(10 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
}
body.price .price-pack-table th,
body.price .price-pack-table td {
  width: 50%;
  padding: calc(20 * var(--to-rem)) calc(26 * var(--to-rem));
  border-bottom: 1px solid rgba(47, 143, 53, 0.45);
  color: #111111;
  font-size: calc(22 * var(--to-rem));
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  white-space: normal;
}
body.price .price-pack-table th {
  border-right: 1px solid rgba(47, 143, 53, 0.45);
  background-color: #e2f0d4;
}
body.price .price-pack-table td {
  background-color: #fff;
}
body.price .price-pack-table tr:last-child th,
body.price .price-pack-table tr:last-child td {
  border-bottom: 0;
}
body.price .price-category + .price-category {
  margin-top: calc(54 * var(--to-rem));
}
body.price .price-category__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(2 * var(--to-rem));
  margin: 0 0 calc(24 * var(--to-rem));
  color: #f06b1c;
  font-size: calc(28 * var(--to-rem));
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}
body.price .price-category__title span {
  color: #ff8a2a;
  font-size: calc(18 * var(--to-rem));
}
body.price .price-table-wrap {
  overflow-x: auto;
  border-radius: calc(8 * var(--to-rem));
  -webkit-box-shadow: calc(8 * var(--to-rem)) calc(8 * var(--to-rem)) 0 rgba(31, 111, 39, 0.07);
          box-shadow: calc(8 * var(--to-rem)) calc(8 * var(--to-rem)) 0 rgba(31, 111, 39, 0.07);
  -webkit-overflow-scrolling: touch;
}
body.price .price-table-wrap--cleaning {
  margin-top: calc(48 * var(--to-rem));
}
body.price .price-table {
  width: 100%;
  min-width: calc(880 * var(--to-rem));
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(240, 107, 28, 0.58);
  border-radius: calc(8 * var(--to-rem));
  background-color: #fff;
  table-layout: fixed;
}
body.price .price-table th,
body.price .price-table td {
  padding: calc(18 * var(--to-rem)) calc(16 * var(--to-rem));
  border-right: 1px solid rgba(240, 107, 28, 0.58);
  border-bottom: 1px solid rgba(240, 107, 28, 0.58);
  color: #111111;
  font-size: clamp(15px, min(0.85vw, 17px), 17px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  white-space: normal;
}
body.price .price-table th {
  width: 32%;
  background-color: #fff1e3;
  text-align: left;
}
body.price .price-table td {
  width: 18%;
  background-color: #fff;
  text-align: center;
}
body.price .price-table tr:last-child th,
body.price .price-table tr:last-child td {
  border-bottom: 0;
}
body.price .price-table th:last-child,
body.price .price-table td:last-child,
body.price .price-table .price-table__empty {
  border-right: 0;
}
body.price .price-table__empty {
  background-color: #fff1e3;
}
body.price .price-table__item-main, body.price .price-table__note, body.price .price-table__lines span {
  display: block;
}
body.price .price-table__note {
  margin-top: calc(5 * var(--to-rem));
  font-size: calc(13 * var(--to-rem));
  font-weight: 600;
  line-height: 1.65;
  white-space: normal;
}
body.price .price-table__lines {
  display: block;
}
body.price .price-table--cleaning {
  border-color: rgba(191, 208, 0, 0.75);
}
body.price .price-table--cleaning th,
body.price .price-table--cleaning td {
  border-color: rgba(191, 208, 0, 0.75);
}
body.price .price-table--cleaning th,
body.price .price-table--cleaning .price-table__empty {
  background-color: #fcffd9;
}
body.price .price-table--cleaning .price-table__empty {
  background-color: #fff;
}

.lower-page--flow {
  background-color: #fff;
}

.flow-content {
  padding: 110px 0 132px;
  background: radial-gradient(circle at 12% 14%, rgba(181, 221, 146, 0.16) 0, rgba(181, 221, 146, 0.16) 120px, transparent 122px), radial-gradient(circle at 88% 36%, rgba(243, 138, 11, 0.1) 0, rgba(243, 138, 11, 0.1) 118px, transparent 120px), #fff;
}
.flow-content__inner {
  width: 1100px;
  margin-inline: auto;
}

.flow-section-title {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 430px;
  min-height: 104px;
  padding: 20px 96px 20px 70px;
  color: #fff;
  background-color: #b5dd92;
  -webkit-clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 50%, calc(100% - 56px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 50%, calc(100% - 56px) 100%, 0 100%);
}
.flow-section-title h2 {
  color: inherit;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.flow-section-title--orange {
  margin-top: 118px;
  background-color: #fb963d;
}
.flow-section-title--wide {
  width: 1100px;
  min-height: 96px;
  padding-left: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-section-title--wide h2 {
  font-size: 29px;
  text-align: center;
}
.flow-section-title--faq {
  margin-top: 104px;
}

.flow-note {
  display: block;
  max-width: 980px;
  margin: 24px 0 0;
  color: #111111;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
}

.flow-timeline {
  width: 1080px;
  margin: 70px auto 0;
  padding: 0;
  list-style: none;
}
.flow-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 82px;
  min-height: 182px;
  border-bottom: 1px solid #c8c8c8;
}
.flow-timeline__item + .flow-timeline__item::before {
  position: absolute;
  top: -1px;
  left: calc(50% + 118px);
  width: 0;
  height: 0;
  border-top: 30px solid #c8dda0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
}
.flow-timeline__step {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
  color: #1f6f27;
}
.flow-timeline__step span {
  position: relative;
  display: block;
  width: 126px;
  padding-bottom: 16px;
  color: #111111;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.flow-timeline__step span::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 112px;
  height: 1px;
  background-color: #111111;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  content: "";
}
.flow-timeline__step strong {
  display: block;
  margin-top: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.flow-timeline__body {
  position: relative;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 88px;
}
.flow-timeline__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #c8dda0;
}
.flow-timeline__icon img {
  width: auto;
  max-width: 96px;
  height: auto;
  max-height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-timeline__icon::before, .flow-timeline__icon::after {
  position: absolute;
  content: none;
}
.flow-timeline__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 84px;
  margin-left: -38px;
  padding: 16px 34px 16px 104px;
  border-radius: 0 9px 9px 0;
  color: #fff;
  background-color: #c8dda0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.flow-timeline--orange {
  margin-top: 64px;
}
.flow-timeline--orange .flow-timeline__item + .flow-timeline__item::before {
  border-top-color: #ffd3ad;
}
.flow-timeline--orange .flow-timeline__step {
  color: #e06700;
}
.flow-timeline--orange .flow-timeline__icon,
.flow-timeline--orange .flow-timeline__title {
  background-color: #ffd3ad;
}
.flow-timeline--orange .flow-timeline__icon {
  color: #f38a0b;
}

.flow-timeline--green .flow-timeline__icon,
.flow-timeline--green .flow-timeline__title {
  background-color: #c8dda0;
}
.flow-timeline--green .flow-timeline__icon {
  color: #2f8f35;
}

.flow-faq {
  width: 1100px;
  margin: 62px auto 0;
}
.flow-faq__item + .flow-faq__item {
  margin-top: 20px;
}
.flow-faq__question {
  margin: 0;
}
.flow-faq__trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 10px 64px 10px 10px;
  border: 1px solid #c8c8c8;
  color: #111111;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 25px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
  -webkit-transition: background-color 0.24s ease, border-color 0.24s ease;
  transition: background-color 0.24s ease, border-color 0.24s ease;
}
.flow-faq__trigger span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 7px;
  color: #6d9232;
}
.flow-faq__trigger i {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow-faq__trigger i::before, .flow-faq__trigger i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #6d9232;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: transform 0.28s ease, opacity 0.28s ease;
  transition: transform 0.28s ease, opacity 0.28s ease, -webkit-transform 0.28s ease;
  content: "";
}
.flow-faq__trigger i::before {
  width: 100%;
  height: 3px;
}
.flow-faq__trigger i::after {
  width: 3px;
  height: 100%;
}
.flow-faq__trigger:hover {
  border-color: #9bbd53;
  background-color: #fbfdf6;
}
.flow-faq__answer {
  max-height: 0;
  overflow: hidden;
  color: #111111;
  background-color: #dceabc;
  opacity: 0;
  -webkit-transition: max-height 0.34s ease, opacity 0.24s ease;
  transition: max-height 0.34s ease, opacity 0.24s ease;
}
.flow-faq__answer-inner {
  margin: 0;
  padding: 26px 26px;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
}
.flow-faq__item.is-open .flow-faq__answer {
  max-height: 260px;
  opacity: 1;
}
.flow-faq__item.is-open .flow-faq__trigger i::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.lower-page--recycling {
  background: radial-gradient(circle at 8% 12%, rgba(181, 221, 146, 0.28) 0 calc(120 * var(--to-rem)), transparent calc(121 * var(--to-rem))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f2));
  background: radial-gradient(circle at 8% 12%, rgba(181, 221, 146, 0.28) 0 calc(120 * var(--to-rem)), transparent calc(121 * var(--to-rem))), linear-gradient(180deg, #fff 0%, #f4f4f2 100%);
}

.recycling-products {
  padding: min(min(3.8vw, 76px), 76px) 0 min(min(5.9vw, 118px), 118px);
  background-color: #fff;
}
.recycling-products__inner {
  width: 88vw;
  max-width: calc(1180 * var(--to-rem));
  margin-inline: auto;
}
.recycling-products__lead {
  color: #1f6f27;
  font-size: clamp(18px, min(1.4vw, 28px), 28px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.recycling-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(min(2.9vw, 58px), 58px) min(min(2.4vw, 48px), 48px);
  margin-top: min(min(2.5vw, 50px), 50px);
}

.recycling-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: min(min(1vw, 20px), 20px) min(min(1vw, 20px), 20px) min(min(1.2vw, 24px), 24px);
  border: 2px solid rgba(181, 221, 146, 0.65);
  border-radius: calc(8 * var(--to-rem));
  background-color: #fff;
  -webkit-box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(181, 221, 146, 0.38);
          box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(181, 221, 146, 0.38);
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.recycling-card__image {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: calc(8 * var(--to-rem));
  background-color: #fdfdf8;
  cursor: pointer;
  overflow: hidden;
}
.recycling-card__image picture,
.recycling-card__image img {
  display: block;
  width: 100%;
}
.recycling-card__image img {
  aspect-ratio: 320/230;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recycling-card__image:focus-visible {
  outline: calc(3 * var(--to-rem)) solid rgba(47, 143, 53, 0.55);
  outline-offset: calc(3 * var(--to-rem));
}
.recycling-card__title {
  margin-top: min(min(1.2vw, 24px), 24px);
  color: #1f6f27;
  font-size: calc(22 * var(--to-rem));
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}

body.is-recycling-modal-open {
  overflow: hidden;
}

.recycling-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: calc(30 * var(--to-rem));
  background-color: rgba(31, 111, 39, 0.72);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.recycling-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.recycling-modal__body {
  display: grid;
  place-items: center;
  width: 88vw;
  max-width: calc(720 * var(--to-rem));
  max-height: 84svh;
  padding: calc(18 * var(--to-rem));
  border-radius: calc(8 * var(--to-rem));
  background-color: #fff;
  -webkit-box-shadow: 0 calc(24 * var(--to-rem)) calc(70 * var(--to-rem)) rgba(0, 0, 0, 0.28);
          box-shadow: 0 calc(24 * var(--to-rem)) calc(70 * var(--to-rem)) rgba(0, 0, 0, 0.28);
}
.recycling-modal__img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.recycling-modal__close {
  position: fixed;
  top: calc(24 * var(--to-rem));
  right: calc(24 * var(--to-rem));
  z-index: 1;
  display: grid;
  place-items: center;
  width: calc(48 * var(--to-rem));
  height: calc(48 * var(--to-rem));
  border: 0;
  border-radius: 50%;
  color: #1f6f27;
  background-color: #fff;
  font-size: calc(32 * var(--to-rem));
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

body.corporations .corporations-points {
  overflow: hidden;
  padding: min(min(4.3vw, 86px), 86px) 0 min(min(5.6vw, 112px), 112px);
  background-color: #ffffff;
}
body.corporations .corporations-points__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 20px;
}
body.corporations .corporations-points__heading {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
  padding: 0 min(min(0.9vw, 18px), 18px) min(min(1.2vw, 24px), 24px);
  color: #2f8f35;
  font-size: clamp(26px, min(2.25vw, 45px), 45px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}
body.corporations .corporations-points__heading::before, body.corporations .corporations-points__heading::after {
  position: absolute;
  content: "";
}
body.corporations .corporations-points__heading::before {
  left: 50%;
  bottom: 0;
  width: min(min(11.5vw, 230px), 230px);
  height: min(min(0.4vw, 8px), 8px);
  border-radius: 999px;
  background-color: #b5dd92;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.corporations .corporations-points__heading::after {
  display: none;
}
body.corporations .corporations-points__list {
  margin-top: min(min(3.6vw, 72px), 72px);
}
body.corporations .corporations-point {
  display: grid;
  grid-template-columns: min(min(8.5vw, 170px), 170px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(3.2vw, 64px), 64px);
  width: min(100%, min(59vw, 1180px));
  margin-inline: auto;
  min-height: min(min(14vw, 280px), 280px);
  padding: min(min(2.4vw, 48px), 48px) min(min(3.5vw, 70px), 70px);
  border-radius: min(min(0.4vw, 8px), 8px);
  -webkit-box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(47, 143, 53, 0.08);
          box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(47, 143, 53, 0.08);
}
body.corporations .corporations-point--green {
  background-color: #e2f0d4;
}
body.corporations .corporations-point--white {
  background-color: #f4f4f2;
}
body.corporations .corporations-point + .corporations-point {
  margin-top: calc(30 * var(--to-rem));
}
body.corporations .corporations-point__num {
  margin: 0;
  color: #28bf68;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(64px, min(4.8vw, 96px), 96px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
body.corporations .corporations-point__title {
  margin: 0;
  color: #2f8f35;
  font-size: clamp(20px, min(1.75vw, 35px), 35px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
body.corporations .corporations-point__text {
  margin: min(min(0.4vw, 8px), 8px) 0 0;
  color: #111111;
  font-size: clamp(15px, min(1vw, 20px), 20px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
body.corporations .corporations-point__text strong {
  color: #2f8f35;
  font-weight: 600;
}
body.corporations .corporations-security {
  display: grid;
  grid-template-columns: min(min(21.5vw, 430px), 430px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(2vw, 40px), 40px);
  width: min(100%, min(59vw, 1180px));
  margin-top: min(min(2.9vw, 58px), 58px);
  margin-inline: auto;
  padding: min(min(1.6vw, 32px), 32px) min(min(0.8vw, 16px), 16px) 0;
}
body.corporations .corporations-security__image {
  margin: 0;
  overflow: hidden;
  border-radius: min(min(0.4vw, 8px), 8px);
  -webkit-box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(47, 143, 53, 0.08);
          box-shadow: min(min(0.5vw, 10px), 10px) min(min(0.5vw, 10px), 10px) 0 rgba(47, 143, 53, 0.08);
}
body.corporations .corporations-security__image picture,
body.corporations .corporations-security__image img {
  display: block;
  width: 100%;
  height: 100%;
}
body.corporations .corporations-security__image img {
  aspect-ratio: 430/260;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.corporations .corporations-security__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: min(min(0.6vw, 12px), 12px);
  color: #b5dd92;
  font-size: clamp(22px, min(1.75vw, 35px), 35px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
body.corporations .corporations-security__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  content: "";
}
body.corporations .corporations-security__text {
  margin: min(min(0.5vw, 10px), 10px) 0 0;
  color: #111111;
  font-size: clamp(15px, min(1vw, 20px), 20px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/* =====================================================
# Company（会社概要）— TOP / Contact と統一（パレット忠実）
#   #ff6600(main) / #ffccaa(peach) / #ac4500(deep) / #fffdf5(cream) / #702d00(brown) / #333333(txt)
# 構成: MV（お問い合わせと同方式）→ 会社概要（OUTLINE 表）→ アクセスマップ（ACCESS MAP）
# 見出しはサイト共通＝英字大（ピーチ→オレンジ縦グラデ）＋日本語サブ（濃グレー）・中央寄せ。
===================================================== */
body.company {
  background-color: #ffffff;
  /* ── セクション共通 ── */
}
body.company .company-section {
  padding-block: min(min(5.5vw, 110px), 110px);
}
body.company .company-section--cream {
  background-color: #f4f4f2;
}
body.company .company-section--white {
  background-color: #ffffff;
}
body.company .company-section__inner {
  max-width: 1110px; /* コンテンツ幅 1070px（Contact と統一） */
  margin-inline: auto;
  padding-inline: 20px;
}
body.company {
  /* ── 見出し（サイト共通：英字大グラデ ＋ 日本語サブ・中央） ── */
}
body.company .company-heading {
  text-align: center;
  margin-bottom: clamp(36px, min(3vw, 60px), 60px);
}
body.company .company-heading__en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(3.2vw, 64px), 64px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  /* background-clip:text の塗り範囲を下へ少し広げ、p 等のディセンダー(下端)を切らない（グラデの見えは維持） */
  padding-bottom: 0.16em;
  /* カンプ実測: 縦グラデーション（上ピーチ → 下オレンジ） */
  background: -webkit-gradient(linear, left top, left bottom, from(#b5dd92), to(#2f8f35));
  background: linear-gradient(180deg, #b5dd92 0%, #2f8f35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
body.company .company-heading__ja {
  margin-top: min(min(0.4vw, 8px), 8px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(1.2vw, 24px), 24px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #111111;
}
body.company {
  /* ── 会社概要 表（オレンジの細罫・クリーン） ── */
}
body.company .company-table {
  width: 100%;
  max-width: 880px; /* カンプ値 880px 固定。width:100% で容器に応じて縮むが、中間幅で vw 比例縮小はさせない */
  margin-inline: auto;
  border-collapse: collapse;
  border-top: 2px solid #2f8f35;
  border-bottom: 2px solid #2f8f35;
}
body.company .company-table tr {
  border-bottom: 1px solid rgba(47, 143, 53, 0.2);
}
body.company .company-table tr:last-child {
  border-bottom: 0;
}
body.company .company-table th,
body.company .company-table td {
  padding: clamp(16px, min(1.3vw, 26px), 26px) clamp(8px, min(1vw, 20px), 20px);
  vertical-align: top;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(0.85vw, 17px), 17px);
  line-height: 1.95;
  letter-spacing: 0.06em;
}
body.company .company-table th {
  width: 26%;
  font-weight: 600;
  color: #2f8f35;
  white-space: nowrap;
}
body.company .company-table td {
  font-weight: 400;
  color: #111111;
}
body.company .company-table__br {
  display: none;
}
body.company .company-table {
  /* SP：th/td を縦積みのブロックに */
}
body.company {
  /* ── アクセスマップ（白地＋オレンジ枠＝Contact カードと統一） ── */
}
body.company .company-map__frame {
  max-width: 880px; /* カンプ値 880px 固定（表と統一）。block 要素なので狭い容器では自然に縮む・中間幅で vw 比例縮小はさせない */
  margin-inline: auto;
  padding: min(min(0.4vw, 8px), 8px);
  background-color: #ffffff;
  border: 1px solid rgba(47, 143, 53, 0.45);
}
body.company .company-map__frame iframe {
  display: block;
  width: 100%;
  height: clamp(280px, min(22vw, 440px), 440px);
  border: 0;
}
body.company .company-map__action {
  text-align: center;
  margin-top: clamp(28px, min(2.2vw, 44px), 44px);
}
body.company .company-map {
  /* Googlemap ボタン（カンプ準拠：濃オレンジ塗り＋白文字＋ピンアイコン・別ウインドウ） */
}
body.company .company-map__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(0.6vw, 12px), 12px);
  min-width: min(min(14vw, 280px), 280px);
  padding: min(min(0.9vw, 18px), 18px) min(min(2vw, 40px), 40px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(0.85vw, 17px), 17px);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  text-decoration: none;
  background-color: #1f6f27;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.company .company-map__btn-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(16px, min(1vw, 20px), 20px);
  height: clamp(16px, min(1vw, 20px), 20px);
  line-height: 0;
}
body.company .company-map__btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.company .company-map__btn-text {
  display: inline-block;
  line-height: 1.2;
}
body.company .company-store {
  padding-top: 0;
}
body.company .company-store__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(min(4vw, 80px), 80px);
  max-width: 1070px;
  margin-inline: auto;
}
body.company .company-store__item {
  text-align: center;
}
body.company .company-store__map {
  padding: min(min(0.4vw, 8px), 8px);
  background-color: #ffffff;
  border: 1px solid rgba(47, 143, 53, 0.45);
}
body.company .company-store__map iframe {
  display: block;
  width: 100%;
  height: clamp(240px, min(16.5vw, 330px), 330px);
  border: 0;
}
body.company .company-store__action {
  text-align: center;
  margin-top: min(min(1.3vw, 26px), 26px);
}
body.company .company-store__btn {
  min-width: min(min(10.5vw, 210px), 210px);
  padding-inline: min(min(1.7vw, 34px), 34px);
}
body.company .company-store__name {
  margin-top: min(min(1.4vw, 28px), 28px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(22px, min(1.6vw, 32px), 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #111111;
}

body.contact {
  background-color: #fff;
}

.contact-page {
  background-color: #fff;
}

.mail-form {
  padding: 0 0 min(min(6.2vw, 124px), 124px);
  background-color: #f4f4f2;
}
.mail-form__inner {
  width: 92vw;
  max-width: calc(1120 * var(--to-rem));
  margin-inline: auto;
  padding-top: min(min(5vw, 100px), 100px);
}
.mail-form__head {
  text-align: center;
}
.mail-form__en {
  padding-bottom: 0.16em;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5dd92), to(#2f8f35));
  background: linear-gradient(180deg, #b5dd92 0%, #2f8f35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(3.2vw, 64px), 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-text-fill-color: transparent;
}
.mail-form__title {
  margin-top: min(min(0.4vw, 8px), 8px);
  color: #111111;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(1.2vw, 24px), 24px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
.mail-form__text {
  max-width: calc(1040 * var(--to-rem));
  margin: min(min(3.5vw, 70px), 70px) auto 0;
  color: #111111;
  font-size: clamp(14px, min(0.75vw, 15px), 15px);
  line-height: 1.7;
}
.mail-form__text p + p {
  margin-top: calc(4 * var(--to-rem));
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background-color: rgba(181, 221, 146, 0.18);
  border-bottom: 1px solid rgba(31, 111, 39, 0.12);
}

.contact-method {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: min(min(11.9vw, 238px), 238px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(min(1.7vw, 34px), 34px) min(min(1.4vw, 28px), 28px);
  color: #1f6f27;
  text-align: center;
  text-decoration: none;
}
.contact-method + .contact-method {
  border-left: 1px solid rgba(31, 111, 39, 0.35);
}
.contact-method__title {
  color: #1f6f27;
  font-size: clamp(18px, min(1.2vw, 24px), 24px);
  font-weight: 600;
  line-height: 1.5;
}
.contact-method__body {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(0.7vw, 14px), 14px);
  margin-top: min(min(0.9vw, 18px), 18px);
}
.contact-method__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(30 * var(--to-rem));
      -ms-flex: 0 0 calc(30 * var(--to-rem));
          flex: 0 0 calc(30 * var(--to-rem));
  width: calc(30 * var(--to-rem));
  aspect-ratio: 1/1;
  background-color: #2f8f35;
  mask-image: url("../img/common/tel-icon-wt.png");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/tel-icon-wt.png");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.contact-method__icon picture {
  display: none;
}
.contact-method__fax-icon {
  display: inline-block;
  width: calc(44 * var(--to-rem));
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(44 * var(--to-rem));
      -ms-flex: 0 0 calc(44 * var(--to-rem));
          flex: 0 0 calc(44 * var(--to-rem));
  aspect-ratio: 1/1;
  background-color: #2f8f35;
  mask-image: url("../img/common/fax_24.png");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/fax_24.png");
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
.contact-method__fax-icon picture {
  display: none;
}
.contact-method__number {
  color: #1f6f27;
  font-size: clamp(34px, min(2.5vw, 50px), 50px);
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.contact-method__meta {
  margin-top: min(min(1.1vw, 22px), 22px);
  color: #1f6f27;
  font-size: clamp(14px, min(0.75vw, 15px), 15px);
  font-weight: 600;
  line-height: 1.6;
}
.contact-method__meta strong {
  margin-left: min(min(0.6vw, 12px), 12px);
  font-weight: 700;
}

.label {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ff0000;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
}

.horizontal-table {
  margin-top: min(min(2.2vw, 44px), 44px);
  overflow: hidden;
  border: 1px solid rgba(31, 111, 39, 0.22);
  border-radius: min(min(0.4vw, 8px), 8px);
  background-color: #fff;
}
.horizontal-table table {
  width: 100%;
  border-collapse: collapse;
}
.horizontal-table tr {
  border-bottom: 1px solid rgba(31, 111, 39, 0.22);
}
.horizontal-table tr:last-child {
  border-bottom: 0;
}
.horizontal-table th,
.horizontal-table td {
  padding: min(min(1.2vw, 24px), 24px) min(min(1.4vw, 28px), 28px);
  vertical-align: middle;
  text-align: left;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.7;
}
.horizontal-table th {
  width: 28%;
  background-color: rgba(244, 244, 242, 0.72);
  color: #111111;
  font-weight: 700;
}
.horizontal-table th .required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(12 * var(--to-rem));
}
.horizontal-table td {
  background-color: #fff;
}

.form-p {
  display: inline-block;
}

.form-caption {
  display: block;
  margin-top: calc(6 * var(--to-rem));
  font-size: calc(12 * var(--to-rem));
  font-weight: 700;
  line-height: 1.6;
}

.form-input {
  width: min(100%, 620 * var(--to-rem));
  min-height: calc(52 * var(--to-rem));
  padding: calc(12 * var(--to-rem)) calc(14 * var(--to-rem));
  border: 1px solid rgba(31, 111, 39, 0.24);
  border-radius: calc(6 * var(--to-rem));
  background-color: #fff;
  color: #111111;
  font-size: calc(16 * var(--to-rem));
  line-height: 1.6;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.form-input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.42);
}
.form-input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.42);
}
.form-input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.42);
}
.form-input::-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.42);
}
.form-input::placeholder {
  color: rgba(17, 17, 17, 0.42);
}
.form-input:focus {
  border-color: #2f8f35;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.16);
          box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.16);
}
.form-input--shortbox {
  max-width: calc(240 * var(--to-rem));
}

textarea.form-input {
  width: min(100%, 620 * var(--to-rem));
  min-height: calc(150 * var(--to-rem));
  resize: vertical;
}

.postal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(12 * var(--to-rem));
}
.postal-row__mark {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #111111;
  font-size: calc(16 * var(--to-rem));
  font-weight: 700;
}

.selectWrap {
  position: relative;
  width: calc(280 * var(--to-rem));
  max-width: 100%;
}
.selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(16 * var(--to-rem));
  width: calc(9 * var(--to-rem));
  height: calc(9 * var(--to-rem));
  border-right: 2px solid #2f8f35;
  border-bottom: 2px solid #2f8f35;
  pointer-events: none;
  -webkit-transform: translateY(-62%) rotate(45deg);
          transform: translateY(-62%) rotate(45deg);
}
.selectWrap select {
  width: 100%;
  min-height: calc(52 * var(--to-rem));
  padding: calc(12 * var(--to-rem)) calc(42 * var(--to-rem)) calc(12 * var(--to-rem)) calc(14 * var(--to-rem));
  border: 1px solid rgba(31, 111, 39, 0.24);
  border-radius: calc(6 * var(--to-rem));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #111111;
  font-size: calc(16 * var(--to-rem));
}
.selectWrap select:focus {
  border-color: #2f8f35;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.16);
          box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.16);
}

.privacy-policy {
  margin-top: min(min(2.7vw, 54px), 54px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16 * var(--to-rem));
  color: #111111;
  font-size: clamp(19px, min(1.05vw, 21px), 21px);
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  letter-spacing: 0;
}
.privacy-policy::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(22 * var(--to-rem));
      -ms-flex: 0 0 calc(22 * var(--to-rem));
          flex: 0 0 calc(22 * var(--to-rem));
  width: calc(22 * var(--to-rem));
  height: calc(2 * var(--to-rem));
  background-color: #2f8f35;
}

.box-scroll {
  height: calc(160 * var(--to-rem));
  margin-top: min(min(1.1vw, 22px), 22px);
  padding: min(min(0.6vw, 12px), 12px) min(min(0.7vw, 14px), 14px);
  overflow-y: auto;
  border: 1px solid rgba(31, 111, 39, 0.28);
  border-radius: 0;
  background-color: #fff;
  color: #111111;
  font-size: clamp(13px, min(0.75vw, 15px), 15px);
  line-height: 1.9;
}
.box-scroll p + p {
  margin-top: calc(10 * var(--to-rem));
}
.box-scroll__title {
  padding-left: calc(12 * var(--to-rem));
  border-left: calc(4 * var(--to-rem)) solid #2f8f35;
  color: #1f6f27;
  font-size: clamp(16px, min(0.9vw, 18px), 18px);
  font-weight: 700;
  line-height: 1.5;
}

.privacy__title {
  margin-top: calc(18 * var(--to-rem));
  padding-bottom: calc(5 * var(--to-rem));
  border-bottom: 1px solid rgba(31, 111, 39, 0.18);
  color: #1f6f27;
  font-weight: 700;
}

.privacy-wrapper {
  margin-top: min(min(1.4vw, 28px), 28px);
  text-align: center;
}
.privacy-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.privacy-wrapper input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: calc(32 * var(--to-rem));
  color: #111111;
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  line-height: 1.7;
  cursor: pointer;
}
.privacy-wrapper input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  width: calc(20 * var(--to-rem));
  height: calc(20 * var(--to-rem));
  border: 1px solid rgba(31, 111, 39, 0.36);
  border-radius: calc(4 * var(--to-rem));
  background-color: #fff;
}
.privacy-wrapper input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: calc(3 * var(--to-rem));
  left: calc(7 * var(--to-rem));
  width: calc(7 * var(--to-rem));
  height: calc(12 * var(--to-rem));
  border-right: 2px solid #2f8f35;
  border-bottom: 2px solid #2f8f35;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.privacy-wrapper input[type=checkbox]:focus + span::before {
  -webkit-box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.18);
          box-shadow: 0 0 0 3px rgba(47, 143, 53, 0.18);
}

.privacy-btn__wrapper {
  margin-top: min(min(1.9vw, 38px), 38px);
  text-align: center;
}

.privacy-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(18 * var(--to-rem));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 520 * var(--to-rem));
  min-height: calc(66 * var(--to-rem));
  padding: calc(18 * var(--to-rem)) calc(34 * var(--to-rem));
  border: 0;
  border-radius: calc(8 * var(--to-rem));
  background-color: #2f8f35;
  color: #fff;
  font-size: clamp(16px, min(0.95vw, 19px), 19px);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.privacy-btn__arrow {
  position: static;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: auto;
  height: auto;
  border: 0;
  -webkit-transform: none;
          transform: none;
}
.privacy-btn__arrow::before {
  content: ">";
  color: currentColor;
  font-size: calc(22 * var(--to-rem));
  font-weight: 700;
  line-height: 1;
}
.privacy-btn__arrow--back::before {
  content: "<";
}
.privacy-btn--back {
  border: calc(2 * var(--to-rem)) solid #2f8f35;
  background-color: #fff;
  color: #2f8f35;
}

.privacy-btn__wrapper--confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(min(1.4vw, 28px), 28px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy-btn__wrapper--confirm .privacy-btn {
  width: min(100%, 170 * var(--to-rem));
  padding-right: calc(16 * var(--to-rem));
  padding-left: calc(16 * var(--to-rem));
}

.confirm-only {
  display: none;
}

/* FLOCSS
----------------------------------------------------- */
/* FLOCSS
----------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --to-rem: 0.0625rem;
}

main {
  overflow: hidden; /*横スクロールの発生を防止*/
  background-size: auto auto;
}

html {
  background-color: #f9f9f9;
}

body {
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  overflow-x: hidden;
  font-size: calc(16 * var(--to-rem));
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #111111;
  background-color: #fff;
}

section > picture,
section picture {
  display: block;
  line-height: 0;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

/* FLOCSS
----------------------------------------------------- */
.l-header {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  background-color: #f4f4f2;
}
.l-header.show {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  -webkit-animation: headerSlideDown 0.35s ease forwards;
          animation: headerSlideDown 0.35s ease forwards;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.4vw, 28px), 28px);
  height: min(min(8vw, 160px), 160px);
  padding-inline: min(min(2vw, 40px), 40px);
}
.l-header__logo {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  line-height: 1;
}
.l-header__logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo-mark {
  display: block;
  width: min(min(10.1vw, 202px), 202px);
  height: auto;
}
.l-header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(min(1.3vw, 26px), 26px);
}
.l-header__nav-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(40 * var(--to-rem));
  color: #111111;
  font-size: clamp(13px, min(1vw, 20px), 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
.l-header__nav-link.is-active {
  color: #2f8f35;
}
.l-header__nav-en {
  display: none;
}
.l-header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.25vw, 25px), 25px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-header__contact, .l-header__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(min(4vw, 80px), 80px);
  border-radius: min(min(0.4vw, 8px), 8px);
  font-weight: 600;
  white-space: nowrap;
}
.l-header__contact {
  gap: min(min(1.4vw, 28px), 28px);
  width: min(min(12vw, 240px), 240px);
  padding-inline: min(min(1.8vw, 36px), 36px) min(min(1.2vw, 24px), 24px);
  color: #fff;
  background-color: #2f8f35;
  font-size: clamp(13px, min(1.2vw, 24px), 24px);
}
.l-header__circle {
  display: grid;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(1.4vw, 28px), 28px);
      -ms-flex: 0 0 min(min(1.4vw, 28px), 28px);
          flex: 0 0 min(min(1.4vw, 28px), 28px);
  place-items: center;
  width: min(min(1.4vw, 28px), 28px);
  height: min(min(1.4vw, 28px), 28px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #2f8f35;
  background-color: #fff;
  font-size: clamp(13px, min(0.9vw, 18px), 18px);
  line-height: 1;
}
.l-header__tel {
  width: min(min(14vw, 280px), 280px);
  padding-inline: min(min(1.3vw, 26px), 26px);
  color: #2f8f35;
  background-color: #fff;
  font-size: clamp(13px, min(1.5vw, 30px), 30px);
}
.l-header__tel-label {
  margin-right: min(min(0.1vw, 2px), 2px);
  font-size: clamp(13px, min(1vw, 20px), 20px);
  font-weight: 700;
  -webkit-transform: translateY(min(min(0.25vw, 5px), 5px));
          transform: translateY(min(min(0.25vw, 5px), 5px));
}
.l-header__tel-number {
  letter-spacing: 0.02em;
}
.l-header__hamburger {
  display: none;
  position: relative;
  width: calc(42 * var(--to-rem));
  height: calc(34 * var(--to-rem));
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.l-header__hamburger span {
  position: absolute;
  left: 50%;
  width: calc(32 * var(--to-rem));
  height: 2px;
  background-color: #2f8f35;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__hamburger span:nth-child(1) {
  top: calc(7 * var(--to-rem));
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
}
.l-header__hamburger span:nth-child(3) {
  bottom: calc(7 * var(--to-rem));
}
.l-header__hamburger.is-checked span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header__hamburger.is-checked span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-checked span:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@-webkit-keyframes headerSlideDown {
  from {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes headerSlideDown {
  from {
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(300 * var(--to-rem));
  max-width: 82%;
  height: 100%;
  background-color: #f4f4f2;
  -webkit-box-shadow: -8px 0 28px rgba(0, 0, 0, 0.12);
          box-shadow: -8px 0 28px rgba(0, 0, 0, 0.12);
  z-index: 105;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  overflow-y: auto;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer__close {
  position: absolute;
  top: calc(20 * var(--to-rem));
  right: calc(20 * var(--to-rem));
  width: calc(34 * var(--to-rem));
  height: calc(34 * var(--to-rem));
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.l-drawer__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(26 * var(--to-rem));
  height: 2px;
  background-color: #2f8f35;
}
.l-drawer__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-drawer__inner {
  padding: calc(86 * var(--to-rem)) calc(30 * var(--to-rem)) calc(40 * var(--to-rem));
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-drawer__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5 * var(--to-rem));
  padding: calc(18 * var(--to-rem)) 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  text-decoration: none;
  color: #111111;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-drawer__list li a.is-active {
  color: #1f6f27;
}
.l-drawer__list li a.is-active .l-drawer__en {
  color: #1f6f27;
}
.l-drawer__ja {
  font-size: clamp(13px, 2.2164276402vw, 17px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.l-drawer__en {
  font-size: clamp(13px, 1.6949152542vw, 13px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2f8f35;
}

.l-footer {
  background-color: #2f8f35;
  color: #fff;
}
.l-footer__inner {
  min-height: min(min(29vw, 580px), 580px);
  padding: min(min(7.25vw, 145px), 145px) min(min(8vw, 160px), 160px) min(min(4.1vw, 82px), 82px);
}
.l-footer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(min(4vw, 80px), 80px);
}
.l-footer__brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(24vw, 480px), 480px);
      -ms-flex: 0 0 min(min(24vw, 480px), 480px);
          flex: 0 0 min(min(24vw, 480px), 480px);
}
.l-footer__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(min(12vw, 240px), 240px);
}
.l-footer__logo-mark {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__address {
  margin-top: min(min(2.3vw, 46px), 46px);
  font-size: clamp(13px, min(1.2vw, 24px), 24px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
}
.l-footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(min(1.6vw, 32px), 32px);
  min-width: 0;
  padding-top: min(min(1.2vw, 24px), 24px);
}
.l-footer__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(min(1.1vw, 22px), 22px);
  white-space: nowrap;
}
.l-footer__nav-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(44 * var(--to-rem));
  font-size: clamp(13px, min(1vw, 20px), 20px);
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}
.l-footer__contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(12vw, 240px), 240px);
      -ms-flex: 0 0 min(min(12vw, 240px), 240px);
          flex: 0 0 min(min(12vw, 240px), 240px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(min(1.9vw, 38px), 38px);
  min-width: min(min(12vw, 240px), 240px);
  height: min(min(4vw, 80px), 80px);
  padding-inline: min(min(1.6vw, 32px), 32px) min(min(1.1vw, 22px), 22px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: min(min(0.4vw, 8px), 8px);
  font-size: clamp(13px, min(1.2vw, 24px), 24px);
  font-weight: 600;
  white-space: nowrap;
}
.l-footer__circle {
  display: grid;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 min(min(1.4vw, 28px), 28px);
      -ms-flex: 0 0 min(min(1.4vw, 28px), 28px);
          flex: 0 0 min(min(1.4vw, 28px), 28px);
  place-items: center;
  width: min(min(1.4vw, 28px), 28px);
  height: min(min(1.4vw, 28px), 28px);
  border-radius: 50%;
  color: #2f8f35;
  background-color: #fff;
  font-size: clamp(12px, min(0.9vw, 18px), 18px);
  line-height: 1;
}
.l-footer__copyright {
  margin-top: 0;
  text-align: right;
  font-size: clamp(13px, min(0.8vw, 16px), 16px);
  font-weight: 700;
  letter-spacing: 0;
}
/* =====================================================
# 下層ページ メインビジュアル
===================================================== */
.mv {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.mv-jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #999;
  background-size: cover;
  background-position: center 20%;
  height: calc(450 * var(--to-rem));
  position: relative;
  z-index: -1;
}
.mv-jumbotron.is-contact {
  background-position: center 20%;
}
.mv-jumbotron.is-corporations {
  background-position: center 50%;
}
.mv-jumbotron.is-recycling {
  background-position: center 50%;
}
.mv-jumbotron.is-business {
  /* 住宅街写真(pixta_123895164)：建物が見えるよう中央寄り */
  background-position: center 20%;
}
.mv-jumbotron.is-friendship {
  background-position: center 20%;
}
.mv-jumbotron.is-triangle {
  background-position: center 20%;
}
.mv-jumbotron {
  /* カンプ準拠: MV画像にフィルター/オーバーレイは掛けない */
}
.mv-jumbotron__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 縦中央寄せ */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* X 中央寄せ（2026-05-22 CEO 指示） */
  width: 100%;
  height: 100%;
}
.mv {
  /* mv-h2: 下層ページ共通 メインビジュアル見出し */
}
.mv .mv-h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, min(0.7vw, 14px), 14px);
  width: min(78vw, 470 * var(--to-rem));
  margin: 0 auto;
  padding: clamp(24px, min(1.7vw, 34px), 34px) clamp(34px, min(3.3vw, 66px), 66px) clamp(28px, min(2vw, 40px), 40px);
  border: clamp(3px, min(0.2vw, 4px), 4px) solid rgba(181, 221, 146, 0.86);
  border-radius: clamp(18px, min(1.3vw, 26px), 26px);
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: clamp(8px, min(0.7vw, 14px), 14px) clamp(8px, min(0.7vw, 14px), 14px) 0 rgba(47, 143, 53, 0.18), 0 clamp(16px, min(1.5vw, 30px), 30px) clamp(34px, min(2.6vw, 52px), 52px) rgba(31, 111, 39, 0.18);
          box-shadow: clamp(8px, min(0.7vw, 14px), 14px) clamp(8px, min(0.7vw, 14px), 14px) 0 rgba(47, 143, 53, 0.18), 0 clamp(16px, min(1.5vw, 30px), 30px) clamp(34px, min(2.6vw, 52px), 52px) rgba(31, 111, 39, 0.18);
  text-align: center;
}
.mv .mv-h2__en {
  position: relative;
  z-index: 1;
  display: block;
  padding: clamp(5px, min(0.35vw, 7px), 7px) clamp(16px, min(1.1vw, 22px), 22px);
  border-radius: 999px;
  background-color: #2f8f35;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(13px, min(1vw, 20px), 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-indent: 0.08em;
}
.mv .mv-h2__ja {
  position: relative;
  z-index: 1;
  display: block;
  color: #1f6f27;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: clamp(30px, min(2.3vw, 46px), 46px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-indent: 0.08em;
}

/* 左から右にカーテン
---------------------------------------------------- */
.curtainLefttoRight {
  position: relative;
}

.curtainLefttoRight.visible {
  -webkit-animation-name: curtainLeftFadeIn;
          animation-name: curtainLeftFadeIn;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.curtainLefttoRight.visible:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #000;
  pointer-events: none; /* アニメ後も残るのでクリック・選択を阻害させない */
  -webkit-animation-name: curtainLeft;
          animation-name: curtainLeft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes curtainLeftFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes curtainLeft {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* =====================================================
# ページトップへ戻るボタン（全ページ共通・fixed 右下）
#   100px スクロールで script.js が .is-show を付与して出現。
#   サイズ・位置は固定値（レスポンシブで潰れない）。
===================================================== */
.l-pagetop {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 90;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  background-color: #2f8f35;
  border: 1px solid #2f8f35;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(31, 111, 39, 0.25);
          box-shadow: 0 4px 12px rgba(31, 111, 39, 0.25);
  /* 初期は非表示（少し下にずらして透明） */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, background-color 0.3s ease, -webkit-transform 0.4s ease;
}
.l-pagetop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-pagetop {
  /* 上向き矢印（border チェブロン） */
}
.l-pagetop__arrow {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 3px; /* 上向き矢印の光学中央寄せ */
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* FLOCSS
----------------------------------------------------- */
/* =====================================================
# c-ttl — 見出しコンポーネント
# c-ttl--h2: TOP 各セクションの h2 見出し（英字大 __en ＋ 円ドット __dot ＋ 日本語サブ）
#
# 構造（推奨）:
#   <h2 class="c-ttl c-ttl--h2">
#     <span class="c-ttl__dot" aria-hidden="true"></span>
#     <span class="c-ttl__en">BUSINESS</span>
#     <span class="c-ttl__sub">事業内容</span>
#   </h2>
#
# 色は要素の color を継承（__en/__sub）。__dot は currentColor 追従（見出し文字色に追従）。
# 暗背景セクション（projects / contact）は利用側で .c-ttl--h2 { color: $white; } を当てる
# か、modifier .c-ttl--white を付与する。既定は青見出し（$color_main）。
===================================================== */
.c-ttl--h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f8f35;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
.c-ttl--h2 .c-ttl__dot {
  display: block;
  width: clamp(10px, min(0.8vw, 16px), 16px);
  height: clamp(10px, min(0.8vw, 16px), 16px);
  border-radius: 50%;
  background-color: currentColor;
  margin-bottom: clamp(10px, min(0.8vw, 16px), 16px);
}
.c-ttl--h2 .c-ttl__en {
  display: block;
  font-size: clamp(32px, min(3.2vw, 64px), 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: inherit;
}
.c-ttl--h2 .c-ttl__sub {
  display: block;
  margin-top: clamp(12px, min(1vw, 20px), 20px);
  font-size: clamp(15px, min(1vw, 20px), 20px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: inherit;
}
.c-ttl {
  /* 白見出し（暗背景セクション：projects / contact） */
}
.c-ttl--white {
  color: #fff;
}

/* =====================================================
# c-btn — ボタン共通コンポーネント
#
# 1) c-btn--contact … お問い合わせ（白地 / #014099 文字 / 封筒アイコン）180×40
#      <a class="c-btn c-btn--contact">
#        <span class="c-btn__icon" aria-hidden="true"><svg .../></span>
#        <span class="c-btn__label">お問い合わせ</span>
#      </a>
#
# 2) c-btn--form … お問い合わせフォーム大ボタン（白地 / #014099 文字）480×100
#      <a class="c-btn c-btn--form">
#        <span class="c-btn__icon" aria-hidden="true"><svg .../></span>
#        <span class="c-btn__label">お問い合わせフォームはこちら</span>
#      </a>
#
# 3) c-btn--more … 「詳細を見る」240×60。矢印（線24×2 + 丸8×8）は __arrow 要素で描画。
#      modifier:
#        --ghost … 白地 / #014099 文字（淡背景・projects 等で使用）
#        --fill  … #014099 地 / 白文字（白パネル上・recruit 等で使用）
#      <a class="c-btn c-btn--more c-btn--ghost">
#        <span class="c-btn__label">詳細を見る</span>
#        <span class="c-btn__arrow" aria-hidden="true"></span>
#      </a>
#
# 共通: 図形は design 固定幅（width 固定）＋テキスト中央寄せ（padding で縮めない＝CJK 字送り差対策）。
#       hover は @include mq(mmd) 内・opacity:0.6。
===================================================== */
.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-btn__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0;
}
.c-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-btn__label {
  display: inline-block;
  line-height: 1.2;
}
.c-btn {
  /* ▼ お問い合わせ（白地・青文字・封筒アイコン）180×40 */
}
.c-btn--contact {
  width: clamp(140px, min(9vw, 180px), 180px);
  height: clamp(36px, min(2vw, 40px), 40px);
  gap: clamp(6px, min(0.5vw, 10px), 10px);
  background-color: #fff;
  color: #2f8f35;
  border-radius: clamp(3px, min(0.2vw, 4px), 4px);
}
.c-btn--contact .c-btn__icon {
  width: clamp(14px, min(1.05vw, 21px), 21px);
  height: clamp(11px, min(0.8vw, 16px), 16px);
}
.c-btn--contact .c-btn__label {
  font-size: clamp(13px, min(0.8vw, 16px), 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-btn {
  /* ▼ お問い合わせフォーム大ボタン（白地・青文字）480×100 */
}
.c-btn--form {
  width: clamp(280px, min(24vw, 480px), 480px);
  height: clamp(64px, min(5vw, 100px), 100px);
  gap: clamp(10px, min(0.8vw, 16px), 16px);
  background-color: #fff;
  color: #2f8f35;
  border-radius: clamp(4px, min(0.3vw, 6px), 6px);
}
.c-btn--form .c-btn__icon {
  width: clamp(20px, min(1.5vw, 30px), 30px);
  height: clamp(15px, min(1.1vw, 22px), 22px);
}
.c-btn--form .c-btn__label {
  font-size: clamp(16px, min(1.1vw, 22px), 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-btn {
  /* ▼ 詳細を見る 240×60（矢印＝線24×2 + 丸8×8） */
}
.c-btn--more {
  position: relative;
  width: clamp(180px, min(12vw, 240px), 240px);
  height: clamp(48px, min(3vw, 60px), 60px);
  gap: clamp(10px, min(0.8vw, 16px), 16px);
  border-radius: clamp(48px, min(3vw, 60px), 60px);
  border: 1px solid currentColor;
}
.c-btn--more .c-btn__label {
  font-size: clamp(14px, min(0.8vw, 16px), 16px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.c-btn--more {
  /* 矢印：軸線（線24×2）＋丸（8×8）。color に追従。 */
}
.c-btn--more .c-btn__arrow {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(18px, min(1.2vw, 24px), 24px);
  height: clamp(6px, min(0.4vw, 8px), 8px);
  /* 軸線（太さ 2px） */
}
.c-btn--more .c-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--more .c-btn__arrow {
  /* 先端の丸（8×8） */
}
.c-btn--more .c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(6px, min(0.4vw, 8px), 8px);
  height: clamp(6px, min(0.4vw, 8px), 8px);
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn {
  /* ▼ c-btn--more の塗り反転 modifier */
}
.c-btn--ghost {
  background-color: #fff;
  color: #2f8f35;
}
.c-btn--fill {
  background-color: #2f8f35;
  color: #fff;
  border-color: #fff;
}

/* =====================================================
# c-icon — inline SVG アイコン共通（色は currentColor 追従）
# 使い方: <span class="c-icon c-icon--phone" aria-hidden="true"><svg .../></span>
# 親要素の color を継承して fill/stroke を currentColor で描画する。
# サイズは modifier or 利用側コンポーネント（c-btn 等）で個別指定する。
===================================================== */
.c-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 0;
  color: currentColor;
}
.c-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-icon {
  /* 電話アイコン（ヘッダー Tel・白文字に追従） */
}
.c-icon--phone {
  width: clamp(16px, min(1.2vw, 24px), 24px);
  height: clamp(16px, min(1.2vw, 24px), 24px);
}
.c-icon {
  /* メールアイコン（お問い合わせボタン・#014099 に追従） */
}
.c-icon--mail {
  width: clamp(14px, min(1.05vw, 21px), 21px);
  height: clamp(11px, min(0.8vw, 16px), 16px);
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .top-heading__en {
    font-size: calc(16 * var(--to-rem));
  }
  .top-heading__ja {
    margin-top: calc(8 * var(--to-rem));
    font-size: calc(31 * var(--to-rem));
  }
  .top-btn {
    gap: calc(20 * var(--to-rem));
    min-width: calc(188 * var(--to-rem));
    height: calc(58 * var(--to-rem));
    padding-inline: calc(22 * var(--to-rem)) calc(14 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    font-size: calc(17 * var(--to-rem));
  }
  .top-btn__circle {
    width: calc(24 * var(--to-rem));
    height: calc(24 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
  }
  .top-fv {
    padding: 0 calc(14 * var(--to-rem)) 0;
  }
  .top-fv__image, .top-fv__slides {
    height: calc(520 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-fv__catch {
    top: calc(58 * var(--to-rem));
    right: calc(26 * var(--to-rem));
    gap: calc(8 * var(--to-rem));
  }
  .top-fv__catch-line {
    padding: calc(14 * var(--to-rem)) calc(7 * var(--to-rem));
    font-size: calc(23 * var(--to-rem));
  }
  .top-about {
    padding: 0 0 calc(64 * var(--to-rem));
  }
  .top-about__staff {
    top: calc(6 * var(--to-rem));
    right: 0;
    width: calc(100 * var(--to-rem));
    opacity: 0.9;
  }
  .top-about__text {
    margin-top: calc(34 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
  .top-about__text p + p {
    margin-top: calc(22 * var(--to-rem));
  }
  .top-about__btn {
    margin-top: calc(34 * var(--to-rem));
  }
  .top-about__photo img {
    aspect-ratio: 4/3;
  }
  .top-about__photo {
    aspect-ratio: 4/3;
    max-height: none;
  }
  .top-service {
    padding: 0 0 calc(64 * var(--to-rem));
  }
  .top-service::before {
    top: calc(324 * var(--to-rem));
  }
  .top-service::after {
    top: calc(236 * var(--to-rem));
    width: calc(620 * var(--to-rem));
    height: calc(130 * var(--to-rem));
  }
  .top-service__head {
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(16 * var(--to-rem));
  }
  .top-service__staff {
    width: calc(88 * var(--to-rem));
    grid-column: 2;
    grid-row: 1;
  }
  .top-service__btn {
    grid-column: 1/-1;
    justify-self: start;
    margin: calc(20 * var(--to-rem)) 0 0;
  }
  .top-service__cards {
    grid-template-columns: 1fr;
    margin-top: calc(34 * var(--to-rem));
  }
  .top-service-card {
    min-height: calc(210 * var(--to-rem));
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: calc(22 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .top-service-card__icon {
    position: absolute;
    top: calc(34 * var(--to-rem));
    right: calc(28 * var(--to-rem));
    width: calc(92 * var(--to-rem));
    height: auto;
    margin-top: 0;
  }
  .top-service-card__icon--02, .top-service-card__icon--03 {
    width: calc(90 * var(--to-rem));
  }
  .top-service-card__icon--04 {
    width: calc(118 * var(--to-rem));
  }
  .top-service-card__icon--05 {
    width: calc(70 * var(--to-rem));
  }
  .top-service-card__title {
    margin-top: calc(86 * var(--to-rem));
    font-size: calc(23 * var(--to-rem));
    text-align: left;
  }
  .top-service-card .top-arrow {
    right: calc(14 * var(--to-rem));
    bottom: calc(14 * var(--to-rem));
    width: calc(30 * var(--to-rem));
    height: calc(30 * var(--to-rem));
  }
  .top-link-cards {
    grid-template-columns: 1fr;
    margin-top: calc(56 * var(--to-rem));
  }
  .top-link-card {
    min-height: calc(360 * var(--to-rem));
    padding: calc(28 * var(--to-rem)) calc(22 * var(--to-rem)) calc(52 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-link-card__title {
    font-size: calc(30 * var(--to-rem));
  }
  .top-link-card picture {
    margin-top: calc(20 * var(--to-rem));
    border-radius: calc(10 * var(--to-rem));
  }
  .top-link-card .top-arrow {
    right: calc(14 * var(--to-rem));
    bottom: calc(14 * var(--to-rem));
    width: calc(30 * var(--to-rem));
    height: calc(30 * var(--to-rem));
  }
  .top-shop {
    padding: calc(48 * var(--to-rem)) calc(14 * var(--to-rem)) calc(58 * var(--to-rem));
  }
  .top-shop__inner {
    min-height: auto;
    padding: calc(42 * var(--to-rem)) calc(20 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-shop__head {
    display: block;
    min-width: 0;
  }
  .top-shop__staff {
    position: static;
    width: calc(104 * var(--to-rem));
    margin: calc(22 * var(--to-rem)) auto 0;
  }
  .top-shop__text {
    margin-top: calc(28 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.8;
  }
  .top-shop__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(18 * var(--to-rem));
    margin-top: calc(32 * var(--to-rem));
  }
  .top-shop__logos picture {
    width: 100%;
  }
  .top-shop__logos picture:nth-child(2) {
    width: 100%;
  }
  .top-shop__logos-link {
    width: 100%;
    border-radius: calc(8 * var(--to-rem));
  }
  .top-shop__logos-link:focus-visible {
    outline-width: calc(3 * var(--to-rem));
    outline-offset: calc(4 * var(--to-rem));
  }
  .top-contact {
    padding: calc(34 * var(--to-rem)) 0 calc(72 * var(--to-rem));
  }
  .top-contact__lead {
    margin-top: calc(30 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .top-contact__area-title {
    margin-top: calc(38 * var(--to-rem));
    min-width: calc(190 * var(--to-rem));
    height: calc(44 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .top-contact__area {
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
  .top-contact__actions {
    padding-top: calc(56 * var(--to-rem));
  }
  .top-contact__staff {
    top: calc(88 * var(--to-rem));
    right: calc(20 * var(--to-rem));
    width: calc(80 * var(--to-rem));
  }
  .top-contact-tel,
  .top-contact-mail {
    min-height: calc(170 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(16 * var(--to-rem));
    padding: calc(26 * var(--to-rem)) calc(20 * var(--to-rem));
  }
  .top-contact-tel__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc(68 * var(--to-rem));
  }
  .top-contact-tel__number {
    font-size: clamp(34px, 6.7796610169vw, 52px);
  }
  .top-contact-tel__meta {
    font-size: calc(13 * var(--to-rem));
  }
  .top-contact-mail {
    gap: calc(20 * var(--to-rem));
    margin-top: calc(16 * var(--to-rem));
    padding: calc(28 * var(--to-rem)) calc(20 * var(--to-rem));
  }
  .top-contact-mail__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(70 * var(--to-rem));
        -ms-flex: 0 0 calc(70 * var(--to-rem));
            flex: 0 0 calc(70 * var(--to-rem));
  }
  .top-contact-mail__label {
    font-size: calc(16 * var(--to-rem));
  }
  .top-contact-mail__title {
    font-size: calc(20 * var(--to-rem));
  }
  .top-contact-mail .top-arrow {
    right: calc(12 * var(--to-rem));
    bottom: calc(12 * var(--to-rem));
    width: calc(30 * var(--to-rem));
    height: calc(30 * var(--to-rem));
  }
  .lower-heading--left {
    text-align: center;
  }
  .lower-heading__en {
    font-size: calc(15 * var(--to-rem));
  }
  .lower-heading__ja {
    margin-top: calc(8 * var(--to-rem));
    font-size: calc(26 * var(--to-rem));
    letter-spacing: 0.04em;
  }
  .lower-lead {
    padding: calc(64 * var(--to-rem)) 0;
  }
  .lower-lead__body {
    margin-top: calc(32 * var(--to-rem));
  }
  .lower-lead__text {
    font-size: calc(15 * var(--to-rem));
    line-height: 2;
  }
  .lower-lead__text--center {
    margin-top: calc(28 * var(--to-rem));
    text-align: left;
  }
  .lower-lead__text p + p {
    margin-top: calc(14 * var(--to-rem));
  }
  .lower-lead__photo {
    border-radius: calc(10 * var(--to-rem));
  }
  .lower-section {
    padding: calc(64 * var(--to-rem)) 0;
  }
  .lower-btn {
    min-width: calc(188 * var(--to-rem));
    height: calc(56 * var(--to-rem));
    padding-inline: calc(24 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .lower-split__photo {
    border-radius: calc(10 * var(--to-rem));
  }
  .lower-split__card {
    padding: calc(32 * var(--to-rem)) calc(22 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .lower-split__title {
    font-size: calc(23 * var(--to-rem));
  }
  .lower-split__text {
    margin-top: calc(16 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
  }
  .lower-split .lower-btn {
    margin-top: calc(24 * var(--to-rem));
  }
  .service-grid,
  .lower-card-grid {
    grid-template-columns: 1fr;
    gap: calc(18 * var(--to-rem));
    margin-top: calc(32 * var(--to-rem));
  }
  .service-card,
  .lower-card {
    min-height: auto;
    padding: calc(28 * var(--to-rem)) calc(22 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .service-card__icon {
    width: calc(92 * var(--to-rem));
    height: calc(82 * var(--to-rem));
    margin-top: calc(-22 * var(--to-rem));
  }
  .lower-card__num {
    width: calc(42 * var(--to-rem));
    height: calc(42 * var(--to-rem));
  }
  .flow-list {
    gap: calc(16 * var(--to-rem));
    margin-top: calc(32 * var(--to-rem));
  }
  .flow-list__item {
    grid-template-columns: calc(64 * var(--to-rem)) minmax(0, 1fr);
    border-radius: calc(8 * var(--to-rem));
  }
  .flow-list__num {
    font-size: calc(22 * var(--to-rem));
  }
  .flow-list__content {
    padding: calc(20 * var(--to-rem)) calc(18 * var(--to-rem));
  }
  .flow-list__title {
    font-size: calc(20 * var(--to-rem));
  }
  .recycle-shop__text {
    margin-top: calc(20 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    text-align: left;
  }
  .recycle-shop__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(18 * var(--to-rem));
    margin-top: calc(28 * var(--to-rem));
  }
  .recycle-shop__logos picture {
    width: calc(270 * var(--to-rem));
  }
  .lower-contact-band {
    padding: calc(56 * var(--to-rem)) 0;
  }
  .lower-contact-band__title {
    font-size: calc(24 * var(--to-rem));
  }
  .lower-contact-band__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(12 * var(--to-rem));
    margin-top: calc(24 * var(--to-rem));
  }
  .lower-contact-band__actions a {
    min-width: 100%;
    min-height: calc(54 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    font-size: calc(17 * var(--to-rem));
  }
  .company-map__frame--pending {
    min-height: calc(220 * var(--to-rem));
  }
  body.business .biz-lead {
    padding-block: calc(56 * var(--to-rem)) calc(44 * var(--to-rem));
  }
  body.business .biz-lead__heading {
    font-size: clamp(13px, 4.9543676662vw, 21px);
  }
  body.business .biz-lead__heading::after {
    width: min(min(5.6vw, 112px), 112px);
    margin-top: calc(18 * var(--to-rem));
  }
  body.business .biz-lead__text {
    margin-top: calc(24 * var(--to-rem));
  }
  body.business .biz-service {
    padding-block: calc(40 * var(--to-rem)) calc(64 * var(--to-rem));
  }
  body.business .biz-item {
    scroll-margin-top: 90px; /* SP ヘッダー60px + 余白 */
  }
  body.business .biz-item + .biz-item {
    margin-top: calc(80 * var(--to-rem));
  }
  body.business .biz-item__card {
    width: 88%;
    margin: calc(-36 * var(--to-rem)) auto 0; /* SP: 写真下端に重ねる */
    padding: calc(28 * var(--to-rem)) calc(22 * var(--to-rem)) calc(30 * var(--to-rem));
  }
  body.business .biz-item__num {
    font-size: clamp(28px, 5.2151238592vw, 40px);
  }
  body.business .biz-item__title {
    margin-top: calc(5 * var(--to-rem));
    padding-bottom: 6px;
    font-size: clamp(13px, 4.9543676662vw, 21px);
  }
  body.business .biz-item__text {
    margin-top: calc(16 * var(--to-rem));
  }
  .service-detail-list {
    gap: calc(34 * var(--to-rem));
    width: 90vw;
    max-width: calc(640 * var(--to-rem));
    padding: calc(58 * var(--to-rem)) 0 calc(42 * var(--to-rem));
  }
  .service-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .service-detail--reverse .service-detail__content {
    padding: calc(44 * var(--to-rem)) calc(22 * var(--to-rem)) calc(28 * var(--to-rem));
  }
  .service-detail--reverse .service-detail__photo {
    margin: 0 calc(18 * var(--to-rem)) calc(-26 * var(--to-rem));
  }
  .service-detail__content {
    min-height: auto;
    padding: calc(44 * var(--to-rem)) calc(22 * var(--to-rem)) calc(28 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .service-detail__content::before {
    top: calc(14 * var(--to-rem));
    right: calc(16 * var(--to-rem));
    width: calc(70 * var(--to-rem));
    height: calc(70 * var(--to-rem));
  }
  .service-detail__number {
    width: calc(40 * var(--to-rem));
    height: calc(40 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .service-detail__title {
    margin-top: calc(18 * var(--to-rem));
    font-size: calc(28 * var(--to-rem));
  }
  .service-detail__text {
    margin-top: calc(22 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .service-detail__text p + p {
    margin-top: calc(8 * var(--to-rem));
  }
  .service-detail__photo {
    width: auto;
    margin: 0 calc(18 * var(--to-rem)) calc(-26 * var(--to-rem));
    border: calc(7 * var(--to-rem)) solid #fff;
    border-radius: calc(8 * var(--to-rem));
    -webkit-box-shadow: 0 calc(12 * var(--to-rem)) calc(26 * var(--to-rem)) rgba(31, 111, 39, 0.14);
            box-shadow: 0 calc(12 * var(--to-rem)) calc(26 * var(--to-rem)) rgba(31, 111, 39, 0.14);
  }
  .service-other {
    padding: calc(12 * var(--to-rem)) 0 calc(64 * var(--to-rem));
  }
  .service-other__inner {
    width: 90vw;
    max-width: calc(640 * var(--to-rem));
    padding: calc(34 * var(--to-rem)) calc(22 * var(--to-rem));
    border-width: calc(2 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .service-other__number {
    width: calc(40 * var(--to-rem));
    height: calc(40 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .service-other__title {
    margin-top: calc(18 * var(--to-rem));
    font-size: calc(28 * var(--to-rem));
  }
  .service-other__list {
    display: grid;
    gap: calc(8 * var(--to-rem));
    margin-top: calc(24 * var(--to-rem));
    font-size: calc(17 * var(--to-rem));
  }
  .service-other__text {
    margin-top: calc(18 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .service-detail .service-detail__content {
    padding-right: calc(20 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
  }
  .service-detail.service-detail--reverse .service-detail__content {
    padding-right: calc(20 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
  }
  body.price .price-pack,
  body.price .price-list,
  body.price .price-cleaning {
    padding-block: calc(58 * var(--to-rem));
  }
  body.price .price-pack {
    padding-top: calc(64 * var(--to-rem));
  }
  body.price .price-pack__lead {
    margin-top: calc(24 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.85;
    text-align: left;
  }
  body.price .price-pack__lead p + p {
    margin-top: calc(8 * var(--to-rem));
  }
  body.price .price-pack__table-wrap {
    margin-top: calc(32 * var(--to-rem));
  }
  body.price .price-list__groups {
    margin-top: calc(32 * var(--to-rem));
  }
  body.price .price-heading__ja {
    padding-inline: calc(18 * var(--to-rem));
    font-size: calc(29 * var(--to-rem));
  }
  body.price .price-heading__ja::before, body.price .price-heading__ja::after {
    width: calc(9 * var(--to-rem));
    height: calc(9 * var(--to-rem));
  }
  body.price .price-pack-table th,
  body.price .price-pack-table td {
    padding: calc(16 * var(--to-rem)) calc(14 * var(--to-rem));
    font-size: calc(17 * var(--to-rem));
  }
  body.price .price-category + .price-category {
    margin-top: calc(36 * var(--to-rem));
  }
  body.price .price-category__title {
    margin-bottom: calc(16 * var(--to-rem));
    font-size: calc(22 * var(--to-rem));
  }
  body.price .price-category__title span {
    font-size: calc(15 * var(--to-rem));
  }
  body.price .price-table-wrap {
    overflow-x: visible;
  }
  body.price .price-table-wrap--cleaning {
    margin-top: calc(28 * var(--to-rem));
  }
  body.price .price-table th,
  body.price .price-table td {
    padding: calc(14 * var(--to-rem)) calc(12 * var(--to-rem));
    font-size: clamp(13px, 3.85vw, 15px);
  }
  body.price .price-table__note {
    font-size: calc(12 * var(--to-rem));
  }
  body.price .price-table {
    display: block;
    min-width: 0;
  }
  body.price .price-table tbody,
  body.price .price-table tr,
  body.price .price-table th,
  body.price .price-table td {
    display: block;
    width: 100%;
  }
  body.price .price-table tr {
    border-bottom: 1px solid rgba(240, 107, 28, 0.58);
  }
  body.price .price-table tr:last-child {
    border-bottom: 0;
  }
  body.price .price-table th,
  body.price .price-table td {
    border-right: 0;
    border-bottom: 0;
    text-align: left;
  }
  body.price .price-table td {
    white-space: normal;
  }
  body.price .price-table th + td {
    border-bottom: 1px solid rgba(240, 107, 28, 0.58);
  }
  body.price .price-table td + th {
    margin-top: 0;
  }
  body.price .price-table .price-table__empty {
    display: none;
  }
  body.price .price-table--cleaning tr,
  body.price .price-table--cleaning th + td {
    border-color: rgba(191, 208, 0, 0.75);
  }
  .flow-content {
    padding: calc(58 * var(--to-rem)) 0 calc(80 * var(--to-rem));
    background: radial-gradient(circle at 8% 8%, rgba(181, 221, 146, 0.16) 0, rgba(181, 221, 146, 0.16) calc(70 * var(--to-rem)), transparent calc(72 * var(--to-rem))), #fff;
  }
  .flow-content__inner {
    width: 90vw;
  }
  .flow-section-title {
    min-width: min(100%, 300 * var(--to-rem));
    min-height: calc(74 * var(--to-rem));
    padding: calc(15 * var(--to-rem)) calc(60 * var(--to-rem)) calc(15 * var(--to-rem)) calc(24 * var(--to-rem));
    -webkit-clip-path: polygon(0 0, calc(100% - 34 * var(--to-rem)) 0, 100% 50%, calc(100% - 34 * var(--to-rem)) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 34 * var(--to-rem)) 0, 100% 50%, calc(100% - 34 * var(--to-rem)) 100%, 0 100%);
  }
  .flow-section-title h2 {
    font-size: calc(22 * var(--to-rem));
  }
  .flow-section-title--orange {
    margin-top: calc(64 * var(--to-rem));
  }
  .flow-section-title--wide {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: calc(18 * var(--to-rem)) calc(48 * var(--to-rem)) calc(18 * var(--to-rem)) calc(18 * var(--to-rem));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flow-section-title--wide h2 {
    min-width: 0;
    font-size: calc(19 * var(--to-rem));
    text-align: left;
    overflow-wrap: anywhere;
  }
  .flow-section-title--faq {
    margin-top: calc(64 * var(--to-rem));
  }
  .flow-note {
    padding: calc(16 * var(--to-rem)) calc(18 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    background-color: rgba(181, 221, 146, 0.16);
    font-size: calc(14 * var(--to-rem));
    font-weight: 500;
    line-height: 1.8;
  }
  .flow-timeline {
    width: 100%;
    margin-top: calc(40 * var(--to-rem));
  }
  .flow-timeline__item {
    grid-template-columns: calc(76 * var(--to-rem)) minmax(0, 1fr);
    gap: calc(18 * var(--to-rem));
    min-height: calc(132 * var(--to-rem));
  }
  .flow-timeline__item + .flow-timeline__item::before {
    left: calc(76 * var(--to-rem) + 42%);
    border-top-width: calc(18 * var(--to-rem));
    border-right-width: calc(18 * var(--to-rem));
    border-left-width: calc(18 * var(--to-rem));
  }
  .flow-timeline__step span {
    width: calc(58 * var(--to-rem));
    padding-bottom: calc(10 * var(--to-rem));
    font-size: calc(13 * var(--to-rem));
  }
  .flow-timeline__step span::after {
    bottom: calc(18 * var(--to-rem));
    width: calc(66 * var(--to-rem));
  }
  .flow-timeline__step strong {
    margin-top: calc(9 * var(--to-rem));
    font-size: calc(30 * var(--to-rem));
  }
  .flow-timeline__body {
    grid-template-columns: calc(82 * var(--to-rem)) minmax(0, 1fr);
    min-height: calc(72 * var(--to-rem));
  }
  .flow-timeline__icon img {
    max-width: 60%;
    max-height: 60%;
  }
  .flow-timeline__icon {
    width: calc(82 * var(--to-rem));
    height: calc(82 * var(--to-rem));
    border-width: calc(4 * var(--to-rem));
  }
  .flow-timeline__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: calc(58 * var(--to-rem));
    padding: calc(12 * var(--to-rem)) calc(14 * var(--to-rem)) calc(12 * var(--to-rem)) calc(54 * var(--to-rem));
    border-radius: 0 calc(8 * var(--to-rem)) calc(8 * var(--to-rem)) 0;
    font-size: calc(17 * var(--to-rem));
    text-align: left;
    margin-left: calc(-20 * var(--to-rem));
  }
  .flow-timeline--orange {
    margin-top: calc(38 * var(--to-rem));
  }
  .flow-faq {
    width: 100%;
    margin-top: calc(34 * var(--to-rem));
  }
  .flow-faq__trigger {
    min-height: calc(56 * var(--to-rem));
    padding: calc(12 * var(--to-rem)) calc(42 * var(--to-rem)) calc(12 * var(--to-rem)) calc(12 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .flow-faq__trigger span {
    margin-right: calc(5 * var(--to-rem));
  }
  .flow-faq__trigger i {
    right: calc(11 * var(--to-rem));
    width: calc(16 * var(--to-rem));
    height: calc(16 * var(--to-rem));
  }
  .flow-faq__trigger i::before {
    height: calc(2 * var(--to-rem));
  }
  .flow-faq__trigger i::after {
    width: calc(2 * var(--to-rem));
  }
  .flow-faq__answer-inner {
    padding: calc(18 * var(--to-rem)) calc(16 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
    line-height: 1.85;
  }
  .recycling-products {
    padding: calc(52 * var(--to-rem)) 0 calc(72 * var(--to-rem));
  }
  .recycling-products__inner {
    width: 90vw;
    max-width: calc(520 * var(--to-rem));
  }
  .recycling-products__lead {
    font-size: calc(18 * var(--to-rem));
    line-height: 1.8;
    text-align: left;
  }
  .recycling-products__grid {
    grid-template-columns: 1fr;
    gap: calc(26 * var(--to-rem));
    margin-top: calc(34 * var(--to-rem));
  }
  .recycling-card {
    padding: calc(16 * var(--to-rem)) calc(16 * var(--to-rem)) calc(20 * var(--to-rem));
    -webkit-box-shadow: calc(7 * var(--to-rem)) calc(7 * var(--to-rem)) 0 rgba(181, 221, 146, 0.36);
            box-shadow: calc(7 * var(--to-rem)) calc(7 * var(--to-rem)) 0 rgba(181, 221, 146, 0.36);
  }
  .recycling-card__title {
    margin-top: calc(18 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .lower-page--recycling .recycling-products__grid {
    grid-template-columns: 1fr;
  }
  .recycling-modal {
    padding: calc(18 * var(--to-rem));
  }
  .recycling-modal__body {
    max-width: 94vw;
    padding: calc(10 * var(--to-rem));
  }
  .recycling-modal__close {
    top: calc(12 * var(--to-rem));
    right: calc(12 * var(--to-rem));
    width: calc(42 * var(--to-rem));
    height: calc(42 * var(--to-rem));
    font-size: calc(28 * var(--to-rem));
  }
  body.corporations .corporations-points {
    padding: calc(58 * var(--to-rem)) 0 calc(72 * var(--to-rem));
  }
  body.corporations .corporations-points__inner {
    padding-inline: calc(18 * var(--to-rem));
  }
  body.corporations .corporations-points__heading {
    padding: 0 calc(4 * var(--to-rem)) calc(18 * var(--to-rem));
    font-size: calc(28 * var(--to-rem));
    letter-spacing: 0.04em;
  }
  body.corporations .corporations-points__heading::before {
    width: calc(150 * var(--to-rem));
    height: calc(6 * var(--to-rem));
  }
  body.corporations .corporations-points__heading::after {
    display: none;
  }
  body.corporations .corporations-points__list {
    margin-top: calc(36 * var(--to-rem));
  }
  body.corporations .corporations-point {
    display: block;
    width: 100%;
    min-height: 0;
    padding: calc(26 * var(--to-rem)) calc(22 * var(--to-rem)) calc(30 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    -webkit-box-shadow: calc(6 * var(--to-rem)) calc(6 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
            box-shadow: calc(6 * var(--to-rem)) calc(6 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
  }
  body.corporations .corporations-point + .corporations-point {
    margin-top: calc(30 * var(--to-rem));
  }
  body.corporations .corporations-point__num {
    font-size: calc(56 * var(--to-rem));
  }
  body.corporations .corporations-point__title {
    margin-top: calc(12 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
    line-height: 1.55;
  }
  body.corporations .corporations-point__text {
    margin-top: calc(8 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.85;
  }
  body.corporations .corporations-point__text br {
    display: none;
  }
  body.corporations .corporations-security {
    display: block;
    width: 100%;
    margin-top: calc(42 * var(--to-rem));
    padding: 0;
  }
  body.corporations .corporations-security__image {
    border-radius: calc(8 * var(--to-rem));
    -webkit-box-shadow: calc(6 * var(--to-rem)) calc(6 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
            box-shadow: calc(6 * var(--to-rem)) calc(6 * var(--to-rem)) 0 rgba(47, 143, 53, 0.08);
  }
  body.corporations .corporations-security__body {
    margin-top: calc(24 * var(--to-rem));
  }
  body.corporations .corporations-security__title {
    padding-bottom: calc(10 * var(--to-rem));
    font-size: calc(22 * var(--to-rem));
  }
  body.corporations .corporations-security__title::after {
    width: 100%;
    height: 1px;
  }
  body.corporations .corporations-security__text {
    margin-top: calc(10 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.85;
  }
  body.corporations .corporations-security__text br {
    display: none;
  }
  body.company .company-section {
    padding-block: calc(58 * var(--to-rem));
  }
  body.company .company-heading__en {
    font-size: calc(25 * var(--to-rem));
  }
  body.company .company-heading__ja {
    margin-top: calc(10 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  body.company .company-table {
    max-width: 100%; /* SP は base の vw(880)（≒165px）に縮ませず幅いっぱい使う */
  }
  body.company .company-table,
  body.company .company-table tbody,
  body.company .company-table tr,
  body.company .company-table th,
  body.company .company-table td {
    display: block;
    width: 100%;
  }
  body.company .company-table tr {
    padding: calc(16 * var(--to-rem)) 0;
  }
  body.company .company-table th {
    white-space: normal;
    padding: 0 0 calc(6 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
  }
  body.company .company-table td {
    padding: 0;
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  body.company .company-table__br {
    display: inline;
  }
  body.company .company-map__btn {
    width: min(86vw, 360 * var(--to-rem));
    padding: calc(15 * var(--to-rem)) calc(28 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
  }
  body.company .company-store {
    padding-top: 0;
  }
  body.company .company-store__list {
    grid-template-columns: 1fr;
    gap: calc(50 * var(--to-rem));
  }
  body.company .company-store__map {
    padding: calc(6 * var(--to-rem));
  }
  body.company .company-store__map iframe {
    height: calc(240 * var(--to-rem));
  }
  body.company .company-store__action {
    margin-top: calc(22 * var(--to-rem));
  }
  body.company .company-store__btn {
    min-width: 0;
  }
  body.company .company-store__name {
    margin-top: calc(22 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .mail-form {
    padding: 0 0 calc(72 * var(--to-rem));
  }
  .mail-form__inner {
    padding-top: 13.037809648vw;
  }
  .mail-form__en {
    font-size: calc(25 * var(--to-rem));
  }
  .mail-form__title {
    margin-top: calc(10 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .mail-form__text {
    margin-top: calc(30 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .contact-method {
    min-height: 22.9465449804vw;
    padding: 3.3898305085vw 2.3468057366vw;
  }
  .contact-method + .contact-method {
    border-top: 1px solid rgba(31, 111, 39, 0.18);
    border-left: 0;
  }
  .contact-method__title {
    font-size: clamp(18px, 3.1290743155vw, 24px);
  }
  .contact-method__body {
    gap: 1.5645371578vw;
    margin-top: 1.8252933507vw;
  }
  .contact-method__icon {
    -webkit-flex-basis: clamp(26px, 3.9113428944vw, 30px);
        -ms-flex-preferred-size: clamp(26px, 3.9113428944vw, 30px);
            flex-basis: clamp(26px, 3.9113428944vw, 30px);
    width: clamp(26px, 3.9113428944vw, 30px);
  }
  .contact-method__fax-icon {
    width: clamp(38px, 5.7366362451vw, 44px);
    -webkit-flex-basis: clamp(38px, 5.7366362451vw, 44px);
        -ms-flex-preferred-size: clamp(38px, 5.7366362451vw, 44px);
            flex-basis: clamp(38px, 5.7366362451vw, 44px);
  }
  .contact-method__number {
    font-size: clamp(34px, 6.518904824vw, 50px);
  }
  .contact-method__meta {
    margin-top: 2.0860495437vw;
    font-size: clamp(12px, 1.6949152542vw, 13px);
  }
  .contact-method__meta strong {
    margin-left: 1.5645371578vw;
  }
  .horizontal-table {
    margin-top: calc(32 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
  }
  .horizontal-table th,
  .horizontal-table td {
    padding: calc(16 * var(--to-rem)) calc(18 * var(--to-rem));
    font-size: calc(14 * var(--to-rem));
  }
  .horizontal-table th .required {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-input {
    min-height: calc(48 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .form-input--shortbox {
    max-width: 100%;
  }
  .postal-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc(10 * var(--to-rem));
  }
  .selectWrap {
    width: 100%;
  }
  .privacy-policy {
    margin-top: calc(40 * var(--to-rem));
    font-size: calc(18 * var(--to-rem));
  }
  .box-scroll {
    height: calc(150 * var(--to-rem));
    margin-top: calc(18 * var(--to-rem));
    padding: calc(12 * var(--to-rem));
    font-size: calc(13 * var(--to-rem));
  }
  .privacy-wrapper {
    margin-top: calc(22 * var(--to-rem));
    text-align: left;
  }
  .privacy-btn__wrapper {
    margin-top: calc(28 * var(--to-rem));
  }
  .privacy-btn {
    width: 100%;
    min-height: calc(58 * var(--to-rem));
    padding: calc(15 * var(--to-rem)) calc(20 * var(--to-rem));
    font-size: calc(16 * var(--to-rem));
  }
  .privacy-btn__wrapper--confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(14 * var(--to-rem));
  }
  .privacy-btn__wrapper--confirm .privacy-btn {
    width: 100%;
    padding-right: calc(20 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
  }
  .l-header__inner {
    height: calc(72 * var(--to-rem));
    padding-inline: calc(16 * var(--to-rem));
  }
  .l-header__logo-mark {
    width: calc(142 * var(--to-rem));
  }
  .l-footer__inner {
    padding: calc(48 * var(--to-rem)) calc(20 * var(--to-rem)) calc(28 * var(--to-rem));
  }
  .l-footer__logo {
    width: calc(190 * var(--to-rem));
  }
  .l-footer__address {
    font-size: clamp(13px, 2.0860495437vw, 16px);
  }
  .l-footer__nav-link {
    font-size: calc(15 * var(--to-rem));
  }
  .l-footer__copyright {
    font-size: calc(13 * var(--to-rem));
  }
  .mv-jumbotron {
    height: 50svh;
  }
  .mv .mv-h2 {
    width: min(86vw, 360 * var(--to-rem));
    padding: calc(24 * var(--to-rem)) calc(28 * var(--to-rem)) calc(30 * var(--to-rem));
    border-radius: calc(18 * var(--to-rem));
  }
  .mv .mv-h2__en {
    font-size: calc(14 * var(--to-rem));
  }
  .mv .mv-h2__ja {
    font-size: calc(30 * var(--to-rem));
    letter-spacing: 0.04em;
    text-indent: 0.04em;
  }
  .l-pagetop {
    width: 48px;
    height: 48px;
  }
  .c-ttl--h2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .c-ttl--h2 .c-ttl__dot {
    margin-bottom: calc(12 * var(--to-rem));
  }
  .c-ttl--h2 .c-ttl__sub {
    margin-top: calc(12 * var(--to-rem));
  }
  .c-btn--contact {
    width: calc(220 * var(--to-rem));
    height: calc(48 * var(--to-rem));
    gap: calc(10 * var(--to-rem));
  }
  .c-btn--contact .c-btn__icon {
    width: calc(21 * var(--to-rem));
    height: calc(16 * var(--to-rem));
  }
  .c-btn--contact .c-btn__label {
    font-size: calc(15 * var(--to-rem));
  }
  .c-btn--form {
    width: min(86vw, 420 * var(--to-rem));
    height: calc(76 * var(--to-rem));
    gap: calc(14 * var(--to-rem));
  }
  .c-btn--form .c-btn__icon {
    width: calc(26 * var(--to-rem));
    height: calc(19 * var(--to-rem));
  }
  .c-btn--form .c-btn__label {
    font-size: calc(18 * var(--to-rem));
  }
  .c-btn--more {
    width: calc(200 * var(--to-rem));
    height: calc(54 * var(--to-rem));
    gap: calc(14 * var(--to-rem));
  }
  .c-btn--more .c-btn__label {
    font-size: calc(15 * var(--to-rem));
  }
  .c-btn--more .c-btn__arrow {
    width: calc(22 * var(--to-rem));
    height: calc(8 * var(--to-rem));
  }
  .hidden-sp {
    display: none;
  }
  .mt-2 {
    margin-top: 10px;
  }
  .mt-3 {
    margin-top: 15px;
  }
  .mt-4 {
    margin-top: 20px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .mt-6 {
    margin-top: 30px;
  }
  .mt-7 {
    margin-top: 35px;
  }
  .mt-8 {
    margin-top: 40px;
  }
  .mt-9 {
    margin-top: 45px;
  }
  .mt-10 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .top-btn:hover, .top-btn:focus {
    background-color: #1f6f27;
  }
  .top-service-card:hover, .top-service-card:focus {
    -webkit-transform: translateY(-10px) !important;
            transform: translateY(-10px) !important;
    -webkit-box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
            box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
  }
  .top-service-card:hover .top-service-card__icon, .top-service-card:focus .top-service-card__icon {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .top-service-card:hover .top-arrow, .top-service-card:focus .top-arrow {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
  .top-link-card:hover, .top-link-card:focus {
    -webkit-transform: translateY(-10px) !important;
            transform: translateY(-10px) !important;
    -webkit-box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
            box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
  }
  .top-link-card:hover img, .top-link-card:focus img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .top-link-card:hover .top-arrow, .top-link-card:focus .top-arrow {
    -webkit-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }
  .top-shop__logos-link:hover, .top-shop__logos-link:focus-visible {
    -webkit-transform: translateY(-10px) !important;
            transform: translateY(-10px) !important;
    -webkit-box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
            box-shadow: 0 min(min(0.9vw, 18px), 18px) min(min(1.7vw, 34px), 34px) rgba(31, 111, 39, 0.14);
  }
  .top-shop__logos-link:hover img, .top-shop__logos-link:focus-visible img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .top-contact-mail:hover, .top-contact-mail:focus {
    background-color: #1f6f27;
  }
  .lower-btn:hover, .lower-btn:focus {
    background-color: #1f6f27;
  }
  body.business .biz-item {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.business .biz-item__photo {
    grid-column: 1/8;
    grid-row: 1;
    aspect-ratio: 3/2;
  }
  body.business .biz-item__card {
    grid-column: 7/13; /* 写真(列1〜7)と列7で重なる */
    grid-row: 1;
    align-self: center;
  }
  body.business .biz-item--reverse .biz-item__photo {
    grid-column: 6/13;
  }
  body.business .biz-item--reverse .biz-item__card {
    grid-column: 1/7; /* 写真(列6〜12)と列6で重なる */
  }
  .recycling-card:hover, .recycling-card:focus-within {
    border-color: rgba(47, 143, 53, 0.72);
    -webkit-box-shadow: min(min(0.7vw, 14px), 14px) min(min(0.7vw, 14px), 14px) 0 rgba(181, 221, 146, 0.46);
            box-shadow: min(min(0.7vw, 14px), 14px) min(min(0.7vw, 14px), 14px) 0 rgba(181, 221, 146, 0.46);
    -webkit-transform: translateY(calc(-4 * var(--to-rem)));
            transform: translateY(calc(-4 * var(--to-rem)));
  }
  .recycling-card__image:hover img, .recycling-card__image:focus-visible img {
    -webkit-transform: scale(1.035);
            transform: scale(1.035);
  }
  body.company .company-map__btn:hover, body.company .company-map__btn:focus {
    opacity: 0.6;
  }
  .privacy-btn:hover, .privacy-btn:focus {
    background-color: #1f6f27;
  }
  .privacy-btn--back:hover, .privacy-btn--back:focus {
    background-color: #b5dd92;
    color: #1f6f27;
  }
  .l-header__nav-link:hover, .l-header__nav-link:focus {
    color: #2f8f35;
  }
  .l-header__contact:hover, .l-header__contact:focus {
    background-color: #1f6f27;
  }
  .l-footer__nav-link:hover, .l-footer__nav-link:focus {
    opacity: 0.72;
  }
  .l-footer__contact:hover, .l-footer__contact:focus {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .l-pagetop:hover, .l-pagetop:focus {
    background-color: #1f6f27;
  }
  .c-btn:hover, .c-btn:focus {
    opacity: 0.6;
  }
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-btn__circle {
    width: 2vw;
    height: 2vw;
  }
  .top-fv__image, .top-fv__slides {
    height: 50svh;
  }
  .top-about__staff {
    left: 100%;
    right: auto;
  }
  .top-service__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top-contact__inner {
    width: min(90vw, 1590px);
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top-contact__area-title {
    min-height: min(min(2.5vw, 50px), 50px);
    height: auto;
    padding: calc(5 * var(--to-rem)) calc(min(min(1vw, 20px), 20px) + 5 * var(--to-rem));
  }
  .top-about__staff {
    left: 100%;
    right: auto;
  }
  .top-contact__inner {
    grid-template-columns: 1fr;
  }
  .service-detail__content.js-fadeUp {
    padding-right: calc(96.6667 * var(--to-rem));
    padding-left: calc(20 * var(--to-rem));
  }
  .service-detail--reverse .service-detail__content.js-fadeUp {
    padding-right: calc(20 * var(--to-rem));
    padding-left: calc(96.6667 * var(--to-rem));
  }
  body.corporations .corporations-points__list .corporations-point,
  body.corporations .corporations-points__inner .corporations-security {
    width: 100%;
  }
  .l-footer__logo {
    width: calc(130 * var(--to-rem));
  }
  .l-footer__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer__nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .l-footer__copyright {
    margin-top: calc(30 * var(--to-rem));
    text-align: left;
  }
  .mv .mv-h2 {
    width: clamp(320 * var(--to-rem), 42vw, 430 * var(--to-rem));
    padding: calc(24 * var(--to-rem)) calc(32 * var(--to-rem)) calc(30 * var(--to-rem));
  }
}

@media screen and (max-width: 1199px) {
  .top-fv__catch {
    right: min(min(4.5vw, 90px), 90px);
  }
  .top-about__inner {
    width: min(90vw, 1590px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
    gap: calc(40 * var(--to-rem));
  }
  .top-about__content {
    padding-top: calc(44 * var(--to-rem));
  }
  .top-about__photo {
    margin-top: 0;
    border-radius: calc(12 * var(--to-rem));
  }
  .top-service::before {
    top: calc(392 * var(--to-rem));
  }
  .top-service::after {
    top: calc(260 * var(--to-rem));
    width: calc(2200 * var(--to-rem));
    height: calc(220 * var(--to-rem));
  }
  .top-service__inner {
    width: min(90vw, 1590px);
  }
  .top-service-card {
    border-radius: calc(12 * var(--to-rem));
  }
  .top-service-card__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: min(min(5.9vw, 118px), 118px);
  }
  .top-service-card__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: min(min(1.4vw, 28px), 28px);
    font-size: clamp(14px, min(1.55vw, 31px), 31px);
  }
  .top-link-cards {
    gap: calc(24 * var(--to-rem));
  }
  .top-contact__area-break {
    display: none;
  }
  body.business .biz-item {
    scroll-margin-top: 100px; /* タブレット ヘッダー70px + 余白 */
  }
  body.business .biz-item__title {
    font-size: clamp(13px, 2.6688907423vw, 20px);
  }
  .l-header__inner {
    height: calc(86 * var(--to-rem));
    padding-inline: calc(24 * var(--to-rem));
  }
  .l-header__logo-mark {
    width: calc(180 * var(--to-rem));
  }
  .l-header__nav {
    display: none;
  }
  .l-header__actions {
    display: none;
  }
  .l-header__hamburger {
    display: block;
  }
  .l-footer__inner {
    min-height: auto;
    padding: calc(72 * var(--to-rem)) calc(40 * var(--to-rem)) calc(40 * var(--to-rem));
  }
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * var(--to-rem));
  }
  .l-footer__brand {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .l-footer__address {
    margin-top: min(2.6688907423vw, 32px);
    font-size: clamp(13px, 1.6680567139vw, 20px);
  }
  .l-footer__menu {
    width: 100%;
    gap: calc(24 * var(--to-rem));
    padding-top: 0;
  }
  .l-footer__nav-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(18 * var(--to-rem));
  }
  .l-footer__contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(220 * var(--to-rem));
        -ms-flex: 0 0 calc(220 * var(--to-rem));
            flex: 0 0 calc(220 * var(--to-rem));
    min-width: calc(220 * var(--to-rem));
    height: calc(64 * var(--to-rem));
    gap: calc(24 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top-about__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-about__staff {
    width: calc(90 * var(--to-rem));
  }
  .service-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 43.3694745621vw);
  }
  .service-detail--reverse {
    grid-template-columns: minmax(0, 43.3694745621vw) minmax(0, 1fr);
  }
  .service-detail--reverse .service-detail__content {
    padding-left: 9.5913261051vw;
    padding-right: 4.5037531276vw;
  }
  .service-detail--reverse .service-detail__photo {
    margin-right: -4.8373644704vw;
  }
  .service-detail__content {
    padding-right: 9.5913261051vw;
  }
  .service-detail__photo {
    width: 43.3694745621vw;
    margin-left: -4.8373644704vw;
  }
  .flow-content {
    padding: 9.1743119266vw 0 11.0091743119vw;
    background: radial-gradient(circle at 12% 14%, rgba(181, 221, 146, 0.16) 0, rgba(181, 221, 146, 0.16) 10.0083402836vw, transparent 10.175145955vw), radial-gradient(circle at 88% 36%, rgba(243, 138, 11, 0.1) 0, rgba(243, 138, 11, 0.1) 9.8415346122vw, transparent 10.0083402836vw), #fff;
  }
  .flow-content__inner {
    width: 91.7431192661vw;
  }
  .flow-section-title {
    min-width: 35.8632193495vw;
    min-height: 8.6738949124vw;
    padding: 1.6680567139vw 8.0066722269vw 1.6680567139vw 5.8381984987vw;
    -webkit-clip-path: polygon(0 0, calc(100% - 4.670558799vw) 0, 100% 50%, calc(100% - 4.670558799vw) 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 4.670558799vw) 0, 100% 50%, calc(100% - 4.670558799vw) 100%, 0 100%);
  }
  .flow-section-title h2 {
    font-size: 2.8356964137vw;
  }
  .flow-section-title--orange {
    margin-top: 9.8415346122vw;
  }
  .flow-section-title--wide {
    width: 91.7431192661vw;
    min-height: 8.0066722269vw;
    padding-left: 2.1684737281vw;
  }
  .flow-section-title--wide h2 {
    font-size: 2.4186822352vw;
  }
  .flow-section-title--faq {
    margin-top: 8.6738949124vw;
  }
  .flow-note {
    max-width: 81.7347789825vw;
    margin: 2.0016680567vw 0 0;
    font-size: 1.5846538782vw;
  }
  .flow-timeline {
    width: 90.0750625521vw;
    margin: 5.8381984987vw auto 0;
  }
  .flow-timeline__item {
    grid-template-columns: 14.1784820684vw minmax(0, 1fr);
    gap: 6.8390325271vw;
    min-height: 15.1793160967vw;
    border-bottom-width: 0.0834028357vw;
  }
  .flow-timeline__item + .flow-timeline__item::before {
    top: -0.0834028357vw;
    left: calc(50% + 9.8415346122vw);
    border-top-width: 2.5020850709vw;
    border-right-width: 2.5020850709vw;
    border-left-width: 2.5020850709vw;
  }
  .flow-timeline__step span {
    width: 10.5087572977vw;
    padding-bottom: 1.3344453711vw;
    font-size: 1.918265221vw;
  }
  .flow-timeline__step span::after {
    bottom: 2.5020850709vw;
    width: 9.341117598vw;
    height: 0.0834028357vw;
  }
  .flow-timeline__step strong {
    margin-top: 0.834028357vw;
    font-size: 3.836530442vw;
  }
  .flow-timeline__body {
    grid-template-columns: 13.3444537114vw minmax(0, 1fr);
    min-height: 7.3394495413vw;
  }
  .flow-timeline__icon {
    width: 13.3444537114vw;
    height: 13.3444537114vw;
    border-width: 0.5004170142vw;
  }
  .flow-timeline__icon img {
    max-width: 8.0066722269vw;
    max-height: 8.0066722269vw;
  }
  .flow-timeline__title {
    min-height: 7.0058381985vw;
    margin-left: -3.1693077565vw;
    padding: 1.3344453711vw 2.8356964137vw 1.3344453711vw 8.6738949124vw;
    border-radius: 0 0.7506255213vw 0.7506255213vw 0;
    font-size: 2.5020850709vw;
  }
  .flow-timeline--orange {
    margin-top: 5.3377814846vw;
  }
  .flow-faq {
    width: 91.7431192661vw;
    margin: 5.1709758132vw auto 0;
  }
  .flow-faq__item + .flow-faq__item {
    margin-top: 1.6680567139vw;
  }
  .flow-faq__trigger {
    min-height: 4.8373644704vw;
    padding: 0.834028357vw 5.3377814846vw 0.834028357vw 0.834028357vw;
    border-width: 0.0834028357vw;
    font-size: 2.0850708924vw;
  }
  .flow-faq__trigger span {
    margin-right: 0.5838198499vw;
  }
  .flow-faq__trigger i {
    right: 1.5012510425vw;
    width: 2.6688907423vw;
    height: 2.6688907423vw;
  }
  .flow-faq__trigger i::before {
    height: 0.2502085071vw;
  }
  .flow-faq__trigger i::after {
    width: 0.2502085071vw;
  }
  .flow-faq__answer-inner {
    padding: 2.1684737281vw 2.1684737281vw;
    font-size: 1.5846538782vw;
  }
  .flow-faq__item.is-open .flow-faq__answer {
    max-height: 21.6847372811vw;
  }
  .recycling-card__title {
    font-size: calc(18 * var(--to-rem));
  }
  body.corporations .corporations-point,
  body.corporations .corporations-security {
    width: 80%;
  }
  body.company .company-heading__en {
    font-size: clamp(13px, 4.0033361134vw, 48px);
  }
  body.company .company-store__list {
    gap: min(5.3377814846vw, 64px);
  }
  .mail-form__en {
    font-size: clamp(13px, 4.0033361134vw, 48px);
  }
  .l-header__hamburger span:nth-child(2) {
    top: calc(16 * var(--to-rem));
  }
  .l-header__hamburger span:nth-child(3) {
    top: calc(25 * var(--to-rem));
    bottom: auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .top-about__staff {
    left: auto;
    right: calc(30 * var(--to-rem));
    width: calc(90 * var(--to-rem));
  }
  .top-service__cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: calc(20 * var(--to-rem));
  }
  .top-contact__inner {
    width: min(90vw, 1590px);
    grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
    gap: 0;
  }
  .l-footer__copyright {
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1300px) {
  .top-service-card .top-arrow {
    right: calc(7 * var(--to-rem));
    bottom: calc(7 * var(--to-rem));
    width: calc(21 * var(--to-rem));
    height: calc(21 * var(--to-rem));
    font-size: calc(12 * var(--to-rem));
  }
  .l-footer__circle {
    -webkit-flex-basis: calc(18 * var(--to-rem));
        -ms-flex-preferred-size: calc(18 * var(--to-rem));
            flex-basis: calc(18 * var(--to-rem));
    width: calc(18 * var(--to-rem));
    height: calc(18 * var(--to-rem));
    font-size: calc(12 * var(--to-rem));
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .top-contact__inner {
    grid-template-columns: minmax(0, 36%) minmax(0, 1fr);
    gap: calc(48 * var(--to-rem));
    width: min(90vw, 1590px);
  }
}

@media screen and (max-width: 767.98px) {
  .top-fv {
    padding: 0 calc(14 * var(--to-rem)) calc(48 * var(--to-rem));
  }
  .top-fv__image {
    height: calc(520 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-fv__catch {
    top: calc(58 * var(--to-rem));
    right: calc(26 * var(--to-rem));
    gap: calc(8 * var(--to-rem));
  }
  .top-fv__catch span {
    padding: calc(14 * var(--to-rem)) calc(7 * var(--to-rem));
    font-size: calc(23 * var(--to-rem));
  }
  .top-about {
    padding: calc(18 * var(--to-rem)) 0 calc(64 * var(--to-rem));
  }
  .top-about__inner {
    width: min(90vw, 1590px);
    grid-template-columns: 1fr;
    gap: calc(40 * var(--to-rem));
  }
  .top-about__content {
    padding-top: calc(44 * var(--to-rem));
  }
  .top-about__staff {
    top: calc(6 * var(--to-rem));
    left: auto;
    right: 0;
    width: calc(100 * var(--to-rem));
  }
  .top-about__text {
    margin-top: calc(34 * var(--to-rem));
    font-size: calc(15 * var(--to-rem));
    line-height: 1.9;
  }
  .top-about__photo {
    border-radius: calc(12 * var(--to-rem));
  }
  .top-service {
    padding: 0 0 calc(64 * var(--to-rem));
  }
  .top-service::before {
    top: calc(324 * var(--to-rem));
  }
  .top-service::after {
    top: calc(236 * var(--to-rem));
    width: calc(620 * var(--to-rem));
    height: calc(130 * var(--to-rem));
  }
  .top-service__inner {
    width: min(90vw, 1590px);
  }
  .top-service__head {
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(16 * var(--to-rem));
  }
  .top-service__staff {
    width: calc(88 * var(--to-rem));
    grid-column: 2;
    grid-row: 1;
  }
  .top-service__btn {
    grid-column: 1/-1;
    justify-self: start;
    margin: calc(20 * var(--to-rem)) 0 0;
  }
  .top-service__cards {
    grid-template-columns: 1fr;
    gap: calc(16 * var(--to-rem));
    margin-top: calc(34 * var(--to-rem));
  }
  .top-service-card {
    min-height: calc(210 * var(--to-rem));
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(22 * var(--to-rem)) calc(16 * var(--to-rem)) calc(48 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-service-card__icon {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(92 * var(--to-rem));
    height: calc(118 * var(--to-rem));
    margin-top: 0;
  }
  .top-service-card__icon--02, .top-service-card__icon--03 {
    width: calc(90 * var(--to-rem));
  }
  .top-service-card__icon--04 {
    width: calc(118 * var(--to-rem));
  }
  .top-service-card__icon--05 {
    width: calc(70 * var(--to-rem));
  }
  .top-service-card__title {
    margin-top: 0;
    font-size: calc(23 * var(--to-rem));
    text-align: center;
  }
  .top-service-card .top-arrow {
    right: calc(7 * var(--to-rem));
    bottom: calc(7 * var(--to-rem));
    width: calc(21 * var(--to-rem));
    height: calc(21 * var(--to-rem));
  }
  .top-link-cards {
    grid-template-columns: 1fr;
    gap: calc(20 * var(--to-rem));
    margin-top: calc(56 * var(--to-rem));
  }
  .top-link-card {
    min-height: calc(360 * var(--to-rem));
    padding: calc(28 * var(--to-rem)) calc(22 * var(--to-rem)) calc(52 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-shop {
    padding: calc(48 * var(--to-rem)) calc(14 * var(--to-rem)) calc(58 * var(--to-rem));
  }
  .top-shop__inner {
    min-height: auto;
    padding: calc(42 * var(--to-rem)) calc(20 * var(--to-rem));
    border-radius: calc(12 * var(--to-rem));
  }
  .top-shop__head {
    display: block;
    min-width: 0;
  }
  .top-shop__staff {
    position: static;
    width: calc(104 * var(--to-rem));
    margin: calc(22 * var(--to-rem)) auto 0;
  }
  .top-shop__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(18 * var(--to-rem));
    margin-top: calc(32 * var(--to-rem));
  }
  .top-shop__logos picture,
  .top-shop__logos picture:nth-child(2) {
    width: 100%;
  }
  .top-contact {
    padding: calc(34 * var(--to-rem)) 0 calc(72 * var(--to-rem));
  }
  .top-contact__inner {
    width: min(90vw, 1590px);
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top-contact__actions {
    padding-top: calc(56 * var(--to-rem));
  }
  .l-header__inner {
    height: calc(72 * var(--to-rem));
    padding-inline: calc(16 * var(--to-rem));
  }
  .l-header__logo-mark {
    width: calc(142 * var(--to-rem));
  }
  .l-header__nav, .l-header__actions {
    display: none;
  }
  .l-header__hamburger {
    display: block;
  }
  .l-header__hamburger span:nth-child(2) {
    top: calc(16 * var(--to-rem));
  }
  .l-header__hamburger span:nth-child(3) {
    top: calc(25 * var(--to-rem));
    bottom: auto;
  }
  .l-footer__inner {
    min-height: auto;
    padding: calc(48 * var(--to-rem)) calc(20 * var(--to-rem)) calc(28 * var(--to-rem));
  }
  .l-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * var(--to-rem));
  }
  .l-footer__brand {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .l-footer__logo {
    width: calc(190 * var(--to-rem));
  }
  .l-footer__logo-mark {
    width: calc(142 * var(--to-rem));
  }
  .l-footer__address {
    margin-top: min(4.1720990874vw, 32px);
    font-size: clamp(13px, 2.0860495437vw, 16px);
  }
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .l-footer__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(20 * var(--to-rem)) calc(24 * var(--to-rem));
  }
  .l-footer__nav-link {
    min-height: auto;
    font-size: calc(15 * var(--to-rem));
  }
  .l-footer__contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    min-width: calc(220 * var(--to-rem));
    height: calc(64 * var(--to-rem));
    gap: calc(24 * var(--to-rem));
    border-radius: calc(8 * var(--to-rem));
    font-size: calc(20 * var(--to-rem));
  }
  .l-footer__copyright {
    margin-top: calc(30 * var(--to-rem));
    text-align: left;
    font-size: clamp(13px, min(0.8vw, 16px), 16px);
  }
}

@media screen and (max-width: 1023px) {
  .lower-lead__body {
    grid-template-columns: 1fr;
    gap: calc(30 * var(--to-rem));
  }
  .lower-split {
    grid-template-columns: 1fr;
    gap: calc(28 * var(--to-rem));
  }
  .service-grid,
  .lower-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(22 * var(--to-rem));
  }
  .service-detail {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  }
  .service-detail--reverse {
    grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  }
  .service-detail--reverse .service-detail__content {
    padding-left: calc(176 * var(--to-rem));
    padding-right: calc(54 * var(--to-rem));
  }
  .service-detail--reverse .service-detail__photo {
    margin-right: calc(-74 * var(--to-rem));
  }
  .service-detail__content {
    min-height: calc(360 * var(--to-rem));
    padding: calc(58 * var(--to-rem)) calc(156 * var(--to-rem)) calc(46 * var(--to-rem)) calc(54 * var(--to-rem));
  }
  .service-detail__photo {
    width: calc(420 * var(--to-rem));
    margin-left: calc(-74 * var(--to-rem));
  }
  .flow-note {
    max-width: none;
    margin: 24px 0 0;
  }
  .recycling-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .horizontal-table th,
  .horizontal-table td {
    display: block;
    width: 100%;
  }
  .horizontal-table th {
    padding-bottom: calc(8 * var(--to-rem));
  }
  .mv-jumbotron.is-recruit {
    background-position: center 20%;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}