:root {
  --ff_txt: "Noto Sans JP", sans-serif;
  --ff_ttl: "Zen Maru Gothic", sans-serif;
  --ff_montserrat: "Montserrat", sans-serif;
  --fs_txt_pc: 1.6rem;
  --fs_txt_sp: 1.5rem;
  --fs_ttl_pc: 2.4rem;
  --fs_ttl_sp: 2rem;
  --lh_pc: 1.8;
  --lh_sp: 1.7;
  --ls_pc: 0.05em;
  --ls_sp: 0.05em;
  --c_inner_pc: 0 11rem;
  --c_inner_sp: 0 2rem;
  --text_color: #333;
  --outfit: "Outfit", sans-serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 2.5vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 11.4285714286px;
  }
}
@media (max-width: 767px) {
  html {
    overflow-x: clip;
    max-width: 100vw;
  }
}
html.is-hidden {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
html * {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--ff_txt);
  font-size: var(--fs_txt_pc);
  font-feature-settings: "palt";
  line-height: var(--lh_pc);
  color: var(--text_color);
  letter-spacing: var(--ls_pc);
}
@media (max-width: 767px) {
  body {
    font-size: var(--fs_txt_sp);
    line-height: var(--lh_sp);
    letter-spacing: var(--ls_sp);
    overflow-x: clip;
    max-width: 100vw;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff_ttl);
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

picture {
  display: block;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

svg,
img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    padding: 0;
    margin: 0;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
[x-cloak] {
  display: none !important;
}

.has-js-inview .js-inview:not(.is-inview) {
  opacity: 0;
  transform: translateY(2.4rem);
}

.has-js-inview .js-inview {
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}

.has-js-inview .js-inview.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .has-js-inview .js-inview:not(.is-inview),
  .has-js-inview .js-inview.is-inview {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  transition: all 0.3s ease;
}
.l-header.is-scrolled {
  background-color: #FFF6ED;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-inline: auto;
  padding: 1.2rem 2rem 1.2rem 3.6rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 1.2rem 1.6rem;
  }
}
.l-header__logo {
  flex-shrink: 0;
  margin: 0;
}
.l-header__logo-link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.l-header__logo-link:hover {
  opacity: 0.8;
}
.l-header__logo-icon {
  flex-shrink: 0;
}
.l-header__logo-icon img {
  display: block;
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .l-header__logo-icon img {
    width: 3.5rem;
  }
}
.l-header__logo-letter {
  flex-shrink: 0;
}
.l-header__logo-letter img {
  display: block;
  width: 19rem;
  height: 5rem;
}
@media (max-width: 767px) {
  .l-header__logo-letter img {
    width: 14rem;
    height: auto;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-header__nav-list {
    gap: 0.8rem;
  }
}
.l-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 5rem;
  padding: 0 1.5rem;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
  border: 2px solid #fff;
  border-radius: 5rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__btn {
    height: 4rem;
    padding: 0 0.3rem 0 1rem;
    font-size: 1rem;
  }
}
.l-header__btn--sample {
  min-width: 20rem;
  background-color: #0A7D23;
}
.l-header__btn--sample:hover {
  color: #0A7D23;
  background-color: #fff;
  border-color: #0A7D23;
}
.l-header__btn--sample:hover .l-header__btn-icon {
  background-color: #0A7D23;
}
.l-header__btn--sample:hover .l-header__btn-icon img {
  filter: brightness(0) invert(1);
}
.l-header__btn--contact {
  min-width: 24rem;
  background-color: #F47710;
}
.l-header__btn--contact:hover {
  color: #F47710;
  background-color: #fff;
  border-color: #F47710;
}
.l-header__btn--contact:hover .l-header__btn-icon {
  background-color: #F47710;
}
.l-header__btn--contact:hover .l-header__btn-icon img {
  filter: brightness(0) invert(1);
}
.l-header__btn-text {
  flex: 1;
  text-align: center;
  letter-spacing: 0;
}
.l-header__btn-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .l-header__btn-icon {
    width: 2rem;
    height: 2rem;
  }
}
.l-header__btn-icon img {
  display: block;
  width: 0.6rem;
  height: 1rem;
  transition: filter 0.2s;
}

.l-footer {
  background-color: #fff;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-inline: auto;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 1.6rem;
    padding: 3.6rem 1.6rem 5.4rem;
  }
}
.l-footer__logo {
  flex-shrink: 0;
  margin: 0;
}
.l-footer__logo-link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.l-footer__logo-link:hover {
  opacity: 0.8;
}
.l-footer__logo-icon {
  flex-shrink: 0;
}
.l-footer__logo-icon img {
  display: block;
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .l-footer__logo-icon img {
    width: 5.2rem;
  }
}
.l-footer__logo-letter {
  flex-shrink: 0;
}
.l-footer__logo-letter img {
  display: block;
  width: 19rem;
  height: 5rem;
}
@media (max-width: 767px) {
  .l-footer__logo-letter img {
    width: 20.4rem;
    height: auto;
  }
}
.l-footer__corp-link {
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.3rem;
  align-items: center;
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0A7D23;
  transition: opacity 0.3s ease;
}
.l-footer__corp-link:hover {
  opacity: 0.8;
}
.l-footer__corp-link-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.l-footer__corp-link-icon img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}

