@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #000;
  background-color: #faf8f5;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  max-width: 1920px;
  margin: auto;
}

h1,
h2,
h3 {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.heading-lv2-wrapper {
  font-size: clamp(2.563rem, -0.063rem + 2.92vw, 3.438rem);
  text-align: center;
}
@media (max-width: 1440px) {
  .heading-lv2-wrapper {
    font-size: clamp(1.5rem, 1.28rem + 0.94vw, 2.125rem);
  }
}
.heading-lv2-wrapper .heading-lv2-balloon {
  display: inline-block;
  color: #fff;
  font-size: 0.45em;
  background-image: url("../../img/bg-balloon.png");
  background-size: 100% 100%;
  padding: 0.72em 1.16em 1.3em;
  margin-bottom: 0.8em;
}
.heading-lv2-wrapper .heading-lv2__sub {
  display: block;
  font-size: 0.55em;
  margin-bottom: 0.8em;
}
.heading-lv2-wrapper .heading-lv2__main {
  line-height: 2rem;
  color: #0fa36a;
}
.heading-lv2-wrapper .heading-lv2__main span {
  font-size: 0.82em;
}

.card {
  position: relative;
  font-size: clamp(0.813rem, 0.555rem + 1.1vw, 1.875rem);
  border-radius: 2.5em;
  background-color: #fff;
  aspect-ratio: 1284/620;
  padding: 8.2142857143% 42.8571428571% 8.2142857143% 8.9285714286%;
  margin-bottom: 9.5%;
  width: 91.7142857143%;
}
@media (max-width: 767px) {
  .card {
    margin-bottom: 23.3236151603%;
    padding: 8.1632653061%;
  }
}
.card:last-child {
  margin: 5% auto;
}
.card__number {
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.67em;
  color: #fff;
  -webkit-text-stroke: 1px #0fa36a;
  text-stroke: 1.5px #0fa36a;
}
.card__catch {
  font-size: 1.17em;
  font-weight: bold;
  margin-bottom: 0.63em;
  color: #0fa36a;
  letter-spacing: 0.02em;
  line-height: 1.71;
}
@media (max-width: 767px) {
  .card__catch {
    margin-bottom: 1.3em;
  }
}
.card__title {
  margin-bottom: 1.33em;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.card__description {
  font-size: 0.6em;
  line-height: 1.83;
  font-weight: 500;
}
@media (max-width: 767px) {
  .card__description {
    font-size: 0.9em;
  }
}
.card__img {
  overflow: hidden;
  position: absolute;
  top: -5%;
  right: -8.8%;
  width: 48%;
  aspect-ratio: 621/563;
  border-radius: 1.67em;
}
@media (max-width: 767px) {
  .card__img {
    top: -20%;
    right: -1%;
    width: 43%;
  }
}
.card__illust {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-35%, 22%);
  width: 8.7%;
}
@media (max-width: 767px) {
  .card__illust {
    left: initial;
    right: 0;
    width: 17%;
    transform: translate(0, 30%);
  }
}

.card--reverse {
  padding: 8.2142857143% 8.9285714286% 8.2142857143% 45.4285714286%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .card--reverse {
    padding: 8.1632653061%;
  }
}
@media (max-width: 767px) {
  .card--reverse .card__number {
    padding-left: 48%;
  }
}
@media (max-width: 767px) {
  .card--reverse .card__catch {
    padding-left: 48%;
    white-space: nowrap;
  }
}
.card--reverse .card__img {
  top: -2.6%;
  right: initial;
  left: -8.8%;
}
@media (max-width: 767px) {
  .card--reverse .card__img {
    top: -20%;
    left: 0%;
  }
}
.card--reverse .card__illust {
  left: initial;
  right: 0;
  transform: translate(35%, 22%);
}
@media (max-width: 767px) {
  .card--reverse .card__illust {
    right: initial;
    left: 0;
    width: 17%;
    transform: translate(0, 30%);
  }
}

.panel {
  position: relative;
  font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
  border: 2px dashed #0fa36a;
  border-radius: 1.5em;
  font-weight: bold;
  margin-bottom: 5.2%;
  padding: 3.44em 4.44em 2.83em;
}
@media (max-width: 767px) {
  .panel {
    margin-bottom: 10.2%;
    padding: 2.24em 2.6em 1.44em;
    border-radius: 1.3em;
  }
}
.panel__title {
  position: absolute;
  top: 0;
  left: 2.9285714286%;
  transform: translateY(-50%);
  border-radius: 100vh;
  font-size: 0.89em;
  padding: 1.25em 1em;
  width: 11.3em;
  text-align: center;
  color: #fff;
  background-color: #0fa36a;
}
.panel__text {
  color: #0fa36a;
  line-height: 2.22;
}
.panel__sub-text {
  font-weight: 500;
  line-height: 2.22;
  color: #000;
}
.panel__list {
  text-indent: -1em;
  margin-left: 1em;
}
.panel__item {
  line-height: 2.22;
  color: #0fa36a;
}
@media (max-width: 767px) {
  .panel__item {
    line-height: 1.33;
    margin-bottom: 1em;
  }
}
.panel__catch {
  color: #fff;
  background-color: #0fa36a;
}
.panel__content {
  color: #0fa36a;
  background-color: #fff;
}
.panel__content--left {
  width: 56.106870229%;
  padding: 3.44em 4.44em 2.83em;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
@media (max-width: 767px) {
  .panel__content--left {
    width: 100%;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
    padding: 2.24em 1em 1.44em;
  }
}
.panel__content--right {
  width: 43.893129771%;
  border-left: 2px dashed #0fa36a;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  justify-content: center;
}
.panel__content--right .panel__img {
  padding: 6%;
}
@media (max-width: 767px) {
  .panel__content--right .panel__img {
    width: 74.9196141479%;
  }
}
@media (max-width: 767px) {
  .panel__content--right {
    width: 100%;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-right-radius: 0;
    border-top: 2px dashed #0fa36a;
    border-left: none;
  }
}

.panel--improve {
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .panel--improve {
    flex-direction: column;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  height: auto;
}

.review-card {
  height: 100%;
  border: 1px solid #bea925;
  background-color: #fff;
  border-radius: 27px;
  font-size: clamp(0.5rem, 0.379rem + 0.52vw, 1rem);
}
@media (max-width: 767px) {
  .review-card {
    font-size: 9px;
    border-radius: 1.5em;
  }
}
.review-card__inner {
  padding: 2.625em 3.75em 3.375em;
}
@media (max-width: 767px) {
  .review-card__inner {
    padding: 1.625em 1em;
  }
}
.review-card__title {
  font-size: 1.31em;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.review-card__description {
  line-height: 1.93;
  font-weight: 500;
}

.star {
  display: flex;
  align-items: center;
  gap: 1%;
  font-size: clamp(0.75rem, 0.598rem + 0.65vw, 1.375rem);
  margin-bottom: 0.7em;
}
@media (max-width: 767px) {
  .star {
    justify-content: space-between;
    gap: 1%;
  }
}
.star__rate {
  font-family: Roboto;
  color: #bea925;
  line-height: 1;
}
.star__img-wrapper {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media (max-width: 767px) {
  .star__img-wrapper {
    gap: 1%;
  }
}
@media (max-width: 767px) {
  .star__img {
    width: 4px;
  }
}

.banner-link {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -1.3%;
  background-color: #0fa36a;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .banner-link {
    background-color: transparent;
    background-color: #0fa36a;
    padding: 2% 0 2.46%;
  }
}
.banner-link__img {
  width: 43.6458333333%;
  transform: translateX(-2%) translateY(-8%);
}
.banner-link__img:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .banner-link__img {
    width: auto;
    transform: none;
    width: 340px;
  }
}
.banner-link.show {
  opacity: 1;
  visibility: visible;
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.mv {
  position: relative;
  background-color: #00693e;
  aspect-ratio: 1850/1050;
  padding-top: 4.2708333333%;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 620/824;
    padding-top: 9.3333333333%;
  }
}
.mv__title {
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(1.5rem, 3.13vw, 3.75rem);
  font-weight: bold;
  margin: auto;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .mv__title {
    margin-left: auto;
    margin-right: auto;
    font-size: 7.5vw;
  }
}
.mv__balloon {
  display: inline-block;
  color: #00693e;
  font-size: 0.42em;
  padding: 0.8em 1em 1.2em;
  border-radius: 0.2em;
  background-image: url(../../img/bg-balloon-white.png);
  background-size: cover;
  transform: translate(-5%, -18%);
}
@media (max-width: 767px) {
  .mv__balloon {
    font-size: 0.52em;
    transform: translate(0%, 0%);
  }
}
.mv__text {
  color: #fff;
}
@media (max-width: 767px) {
  .mv__text {
    margin-top: 0.5em;
  }
}
.mv__number {
  display: inline-block;
  font-family: Roboto;
  color: #fff500;
  letter-spacing: 0;
}
.mv__number--large {
  font-size: 2em;
  margin-left: 0.17em;
}
.mv__number--small {
  font-size: 1.33em;
  margin-right: 0.1em;
}
.mv__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(34.563rem, 0.021rem + 71.96vw, 86.375rem);
}
@media (max-width: 767px) {
  .mv__img {
    width: 100%;
  }
}

.intro {
  position: relative;
}
.intro__inner {
  padding: 0 0 8.3333333333% 0;
}
@media (max-width: 767px) {
  .intro__inner {
    padding-bottom: 18.1333333333%;
  }
}
.intro__vegetable-img {
  margin-bottom: 4.0625%;
}
@media (max-width: 767px) {
  .intro__vegetable-img {
    margin-bottom: 10.6666666667%;
  }
}
.intro__product-img {
  display: block;
  margin: 2.6041666667% auto 4.7916666667% auto;
  width: 31.6666666667%;
}
@media (max-width: 767px) {
  .intro__product-img {
    display: block;
    width: 62.6666666667%;
    margin-top: 10.6666666667%;
  }
}
.intro__line {
  position: relative;
  width: 47.03125%;
  margin: auto;
  margin-bottom: 6.7708333333%;
}
@media (max-width: 767px) {
  .intro__line {
    width: 76%;
    margin-bottom: 25.6%;
  }
}
.intro__icons {
  position: absolute;
}
.intro__icons--left {
  width: 36.1018826135%;
  left: -40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .intro__icons--left {
    width: 29.1228070175%;
    left: -10%;
    transform: translateY(30%);
  }
}
.intro__icons--right {
  width: 33.9977851606%;
  right: -40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .intro__icons--right {
    width: 29.1228070175%;
    right: -10%;
    transform: translateY(20%);
  }
}
.intro__text {
  font-size: clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
  text-align: center;
}
.intro__catch {
  font-size: clamp(1.25rem, 0.871rem + 1.62vw, 2.813rem);
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .intro__catch {
    margin-bottom: 1em;
  }
}
.intro__description {
  font-size: clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
  font-weight: 500;
  line-height: 1.875;
  width: 32.2395833333%;
  margin: 0 auto 3.3333333333%;
}
@media (max-width: 767px) {
  .intro__description {
    width: 85.3333333333%;
    margin-bottom: 4.2666666667%;
  }
}
.intro__cook-img-wrapper {
  width: 58.0729166667%;
  margin: 0 auto 5.1041666667%;
}
@media (max-width: 767px) {
  .intro__cook-img-wrapper {
    width: 91.4666666667%;
    margin-bottom: 10.6666666667%;
  }
}
.intro__satisfied-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80.2083333333%;
  margin: 0 auto 3.8020833333%;
}
@media (max-width: 767px) {
  .intro__satisfied-img-wrapper {
    flex-direction: column;
    width: auto;
    margin-bottom: 10.6666666667%;
  }
}
.intro__satisfied-img-wrapper img:first-of-type {
  width: 34.9350649351%;
}
@media (max-width: 767px) {
  .intro__satisfied-img-wrapper img:first-of-type {
    width: 54.6666666667%;
  }
}
.intro__satisfied-img-wrapper img {
  width: 32.8571428571%;
}
@media (max-width: 767px) {
  .intro__satisfied-img-wrapper img {
    width: 54.6666666667%;
  }
}

.rule {
  width: 72.9166666667%;
  margin: auto;
}
@media (max-width: 767px) {
  .rule {
    width: 91.4666666667%;
  }
}
.rule__cards {
  margin: 10.9285714286% 0 13.4285714286%;
}
@media (max-width: 767px) {
  .rule__cards {
    margin-top: 19.8250728863%;
  }
}
.rule .card {
  font-size: clamp(1rem, -1.625rem + 2.92vw, 1.875rem);
}
@media (max-width: 1440px) {
  .rule .card {
    font-size: clamp(0.813rem, 0.746rem + 0.28vw, 1rem);
  }
}
@media (max-width: 767px) {
  .rule .card {
    width: 100%;
    max-width: 375px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.vegetables {
  position: relative;
  background-image: url(../../img/bg-vegetables.png);
  padding-bottom: 6.3541666667%;
}
.vegetables__inner {
  width: 72.9166666667%;
  margin: auto;
  padding-top: 7.4479166667%;
}
@media (max-width: 767px) {
  .vegetables__inner {
    width: 91.4666666667%;
    padding-top: 17.0666666667%;
    padding-bottom: 17.0666666667%;
  }
}
.vegetables__heading {
  display: flex;
  padding-bottom: 36.1458333333%;
}
@media (max-width: 1280px) {
  .vegetables__heading {
    padding-bottom: 40.8854166667%;
  }
}
@media (max-width: 990px) {
  .vegetables__heading {
    padding-bottom: 50.5050505051%;
  }
}
@media (max-width: 767px) {
  .vegetables__heading {
    flex-direction: column;
    padding-bottom: 65.0666666667%;
  }
}
.vegetables__title {
  font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
  font-weight: bold;
  width: 43.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .vegetables__title {
    width: 100%;
    padding: 0 2.915451895%;
  }
}
.vegetables__sub-title {
  color: #0fa36a;
  font-size: 1.6vw;
}
@media (max-width: 767px) {
  .vegetables__sub-title {
    font-size: 4.4vw;
  }
}
.vegetables__main-title {
  color: #0fa36a;
  font-size: 2.4vw;
  white-space: nowrap;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  text-align: left;
}
@media (max-width: 767px) {
  .vegetables__main-title {
    font-size: 6.5vw;
  }
}
.vegetables__small-char {
  font-size: 0.89em;
}
.vegetables__medium-char {
  font-size: 1.22em;
  letter-spacing: 0.03em;
}
.vegetables__large-char {
  display: inline-block;
  font-size: 4.67em;
  font-family: Roboto;
  letter-spacing: -0.06em;
  margin: 0 0.05em 0 0.05em;
  transform: translate(-0.05em, 0.05em);
}
.vegetables__title-lead {
  line-height: 1.83em;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 2.2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .vegetables__title-lead {
    line-height: 1.67;
  }
}
.vegetables__note {
  color: #585858;
  display: block;
  font-size: 0.89em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.88em;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .vegetables__note {
    line-height: 1.2;
  }
}
.vegetables .round-label-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2%;
  margin-left: 10%;
}
.vegetables .round-label {
  display: inline-block;
  font-size: clamp(1rem, 0.863rem + 0.58vw, 1.563rem);
  width: 6em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .vegetables .round-label {
    display: none;
  }
}
.vegetables .round-label--green {
  color: #fff;
  background-color: #0fa36a;
}
.vegetables .round-label--clear {
  color: #0fa36a;
  background-color: transparent;
  border: 1px solid #0fa36a;
}
.vegetables__logo {
  align-self: flex-start;
  margin-left: 17%;
}
@media (max-width: 767px) {
  .vegetables__logo {
    display: none;
  }
}
.vegetables__img--sp {
  display: none;
}
@media (max-width: 767px) {
  .vegetables__img--sp {
    display: block;
    width: 64.5333333333%;
    margin-top: 10.6666666667%;
    margin-left: 8.5333333333%;
  }
}
.vegetables__illust {
  position: absolute;
  bottom: 73%;
  right: 0;
}
@media (max-width: 767px) {
  .vegetables__illust {
    bottom: 72.5%;
  }
}
.vegetables__catch {
  font-size: clamp(2.125rem, 0.063rem + 2.29vw, 2.813rem);
  color: #0fa36a;
  font-weight: bold;
  text-align: center;
  line-height: 1.67;
  margin-bottom: 1.33em;
}
@media (max-width: 1440px) {
  .vegetables__catch {
    font-size: clamp(1.25rem, 0.942rem + 1.31vw, 2.125rem);
  }
}
.vegetables__description {
  font-size: clamp(0.938rem, 1.04vw, 1.25rem);
  line-height: 2;
  font-weight: 500;
  width: 55.9285714286%;
  margin: auto;
  text-align: center;
  margin-bottom: 8.65em;
}
@media (max-width: 1440px) {
  .vegetables__description {
    font-size: clamp(0.75rem, 0.684rem + 0.28vw, 0.938rem);
  }
}
@media (max-width: 767px) {
  .vegetables__description {
    width: 100%;
    padding: 0 2.915451895%;
    text-align: left;
    margin-bottom: 4em;
    line-height: 1.67;
  }
}
.vegetables .card {
  aspect-ratio: 1284/507;
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img {
    padding: 4.2666666667% 7.7333333333% 6.4% 4.2666666667%;
    width: 74.6666666667%;
    margin-bottom: 10.6666666667%;
    border-radius: 1.3em;
  }
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img .card__catch {
    padding-left: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img .card__description {
    padding-right: 20%;
  }
}
.vegetables .card--bottom-img .card__img {
  border-radius: initial;
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img .card__img {
    top: initial;
    bottom: 0;
    right: -33%;
    width: 55.859375%;
  }
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img.card--reverse {
    padding: 4.2666666667% 7.7333333333% 6.4% 19.4666666667%;
    width: 74.6666666667%;
    margin-bottom: 14.9333333333%;
    border-radius: 1.3em;
  }
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img.card--reverse .card__description {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .vegetables .card--bottom-img.card--reverse .card__img {
    top: initial;
    bottom: 0;
    right: initial;
    left: -33%;
    width: 55.859375%;
  }
}
.vegetables .card--one-column {
  width: 100%;
  padding: 8.5714285714% 12.5%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1280px) {
  .vegetables .card--one-column {
    padding: 8.5714285714% 5.7142857143%;
  }
}
@media (max-width: 767px) {
  .vegetables .card--one-column {
    width: 100%;
    padding: 11.6618075802% 4.3731778426%;
    border-bottom-left-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
  }
}
.vegetables .card--one-column .card__catch {
  text-align: center;
}
.vegetables .card--one-column .card__description {
  width: 63.5496183206%;
  margin: auto;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .vegetables .card--one-column .card__description {
    width: 100%;
    padding: 0 5%;
    font-size: 0.75em;
  }
}
.vegetables .card__img {
  aspect-ratio: initial;
}

.panels {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .panels {
    margin-bottom: 15%;
  }
}

.panels:first-of-type {
  margin-top: 11.8320610687%;
}
@media (max-width: 767px) {
  .panels:first-of-type {
    margin-top: 18.6588921283%;
  }
}

.panels:last-of-type {
  margin-bottom: 0px;
}

.panel--improve {
  margin-bottom: 0;
}
.panel--improve .panel__title {
  color: #0fa36a;
  background-color: #fff500;
  border: 1.5px solid #0fa36a;
}

.delivery__inner {
  padding-top: 6.3541666667%;
}
@media (max-width: 767px) {
  .delivery__inner {
    padding-top: 17.0666666667%;
  }
}
.delivery .heading-lv2-wrapper {
  font-size: clamp(2.125rem, 0.063rem + 2.29vw, 2.813rem);
}
@media (max-width: 1440px) {
  .delivery .heading-lv2-wrapper {
    font-size: clamp(1.25rem, 0.942rem + 1.31vw, 2.125rem);
  }
}
.delivery .heading-lv2-balloon {
  border-radius: 100vh;
  background-color: #0fa36a;
  padding: 0.72em 1.16em;
  margin-bottom: 2.6em;
}
@media (max-width: 767px) {
  .delivery .heading-lv2-balloon {
    font-size: 0.7em;
  }
}
.delivery .heading-lv2 {
  margin-bottom: 1em;
}
.delivery .heading-lv3 {
  font-size: 0.7em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.4em;
}
.delivery__intro {
  font-size: clamp(0.938rem, 1.04vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  line-height: 2;
  margin: 0 auto 5.7291666667%;
}
@media (max-width: 1440px) {
  .delivery__intro {
    font-size: clamp(0.75rem, 0.684rem + 0.28vw, 0.938rem);
  }
}
.delivery__card {
  font-size: clamp(1.625rem, -0.063rem + 1.88vw, 2.188rem);
  width: 72.9166666667%;
  margin: auto;
  aspect-ratio: 1400/510;
  padding-top: 6.2%;
  padding-right: 42%;
  transform: translateY(-30%);
}
@media (max-width: 1440px) {
  .delivery__card {
    font-size: clamp(1rem, 0.78rem + 0.94vw, 1.625rem);
  }
}
@media (max-width: 767px) {
  .delivery__card {
    width: 91.4666666667%;
    padding: 10.6666666667% 4%;
    transform: translateY(-13%);
  }
}
.delivery .card__catch {
  font-size: 1em;
}
@media (max-width: 767px) {
  .delivery .card__catch {
    text-align: center;
  }
}
.delivery .card__img {
  width: 46.5%;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 641/390;
  right: 3%;
}
@media (max-width: 767px) {
  .delivery .card__img {
    position: static;
    transform: none;
    width: 100%;
  }
}
.delivery .card__description {
  font-size: 0.51em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .delivery .card__description {
    margin-bottom: 2em;
    padding: 0px 1.3em;
    text-align: center;
    font-size: 0.8em;
  }
}

.delivery.mail.add {
  padding-bottom: 0;
}
.delivery.mail.add .delivery__card {
  margin: 7% auto;
}
@media (max-width: 767px) {
  .delivery.mail.add .delivery__card {
    margin-bottom: 40px;
  }
}
.delivery.mail.add .heading-lv2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .delivery.mail.add .heading-lv2 {
    margin-bottom: 30px;
  }
}
.delivery.mail.add .text {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .delivery.mail.add .text {
    margin-bottom: 50px;
    line-height: 1.7rem;
  }
}

.faq {
  background-color: #fff;
  /* 必須 */
  /* hover */
}
.faq__inner {
  width: 54.5833333333%;
  margin: auto;
  padding: 4.6875% 0 7.2916666667%;
  min-width: 700px;
}
@media (max-width: 767px) {
  .faq__inner {
    min-width: auto;
    width: 82.9333333333%;
    padding: 17.0666666667% 0 23.4666666667%;
  }
}
.faq .heading-lv2-wrapper {
  font-size: clamp(1.625rem, -0.063rem + 1.88vw, 2.188rem);
  margin-bottom: 1.7em;
}
@media (max-width: 1440px) {
  .faq .heading-lv2-wrapper {
    font-size: clamp(1.25rem, 1.118rem + 0.56vw, 1.625rem);
  }
}
.faq .heading-lv2-balloon {
  border-radius: 100vh;
  background-color: #0fa36a;
  padding: 0.72em 0;
  margin-bottom: 2.6em;
  width: 11.2em;
}
@media (max-width: 767px) {
  .faq .heading-lv2-balloon {
    width: 13em;
    margin-bottom: 4.5em;
    padding: 1.3em 0;
    font-size: 0.45em;
  }
}
.faq .heading-lv2 {
  margin-bottom: 1em;
}
.faq .accordion__item {
  color: #0fa36a;
  border-bottom: 1px solid #ccc;
  line-height: 1.75;
}
.faq .accordion-content {
  display: none;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 4px;
}
.faq .accordion-header {
  position: relative;
  padding: 6.3% 6.3% 6.3% 12%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  font-size: clamp(0.875rem, 0.125rem + 0.83vw, 1.125rem);
  font-weight: bold;
  border-radius: 4px;
  list-style: none;
}
@media (max-width: 767px) {
  .faq .accordion-header {
    padding: 10.7% 20%;
  }
}
.faq .accordion-header::before,
.faq .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background: #0fa36a;
}
.faq .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.faq .accordion-header.active::after {
  transform: rotate(0deg);
}
.faq .accordion-content {
  align-items: center;
  padding: 6.3% 6.3% 6.3% 12%;
  background-color: #fff8df;
}
@media (max-width: 767px) {
  .faq .accordion-content {
    padding-left: 20%;
  }
}
.faq .accordion-header span,
.faq .accordion-content span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.faq .accordion-header span::before,
.faq .accordion-content span::before {
  position: absolute;
  content: "Q";
  font-family: Roboto;
  top: 50%;
  transform: translateY(-50%);
  left: -9.5%;
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4%;
  border-radius: 50%;
  border: 1px solid #0fa36a;
  margin-bottom: 0.1em;
}
@media (max-width: 767px) {
  .faq .accordion-header span::before,
  .faq .accordion-content span::before {
    left: -28%;
    width: 20%;
  }
}
.faq .accordion-content span::before {
  content: "A";
}
@media (max-width: 767px) {
  .faq .accordion-content span::before {
    width: 16.3%;
    left: -23%;
  }
}
.faq .accordion-header:hover {
  background-color: #f2f2f2;
}

.mail {
  padding-bottom: 10.3092783505%;
}
@media (max-width: 767px) {
  .mail {
    padding-bottom: 17.0666666667%;
  }
}
.mail .merit {
  position: relative;
  background-color: #fff;
  border-radius: 4em;
  width: 72.9166666667%;
  margin: auto;
  padding: 6.25% 9.1666666667% 7.2916666667%;
  margin-top: -4.0625%;
}
@media (max-width: 767px) {
  .mail .merit {
    width: 91.4666666667%;
    padding: 12.8% 4.2666666667%;
    border-radius: 3em;
  }
}
.mail .merit .heading-lv2 {
  line-height: 1;
  text-align: center;
  font-size: clamp(1.625rem, -0.063rem + 1.88vw, 2.188rem);
  letter-spacing: 0.05em;
  color: #0fa36a;
  margin-bottom: 3em;
}
@media (max-width: 1440px) {
  .mail .merit .heading-lv2 {
    font-size: clamp(1.25rem, 1.118rem + 0.56vw, 1.625rem);
  }
}
.mail .merit .heading-lv2__number {
  font-size: 1.23em;
}
.mail .merit__panel {
  padding: 0;
  font-size: clamp(0.875rem, 0.125rem + 0.83vw, 1.125rem);
  margin-bottom: 3.9em;
  border: none;
}
@media (max-width: 1440px) {
  .mail .merit__panel {
    font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
  }
}
.mail .merit__panel:last-of-type {
  margin-bottom: 50px;
}
.mail .merit .panel__title {
  color: #0fa36a;
  background-color: #fff500;
  border: 2px solid currentColor;
}
@media (max-width: 767px) {
  .mail .merit .panel__title {
    padding: 0.7em;
  }
}
.mail .merit .panel__catch {
  font-size: 1.33em;
  line-height: 1.33;
  padding: 2.4em 3.1em 1.7em;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
@media (max-width: 767px) {
  .mail .merit .panel__catch {
    line-height: 1.4;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 2em;
    padding-bottom: 1.3em;
  }
}
.mail .merit .panel__content {
  padding: 2.1em 2.3em 1.7em 4.1em;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  line-height: 2.22;
  border-left: 2px dashed #0fa36a;
  border-right: 2px dashed #0fa36a;
  border-bottom: 2px dashed #0fa36a;
}
@media (max-width: 767px) {
  .mail .merit .panel__content {
    line-height: 1.4;
    padding-left: 2.2em;
    padding-right: 2.2em;
    padding-top: 1.7em;
  }
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */