/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer base {
  @layer theme, base, components, utilities;
  @layer theme {
    :root, :host {
      --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
      --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
      --default-font-family: var(--font-sans);
      --default-mono-font-family: var(--font-mono);
    }
  }
  @layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      border: 0 solid;
    }
    html, :host {
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
      -moz-tab-size: 4;
        -o-tab-size: 4;
           tab-size: 4;
      font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
      font-feature-settings: var(--default-font-feature-settings, normal);
      font-variation-settings: var(--default-font-variation-settings, normal);
      -webkit-tap-highlight-color: transparent;
    }
    hr {
      height: 0;
      color: inherit;
      border-top-width: 1px;
    }
    abbr:where([title]) {
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
    }
    h1, h2, h3, h4, h5, h6 {
      font-size: inherit;
      font-weight: inherit;
    }
    a {
      color: inherit;
      -webkit-text-decoration: inherit;
      text-decoration: inherit;
    }
    b, strong {
      font-weight: bolder;
    }
    code, kbd, samp, pre {
      font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
      font-feature-settings: var(--default-mono-font-feature-settings, normal);
      font-variation-settings: var(--default-mono-font-variation-settings, normal);
      font-size: 1em;
    }
    small {
      font-size: 80%;
    }
    sub, sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
    }
    sub {
      bottom: -0.25em;
    }
    sup {
      top: -0.5em;
    }
    table {
      text-indent: 0;
      border-color: inherit;
      border-collapse: collapse;
    }
    :-moz-focusring {
      outline: auto;
    }
    progress {
      vertical-align: baseline;
    }
    summary {
      display: list-item;
    }
    ol, ul, menu {
      list-style: none;
    }
    img, svg, video, canvas, audio, iframe, embed, object {
      display: block;
      vertical-align: middle;
    }
    img, video {
      max-width: 100%;
      height: auto;
    }
    button, input, select, optgroup, textarea, ::file-selector-button {
      font: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      letter-spacing: inherit;
      color: inherit;
      border-radius: 0;
      background-color: transparent;
      opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
      font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
      padding-inline-start: 20px;
    }
    ::file-selector-button {
      margin-inline-end: 4px;
    }
    ::-moz-placeholder {
      opacity: 1;
    }
    ::placeholder {
      opacity: 1;
    }
    @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
      ::-moz-placeholder {
        color: currentcolor;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
      ::placeholder {
        color: currentcolor;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
    }
    textarea {
      resize: vertical;
    }
    ::-webkit-search-decoration {
      -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
      min-height: 1lh;
      text-align: inherit;
    }
    ::-webkit-datetime-edit {
      display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
      padding: 0;
    }
    ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
      padding-block: 0;
    }
    ::-webkit-calendar-picker-indicator {
      line-height: 1;
    }
    :-moz-ui-invalid {
      box-shadow: none;
    }
    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
      -webkit-appearance: button;
         -moz-appearance: button;
              appearance: button;
    }
    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
      height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
      display: none !important;
    }
  }
  @layer utilities {
    .invisible {
      visibility: hidden;
    }
    .visible {
      visibility: visible;
    }
    .absolute {
      position: absolute;
    }
    .relative {
      position: relative;
    }
    .static {
      position: static;
    }
    .container {
      width: 100%;
      @media (width >= 40rem) {
        max-width: 40rem;
      }
      @media (width >= 48rem) {
        max-width: 48rem;
      }
      @media (width >= 64rem) {
        max-width: 64rem;
      }
      @media (width >= 80rem) {
        max-width: 80rem;
      }
      @media (width >= 96rem) {
        max-width: 96rem;
      }
    }
    .mx-auto {
      margin-inline: auto;
    }
    .my-\[2rem\] {
      margin-block: 2rem;
    }
    .mt-\[1em\] {
      margin-top: 1em;
    }
    .mt-\[2\.5rem\] {
      margin-top: 2.5rem;
    }
    .mt-\[2rem\] {
      margin-top: 2rem;
    }
    .mt-\[3\.4rem\] {
      margin-top: 3.4rem;
    }
    .mb-\[0\.5em\] {
      margin-bottom: 0.5em;
    }
    .mb-\[1em\] {
      margin-bottom: 1em;
    }
    .mb-\[3rem\] {
      margin-bottom: 3rem;
    }
    .block {
      display: block;
    }
    .contents {
      display: contents;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .hidden {
      display: none;
    }
    .inline {
      display: inline;
    }
    .table {
      display: table;
    }
    .table-cell {
      display: table-cell;
    }
    .size-full {
      width: 100%;
      height: 100%;
    }
    .w-1\/2 {
      width: calc(1/2 * 100%);
    }
    .w-1\/3 {
      width: calc(1/3 * 100%);
    }
    .w-\[80\%\] {
      width: 80%;
    }
    .w-full {
      width: 100%;
    }
    .max-w-\[400px\] {
      max-width: 400px;
    }
    .flex-1 {
      flex: 1;
    }
    .flex-grow {
      flex-grow: 1;
    }
    .transform {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .resize {
      resize: both;
    }
    .flex-col {
      flex-direction: column;
    }
    .flex-col-reverse {
      flex-direction: column-reverse;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .flex-wrap-reverse {
      flex-wrap: wrap-reverse;
    }
    .items-center {
      align-items: center;
    }
    .items-end {
      align-items: flex-end;
    }
    .items-start {
      align-items: flex-start;
    }
    .justify-between {
      justify-content: space-between;
    }
    .justify-center {
      justify-content: center;
    }
    .gap-\[0\.5em\] {
      gap: 0.5em;
    }
    .gap-\[0\.5rem\] {
      gap: 0.5rem;
    }
    .gap-\[1\.25rem\] {
      gap: 1.25rem;
    }
    .gap-\[1rem\] {
      gap: 1rem;
    }
    .gap-\[2rem\] {
      gap: 2rem;
    }
    .gap-\[3rem\] {
      gap: 3rem;
    }
    .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .text-center {
      text-align: center;
    }
    .text-left {
      text-align: left;
    }
    .text-right {
      text-align: right;
    }
    .italic {
      font-style: italic;
    }
    .line-through {
      text-decoration-line: line-through;
    }
    .overline {
      text-decoration-line: overline;
    }
    .underline {
      text-decoration-line: underline;
    }
    .ring {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .outline {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    .blur {
      --tw-blur: blur(8px);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .filter {
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .md\:w-1\/2 {
      @media (width >= 48rem) {
        width: calc(1/2 * 100%);
      }
    }
    .md\:w-1\/4 {
      @media (width >= 48rem) {
        width: calc(1/4 * 100%);
      }
    }
    .md\:w-max {
      @media (width >= 48rem) {
        width: -moz-max-content;
        width: max-content;
      }
    }
    .md\:flex-row {
      @media (width >= 48rem) {
        flex-direction: row;
      }
    }
    .md\:gap-\[2rem\] {
      @media (width >= 48rem) {
        gap: 2rem;
      }
    }
    .md\:gap-\[3rem\] {
      @media (width >= 48rem) {
        gap: 3rem;
      }
    }
  }
}
@layer theme;
@layer utilities;
@layer utilities {
  .font-noto {
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .font-kiwi {
    font-family: "Kiwi Maru", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  }
}
:root {
  --font-header: clamp(0.8125rem, 0.609rem + 0.43vw, 1rem);
  --font-news: clamp(0.75rem, 0.546rem + 0.43vw, 0.9375rem);
  --font-body: clamp(0.9375rem, 0.734rem + 0.43vw, 1.125rem);
  --font-table: clamp(1rem, 0.728rem + 0.58vw, 1.25rem);
  --font-title1: clamp(2rem, 1.457rem + 1.16vw, 2.5rem);
  --font-title2: clamp(1.1875rem, 0.916rem + 0.58vw, 1.4375rem);
  --font-footer: clamp(0.813rem, 0.609rem + 0.43vw, 1rem);
}
@media (max-width: 750px) {
  :root {
    --font-title1: clamp(1.25rem, 0.32rem + 4.65vw, 2.5rem);
  }
}
.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
.scroll-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.scroll-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js-scrollable {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-scrollable::-webkit-scrollbar {
  display: none;
}
#mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/796;
  max-height: 100vh;
}
@media (max-width: 750px) {
  #mv {
    aspect-ratio: auto;
    height: 75vh;
  }
}
#mv .mv_inner {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 750px) {
  #mv .mv_inner {
    height: 65%;
    top: 55%;
    aspect-ratio: 248/527;
  }
}
#mv .mv_inner img {
  height: 100%;
}
#mv .mv_mask {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  aspect-ratio: 1440/796;
  background: url(../src/images/mv.png) no-repeat;
  background-size: cover;
  background-position: center;
  mask-image: url("../src/images/Rectangle 13.svg");
  mask-size: cover;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../src/images/Rectangle 13.svg");
  -webkit-mask-size: cover;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 750px) {
  #mv .mv_mask {
    background: url(../src/images/sp_mv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    mask-image: url("../src/images/sp_mask.svg");
    mask-size: cover;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../src/images/sp_mask.svg");
    -webkit-mask-size: cover;
    -webkit-mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 80px;
}
body {
  font-family: "Kiwi Maru", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #FFFAEC;
  color: #575757;
  margin: 0;
  padding: 0;
  font-size: var(--font-body);
}
p {
  font-size: var(--font-body);
  line-height: 1.6;
}
@media (max-width: 750px) {
  p {
    line-height: 1.8;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInUpGradient {
  0% {
    opacity: 0;
    transform: translateY(30px);
    -webkit-mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 300%;
    mask-size: 100% 300%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.fade-in-gradient {
  animation: fadeInUpGradient 1.5s ease-out forwards;
}
.section_title {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5em;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  color: #7EBD78;
  text-align: center;
  margin-bottom: 2.75rem;
  padding: 0 1em 1rem 0.5em;
  background: url(../src/images/company_section_title.svg) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.title_leaf {
  width: 100%;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  color: #7EBD78;
  padding-left: 1.2em;
  position: relative;
}
.title_leaf::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 16.8/18.2;
  background: url(../src/images/company_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.round_title {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
  background: #7EBD78;
  color: white;
  text-align: center;
  padding: 0.3em 1em;
  border-radius: 50px;
  margin-bottom: 1em;
}
.point_text, .introduction_point, .introduction_point_under, .feature_point .feature_point_title {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  font-weight: 500;
  color: #7EBD78;
}
.text_line {
  background: linear-gradient(transparent 70%, #EED754 30%);
}
.point_list, .chawan_point_list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.point_list li, .chawan_point_list li {
  background: url(../src/images/point_bg.svg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 196/165;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33.3333333333%;
  color: #54964E;
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
}
.point_list li h4, .chawan_point_list li h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  color: #575757;
  border-bottom: solid 1px #7EBD78;
  width: 85%;
  text-align: center;
  padding-bottom: 0.5em;
}
@media (750px <= width <= 840px) {
  .point_list li h4, .chawan_point_list li h4 {
    font-size: 17px;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .point_list li h4, .chawan_point_list li h4 {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  }
}
.point_list li p, .chawan_point_list li p {
  color: #575757;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  width: 80%;
  margin: 0.5em auto 0;
  text-align: left;
}
.chawan_point_list li {
  background: url(../src/images/introduction_point.svg) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}
.chawan_point_list li span {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  color: #fff;
  display: block;
  width: 80%;
  background: #FDD23E;
  border-radius: 50px;
}
.chawan_point_list li p {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
  color: #54964E;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}
.merit_list {
  list-style: none;
  padding: 0;
}
.merit_list > li {
  position: relative;
  padding: 1em 0 1em 3em;
  counter-increment: item;
  border-bottom: solid 1px #7EBD78;
}
.merit_list > li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 1em;
  width: 1.6em;
  height: 1.8em;
  background: url("../src/images/feature_icon.svg") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
.merit_list > li ul {
  margin-top: 0.5em;
}
.merit_list > li ul li {
  position: relative;
  padding-left: 2em;
}
.merit_list > li ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #EAED99;
}
.btn, .btn-header, .btn-secondary, .btn_primary {
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 0 50px;
  color: white;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-weight: 500;
}
.contents_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 2em;
  font-size: var(--font-body);
  color: #876443;
  border-bottom: solid 1px #575757;
  position: relative;
  transition: all 0.3s;
}
.contents_btn::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-right: solid 1px #575757;
  transform: rotate(-60deg);
}
.contents_btn:hover {
  opacity: 0.7;
}
.btn_primary {
  background: #7EBD78;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  border-radius: 50px;
  width: 100%;
  text-align: center;
}
.btn_primary a {
  display: block;
  width: 100%;
}
.btn_primary:hover {
  background: rgb(158.7313432836, 205.7462686567, 154.2537313433);
}
.btn-secondary {
  background: #54964E;
}
.btn-secondary:hover {
  background: rgb(65.2105263158, 116.4473684211, 60.5526315789);
}
table {
  width: 100%;
  margin: 1em 0 100px;
}
table:last-of-type {
  margin-bottom: 0;
}
table tr th {
  border-bottom: solid 1px #A1C979;
  font-weight: 400;
  padding: 1em 0.5em;
  text-align: left;
}
table tr th:first-of-type {
  border-top: solid 1px #A1C979;
}
table tr td {
  border-bottom: solid 1px #A1C979;
  padding: 1em 0.5em;
}
table tr td:first-of-type {
  border-top: solid 1px #A1C979;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFAEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loading.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-img {
  width: 21%;
  max-width: 305px;
  aspect-ratio: 305/549;
}
.loading-text {
  color: #7EBD78;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 30px;
  margin-top: 65px;
  padding-right: -1em;
}
@media (max-width: 750px) {
  .loading-text {
    font-size: 20px;
    margin-right: -1.5em;
  }
}
.content {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.content.visible {
  opacity: 1;
}
.header {
  background: rgba(255, 250, 236, 0.5);
  border-bottom: solid 1px #DBA776;
  position: sticky;
  top: 0;
  z-index: 50;
  height: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .header {
    position: fixed;
    width: 100%;
    height: 50px;
  }
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-left: auto;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  height: 100%;
}
@media (max-width: 750px) {
  .header .nav {
    width: 100%;
  }
}
.header .nav-logo {
  font-size: 1.5rem;
  font-weight: bold;
}
.header .nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-header);
  height: 100%;
  cursor: pointer;
}
@media (max-width: 890px) {
  .header .nav-links {
    gap: 1em;
  }
}
@media (max-width: 750px) {
  .header .nav-links {
    display: none;
  }
}
.header .nav-link {
  color: rgb(75, 85, 99);
  transition: color 0.2s;
}
.header .nav-link:hover {
  color: #7EBD78;
}
.header .nav li {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .nav li:has(.sub_nav)::after {
  content: "";
  opacity: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(100% - 2px);
  left: 0;
  background: #7EBD78;
  border-radius: 50px;
}
.header .nav li .sub_nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../src/images/sub_nav_line.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 0.5em 0.5em 1em;
  margin-top: 0.5em;
  background-color: rgba(255, 250, 236, 0.5);
  backdrop-filter: blur(3px);
  transition: opacity 0.3s, visibility 0.3s;
}
.header .nav li .sub_nav li {
  padding-left: 1em;
  margin: 0.5em 0;
  transition: all 0.3s;
}
.header .nav li .sub_nav li:hover {
  color: #7EBD78;
}
.header .nav li:hover .sub_nav {
  opacity: 1;
  visibility: visible;
}
.header .nav li:hover::after {
  opacity: 1;
}
.btn-header {
  background: #98B76D;
  height: 100%;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.1;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
}
@media (max-width: 750px) {
  .btn-header {
    margin-left: auto;
    font-size: 14px;
    padding: 0 1em 0 1.5em;
    border-radius: 0 0 0 30px;
  }
}
.btn-header:hover {
  background: rgb(176.0963302752, 199.8440366972, 143.1559633028);
}
.btn-header span {
  display: block;
  height: 100%;
  font-size: clamp(1.563rem, 1.087rem + 1.01vw, 2rem);
}
@media (max-width: 750px) {
  .btn-header span {
    font-size: 16px;
  }
}
.header_sp {
  display: none;
}
@media (max-width: 750px) {
  .header_sp {
    display: block;
  }
  .hamburger-grid {
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-grid__dots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    width: 100%;
    height: 100%;
  }
  .hamburger-grid__dot {
    width: 100%;
    height: 100%;
    background-color: #7EBD78;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  .hamburger-grid.active .hamburger-grid__dot {
    background-color: #DBA776;
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(1) {
    transform: scale(0);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(2) {
    transform: translateY(8px);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(3) {
    transform: scale(0);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(4) {
    transform: translateX(8px);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(5) {
    transform: scale(1.2);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(6) {
    transform: translateX(-8px);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(7) {
    transform: scale(0);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(8) {
    transform: translateY(-8px);
  }
  .hamburger-grid.active .hamburger-grid__dot:nth-child(9) {
    transform: scale(0);
  }
  .nav-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFAEC;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .nav-grid {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .nav-grid .sub_nav {
    margin-top: 0.5em;
    padding-left: 1em;
    position: relative;
  }
  .nav-grid .sub_nav::after {
    position: absolute;
    top: -0.5em;
    left: 0.2em;
    content: "";
    background: url(../src/images/sub_nav_line.svg) no-repeat;
    background-size: contain;
    background-position: top left;
    width: 5px;
    height: 90px;
  }
  .nav-grid .sub_nav li {
    font-size: 0.8em;
    transform: color 0.3s;
  }
  .nav-grid .sub_nav li:hover {
    color: #7EBD78;
  }
  .nav-grid.active {
    visibility: visible;
    opacity: 1;
  }
  .nav-grid__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 100px 40px;
  }
  .nav-grid__sections {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
  }
  .nav-grid__section {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-grid.active .nav-grid__section {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-grid__title {
    margin: 0 0 20px;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .nav-grid__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-grid__list li {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .nav-grid__list > li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 1.5em;
  }
  .nav-grid__list > li::after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.7em;
    aspect-ratio: 16.8/18.2;
    background: url(../src/images/company_icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nav-grid__link {
    display: inline-block;
    color: #575757;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) ease;
  }
  .nav-grid.active .nav-grid__link {
    transform: translateY(0);
  }
}
@media (max-width: 750px) and (max-width: 768px) {
  .nav-grid__content {
    padding: 80px 20px;
  }
  .nav-grid__sections {
    grid-template-columns: 1fr;
  }
  .nav-grid__link {
    font-size: 20px;
  }
}
.section {
  margin: 2rem 0;
}
.section-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.section-title .highlight {
  color: #7EBD78;
}
.news_list_page {
  list-style: none;
  padding: 0;
  width: 100%;
}
.news_list_page li {
  display: flex;
  gap: 1.5rem;
  padding: 1em 0.5em;
  border-bottom: solid 1px #7EBD78;
  font-size: var(--font-body);
  align-items: baseline;
}
.news_list_page li:first-of-type {
  border-top: solid 1px #7EBD78;
}
.news_list_page li time {
  white-space: nowrap;
  font-size: var(--font-news);
  flex-shrink: 0;
}
.news_list_page li span {
  line-height: 1.6;
}
#news_list_page {
  margin-top: 0;
}
#news_list_page .container-lg {
  padding-top: 0;
}
#news .section-title {
  font-size: clamp(1.125rem, 0.785rem + 0.72vw, 1.438rem);
  color: #876443;
}
#news .news-list {
  max-width: 470px;
  margin: 0 auto 3rem;
  font-size: var(--font-news);
}
#news .btn, #news .btn_primary, #news .btn-secondary, #news .btn-header {
  background: #7EBD78;
  padding: 0.2em 2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}
#news .btn:hover, #news .btn_primary:hover, #news .btn-secondary:hover, #news .btn-header:hover {
  background: rgb(158.7313432836, 205.7462686567, 154.2537313433);
}
#news img {
  max-width: 463px;
  margin: 2em auto 0;
}
@media (max-width: 750px) {
  #news img {
    width: 80%;
  }
}
.section_bg, .price_bg_title {
  background: url(../src/images/section_bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .section_bg, .price_bg_title {
    background: url(../src/images/sp_section_bg.png) no-repeat;
    background-size: cover;
  }
}
#about h2 {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  color: #7EBD78;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
}
#about h2 span {
  display: block;
  padding-left: 3em;
}
#about .about_inner:nth-child(2) {
  align-items: center;
  margin-bottom: 1em;
}
#about .about_inner:nth-child(2) p {
  width: 48%;
}
@media (max-width: 750px) {
  #about .about_inner:nth-child(2) p {
    width: 160%;
  }
}
#about .about_inner:nth-child(3) {
  align-items: end;
}
#about .about_inner:nth-child(3) p {
  width: 65%;
}
@media (max-width: 750px) {
  #about .about_inner:nth-child(3) p {
    width: 120%;
  }
}
#contents .contents_bg {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
#contents .contents_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 275px;
  background: url(../src/images/contents_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 750px) {
  #contents .contents_bg::after {
    height: 510px;
    background: url(../src/images/sp_content_bg.png) no-repeat;
    background-size: cover;
  }
}
#contents .contents_bg .container-lg {
  position: relative;
  z-index: 1;
}
#contents .contents_bg .container-lg .contents_img {
  width: 49%;
}
@media (max-width: 750px) {
  #contents .contents_bg .container-lg .contents_img {
    width: 80%;
    max-width: 400px;
  }
}
#contents .contents_bg .container-lg .contents_text {
  width: 50%;
  min-height: 287px;
  margin-top: auto;
}
@media (max-width: 750px) {
  #contents .contents_bg .container-lg .contents_text {
    width: 100%;
  }
}
#contents .contents_bg .container-lg .contents_text h2 {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  color: #7EBD78;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .contents_bg .container-lg .contents_text h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6em;
  aspect-ratio: 34/22;
  background: url(../src/images/contents_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#contents .contents_bg .container-lg .contents_text h2::after {
  content: "";
  position: absolute;
  top: 60%;
  left: calc(100% + 1rem);
  width: 100vw;
  height: 1px;
  background: #7EBD78;
}
#contents .contents_bg .container-lg .contents_text h2 span {
  font-size: 1.6em;
  padding-left: 1.3em;
}
#contents .contents_bg .container-lg .contents_text .contents_btn {
  margin-left: auto;
}
#contents .contents_bg .flex-wrap .contents_text h2::after {
  left: auto;
  right: calc(100% + 1rem);
}
@media (max-width: 750px) {
  #contents .contents_bg .flex-wrap .contents_text h2::after {
    left: calc(100% + 1rem);
    right: auto;
  }
}
#contact {
  margin-top: 148px;
}
@media (max-width: 750px) {
  #contact {
    margin-top: 100px;
  }
}
#contact h2 {
  background-color: #7EBD78;
  padding: 0.3em 0;
  color: white;
  text-align: center;
  border-radius: 50px;
  font-size: clamp(1.5rem, 1.092rem + 0.87vw, 1.875rem);
  position: relative;
}
@media (max-width: 750px) {
  #contact h2 {
    margin-bottom: 1rem;
  }
}
#contact h2::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  right: 19px;
  width: 18%;
  aspect-ratio: 159/112;
  background: url(../src/images/contact_img.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  #contact h2::before {
    width: 30%;
  }
}
#contact h3 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 400;
  padding-bottom: 0.2em;
}
@media (max-width: 750px) {
  #contact h3 {
    text-align: center;
  }
}
#contact .contact_logo {
  width: 25%;
}
@media (max-width: 750px) {
  #contact .contact_logo {
    width: 60%;
    max-width: 250px;
  }
}
#contact .contact_btn {
  display: block;
  margin: 0 auto;
  width: 90%;
  border-bottom: solid 1px #7EBD78;
  padding: 1em 0;
}
#contact .contact_phone {
  font-size: clamp(2.75rem, 2.003rem + 1.59vw, 3.438rem);
  color: #398732;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.05px;
}
@media (max-width: 750px) {
  #contact .contact_phone {
    font-size: clamp(26px, 6.8vw, 66px);
    font-feature-settings: "palt";
  }
}
.footer {
  background: url(../src/images/footer_bg.svg) no-repeat, linear-gradient(0deg, rgb(161, 201, 121) 60%, rgb(255, 250, 236) 60%);
  background-size: contain;
  background-position: top center;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  font-size: var(--font-footer);
}
@media (max-width: 750px) {
  .footer {
    background: url(../src/images/sp_footer_bg.svg) no-repeat, linear-gradient(0deg, rgb(161, 201, 121) 80%, rgb(255, 250, 236) 80%);
    background-size: contain;
    background-position: top center;
  }
}
@media (min-width: 1801px) {
  .footer {
    background-size: cover;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: clamp(11.625rem, 8.5rem + 6.67vw, 14.5rem);
  aspect-ratio: 232/126;
  background: url(../src/images/footer_img_1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .footer::before {
    width: 40%;
    left: 0.5rem;
    top: -1rem;
    max-width: 200px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.6rem;
  width: clamp(10.813rem, 7.891rem + 6.23vw, 13.5rem);
  aspect-ratio: 216/220;
  background: url(../src/images/footer_img_2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .footer::after {
    width: 35%;
    top: -3rem;
    right: 0.5rem;
    max-width: 200px;
  }
}
.footer .footer_img {
  width: clamp(12.063rem, 8.734rem + 7.1vw, 15.125rem);
  margin: 5.8rem auto 4.3rem;
}
@media (max-width: 750px) {
  .footer .footer_img {
    margin: 3rem auto 1rem;
    width: 40%;
  }
}
.footer .footer_nav {
  width: 95%;
  max-width: 1296px;
  border-bottom: solid 1px #fff;
  gap: clamp(0px, 3vw, 40px);
}
.footer .footer_nav a {
  color: white;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5em;
}
.footer .footer_nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../src/images/footer_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.footer .footer_nav a:hover {
  opacity: 0.8;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.float {
  animation: float 3s ease-in-out infinite;
}
.container {
  padding: 3.4rem 0;
  width: 90%;
  max-width: 636px;
  margin: 0 auto;
}
.container-lg {
  padding: 3.4rem 0;
  width: 90%;
  max-width: 867px;
  margin: 0 auto;
}
#page_mv {
  width: 100%;
  min-height: 300px;
  position: relative;
}
@media (max-width: 750px) {
  #page_mv {
    margin-top: 50px;
    min-height: 250px;
  }
}
@media (max-width: 750px) {
  #page_mv:has(.page_title_center) {
    min-height: 200px;
  }
}
#page_mv .page_mv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 974px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 1441px) {
  #page_mv .page_mv_inner {
    max-width: 1300px;
  }
}
#page_mv .page_mv_inner::before {
  content: "";
  display: block;
  padding-top: 58.2%;
}
#page_mv #imageGroup {
  transform-origin: right top;
  transition: transform 0.3s ease;
}
#page_mv svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page_mv svg text {
  font-size: 150px;
  transform-origin: right top;
  transition: transform 0.3s ease;
}
#page_mv .page_title, #page_mv .page_title_center {
  position: absolute;
  top: 50%;
  left: 0;
  color: #7EBD78;
  transform: translateY(-50%);
  font-size: clamp(2rem, 1.457rem + 1.16vw, 4rem);
  background: url(../src/images/page_mv_title.svg) no-repeat;
  background-position: bottom left;
  background-size: contain;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 3em;
  font-weight: 500;
}
@media (max-width: 750px) {
  #page_mv .page_title, #page_mv .page_title_center {
    font-size: 1.5rem;
    top: 70%;
  }
}
#page_mv .page_title_center {
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../src/images/page_title_center.svg) no-repeat;
  background-position: bottom center;
  background-size: contain;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  #page_mv #imageGroup {
    transform: scale(0.8);
  }
  #page_mv svg text {
    transform: scale(0.8);
  }
}
@media (max-width: 750px) {
  #page_mv #imageGroup {
    transform: scale(0.7);
  }
  #page_mv svg text {
    transform: scale(0.7);
  }
}
.concept_title_inner {
  width: 95%;
  max-width: 1216px;
  margin: 0 auto;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 750px) {
  .concept_title_inner {
    padding-top: 0;
  }
}
.concept_title_inner .concept_title_img {
  width: 48.2638888889%;
  margin-right: 3rem;
}
@media (max-width: 750px) {
  .concept_title_inner .concept_title_img {
    min-width: 70%;
    margin-right: 0;
  }
}
.concept_title_inner h3 {
  writing-mode: vertical-rl;
  color: #7EBD78;
  font-size: var(--font-title1);
  line-height: 2;
  position: relative;
}
.concept_title_inner h3 span {
  display: block;
  margin-top: 3.3em;
}
.concept_title_inner .concept_title_dec {
  writing-mode: vertical-rl;
  color: #7EBD78;
  font-size: calc(var(--font-title1) * 0.5em);
  border-left: solid 4px #BBD8B8;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 5em;
  padding-left: 0.3em;
}
.concept_title_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.2222222222%;
  aspect-ratio: 248/123;
  background: url(../src/images/company_img_02.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .concept_title_inner::before {
    min-width: 25%;
  }
}
.concept_title_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.2638888889%;
  aspect-ratio: 191/104;
  background: url(../src/images/company_img_03.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .concept_title_inner::after {
    min-width: 25%;
  }
}
.feature_point .point_text, .feature_point .introduction_point, .feature_point .introduction_point_under, .feature_point .feature_point_title {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.feature_point .feature_point_title {
  border-top: solid 1px #7EBD78;
  border-bottom: solid 1px #7EBD78;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  padding: 0.5em 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 840px) {
  .feature_point .point_list, .feature_point .chawan_point_list {
    justify-content: left;
  }
}
@media (max-width: 840px) {
  .feature_point .point_list li, .feature_point .chawan_point_list li {
    min-width: 240px;
  }
}
body:has(#area) #page_mv .page_title_center {
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}
body:has(#area) #area > .container {
  padding-top: 0;
}
.shicifukuzen, .koganei, .nerima {
  width: 100%;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding: 0.3em 0;
}
.nerima {
  width: 48%;
  background: #6CC8C5;
}
@media (max-width: 750px) {
  .nerima {
    width: 47%;
  }
}
.nerima:hover {
  background: rgb(145.1138613861, 213.8861386139, 211.6435643564);
}
.koganei {
  width: 48%;
  background: #C6AC6F;
}
@media (max-width: 750px) {
  .koganei {
    width: 47%;
  }
}
.koganei:hover {
  background: rgb(212.4626865672, 193.0597014925, 147.5373134328);
}
#shicifukuzen .container {
  background: #E4F2E2;
  border-radius: 30px;
  padding: 1.68rem 0;
}
#shicifukuzen .container h3 {
  color: #398732;
}
#day_service .container {
  background: #DEF2F1;
  border-radius: 30px;
  padding: 1.68rem 0;
}
#day_service .container h3 {
  color: #328784;
}
#kojintaku .container {
  background: #EDECCC;
  border-radius: 30px;
  padding: 1.68rem 0;
}
#kojintaku .container h3 {
  color: #876E32;
}
.area_inner {
  background-color: #fff;
  border-radius: 30px;
  width: 93%;
  margin: 1.68rem auto 0;
  padding: 2em 1.5em;
}
@media (max-width: 840px) {
  .chawan_point_list {
    justify-content: left;
  }
}
@media (max-width: 840px) {
  .chawan_point_list li {
    min-width: 240px;
  }
}
@media (max-width: 750px) {
  #meal-delivery_btn.section {
    margin-top: 0;
  }
}
.introduction_title {
  width: 50%;
  max-width: 308px;
  margin: 0 auto;
}
.introduction_point, .introduction_point_under {
  border-bottom: solid 1px #7EBD78;
  border-top: solid 1px #7EBD78;
  margin: 0.5em 0;
  text-align: center;
}
.introduction_point_under {
  border-top: none;
  color: #398732;
  padding: 0.2em;
}
.introduction_img {
  width: 80%;
  max-width: 418px;
  margin: 1em auto;
}
.introduction_dec_img {
  width: 90%;
  height: 246px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 850px) {
  .introduction_dec_img {
    height: 150px;
  }
}
.introduction_dec_img .img-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 325px;
  aspect-ratio: 325/161;
}
@media (max-width: 850px) {
  .introduction_dec_img .img-1 {
    width: 40%;
    top: 5%;
    max-width: 150px;
  }
}
.introduction_dec_img .img-2 {
  position: absolute;
  bottom: 24px;
  right: 20%;
  width: 176px;
  aspect-ratio: 176/57;
  animation: tokotoko 2s linear infinite;
}
@media (max-width: 1440px) {
  .introduction_dec_img .img-2 {
    right: 30%;
  }
}
@media (max-width: 850px) {
  .introduction_dec_img .img-2 {
    width: 35%;
    max-width: 131px;
    top: 0;
    right: 0;
    bottom: auto;
  }
}
#shifukuben {
  position: relative;
}
#shifukuben::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 10px);
  right: 10%;
  width: 235px;
  aspect-ratio: 235/159;
  background: url(../src/images/pair.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 850px) {
  #shifukuben::before {
    width: 40%;
    max-width: 167px;
  }
}
@keyframes tokotoko {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@media (max-width: 750px) {
  #price.section {
    margin-top: 0;
  }
}
.price_bg_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.price_bg_title img {
  width: 50%;
  max-width: 196px;
}
dl {
  padding-left: 1em;
  border-bottom: dotted 1px #7EBD78;
  padding-bottom: 0.5rem;
}
dl dt {
  color: #7EBD78;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  position: relative;
}
dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  background: url(../src/images/header_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
dl dd {
  font-size: 13px;
  color: #838383;
}
dl dd:last-of-type {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 500;
  text-align: right;
}
.point_box {
  width: 100%;
  padding: 1em;
  border: solid 1px #7EBD78;
  border-radius: 30px;
  font-size: 15px;
  color: #7EBD78;
  text-align: center;
}
body:has(#price) #contact {
  margin-top: 66px;
}
#shicifukuzen_qa .price_bg_title,
#shifukuben_qa .price_bg_title {
  padding: 1.5em 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shicifukuzen_qa .price_bg_title img,
#shifukuben_qa .price_bg_title img {
  max-width: 308px;
}
.qa.container-lg {
  width: 100%;
}
.qa dl {
  padding-left: 0;
  max-width: 562px;
  margin: 2em auto;
  border: none;
}
.qa dl:nth-of-type(3n+1) dt::before {
  background: url(../src/images/q_img.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.qa dl:nth-of-type(3n+2) dt::before {
  background: url(../src/images/q_img_2.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.qa dl:nth-of-type(3n+3) dt::before {
  background: url(../src/images/q_img_3.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.qa dl dt {
  background: #fff;
  border-radius: 50px;
  padding: 1em 0.5em;
  color: #2C7572;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  position: relative;
}
@media (max-width: 750px) {
  .qa dl dt {
    width: 80%;
    margin-left: 20%;
  }
}
.qa dl dt::after {
  position: absolute;
  content: "";
  top: 1.5em;
  right: 99%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 22px solid #fff;
  border-left: 0;
}
@media (max-width: 750px) {
  .qa dl dt::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 11px solid #fff;
  }
}
.qa dl dt::before {
  width: 130px;
  height: 130px;
  left: -150px;
}
@media (max-width: 750px) {
  .qa dl dt::before {
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    left: calc(-20% - 5px);
  }
}
.qa dl dt span {
  position: relative;
  padding-left: 60px;
  display: block;
  width: 98%;
}
.qa dl dt span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 34px;
  height: 34px;
  background: url(../src/images/q.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.qa dl dd {
  margin-top: 1em;
  background: #fff;
  border-radius: 50px;
  text-align: left;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .qa dl dd {
    width: 80%;
    margin-right: 20%;
  }
}
.qa dl dd:has(.open) {
  border-radius: 30px;
}
.qa dl dd::after {
  position: absolute;
  content: "";
  bottom: 1.5em;
  left: 99%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 22px solid #fff;
  border-right: 0;
}
@media (max-width: 750px) {
  .qa dl dd::after {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 11px solid #fff;
  }
}
.qa dl dd::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -150px;
  width: 130px;
  height: 130px;
  background: url(../src/images/a_img.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 750px) {
  .qa dl dd::before {
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    right: calc(-20% - 5px);
  }
}
.qa dl dd p {
  padding-left: 60px;
  list-style: none;
  position: relative;
  padding: 1em 40px 1em 60px;
  max-height: 4em;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: all 0.3s;
  mask-image: linear-gradient(to bottom, #fff 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #fff 60%, transparent 100%);
}
.qa dl dd p::after {
  content: "";
  position: absolute;
  top: 1em;
  left: calc(10px + 0.5em);
  width: 34px;
  height: 34px;
  background: url(../src/images/a.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.qa dl dd p::before {
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 20px;
  height: 10px;
  background: url(../src/images/qa_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.qa dl dd p:hover {
  cursor: pointer;
}
.qa dl dd p.open {
  max-height: 600px;
  mask-image: none;
  -webkit-mask-image: none;
}
.qa dl dd p.open::before {
  transform: rotate(0deg);
}
.fq_contact_inner {
  background-color: #F2F9CF;
  padding: 2.3rem 5rem 2.3rem 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 53px;
}
@media (max-width: 750px) {
  .fq_contact_inner {
    padding: 1rem;
  }
}
.fq_contact_inner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 10px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #F2F9CF;
  border-right: 0;
}
.fq_contact_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #F2F9CF;
  padding: 2.3rem 5rem 2.3rem 2.3rem;
  z-index: -1;
}
.fq_contact_inner > p {
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  font-weight: 500;
  color: #54964E;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 750px) {
  .fq_contact_inner > p {
    font-size: 14px;
  }
}
.fq_contact_inner > p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.7em;
  transform: translateY(-40%);
  width: 14px;
  height: 38px;
  background: url(../src/images/qa_contact_icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .fq_contact_inner > p::after {
    font-size: 7px;
    height: 19px;
    right: -2em;
  }
}
.fq_contact_inner .contact_phone {
  font-size: clamp(3rem, 2.727rem + 1.36vw, 3.75rem);
  font-weight: 700;
  color: #54964E;
  line-height: 1.1;
}
@media (max-width: 750px) {
  .fq_contact_inner .contact_phone {
    font-size: 27px;
  }
}
.fq_contact_img {
  width: 172px;
  aspect-ratio: 172/182;
}
@media (max-width: 750px) {
  .fq_contact_img {
    width: 20%;
  }
}
@media (max-width: 345px) {
  .fq_contact_img {
    width: 15%;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/*# sourceMappingURL=output.css.map */