.p-mv {
  padding-top: 7.3rem;
  background-color: #FFF6ED;
  min-height: 70rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-mv {
    min-height: auto;
  }
}
.p-mv__body {
  position: relative;
  max-width: 140rem;
  margin-inline: auto;
  width: 100%;
  min-height: 53.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-mv__body {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
}
.p-mv__content {
  position: relative;
  z-index: 2;
  padding: 1.6rem 0 1.8rem 6.3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-mv__content {
    order: 1;
    width: 100%;
    padding: 0 2rem 1.3rem;
  }
}
.p-mv__content-box {
  position: relative;
  width: 62.5rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-mv__content-box {
    margin-top: 0;
    width: 100%;
    padding: 0;
    border: none;
  }
}
.p-mv__badge {
  position: absolute;
  top: -7.3rem;
  right: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15.6rem;
  height: auto;
  background-color: #F47710;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-mv__badge {
    padding-top: 0.2rem;
    top: -3rem;
    right: 0;
    width: 10.6rem;
    z-index: -1;
  }
}
.p-mv__badge-label {
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .p-mv__badge-label {
    font-size: 1.4rem;
  }
}
.p-mv__badge-num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.p-mv__badge-about {
  font-family: var(--ff_txt);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .p-mv__badge-about {
    font-size: 1.56rem;
  }
}
.p-mv__badge-unit {
  font-family: var(--ff_txt);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .p-mv__badge-unit {
    font-size: 1.71rem;
  }
}
.p-mv__badge-numeral {
  font-family: "Roboto", sans-serif;
  font-size: 7.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-right: 0.2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .p-mv__badge-numeral {
    font-size: 4.8rem;
  }
}
.p-mv__badge-sup {
  font-family: var(--ff_txt);
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 5.2rem;
  right: 1.8rem;
}
@media (max-width: 767px) {
  .p-mv__badge-sup {
    font-size: 1.17rem;
    top: 3.6rem;
    right: 1.1rem;
  }
}
.p-mv__heading {
  display: block;
  margin-top: -0.9rem;
}
@media (max-width: 767px) {
  .p-mv__heading {
    margin-top: 0;
  }
}
.p-mv__heading picture {
  display: block;
}
.p-mv__heading img {
  width: 59.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-mv__heading img {
    width: 100%;
    max-width: 100%;
  }
}
.p-mv__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .p-mv__features {
    gap: 0.4rem;
    margin-top: 1.7rem;
  }
}
.p-mv__feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.5rem 0;
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0 0.8rem rgba(177, 139, 112, 0.15);
  text-align: center;
  min-height: 12.8rem;
}
@media (max-width: 767px) {
  .p-mv__feature {
    min-height: auto;
    border-radius: 0.8rem;
    padding: 1.8rem 0.4rem 1rem;
  }
}
@media (max-width: 767px) {
  .p-mv__feature:nth-child(1) .p-mv__feature-text {
    font-size: 1.4rem;
  }
}
.p-mv__feature-icon {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: auto;
  background-color: #F47710;
  border-radius: 50%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.p-mv__feature-icon img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-mv__feature-icon {
    top: -1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-mv__feature-icon img {
    width: 1.2rem;
  }
}
.p-mv__feature-text {
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3d3535;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .p-mv__feature-text {
    font-size: 1.03rem;
    line-height: 1.5;
  }
}
.p-mv__feature-accent {
  font-size: 2.4rem;
  font-weight: 700;
  color: #F47710;
}
@media (max-width: 767px) {
  .p-mv__feature-accent {
    font-size: 1.46rem;
  }
}
.p-mv__feature-accent-black {
  font-size: 2.3rem;
  color: #3d3535;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-mv__feature-accent-black {
    font-size: 1.37rem;
  }
}
.p-mv__feature-small {
  font-size: 1.7rem;
  font-weight: 600;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-mv__feature-small {
    font-size: 0.97rem;
  }
}
.p-mv__note {
  margin-top: auto;
  font-family: var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #3d3535;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .p-mv__note {
    font-size: 1rem;
    margin-top: 1.3rem;
  }
}
.p-mv__images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: 54.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-mv__images {
    position: static;
    order: 2;
    left: auto;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.p-mv__image-main {
  overflow: clip;
  height: auto;
}
.p-mv__image-main picture {
  display: block;
  height: 100%;
}
.p-mv__image-main picture img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .p-mv__image-main picture img {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}
@media (max-width: 767px) {
  .p-mv__image-main {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}
.p-mv__image-sub {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .p-mv__image-sub {
    row-gap: 0.5rem;
  }
}
.p-mv__image-sub-item {
  overflow: hidden;
  border-radius: 1.2rem 0 0 1.2rem;
}
.p-mv__image-sub-item picture {
  display: block;
  height: 100%;
}
.p-mv__image-sub-item picture img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-mv__image-sub-item {
    border-radius: 0.6rem 0 0 0.6rem;
  }
}
.p-mv__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 4rem 2rem 3rem 2rem;
  background-color: #0A7D23;
}
@media (max-width: 767px) {
  .p-mv__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.2rem;
    width: 100%;
    min-width: 0;
    padding: 2.8rem 1rem 2rem;
    box-sizing: border-box;
  }
}
.p-mv__cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 40rem;
  min-height: 7.9rem;
  padding: 1rem 1.3rem;
  border: 2px solid #fff;
  border-radius: 5rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .p-mv__cta-btn {
    min-width: 0;
    width: 100%;
    min-height: 6.4rem;
    gap: 0.3rem;
    padding: 1.2rem 1.4rem;
    border-radius: 1rem;
  }
}
.p-mv__cta-btn--sample {
  background-color: transparent;
}
.p-mv__cta-btn--sample .p-mv__cta-icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1224%) hue-rotate(110deg) brightness(90%) contrast(92%);
}
.p-mv__cta-btn--sample .p-mv__cta-label {
  border: 2px solid #0A7D23;
}
@media (max-width: 767px) {
  .p-mv__cta-btn--sample .p-mv__cta-label {
    width: -moz-max-content;
    width: max-content;
  }
}
.p-mv__cta-btn--sample:hover {
  background-color: #fff;
  border-color: #0A7D23;
}
.p-mv__cta-btn--sample:hover .p-mv__cta-text {
  color: #0A7D23;
}
.p-mv__cta-btn--sample:hover .p-mv__cta-icon {
  border-color: #0A7D23;
  background-color: #0A7D23;
}
.p-mv__cta-btn--sample:hover .p-mv__cta-icon img {
  filter: brightness(0) invert(1);
}
.p-mv__cta-btn--sample:hover .p-mv__cta-label {
  border-color: #0A7D23;
}
.p-mv__cta-btn--sample:hover .p-mv__cta-label::after {
  border-top-color: #0A7D23;
}
.p-mv__cta-btn--contact {
  background-color: #F47710;
  border: 2px solid #fff;
}
.p-mv__cta-btn--contact .p-mv__cta-icon img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(2475%) hue-rotate(359deg) brightness(102%) contrast(98%);
}
.p-mv__cta-btn--contact .p-mv__cta-label {
  border: 2px solid #F47710;
}
@media (max-width: 767px) {
  .p-mv__cta-btn--contact .p-mv__cta-label {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
}
.p-mv__cta-btn--contact:hover {
  background-color: #fff;
}
.p-mv__cta-btn--contact:hover .p-mv__cta-text {
  color: #F47710;
}
.p-mv__cta-btn--contact:hover .p-mv__cta-icon {
  background-color: #F47710;
}
.p-mv__cta-btn--contact:hover .p-mv__cta-icon img {
  filter: brightness(0) invert(1);
}
.p-mv__cta-btn--contact:hover .p-mv__cta-label {
  border-color: #F47710;
}
.p-mv__cta-btn--contact:hover .p-mv__cta-label::after {
  border-top-color: #F47710;
}
.p-mv__cta-label {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem 1.4rem;
  border-radius: 9999px;
  background-color: #fff;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3d3535;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-mv__cta-label {
    top: 0.5rem;
    max-width: calc(100% - 0.4rem);
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    transform: translate(-50%, -100%);
  }
}
.p-mv__cta-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-left: 1.2rem solid transparent;
  border-right: 0 solid transparent;
  border-top: 0.6rem solid #fff;
  transition: all 0.3s ease;
}
.p-mv__cta-label-accent {
  color: #F47710;
}
.p-mv__cta-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-mv__cta-body {
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: 0.4rem;
  }
}
.p-mv__cta-text {
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-mv__cta-text {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: start;
    white-space: normal;
    min-width: 0;
  }
}
.p-mv__cta-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.p-mv__cta-icon img {
  display: block;
  width: 0.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-mv__cta-icon img {
    width: 0.8rem;
    padding-left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .p-mv__cta-icon {
    width: 2rem;
    height: auto;
  }
}

.p-problem {
  position: relative;
  overflow: hidden;
  padding: 5rem 10rem 0;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .p-problem {
    padding: 2.8rem 2rem 0;
  }
}
.p-problem::after {
  content: "";
  position: absolute;
  top: 18.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background-color: #FFF6ED;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-problem::after {
    top: 22rem;
    width: 200rem;
    height: 200rem;
  }
}
.p-problem__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.p-problem__card {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.8rem;
  box-shadow: 0 0.2rem 1.6rem rgba(211, 210, 191, 0.27);
  padding: 2.7rem 8.7rem 6.1rem 8.7rem;
}
@media (max-width: 767px) {
  .p-problem__card {
    border-radius: 2rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 0 2.4rem rgba(177, 139, 112, 0.15);
  }
}
.p-problem__card-head {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .p-problem__card-head {
    display: grid;
    gap: 0;
    grid-template-columns: fit-content(100%) auto fit-content(100%);
    margin-bottom: -1rem;
  }
}
.p-problem__title-area {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-problem__title-area {
    display: contents;
  }
}
@media (max-width: 767px) {
  .p-problem__title-area {
    flex-wrap: nowrap;
  }
}
.p-problem__title-icon {
  flex-shrink: 0;
  width: 7rem;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-problem__title-icon {
    width: 5rem;
  }
}
.p-problem__title-icon img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: auto;
}
.p-problem__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--ff_txt);
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3535;
  letter-spacing: 0.08em;
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .p-problem__title {
    width: 100%;
    display: grid;
    gap: 1rem 0.3rem;
    justify-content: center;
    grid-template-columns: repeat(2, fit-content(100%));
    font-size: 2.2rem;
  }
}
.p-problem__title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem 3.5rem;
  margin-bottom: -1rem;
  background-image: url("../images/ic-ballon-green.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-problem__title-badge {
    padding: 0.5rem 1.2rem 1.7rem;
    background-image: url("../images/ic-ballon-green-sp.png");
  }
}
@media (max-width: 767px) {
  .p-problem__title-arimasenka {
    grid-column: 1/3;
    text-align: center;
  }
}
.p-problem__person {
  flex-shrink: 0;
  width: 8rem;
  height: auto;
  position: absolute;
  right: 17rem;
  top: 1.6rem;
}
@media (max-width: 767px) {
  .p-problem__person {
    position: relative;
    top: 0;
    right: 0;
    width: 6.5rem;
  }
}
.p-problem__person img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: auto;
}
.p-problem__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2rem;
}
@media (max-width: 767px) {
  .p-problem__list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.p-problem__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.2rem 2rem 2.2rem 2.4rem;
  background-color: #dbf0dd;
  border-radius: 0.4rem;
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3d3535;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-problem__item {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
  }
}
.p-problem__check {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #0A7D23;
  border-radius: 50%;
}
.p-problem__check img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 1.4rem;
  height: auto;
}
.p-problem__item-accent {
  color: #0A7D23;
}
.p-problem__arrow {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-top: 7rem solid #fff;
}
@media (max-width: 767px) {
  .p-problem__arrow {
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
    border-top: 3.5rem solid #fff;
  }
}
.p-problem__catch {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-problem__catch {
    margin-top: 2.5rem;
  }
}
.p-problem__catch-line1 {
  font-family: var(--ff_txt);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3535;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .p-problem__catch-line1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    gap: 1rem 0.6rem;
  }
}
.p-problem__catch-efficiency {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  background-color: #F47710;
  color: #fff;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 4.6rem;
}
@media (max-width: 767px) {
  .p-problem__catch-efficiency {
    padding: 0.5rem 1.2rem;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.2rem;
  }
}
.p-problem__catch-delicious {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.6rem;
  background-color: #F47710;
  color: #fff;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 4.6rem;
}
@media (max-width: 767px) {
  .p-problem__catch-delicious {
    padding: 0.5rem 1.2rem;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.2rem;
  }
}
.p-problem__catch-small {
  font-size: 3.1rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-problem__catch-small {
    width: -moz-max-content;
    width: max-content;
    grid-column: 1/4;
    font-size: 2.4rem;
  }
}
.p-problem__catch-small .p-problem__catch-small-comma {
  display: contents !important;
}
@media (max-width: 767px) {
  .p-problem__catch-small .p-problem__catch-small-comma {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .p-problem__catch-small-inner {
    width: -moz-min-content;
    width: min-content;
  }
}
.p-problem__catch-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.4rem;
  margin-top: 1.3rem;
  font-family: var(--ff_txt);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #3d3535;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-problem__catch-line2 {
    font-size: 2.4rem;
    margin-top: 1rem;
    gap: 0 0.2rem;
    line-height: 1.1;
  }
}
.p-problem__catch-logo {
  display: inline-flex;
  align-items: center;
}
.p-problem__catch-logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 24rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-problem__catch-logo img {
    width: 16.7rem;
  }
}
.p-problem__catch-green {
  color: #0A7D23;
  font-size: 4.2rem;
  align-self: baseline;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-problem__catch-green {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-problem__catch-green-inner {
    font-size: 3.2rem;
  }
}
.p-problem__photos {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .p-problem__photos {
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}
.p-problem__photo {
  overflow: hidden;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .p-problem__photo {
    border-radius: 0.8rem;
  }
}
.p-problem__photo img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  height: auto;
  display: block;
}

.p-about {
  position: relative;
  overflow: hidden;
  padding: 3rem 10rem 8.6rem;
}
@media (max-width: 767px) {
  .p-about {
    padding: 0 1.5rem 6rem;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 100%;
  background-color: #FFF6ED;
  border-radius: 0 0 50% 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-about::before {
    top: 44rem;
    width: 250rem;
    height: 195rem;
  }
}
.p-about__inner {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 2.4rem rgba(177, 139, 112, 0.15);
  padding: 4rem 6.5rem 5.9rem 6.5rem;
}
@media (max-width: 767px) {
  .p-about__inner {
    padding: 2.5rem 2rem;
  }
}
.p-about__logo-area {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0;
  margin-left: -2.7rem;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .p-about__logo-area {
    margin-top: 0;
    align-items: start;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.p-about__logo-badge {
  flex-shrink: 0;
  margin-right: -1rem;
}
@media (max-width: 767px) {
  .p-about__logo-badge {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-about__logo-badge img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 25rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-about__logo-badge img {
    width: 21rem;
  }
}
.p-about__heading {
  font-family: var(--ff_txt);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-about__heading {
    margin-bottom: 1.5rem;
  }
}
.p-about__heading-line1 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 3rem;
  font-weight: 700;
  color: #3D3535;
  line-height: 1.4;
  margin-bottom: 0.6rem;
  justify-content: center;
  position: relative;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-about__heading-line1 {
    font-size: 2rem;
    gap: 0.3rem;
  }
}
.p-about__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-about__badge {
    font-size: 2.6rem;
    padding: 0.35rem;
  }
}
.p-about__badge--orange {
  background-color: #F47710;
}
.p-about__heading-line2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 4rem;
  font-weight: 700;
  color: #3D3535;
  line-height: 1.5;
  justify-content: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-about__heading-line2 {
    font-size: 2.4rem;
    gap: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .p-about__heading-small {
    margin-left: -0.2rem;
  }
}
.p-about__label-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  background-color: #0A7D23;
  border-radius: 0.3rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-about__label-green {
    font-size: 2.2rem;
    padding: 0.35rem 0.5rem 0.45rem;
  }
}
.p-about__desc {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3D3535;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-about__desc {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.07em;
  }
}
.p-about__link {
  position: relative;
  display: inline;
  color: #F47710;
  text-decoration: underline;
}
.p-about__link::after {
  content: "";
  position: absolute;
  top: -0.25em;
  right: -0.55em;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  border: 1.3px solid #fff;
  border-radius: 50%;
  background-color: #fc940f;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 1.3px 0.5rem, 0.5rem 1.3px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.p-about__comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767px) {
  .p-about__comparison {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
.p-about__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.3rem 0 1.3rem;
  margin-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-about__arrow {
    padding: 0.8rem 0;
  }
}
.p-about__arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2.3rem solid #F47710;
  position: absolute;
  left: 0.1rem;
}
@media (max-width: 767px) {
  .p-about__arrow::after {
    left: 50%;
    transform: translateX(-50%);
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
    border-top: 2rem solid #F47710;
    border-bottom: none;
  }
}
.p-about__col {
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem 1.2rem 0.4rem 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-about__col {
    border-radius: 0.8rem 0.8rem 0.4rem 0.4rem;
  }
}
.p-about__col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1rem;
  font-family: var(--ff_txt);
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-about__col-header {
    font-size: 2rem;
    padding: 1rem;
  }
}
.p-about__col-body {
  flex: 1;
  padding: 2rem 1rem;
}
@media (max-width: 767px) {
  .p-about__col-body {
    padding: 1.2rem;
  }
}
.p-about__col--problem {
  border: 2px solid #a0a0a0;
}
.p-about__col--problem .p-about__col-header {
  background-color: #8c8c8c;
}
.p-about__col--problem .p-about__col-body {
  background-color: #e1e1e1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
.p-about__col--product {
  border: 2px solid #F47710;
}
.p-about__col--product .p-about__col-header {
  background-color: #F47710;
  padding: 1.1rem 1rem;
}
.p-about__col--product .p-about__col-header img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 21rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-about__col--product .p-about__col-header img {
    width: 14rem;
  }
}
.p-about__col--product .p-about__col-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about__col--result {
  border: 2px solid #0A7D23;
}
.p-about__col--result .p-about__col-header {
  background-color: #0A7D23;
}
.p-about__col--result .p-about__col-body {
  background-color: #dbf0dd;
  padding-inline: 1.4rem;
}
.p-about__issue {
  display: grid;
  grid-template-columns: 6.7rem 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0.5rem;
  background-color: #fff;
  border-radius: 0.4rem;
  height: 100%;
}
@media (max-width: 767px) {
  .p-about__issue {
    grid-template-columns: 5rem 1fr;
    padding: 1rem;
    gap: 0.8rem;
  }
}
.p-about__issue-icon img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: auto;
}
.p-about__issue-title {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 700;
  color: #3D3535;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-about__issue-title {
    font-size: 1.5rem;
  }
}
.p-about__issue-desc {
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  color: #3D3535;
  line-height: 1.4;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .p-about__issue-desc {
    font-size: 1.3rem;
  }
}
.p-about__product-subtitle {
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 500;
  color: #3D3535;
  text-align: center;
  margin-bottom: 1.9rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-about__product-subtitle {
    font-size: 1.8rem;
  }
}
.p-about__product-img {
  width: 100%;
  padding-inline: 2rem;
}
.p-about__product-img img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.p-about__product-note {
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  color: #3D3535;
  text-align: center;
  margin-top: 1.3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-about__product-note {
    letter-spacing: 0;
  }
}
.p-about__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  height: 100%;
}
.p-about__benefit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 70% auto;
  padding-bottom: 1rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.4rem;
}
.p-about__benefit img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 6.7rem;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-about__benefit img {
    width: 4rem;
  }
}
.p-about__benefit span {
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A7D23;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-about__benefit span {
    font-size: 1.4rem;
  }
}
.p-about__benefit:nth-last-child(-n+2) img {
  width: 7.5rem;
}
@media (max-width: 767px) {
  .p-about__benefit:nth-last-child(-n+2) img {
    width: 5rem;
  }
}

.p-seasonal-menu {
  padding: 8.7rem 10rem 5rem 10rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-seasonal-menu {
    padding: 4rem 2rem;
  }
}
.p-seasonal-menu__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-seasonal-menu__header {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__header {
    margin-bottom: 2.5rem;
  }
}
.p-seasonal-menu__header-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  top: -5rem;
  right: -4.4rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__header-icon {
    top: -7.5rem;
    right: 0.5rem;
  }
}
.p-seasonal-menu__header-icon img {
  display: block;
  width: 16rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-seasonal-menu__header-icon img {
    width: 7rem;
  }
}
.p-seasonal-menu__heading {
  font-family: var(--ff_txt);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #3d3535;
  margin-bottom: 2.4rem;
  text-align: center;
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading {
    display: block;
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    line-height: 1.3;
  }
}
.p-seasonal-menu__heading-meal {
  color: #F47710;
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-meal {
    color: #F47710;
    font-size: 3.2rem;
  }
}
.p-seasonal-menu__heading-meal-small {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-meal-small {
    font-size: 2.8rem;
  }
}
.p-seasonal-menu__heading-kara {
  font-size: 3rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-kara {
    font-size: 2.4rem;
  }
}
.p-seasonal-menu__heading-colorful {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-colorful {
    font-size: 3rem;
  }
}
.p-seasonal-menu__heading-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 1rem 0.5rem;
  background-color: #F47710;
  line-height: 1;
  border-radius: 0.2rem;
  font-size: 4.6rem;
  color: #fff;
  letter-spacing: -0.02em;
  vertical-align: -0.15em;
  transform: translateY(0.5rem);
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-badge {
    font-size: 3.2rem;
    padding: 0.4rem 0.6rem;
    letter-spacing: 0;
    vertical-align: -0.1em;
    transform: translateY(0);
  }
}
.p-seasonal-menu__heading-made {
  font-size: 3rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-seasonal-menu__heading-made {
    font-size: 2.4rem;
  }
}
.p-seasonal-menu__desc {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3d3535;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-seasonal-menu__desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-seasonal-menu__sliders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__sliders {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-seasonal-menu__card {
  min-width: 0;
  background-color: #fff;
  border: 1.7px solid #0A7D23;
  border-radius: 1.7rem;
  box-shadow: 0 0.2rem 1.5rem rgba(124, 124, 124, 0.3);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-seasonal-menu__card {
    border-radius: 2rem;
  }
}
.p-seasonal-menu__swiper-area {
  position: relative;
  padding: 2.8rem 4rem 3.5rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__swiper-area {
    padding: 1.6rem 1.6rem 1.6rem;
  }
}
.p-seasonal-menu__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
}
.p-seasonal-menu__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 550/370;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-seasonal-menu__slide img {
    aspect-ratio: 320/220;
  }
}
@media (max-width: 767px) {
  .p-seasonal-menu__controls {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin-top: 1.2rem;
  }
}
.p-seasonal-menu__pagination {
  position: absolute !important;
  bottom: 1.8rem !important;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__pagination {
    position: static !important;
    bottom: auto !important;
  }
}
.p-seasonal-menu__pagination .swiper-pagination-bullet {
  width: 1.6rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0 !important;
}
.p-seasonal-menu__pagination .swiper-pagination-bullet-active {
  background-color: #0A7D23;
}
.p-seasonal-menu__nav {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 0.5rem));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0A7D23;
  border: 1px solid transparent;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-seasonal-menu__nav {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    transform: none;
  }
}
.p-seasonal-menu__nav:hover {
  background-color: #fff;
  border-color: #0A7D23;
}
.p-seasonal-menu__nav:hover::before {
  border-top: 0.2rem solid #0A7D23;
  border-right: 0.2rem solid #0A7D23;
}
.p-seasonal-menu__nav::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.p-seasonal-menu__nav--prev {
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%) translateX(50%);
}
@media (max-width: 767px) {
  .p-seasonal-menu__nav--prev {
    top: auto;
    left: auto;
    transform: none;
  }
}
.p-seasonal-menu__nav--prev::before {
  transform: rotate(-135deg) translate(-0.15rem, 0.15rem);
}
.p-seasonal-menu__nav--next {
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767px) {
  .p-seasonal-menu__nav--next {
    top: auto;
    right: auto;
    transform: none;
  }
}
.p-seasonal-menu__nav--next::before {
  transform: rotate(45deg) translate(-0.15rem, 0.15rem);
}
.p-seasonal-menu__card-body {
  padding: 0.5rem 4.2rem 2.8rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__card-body {
    padding: 0.6rem 1.6rem 1.8rem;
  }
}
.p-seasonal-menu__card-title {
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 700;
  color: #3d3535;
  line-height: 1.5;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .p-seasonal-menu__card-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.p-seasonal-menu__card-desc {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3d3535;
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .p-seasonal-menu__card-desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-seasonal-menu__card-desc span {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__card-desc span {
    font-size: 1.2rem;
  }
}
.p-seasonal-menu__seasonal {
  position: relative;
  background-color: #fff;
  border-radius: 1.7rem;
  box-shadow: 0 0.2rem 1.5rem rgba(124, 124, 124, 0.3);
  padding: 3.8rem 4.7rem 4rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal {
    border-radius: 2rem;
    padding: 2.5rem 2rem 2.5rem;
  }
}
.p-seasonal-menu__seasonal-decos {
  position: absolute;
  top: 0;
  right: 0;
  width: 14rem;
  height: 10rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-decos {
    width: 9rem;
    height: 7rem;
  }
}
.p-seasonal-menu__seasonal-deco {
  position: absolute;
  display: block;
  height: auto;
}
.p-seasonal-menu__seasonal-deco--sakura {
  width: 5rem;
  bottom: -1.8rem;
  left: -3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-deco--sakura {
    width: 3.3rem;
    bottom: auto;
    left: 2rem;
    top: 2rem;
  }
}
.p-seasonal-menu__seasonal-deco--bird {
  width: 17.5rem;
  top: -2.1rem;
  right: -3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-deco--bird {
    width: 8.7rem;
    top: -1rem;
    right: 1rem;
  }
}
.p-seasonal-menu__seasonal-heading {
  font-family: var(--ff_txt);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: #3d3535;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.2;
  }
}
.p-seasonal-menu__seasonal-heading-accent {
  color: #F47710;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-seasonal-menu__seasonal-heading-accent {
    font-size: 3.2rem;
  }
}
.p-seasonal-menu__seasonal-heading-note {
  font-size: 2.2rem;
  font-weight: 500;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-heading-note {
    font-weight: bold;
  }
}
.p-seasonal-menu__seasonal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-seasonal-menu__seasonal-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 19rem auto;
  height: 100%;
}
.p-seasonal-menu__seasonal-item img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-item img {
    border-radius: 1.2rem;
  }
}
.p-seasonal-menu__seasonal-caption {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  color: #3d3535;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__seasonal-caption {
    font-size: 1.3rem;
    margin-top: 0.6rem;
    text-align: center;
  }
}
.p-seasonal-menu__flow {
  display: grid;
  grid-template-columns: 25.6rem auto;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0.167rem 1.5rem rgba(124, 124, 124, 0.3);
  padding: 2rem 2rem 2.6rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 2rem;
    padding: 2rem;
  }
}
.p-seasonal-menu__flow-desc {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-desc {
    text-align: left;
  }
}
.p-seasonal-menu__flow-label {
  background-color: #efefef;
  border-radius: 1.2rem;
  padding: 1.5rem 1rem;
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3d3535;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-label {
    padding: 1.2rem 1.5rem;
    font-size: 1.8rem;
  }
}
.p-seasonal-menu__flow-label-sm {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-label-sm {
    font-size: 1.4rem;
  }
}
.p-seasonal-menu__flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-steps {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
}
.p-seasonal-menu__flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-step {
    flex-direction: row;
    gap: 1.4rem;
    padding: 0.8rem 0;
  }
}
.p-seasonal-menu__flow-step-badge {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 3rem;
  height: auto;
  border-radius: 50%;
  background-color: #F47710;
  color: #fff;
  font-family: var(--ff_montserrat);
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  aspect-ratio: 1/1;
}
.p-seasonal-menu__flow-step-img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 18rem;
  height: auto;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-step-img {
    width: 14rem;
    flex-shrink: 0;
  }
}
.p-seasonal-menu__flow-step-text {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  color: #3d3535;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-step-text {
    text-align: left;
    flex: 1;
  }
}
.p-seasonal-menu__flow-arrow {
  display: block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 1.92rem solid transparent;
  border-bottom: 1.92rem solid transparent;
  border-left: 2.58rem solid #F47710;
}
@media (max-width: 767px) {
  .p-seasonal-menu__flow-arrow {
    border-left: 1.92rem solid transparent;
    border-right: 1.92rem solid transparent;
    border-top: 2rem solid #F47710;
    border-bottom: none;
    align-self: center;
    margin-inline: 5rem auto;
  }
}

.p-bnr {
  padding: 7.8rem 10rem 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-bnr {
    padding: 0 2rem 4rem;
  }
}
.p-bnr__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-bnr__box {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  row-gap: 0;
  min-height: 18.8rem;
  padding: 2.5rem 4rem 2.2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-bnr__box {
    row-gap: 0;
    min-height: 28.8rem;
    padding: 2.5rem 2rem 2.4rem;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .p-bnr--large {
    padding: 0 2rem;
  }
}
.p-bnr--large .p-bnr__box {
  border-radius: 2rem;
}
.p-bnr--after-seasonal-menu {
  padding-top: 0;
}
.p-bnr--after-qa {
  padding: 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .p-bnr--after-qa {
    padding: 0;
  }
}
.p-bnr--after-qa .p-bnr__inner {
  max-width: 140rem;
  width: 100%;
}
.p-bnr--after-qa .p-bnr__box {
  border-radius: 0;
  min-height: 34rem;
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__box {
    min-height: 28rem;
  }
}
.p-bnr--after-qa .p-bnr__heading {
  font-size: 3rem;
  align-self: end;
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__heading {
    font-size: 2rem;
  }
}
.p-bnr--after-qa .p-bnr__heading-accent {
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__heading-accent {
    font-size: 2.8rem;
  }
}
.p-bnr--after-qa .p-bnr__actions {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__actions {
    padding-bottom: 0;
  }
}
.p-bnr--after-qa .p-bnr__deco--lines {
  top: 5.5rem;
  left: 50%;
  width: 5rem;
  transform: translateX(-15.5rem);
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__deco--lines {
    top: 1rem;
    transform: translateX(-19rem);
  }
}
.p-bnr--after-qa .p-bnr__deco--cutlery {
  width: 7rem;
  top: 7rem;
  left: 50%;
  transform: translateX(-25rem);
}
@media (max-width: 767px) {
  .p-bnr--after-qa .p-bnr__deco--cutlery {
    width: 5.5rem;
    top: 0;
    transform: translateX(13.5rem);
  }
}
.p-bnr__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-bnr__bg picture,
.p-bnr__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bnr__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-bnr__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-bnr__deco--lines {
  top: 1.9rem;
  left: 50%;
  width: 3.7rem;
  transform: translateX(-23.6rem);
}
@media (max-width: 767px) {
  .p-bnr__deco--lines {
    top: 1rem;
    left: 1.2rem;
    width: 3.2rem;
    transform: none;
  }
}
.p-bnr__deco--cutlery {
  top: 0.3rem;
  left: 50%;
  width: 6rem;
  transform: translateX(-31.3rem);
}
@media (max-width: 767px) {
  .p-bnr__deco--cutlery {
    top: 0.8rem;
    left: auto;
    right: 1.2rem;
    width: 3.8rem;
    transform: none;
  }
}
.p-bnr__heading {
  position: relative;
  z-index: 2;
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-bnr__heading {
    font-size: 2rem;
    max-width: 22rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.p-bnr__heading-accent {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .p-bnr__heading-accent {
    font-size: 2.8rem;
  }
}
.p-bnr__heading-sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .p-bnr__heading-sm {
    font-size: 2rem;
  }
}
.p-bnr__actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-bnr__actions {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    width: 100%;
    max-width: 32rem;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-bnr__action {
    width: 100%;
  }
}
.p-bnr__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 34rem;
  min-height: 6.5rem;
  padding: 1rem 1.3rem;
  border: 2px solid #fff;
  border-radius: 5rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .p-bnr__btn {
    min-width: unset;
    min-height: 6rem;
    width: 100%;
    gap: 0.3rem;
    padding: 0.8rem 1.5rem;
  }
}
.p-bnr__btn--sample {
  background-color: #0A7D23;
}
.p-bnr__btn--sample .p-bnr__label {
  border: solid 2px #0A7D23;
}
.p-bnr__btn--sample .p-bnr__btn-icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(4588%) hue-rotate(147deg) brightness(101%) contrast(92%);
}
.p-bnr__btn--sample:hover {
  background-color: #fff;
  border-color: #0A7D23;
}
.p-bnr__btn--sample:hover .p-bnr__btn-text {
  color: #0A7D23;
}
.p-bnr__btn--sample:hover .p-bnr__btn-icon {
  border-color: #0A7D23;
  background-color: #0A7D23;
}
.p-bnr__btn--sample:hover .p-bnr__btn-icon img {
  filter: brightness(0) invert(1);
}
.p-bnr__btn--sample:hover .p-bnr__label {
  border-color: #0A7D23;
}
.p-bnr__btn--sample:hover .p-bnr__label::after {
  border-top-color: #0A7D23;
}
.p-bnr__btn--contact {
  background-color: #F47710;
}
.p-bnr__btn--contact .p-bnr__label {
  border: solid 2px #F47710;
}
.p-bnr__btn--contact .p-bnr__btn-icon img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(89%) saturate(2475%) hue-rotate(359deg) brightness(102%) contrast(98%);
}
.p-bnr__btn--contact:hover {
  background-color: #fff;
  border-color: #F47710;
}
.p-bnr__btn--contact:hover .p-bnr__btn-text {
  color: #F47710;
}
.p-bnr__btn--contact:hover .p-bnr__btn-icon {
  border-color: #F47710;
  background-color: #F47710;
}
.p-bnr__btn--contact:hover .p-bnr__btn-icon img {
  filter: brightness(0) invert(1);
}
.p-bnr__btn--contact:hover .p-bnr__label {
  border-color: #F47710;
}
.p-bnr__btn--contact:hover .p-bnr__label::after {
  border-top-color: #F47710;
}
.p-bnr__label {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2rem 1rem;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: #fff;
  font-family: var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3d3535;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-bnr__label {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    top: 0;
  }
}
.p-bnr__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #fff;
  transition: all 0.3s ease;
}
.p-bnr__label-accent {
  color: #F47710;
}
.p-bnr__body {
  display: grid;
  grid-template-columns: 1fr 2.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.p-bnr__btn-text {
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .p-bnr__btn-text {
    font-size: 1.5rem;
  }
}
.p-bnr__btn-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.p-bnr__btn-icon img {
  display: block;
  width: 0.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-bnr__btn-icon {
    width: 2.8rem;
    height: auto;
  }
}

.p-features {
  padding: 8rem 0 8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-features {
    padding: 2rem 2rem 5rem;
  }
}
.p-features__inner {
  max-width: 140rem;
  margin: 0 auto;
}
.p-features__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  margin-bottom: 0.8rem;
  font-family: var(--ff_txt);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-features__heading {
    font-size: 3.2rem;
  }
}
.p-features__heading-sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .p-features__heading-sm {
    font-size: 2rem;
  }
}
.p-features__heading-accent {
  color: #f47710;
}
.p-features__dots {
  width: min(100%, 37rem);
  height: 0.6rem;
  margin: 0 auto 3.5rem;
  background-image: radial-gradient(circle, #0A7D23 0.3rem, transparent 0.3rem);
  background-size: 1.5rem 2rem;
  background-repeat: repeat-x;
  background-position: center;
}
@media (max-width: 767px) {
  .p-features__dots {
    margin-bottom: 2.5rem;
    width: 28rem;
  }
}
.p-features__desc {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .p-features__desc {
    margin-bottom: 2.5rem;
  }
}
.p-features__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .p-features__list {
    row-gap: 1.6rem;
  }
}
.p-features__card {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 56rem minmax(auto, 47rem);
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  min-height: 50rem;
  padding: 3rem;
  background-color: #FFF6ED;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .p-features__card {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    min-height: auto;
    padding: 2rem;
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
.p-features__card:nth-child(1) {
  margin-right: auto;
  padding: 6.4rem 6rem 6.4rem 11.5rem;
}
@media (max-width: 767px) {
  .p-features__card:nth-child(1) {
    padding: 2rem;
  }
}
.p-features__card:nth-child(2) {
  margin-left: auto;
  padding: 6.4rem 11.5rem 6.4rem 6rem;
}
@media (max-width: 767px) {
  .p-features__card:nth-child(2) {
    padding: 2rem;
  }
}
.p-features__card-visual {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-features__card-visual picture {
  display: block;
}
.p-features__card-visual picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.p-features__card-body {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 1.5rem;
  justify-items: start;
}
@media (max-width: 767px) {
  .p-features__card-body {
    row-gap: 1.2rem;
  }
}
.p-features__num {
  position: relative;
  justify-self: center;
  width: 12rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-features__num {
    width: 7.25rem;
    margin-bottom: 0;
  }
}
.p-features__num img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  height: auto;
}
.p-features__num-text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-size: 5.009rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #0A7D23;
}
@media (max-width: 767px) {
  .p-features__num-text {
    font-size: 3.01rem;
  }
}
.p-features__card-title {
  width: 100%;
  font-family: var(--ff_txt);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-features__card-title {
    font-size: 2rem;
    text-align: center;
    letter-spacing: -0.04rem;
  }
}
.p-features__card-title-accent {
  color: #f47710;
}
.p-features__card-text {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-features__card-text {
    font-size: 1.5rem;
  }
}

.p-more-features {
  padding: 0 10rem 8rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-more-features {
    padding: 0 2rem 5rem;
  }
}
.p-more-features__inner {
  max-width: 111.8rem;
  margin: 0 auto;
}
.p-more-features__heading {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  font-family: var(--ff_txt);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-more-features__heading {
    gap: 0.3rem 0.4rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-more-features__heading-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-more-features__heading-top {
    gap: 0.2rem;
    align-items: flex-end;
  }
}
.p-more-features__heading-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-more-features__heading-bottom {
    align-items: flex-end;
  }
}
.p-more-features__logo {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}
.p-more-features__logo img {
  display: block;
  width: 23.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-more-features__logo img {
    width: 14.2rem;
  }
}
.p-more-features__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1rem 0.4rem 0.8rem;
  border-radius: 0.2rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .p-more-features__badge {
    padding: 0.15rem 0.5rem;
    font-size: 2.6rem;
    letter-spacing: -0.05em;
  }
}
.p-more-features__badge--orange {
  background-color: #F47710;
}
.p-more-features__accent {
  font-size: 4.2rem;
  color: #F47710;
}
@media (max-width: 767px) {
  .p-more-features__accent {
    font-size: 2.8rem;
    transform: translateY(0.4rem);
  }
}
.p-more-features__accent-sm {
  font-size: 3rem;
  color: #F47710;
  margin-inline: -0.3rem 0.2rem;
}
@media (max-width: 767px) {
  .p-more-features__accent-sm {
    font-size: 2rem;
    margin-inline: 0;
  }
}
.p-more-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-more-features__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-more-features__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 23rem auto;
  border-radius: 1.2rem;
  overflow: clip;
  box-shadow: 0 0 0.8rem rgba(177, 139, 112, 0.45);
}
@media (max-width: 767px) {
  .p-more-features__card {
    grid-template-rows: 11.3rem 1fr;
  }
}
.p-more-features__card-visual {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-more-features__card-visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-more-features__card-body {
  display: grid;
  align-content: start;
  min-height: 8rem;
  padding: 1.5rem 2rem 2rem;
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
}
@media (max-width: 767px) {
  .p-more-features__card-body {
    min-height: auto;
    padding: 1rem 0.8rem;
  }
}
.p-more-features__card-text {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-more-features__card-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.p-case {
  padding: 6rem 0;
  background-color: #FFF6ED;
}
@media (max-width: 767px) {
  .p-case {
    padding: 5rem 0 3rem;
    margin-bottom: 2rem;
  }
}
.p-case__inner {
  width: 100%;
  margin: 0 auto;
}
.p-case__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 2rem;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
@media (max-width: 767px) {
  .p-case__header {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    margin-bottom: 0.6rem;
    padding-inline: 2.5rem 1.5rem;
    justify-content: space-between;
  }
}
.p-case__header-icon img {
  display: block;
  width: auto;
  height: auto;
}
.p-case__header-icon--left img {
  width: 7.6rem;
}
.p-case__header-icon--right img {
  width: 9.1rem;
}
.p-case__heading {
  font-family: var(--ff_txt);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .p-case__heading {
    font-size: 3rem;
    margin-bottom: 0.4rem;
  }
}
.p-case__dots {
  width: min(100%, 28.1rem);
  height: 0.6rem;
  margin: 0 auto;
  background-image: radial-gradient(circle, #0A7D23 0.2rem, transparent 0.2rem);
  background-size: 0.9rem 0.6rem;
  background-repeat: repeat-x;
  background-position: center;
}
.p-case__slider {
  position: relative;
  padding: 0 0 3rem;
}
@media (max-width: 767px) {
  .p-case__slider {
    padding: 0 0 5rem;
  }
}
.p-case__swiper {
  overflow: hidden;
  width: 100%;
  padding-block: 2rem !important;
}
.p-case__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-case__slide {
  display: flex;
  align-self: stretch;
  height: auto !important;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .p-case__slide {
    width: auto !important;
  }
}
.p-case__card {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 2rem;
  width: 100%;
  height: 100%;
  max-width: 76.8rem;
  margin-inline: auto;
  padding: 2rem 2.4rem 2.4rem;
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.2rem 1.5rem rgba(124, 124, 124, 0.2);
}
@media (max-width: 767px) {
  .p-case__card {
    row-gap: 1.6rem;
    padding: 1.6rem 2rem 2rem;
    border-radius: 1rem;
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}
.p-case__card-head {
  display: grid;
  grid-template-columns: 14rem auto;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .p-case__card-head {
    grid-template-columns: 11rem auto;
    gap: 1rem;
  }
}
.p-case__avatar {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 0.4rem;
  justify-items: center;
}
.p-case__avatar img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: clip;
  border: 2px solid #0A7D23;
}
.p-case__location {
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: start;
  color: #3d3535;
}
.p-case__meta {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 0.6rem;
  align-content: start;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .p-case__meta {
    padding-top: 0.2rem;
    display: contents;
  }
}
.p-case__meta-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .p-case__meta-inner {
    min-height: 3.4rem;
    align-content: start;
  }
}
.p-case__tag {
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #0A7D23;
}
@media (max-width: 767px) {
  .p-case__tag {
    font-size: 1.3rem;
  }
}
.p-case__company {
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: #3d3535;
}
.p-case__lead {
  font-family: var(--ff_txt);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-case__lead {
    font-size: 1.5rem;
    line-height: 1.6;
    grid-column: span 2;
    box-sizing: border-box;
    min-height: 7.2rem;
  }
}
.p-case__compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  align-items: stretch;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-case__compare {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.p-case__compare-col {
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 0;
  min-width: 0;
}
.p-case__compare-label {
  display: grid;
  align-content: center;
  min-height: 3.6rem;
  padding: 0.4rem 1rem 0.6rem;
  border-radius: 0.4rem 0.4rem 0 0;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.p-case__compare-label--before {
  background-color: #8c8c8c;
}
@media (max-width: 767px) {
  .p-case__compare-label--before + .p-case__compare-body {
    height: auto;
    min-height: initial;
  }
}
.p-case__compare-label--after {
  background-color: #F47710;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-case__compare-label--after {
    font-size: 1.8rem;
  }
}
.p-case__compare-body {
  height: 100%;
  padding: 1rem 1.2rem 1.2rem;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media (max-width: 767px) {
  .p-case__compare-body {
    display: grid;
    align-content: start;
    box-sizing: border-box;
    min-height: 15.4rem;
    padding: 1rem 0 0;
    font-size: 1.5rem;
    border: none;
  }
}
.p-case__compare-list {
  margin: 0;
  padding-left: 1.2em;
}
.p-case__compare-arrow {
  display: grid;
  align-self: center;
  justify-items: center;
  width: 2.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-case__compare-arrow {
    width: 100%;
    padding: 0.4rem 0;
    transform: rotate(90deg);
  }
}
.p-case__compare-arrow img {
  display: block;
  width: 2.2rem;
  height: auto;
}
.p-case__controls {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-case__controls {
    inset: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    pointer-events: auto;
  }
}
.p-case__pagination {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .p-case__pagination {
    position: static !important;
    bottom: auto !important;
  }
}
.p-case__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.6rem;
  border-radius: 0.2rem;
  background-color: #c4c4c4;
  opacity: 1;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .p-case__pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 0.4rem;
  }
}
.p-case__pagination .swiper-pagination-bullet-active {
  background-color: #0A7D23;
}
.p-case__nav {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #0A7D23;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-case__nav {
    position: static;
    width: 3.6rem;
    transform: none;
  }
}
.p-case__nav:hover {
  background-color: #fff;
  border-color: #0A7D23;
}
.p-case__nav:hover::before {
  border-top: 0.2rem solid #0A7D23;
  border-right: 0.2rem solid #0A7D23;
}
.p-case__nav::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
}
@media (max-width: 767px) {
  .p-case__nav::before {
    width: 1.2rem;
    height: 1.2rem;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
  }
}
.p-case__nav--prev {
  left: 50%;
  top: 50%;
  transform: translateY(-60%) translateX(-46rem);
}
@media (max-width: 767px) {
  .p-case__nav--prev {
    top: auto;
    left: auto;
    transform: none;
  }
}
.p-case__nav--prev::before {
  transform: rotate(-135deg) translate(-0.25rem, 0.25rem);
}
@media (max-width: 767px) {
  .p-case__nav--prev::before {
    transform: rotate(-135deg) translate(-0.15rem, 0.15rem);
  }
}
.p-case__nav--next {
  right: 50%;
  top: 50%;
  transform: translateY(-60%) translateX(46rem);
}
@media (max-width: 767px) {
  .p-case__nav--next {
    top: auto;
    right: auto;
    transform: none;
  }
}
.p-case__nav--next::before {
  transform: rotate(45deg) translate(-0.25rem, 0.25rem);
}
@media (max-width: 767px) {
  .p-case__nav--next::before {
    transform: rotate(45deg) translate(-0.15rem, 0.15rem);
  }
}
.p-case__action {
  display: grid;
  justify-items: end;
  transform: translateX(-10rem);
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .p-case__action {
    padding-top: 0;
    transform: none;
    justify-items: center;
    margin-top: 4rem;
  }
}
.p-case__btn {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  min-width: 24rem;
  min-height: 5rem;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #0A7D23;
  border: 2px solid #fff;
  border-radius: 5rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-case__btn {
    min-width: 23rem;
    min-height: 5rem;
    padding: 0.6rem 0.6rem 0.6rem 2rem;
    font-size: 1.5rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
.p-case__btn .p-case__btn-icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(4588%) hue-rotate(147deg) brightness(101%) contrast(92%);
}
.p-case__btn:hover {
  color: #0A7D23;
  background-color: #fff;
  border-color: #0A7D23;
}
.p-case__btn:hover .p-case__btn-icon {
  background-color: #0A7D23;
}
.p-case__btn:hover .p-case__btn-icon img {
  filter: brightness(0) invert(1);
}
.p-case__btn-text {
  text-align: center;
}
.p-case__btn-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .p-case__btn-icon {
    width: 2rem;
  }
}
.p-case__btn-icon img {
  display: block;
  width: 0.6rem;
  height: 1rem;
  transition: filter 0.3s ease;
}

.p-large-bnr {
  padding: 7.8rem 10rem 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-large-bnr {
    padding: 0 2rem;
  }
}
.p-large-bnr__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-large-bnr__box {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  row-gap: 0;
  min-height: 19rem;
  padding: 2.5rem 4rem 2.2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-large-bnr__box {
    row-gap: 0;
    min-height: 28.8rem;
    padding: 2rem 2rem 2.4rem;
    border-radius: 1.6rem;
  }
}
.p-large-bnr__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-large-bnr__bg picture,
.p-large-bnr__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-large-bnr__heading-wrap {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-left: 6.8rem;
}
@media (max-width: 767px) {
  .p-large-bnr__heading-wrap {
    padding-left: 4.5rem;
  }
}
.p-large-bnr__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-large-bnr__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-large-bnr__deco--cutlery {
  top: 50%;
  left: 0;
  width: 5.7rem;
  transform: translateY(-55%);
}
@media (max-width: 767px) {
  .p-large-bnr__deco--cutlery {
    width: 3.8rem;
    transform: translateY(-50%);
  }
}
.p-large-bnr__deco--lines {
  top: -1rem;
  left: 4rem;
  width: 3.7rem;
}
@media (max-width: 767px) {
  .p-large-bnr__deco--lines {
    top: -0.3rem;
    left: 2.8rem;
    width: 3.2rem;
  }
}
.p-large-bnr__heading {
  font-family: var(--ff_txt);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-large-bnr__heading {
    font-size: 2.4rem;
    max-width: 28rem;
  }
}
.p-large-bnr__heading-accent {
  font-size: 4.8rem;
  color: #F47710;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}
@media (max-width: 767px) {
  .p-large-bnr__heading-accent {
    font-size: 3.6rem;
    -webkit-text-stroke: 4.5px #fff;
  }
}
.p-large-bnr__heading-sm {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .p-large-bnr__heading-sm {
    font-size: 1.8rem;
  }
}
.p-large-bnr__actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-large-bnr__actions {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
    width: 100%;
    max-width: 32rem;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .p-large-bnr__action {
    width: 100%;
  }
}
.p-large-bnr__label {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2rem 1rem;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: #fff;
  font-family: var(--ff_txt);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-large-bnr__label {
    font-size: 1rem;
    white-space: normal;
  }
}
.p-large-bnr__label {
  transition: all 0.3s ease;
}
.p-large-bnr__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #fff;
  transition: all 0.3s ease;
}
.p-large-bnr__label-accent {
  color: #F47710;
}
.p-large-bnr__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 38rem;
  min-height: 6rem;
  padding: 1rem 1.6rem;
  border: 2px solid #fff;
  border-radius: 4rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .p-large-bnr__btn {
    min-width: unset;
    width: 100%;
    min-height: 6rem;
    padding: 1rem 1.2rem;
  }
}
.p-large-bnr__btn--sample {
  background-color: #0a7d23;
}
.p-large-bnr__btn--sample:hover {
  background-color: #fff;
  border-color: #0a7d23;
}
.p-large-bnr__btn--sample:hover .p-large-bnr__btn-text {
  color: #0a7d23;
}
.p-large-bnr__btn--sample:hover .p-large-bnr__btn-icon {
  border-color: #0a7d23;
  background-color: #0a7d23;
}
.p-large-bnr__btn--sample:hover .p-large-bnr__btn-icon img {
  filter: brightness(0) invert(1);
}
.p-large-bnr__btn--sample:hover .p-large-bnr__label {
  border-color: #0a7d23;
}
.p-large-bnr__btn--sample:hover .p-large-bnr__label::after {
  border-top-color: #0a7d23;
}
.p-large-bnr__btn--contact {
  background-color: #F47710;
}
.p-large-bnr__btn--contact .p-large-bnr__btn-icon img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(89%) saturate(1742%) hue-rotate(359deg) brightness(101%) contrast(98%);
}
.p-large-bnr__btn--contact:hover {
  background-color: #fff;
  border-color: #F47710;
}
.p-large-bnr__btn--contact:hover .p-large-bnr__btn-text {
  color: #F47710;
}
.p-large-bnr__btn--contact:hover .p-large-bnr__btn-icon {
  border-color: #F47710;
  background-color: #F47710;
}
.p-large-bnr__btn--contact:hover .p-large-bnr__btn-icon img {
  filter: brightness(0) invert(1);
}
.p-large-bnr__btn--contact:hover .p-large-bnr__label {
  border-color: #F47710;
}
.p-large-bnr__btn--contact:hover .p-large-bnr__label::after {
  border-top-color: #F47710;
}
.p-large-bnr__body {
  display: grid;
  grid-template-columns: 1fr 3rem;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
}
.p-large-bnr__btn-text {
  font-family: var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .p-large-bnr__btn-text {
    font-size: 1.6rem;
  }
}
.p-large-bnr__btn-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.p-large-bnr__btn-icon img {
  display: block;
  width: 0.6rem;
  height: auto;
}

.p-comparison {
  padding: 8rem 10rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-comparison {
    padding: 4rem 0 3.3rem;
  }
}
.p-comparison__inner {
  max-width: 120rem;
  margin: 0 auto;
}
.p-comparison__heading-wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.p-comparison__heading {
  width: fit-content(100%);
  margin-bottom: 0.8rem;
  font-family: var(--ff_txt);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-comparison__heading {
    font-size: 3rem;
  }
}
.p-comparison__dots {
  width: 100%;
  height: 0.6rem;
  margin: 0 auto 2.4rem;
  background-image: radial-gradient(circle, #0A7D23 0.2rem, transparent 0.2rem);
  background-size: 0.9rem 0.6rem;
  background-repeat: repeat-x;
  background-position: center;
}
@media (max-width: 767px) {
  .p-comparison__dots {
    margin-bottom: 2rem;
  }
}
.p-comparison__lead {
  max-width: 88rem;
  margin: 0 auto 4rem;
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-comparison__lead {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
    padding-inline: 2rem;
  }
}
.p-comparison__table-wrap {
  position: relative;
  display: grid;
  row-gap: 0;
  padding: 6rem 10rem 6rem;
  background-color: #fff2e5;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .p-comparison__table-wrap {
    padding: 2rem 1.6rem 2.8rem;
    border-radius: 0;
  }
}
.p-comparison__result {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 19.5rem;
  padding: 1rem 1.7rem;
  background-color: #fff;
  border: 2px solid #0A7D23;
  border-radius: 1.2rem;
}
.p-comparison__result::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.6rem solid #fff;
  border-right: 2.5rem solid transparent;
  border-left: 0.2rem solid transparent;
  transform: translateX(-144%);
}
.p-comparison__result::before {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1.6rem solid #0A7D23;
  border-right: 2.5rem solid transparent;
  border-left: 0.2rem solid transparent;
  transform: translateX(-150%);
}
@media (max-width: 767px) {
  .p-comparison__result {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 24rem;
    margin: 0 auto 2rem;
    padding: 1.2rem 1.6rem 1.6rem;
    text-align: center;
    border-radius: 1.2rem;
  }
}
.p-comparison__result-text {
  display: grid;
  row-gap: 0.2rem;
  justify-items: center;
}
.p-comparison__result-tag {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3d3535;
}
.p-comparison__result-rate {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3d3535;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.2rem;
  white-space: nowrap;
}
.p-comparison__result-rate-num {
  font-size: 3.2rem;
  line-height: 1;
}
.p-comparison__result-rate-unit {
  font-size: 1.6rem;
}
.p-comparison__result-rate-tilde {
  font-size: 2.8rem;
  line-height: 1;
}
.p-comparison__result-note {
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-comparison__table-scroll {
    position: relative;
    z-index: 1;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .p-comparison__table-scroll .scroll-hint-icon-wrap {
    z-index: 3;
  }
  .p-comparison__table-scroll .scroll-hint-icon {
    z-index: 3;
  }
}
.p-comparison__table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 18rem 1fr 1fr;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-comparison__table {
    width: 55rem;
    z-index: 0;
    grid-template-columns: 8.8rem 1fr 1fr;
    margin-bottom: 0;
  }
}
.p-comparison__col {
  display: grid;
  gap: 0;
}
.p-comparison__col > .p-comparison__cell + .p-comparison__cell {
  margin-top: 0.8rem;
}
.p-comparison__col > .p-comparison__cell:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-comparison__col--before {
    width: 22rem;
  }
}
.p-comparison__col--before .p-comparison__cell--head-before {
  border-left: 6px solid #8c8c8c;
}
.p-comparison__col--before .p-comparison__cell--value {
  border-right: 1px solid #e8e8e8;
}
.p-comparison__col--arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 7rem;
  transform: translateY(-50%) translateX(80%);
}
@media (max-width: 767px) {
  .p-comparison__col--arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-comparison__col .p-comparison__cell:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.p-comparison__cell {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 5.6rem;
  padding: 1rem;
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-comparison__cell {
    border: none !important;
  }
}
.p-comparison__cell--empty {
  min-height: 13rem;
}
@media (max-width: 767px) {
  .p-comparison__cell--empty {
    height: 12rem;
  }
}
.p-comparison__cell--label {
  min-height: 8rem;
  background-color: #E1E1E1;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3D3535;
}
@media (max-width: 767px) {
  .p-comparison__cell--label {
    min-height: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-comparison__cell--value {
  min-height: 8rem;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-comparison__cell--value {
    border: none;
    font-size: 2rem !important;
  }
}
.p-comparison__cell--head-before, .p-comparison__cell--head-after {
  align-content: center;
  justify-items: center;
  min-height: 13rem;
  padding: 1.6rem 1rem 1rem;
  row-gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-comparison__cell--head-before, .p-comparison__cell--head-after {
    height: 12rem;
    text-align: center;
  }
}
.p-comparison__cell--head-before {
  background-color: #8c8c8c;
  border: 6px solid #8c8c8c;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .p-comparison__cell--head-before {
    grid-template-rows: fit-content(100%) 1fr;
  }
}
.p-comparison__cell--head-after {
  background-color: #F47710;
  border: 6px solid #F47710;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .p-comparison__cell--head-after {
    grid-template-rows: fit-content(100%) 1fr;
  }
}
.p-comparison__cell--arrow {
  position: absolute;
  min-height: 8rem;
  background-color: transparent;
  border-top: 1px solid transparent;
}
.p-comparison__cell--arrow img {
  display: block;
  width: 5rem;
  height: auto;
}
.p-comparison__cell--meals {
  row-gap: 0.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-comparison__cell--meals {
    font-size: 2rem;
    font-weight: bold;
  }
}
.p-comparison__cell--total {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .p-comparison__cell:nth-of-type(2), .p-comparison__cell:nth-of-type(4) {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .p-comparison__cell:nth-of-type(3) {
    height: 12.8rem;
  }
}
.p-comparison__col-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15.5rem;
  padding: 0.7rem 2rem 0.4rem;
  background-color: #fff;
  border-radius: 2rem;
  font-family: "Roboto", var(--ff_txt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #8C8C8C;
}
@media (max-width: 767px) {
  .p-comparison__col-badge {
    min-width: 8.7rem;
    font-size: 1.5rem;
    color: #8c8c8c;
  }
}
.p-comparison__col-badge--after {
  color: #F47710;
}
.p-comparison__col-head-body {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}
.p-comparison__col-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-comparison__col-title {
    letter-spacing: 0.06em;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-comparison__col-title-sm {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .p-comparison__col-title-sm {
    font-size: 1.6rem;
  }
}
.p-comparison__col-title--inline {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .p-comparison__col-title--inline {
    font-size: 2.2rem;
  }
}
.p-comparison__col-logo-wrap {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 17.7rem;
  height: 4.7rem;
  padding: 0.4rem 0.8rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .p-comparison__col-logo-wrap {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}
.p-comparison__col-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 3.6rem;
}
@media (max-width: 767px) {
  .p-comparison__col-logo {
    width: 15rem;
  }
}
.p-comparison__value-accent {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #F47710;
}
@media (max-width: 767px) {
  .p-comparison__value-accent {
    font-size: 1.8rem;
  }
}
.p-comparison__value-note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #F47710;
}
@media (max-width: 767px) {
  .p-comparison__value-note {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.p-comparison__point {
  min-height: 8rem;
  display: grid;
  grid-template-columns: 13.5rem 1fr;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 1rem rgba(124, 124, 124, 0.15);
}
@media (max-width: 767px) {
  .p-comparison__point {
    min-height: 0;
    grid-template-columns: 1fr;
  }
}
.p-comparison__point-head {
  position: relative;
  padding: 1rem 1.6rem;
  background-color: #F47710;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-comparison__point-head {
    justify-content: center;
    padding: 1.2rem;
  }
}
.p-comparison__point-head img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-comparison__point-label {
  font-family: "Roboto", var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
.p-comparison__point-body {
  display: grid;
  align-content: center;
  padding: 1.4rem 2rem;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-left: none;
  font-family: var(--ff_txt);
}
@media (max-width: 767px) {
  .p-comparison__point-body {
    padding: 1.2rem 1.4rem;
    border: 1px solid #e8e8e8;
    border-top: none;
  }
}
.p-comparison__point-text {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3d3535;
  text-align: center;
}
@media (max-width: 767px) {
  .p-comparison__point-text {
    font-size: 1.5rem;
    text-align: start;
    letter-spacing: 0;
  }
}
.p-comparison__note {
  margin-top: 0.8rem;
  font-family: var(--ff_txt);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  color: #3d3535;
}
.p-comparison__bubble {
  display: none;
}
@media (max-width: 767px) {
  .p-comparison__bubble {
    border: solid 2px #0A7D23;
    border-radius: 2rem;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 36rem;
    height: 10.4rem;
    padding-inline: 1.5rem 0.5rem;
    position: relative;
    margin-block: 2rem;
  }
}
.p-comparison__bubble::before {
  content: "";
  border: solid 14px transparent;
  border-block-width: 9px;
  border-bottom-color: #0A7D23;
  border-right-color: #0A7D23;
  position: absolute;
  bottom: 100%;
  right: 5.2rem;
}
.p-comparison__bubble::after {
  content: "";
  border: solid 10px transparent;
  border-block-width: 7px;
  border-bottom-color: white;
  border-right-color: white;
  position: absolute;
  bottom: 100%;
  right: 5.5rem;
}
@media (max-width: 767px) {
  .p-comparison__bubble::after {
    right: 5.35rem;
  }
}
.p-comparison__bubble-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.p-comparison__bubble-logo {
  width: 15rem;
}
.p-comparison__bubble-label {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.p-comparison__bubble-text {
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-comparison__bubble-rate {
  margin-top: 0.5rem;
  font-size: 1.6rem;
}
.p-comparison__bubble-rate-num {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: -0.1rem;
}
.p-comparison__bubble-rate-unit {
  font-size: 2rem;
}
.p-comparison__bubble-rate-tilde {
  font-size: 2.8rem;
  font-weight: bold;
}
.p-comparison__bubble-note {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #3d3535;
}

.p-qa {
  padding: 6rem 10rem 8rem;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .p-qa {
    padding: 4rem 2rem 5rem;
  }
}
.p-qa__inner {
  max-width: 88rem;
  margin: 0 auto;
}
.p-qa__header {
  display: grid;
  grid-template-columns: auto fit-content(100%) auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4.2rem;
       column-gap: 4.2rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .p-qa__header {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-qa__header-icon img {
  display: block;
  width: auto;
  height: auto;
}
.p-qa__header-icon--left img {
  width: 5.6rem;
}
@media (max-width: 767px) {
  .p-qa__header-icon--left img {
    width: 4.2rem;
  }
}
.p-qa__header-icon--right img {
  width: 5.6rem;
}
@media (max-width: 767px) {
  .p-qa__header-icon--right img {
    width: 4.2rem;
  }
}
.p-qa__heading {
  font-family: var(--ff_txt);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-qa__heading {
    font-size: 3.2rem;
  }
}
.p-qa__dots {
  width: min(100%, 28.1rem);
  height: 0.6rem;
  margin: 0 auto;
  background-image: radial-gradient(circle, #0A7D23 0.2rem, transparent 0.2rem);
  background-size: 0.9rem 0.6rem;
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 0.5rem;
}
.p-qa__lead {
  margin-bottom: 3rem;
  font-family: var(--ff_txt);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-qa__lead {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.p-qa__list {
  display: grid;
  grid-template-rows: repeat(auto-fill, auto);
  row-gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-qa__list {
    row-gap: 1rem;
  }
}
.p-qa__item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-qa__question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  width: 100%;
  padding: 1.6rem 2rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 767px) {
  .p-qa__question {
    padding: 1.4rem 1.6rem;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}
.p-qa__label {
  font-family: var(--outfit);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  flex-shrink: 0;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .p-qa__label {
    font-weight: 500;
  }
}
.p-qa__label--q {
  color: #0A7D23;
}
.p-qa__label--a {
  color: #fc940f;
}
.p-qa__question-text {
  font-family: var(--ff_txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-qa__question-text {
    font-size: 1.5rem;
  }
}
.p-qa__toggle {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.p-qa__toggle::before, .p-qa__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #0A7D23;
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-qa__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-qa__question[aria-expanded=true] .p-qa__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.p-qa__answer {
  padding: 0 2rem 1.6rem;
}
@media (max-width: 767px) {
  .p-qa__answer {
    padding: 0 1.6rem 1.4rem;
  }
}
.p-qa__answer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .p-qa__answer-inner {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    padding-top: 1rem;
  }
}
.p-qa__answer-text {
  font-family: var(--ff_txt);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-qa__answer-text {
    font-size: 1.5rem;
  }
}

.p-form {
  padding: 0 10rem 8rem;
  background-color: #FFF2E5;
}
@media (max-width: 767px) {
  .p-form {
    padding: 0 2rem 4rem;
  }
}
.p-form__inner {
  max-width: 120rem;
  margin: 0 auto;
  min-height: 34rem;
  padding: 4rem 0 5rem;
}
@media (max-width: 767px) {
  .p-form__inner {
    min-height: unset;
    padding: 3rem 0 0;
  }
}
.p-form__header {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 4.5rem;
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  row-gap: 0.8rem;
}
@media (max-width: 767px) {
  .p-form__header {
    margin-bottom: 2rem;
  }
}
.p-form__header-icon {
  position: absolute;
  left: 0;
  transform: translateX(-120%);
}
@media (max-width: 767px) {
  .p-form__header-icon {
    transform: inherit;
    position: relative;
  }
}
.p-form__header-icon img {
  width: 9.4rem;
  display: block;
  height: auto;
}
.p-form__heading {
  font-family: var(--ff_txt);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-form__heading {
    font-size: 3rem;
  }
}
.p-form__dots {
  width: 100%;
  height: 0.6rem;
  background-image: radial-gradient(circle, #0A7D23 0.2rem, transparent 0.2rem);
  background-size: 0.9rem 0.6rem;
  background-repeat: repeat-x;
  background-position: center;
}
.p-form__body {
  max-width: 100rem;
  height: 100%;
  margin: 0 auto;
  padding: 3rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .p-form__body {
    padding: 2rem 1.6rem;
    border-radius: 1.2rem;
  }
}
.p-form__body iframe {
  width: 100%;
}
.p-form__placeholder {
  display: grid;
  place-content: center;
  min-height: 24rem;
  background-color: #e8e8e8;
  border-radius: 1.2rem;
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .p-form__placeholder {
    min-height: 18rem;
    font-size: 2rem;
  }
}

.p-thanks {
  min-height: 100dvh;
  background-color: #FFF6ED;
  display: grid;
  grid-template-rows: auto fit-content(100%);
}
.p-thanks .l-main {
  padding-top: 7.3rem;
}
.p-thanks-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}
.p-thanks__hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 22rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-thanks__hero {
    min-height: 16rem;
  }
}
.p-thanks__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-thanks__hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-thanks__hero-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 2rem;
  font-family: var(--ff_txt);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .p-thanks__hero-heading {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.p-thanks__body {
  display: grid;
  justify-items: center;
  align-content: center;
  row-gap: 4rem;
  max-width: 120rem;
  margin: 0 auto;
  padding: 10rem 4rem;
}
@media (max-width: 767px) {
  .p-thanks__body {
    row-gap: 3rem;
    padding: 6rem 2rem;
  }
}
.p-thanks__message {
  margin: 0;
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #3d3535;
}
@media (max-width: 767px) {
  .p-thanks__message {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-thanks__link {
  font-family: var(--ff_txt);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0A7D23;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-thanks__link {
    font-size: 1.6rem;
  }
}
.p-thanks__link:hover {
  opacity: 0.8;
}

[x-cloak] {
  display: none !important;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
}
.c-modal__inner {
  position: relative;
  overflow-y: auto;
  padding: 2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(10, 125, 35, 0.5) transparent;
}
.c-modal__inner::-webkit-scrollbar {
  width: 4px;
}
.c-modal__inner::-webkit-scrollbar-track {
  background: transparent;
}
.c-modal__inner::-webkit-scrollbar-thumb {
  background: rgba(10, 125, 35, 0.5);
  border-radius: 2px;
}
.c-modal__inner::-webkit-scrollbar-thumb:hover {
  background: #0a7d23;
}
@media (max-width: 767px) {
  .c-modal__inner {
    padding: 4rem 2rem;
    align-items: flex-start;
    overflow: hidden;
  }
}
.c-modal__card {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 1.8rem rgba(124, 124, 124, 0.3);
  width: 100%;
  max-width: 100rem;
  padding: 4rem;
  max-height: calc(100dvh - 10rem);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .c-modal__card {
    max-width: 36rem;
    max-height: calc(100dvh - 8rem);
    padding: 3rem 2rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(10, 125, 35, 0.5) transparent;
  }
  .c-modal__card::-webkit-scrollbar {
    width: 4px;
  }
  .c-modal__card::-webkit-scrollbar-track {
    background: transparent;
  }
  .c-modal__card::-webkit-scrollbar-thumb {
    background: rgba(10, 125, 35, 0.5);
    border-radius: 2px;
  }
  .c-modal__card::-webkit-scrollbar-thumb:hover {
    background: #0a7d23;
  }
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
@media (max-width: 767px) {
  .c-modal__close {
    top: 2rem;
    right: 0.5rem;
  }
}
.c-modal__close-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.c-modal__close-icon::before, .c-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background: #3d3535;
  border-radius: 1px;
}
.c-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__body {
  display: grid;
  grid-template-columns: 43rem auto;
  gap: 3rem;
}
@media (max-width: 767px) {
  .c-modal__body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-modal__left {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.c-modal__img {
  width: 43rem;
  border-radius: 1.053rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-modal__img {
    width: 100%;
  }
}
.c-modal__img img {
  width: 100%;
  height: auto;
}
.c-modal__chart img {
  width: 100%;
  height: auto;
}
.c-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .c-modal__content {
    align-items: center;
    gap: 1rem;
  }
}
.c-modal__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #3d3535;
}
@media (max-width: 767px) {
  .c-modal__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.c-modal__title span {
  font-size: 2rem;
  font-weight: 700;
}
.c-modal__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
}
@media (max-width: 767px) {
  .c-modal__text {
    font-size: 1.5rem;
  }
}
.c-modal__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #3d3535;
}
.c-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 18.6rem;
  height: 5rem;
  background: #0a7d23;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5rem;
  border: 1px solid #fff;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
@media (max-width: 767px) {
  .c-modal__btn {
    margin-top: 0.4rem;
  }
}
.c-modal__btn:hover {
  background: #fff;
  color: #0a7d23;
  border-color: #0a7d23;
}
.c-modal__btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(98%) saturate(4588%) hue-rotate(147deg) brightness(101%) contrast(92%);
}
.c-modal__btn img {
  width: 1.3rem;
  height: auto;
  transition: filter 0.2s;
}

html:not(:has(.b-form)) .grecaptcha-badge {
  display: none;
}

.pc {
  display: none !important;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */