@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 1.7rem;
  line-height: 1.86;
  color: #5c6659;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: visible;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

body,
html {
  min-height: 100vh;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
}
body.is-fixed {
  overflow: hidden;
}

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

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=datetime-local],
input[type=date] {
  width: auto;
}

ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

ol li {
  margin-bottom: 10px;
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

textarea {
  width: 100%;
  padding: 16px;
}

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #c9c9c9;
}

fieldset {
  border: 0;
}

.l-wrap {
  padding-inline: 1rem;
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    display: inherit;
  }
  html {
    overflow-x: hidden;
  }
  main {
    min-height: calc(100vh - 410px);
  }
  .l-wrap {
    padding: 0 4%;
    width: 100%;
  }
}
ul.pagination {
  list-style-type: none; /* リストアイテムの黒丸を非表示にする */
  padding: 0; /* リストのパディングをリセットする */
}

ul.pagination li {
  display: inline; /* リストアイテムをインラインで表示する */
}

.l-header {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding-block: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header:has(.slider-swiper) {
  padding-block: 2rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 2rem 1rem;
  }
  .l-header:has(.slider-swiper) {
    padding-block: 2rem 5rem;
  }
}

.l-main {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 15rem;
  }
}

.l-footer {
  background-color: white;
  padding-top: 20rem;
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background: url("images/wave_footer.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 13rem;
  }
}

.l-section {
  padding-inline: 1rem;
}

.l-container {
  max-width: 102.4rem;
  margin-inline: auto;
  padding-inline: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: calc(100% - 4rem);
  }
}
.l-container--page {
  max-width: 66.2rem !important;
  margin-inline: auto;
  padding: 0;
  padding-block: 5.8rem;
}
@media screen and (max-width: 767px) {
  .l-container--page {
    padding-block: 3rem;
  }
}
.l-container--download {
  max-width: 82rem !important;
  width: 100%;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .l-container--download {
    max-width: 100% !important;
  }
}

.l-container--article {
  max-width: 82rem;
  margin-inline: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-container--article {
    max-width: calc(100% - 4rem);
  }
}

.l-container--single {
  max-width: 102.4rem;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-block: 5.8rem;
}
@media screen and (max-width: 767px) {
  .l-container--single {
    max-width: calc(100% - 4rem);
    padding-block: 3rem;
  }
}
.l-container--single-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-container--single-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-container--single-recipe {
  max-width: 66.2rem !important;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-container--single-recipe {
    max-width: 100% !important;
    padding-inline: 2rem;
  }
}
.l-container--single-company {
  max-width: 66.2rem !important;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-container--single-company {
    max-width: 100% !important;
    padding-inline: 2rem;
  }
}
.l-container--single-contact {
  max-width: 82rem !important;
  width: 100%;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .l-container--single-contact {
    max-width: 100% !important;
  }
}

.l-container--archive {
  max-width: 102.4rem;
  margin-inline: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-container--archive {
    max-width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-container--archive:has(:not(.c-archive__sidebar)) .c-archive {
  max-width: 100% !important;
  width: 100%;
}
.l-container--archive:has(:not(.c-archive__sidebar)) .c-archive__cards--3col {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
@media screen and (max-width: 767px) {
  .l-container--archive:has(:not(.c-archive__sidebar)) .c-archive__cards--3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-container--archive:has(:not(.c-archive__sidebar)) .c-archive__cards--3col:not(:has(.c-card)) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .l-container__menu--sp {
    max-width: 84.5%;
    margin-inline: auto;
    margin-top: 3rem;
    padding: 0;
  }
}
.c-breadcrumb {
  padding: 1.2rem 0;
  font-size: 1.4rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0;
}
.c-breadcrumb__item {
  margin-bottom: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.c-breadcrumb__item a {
  text-decoration: underline;
}
.c-breadcrumb__sep {
  font-size: 1.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__sep {
    margin: 0 0.4rem;
  }
}

.c-single .c-single__title {
  font-size: 3.2rem !important;
  font-weight: 900;
  color: #004717;
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-single .c-single__title {
    font-size: 2.4rem !important;
  }
}
.c-single .c-single__thumbnail {
  margin-bottom: 4rem;
  border-radius: 1.1rem;
  overflow: hidden;
}

.c-single:has(+ .c-single) {
  padding-bottom: 0;
}

.c-single__box {
  background-color: white;
}

.c-single__author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-single__author-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-single__author-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .c-single__author-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
.c-single__author-img img {
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .c-single__author-img img {
    width: 10rem;
  }
}

.c-single__author-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-single__author-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}
.c-single__author-info .c-single__author-title {
  color: black;
  font-weight: 900;
}
.c-single__post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}

.c-single__meta-wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-single__meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
    gap: 1.5rem;
  }
}

.c-single__date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  font-size: 1.7rem;
  color: #bbc4bb;
}
@media screen and (max-width: 767px) {
  .c-single__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 1.4rem;
  }
}

.c-single__post-tags {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-tags {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
.c-single__post-tags .c-single__post-tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-single__post-tags .c-single__post-tag--label {
  background-color: #008f41 !important;
}

.c-single__post-sns-icons {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__post-sns-icons {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-single__post-sns-icons .c-single__post-sns-icon {
  width: 2.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-single--column {
  max-width: 66.2rem;
  width: 100%;
}

.c-single__company-preface {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-single__company-preface {
    margin-bottom: 3rem;
  }
}

.c-button.c-button--brown {
  background-color: #721e1b;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2rem;
  padding: 0.5rem 1rem;
  padding-left: 2.2rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
}
.c-button .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem !important;
    gap: 1rem !important;
  }
}

.c-button.c-button--instagram {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-button.c-button--x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-button.c-button--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  padding-left: 2.2rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--contact {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}

.c-archive__sidebar {
  max-width: 31rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-archive__sidebar {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.c-archive__top-wrapper {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .c-archive__top-wrapper {
    padding-block: 3rem;
  }
}

.c-archive__top-text {
  max-width: 43.7rem;
  width: 100%;
}
.c-archive__top-text p {
  font-style: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__top-text p {
    font-size: 1.4rem;
  }
}

.c-archive__top-img {
  width: 40rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-archive__top-img {
    width: 75%;
    margin-left: auto;
  }
}

.c-archive__h1 {
  font-size: 5.7rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__h1 {
    font-size: 3rem;
  }
}

.c-archive__h2 {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__h2 {
    font-size: 1.8rem;
  }
}

.c-archive__category {
  max-width: 31rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.c-archive__category + .c-archive__category {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category + .c-archive__category {
    margin-top: 2rem;
  }
}
.c-archive__category .c-archive__category-title {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__category .c-archive__category-title {
    font-size: 1.8rem;
  }
}
.c-archive__category .c-archive__category-list {
  border-top: 0.1rem solid #bbc4bb;
}
.c-archive__category .c-archive__category-list .c-archive__category-item {
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  font-size: 1.7rem;
  font-weight: 900;
  border-bottom: 0.1rem solid #bbc4bb;
}
@media screen and (max-width: 767px) {
  .c-archive__category .c-archive__category-list .c-archive__category-item {
    font-size: 1.4rem;
    padding-inline: 1rem;
  }
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active {
  position: relative;
  z-index: 1;
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active a {
  position: relative;
  color: white;
  z-index: 1;
}
.c-archive__category .c-archive__category-list .c-archive__category-item.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 80%;
  background-color: #721e1b;
  border-radius: 2rem;
  z-index: 0;
}

.c-archive__title {
  font-size: 3.6rem;
  font-weight: 900;
  margin-top: -2rem;
  margin-bottom: 1rem;
  color: #004717;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-archive__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}

.c-archive__cards-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-archive__cards-title {
    font-size: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.c-archive__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .c-archive__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-archive__cards:not(:has(.c-card)) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-archive__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-archive__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
    -webkit-transform: none;
            transform: none;
  }
}

.c-archive__post-inner {
  width: inherit;
  height: inherit;
  max-width: 102.4rem;
  width: 100%;
  margin-right: auto;
  border-radius: 1.1rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post-inner {
    aspect-ratio: auto;
    margin-bottom: 4rem;
  }
}
.c-archive__post-inner a {
  opacity: 1 !important;
}

.c-archive__post:has(.c-button--hover-scale:hover) .c-archive__post-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .c-archive__post:has(.c-button--hover-scale:hover) .c-archive__post-img img {
    -webkit-transform: none;
            transform: none;
  }
}
.c-archive__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-archive__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-archive__post > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (max-width: 767px) {
  .c-archive__post > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.c-archive__post img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-archive__post .c-archive__post-img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-archive__post .c-archive__post-img img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-archive__post .c-archive__post-content {
  background-color: white;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content {
    padding: 2rem;
  }
}
.c-archive__post .c-archive__post-content .c-archive__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-archive__post .c-archive__post-content .c-archive__post-tags .c-archive__post-tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-archive__post .c-archive__post-content .c-archive__post-tags .c-archive__post-tag--label {
  background-color: #008f41 !important;
}
.c-archive__post .c-archive__post-content .c-archive__post-title {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-excerpt {
    font-size: 1.4rem;
  }
}
.c-archive__post .c-archive__post-content .c-archive__post-title,
.c-archive__post .c-archive__post-content .c-archive__post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-archive__post .c-archive__post-content .c-archive__post-more {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-archive__post-more {
    margin-inline: auto;
  }
}
.c-archive__post .c-archive__post-content .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-button {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-archive__post .c-archive__post-content .c-button--more {
  background-color: #fa7571;
}
.c-archive__post .c-archive__post-content .c-button--more .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
.c-archive__post .c-archive__post-content .c-button .c-button__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__post .c-archive__post-content .c-button .c-button__text {
    font-size: 1.4rem;
  }
}
.c-archive__post .c-archive__post-content .c-button:hover {
  opacity: 0.8 !important;
}

.c-archive__pagination {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-archive__pagination {
    margin-top: 3rem;
  }
}
.c-archive__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #721e1b;
  color: #fff;
  min-width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
  padding: 1rem;
  font-weight: 900;
}
.c-archive__pagination .page-numbers:hover {
  opacity: 0.8;
}
.c-archive__pagination .page-numbers.current {
  background-color: #bbc4bb;
}
.c-archive__pagination .page-numbers.dots {
  background-color: transparent;
  color: #721e1b;
  cursor: default;
}

.c-archive__no-post {
  width: 100%;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-archive__no-post {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

.c-archive__recipe-button-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.c-archive__recipe-button-wrap .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-archive__recipe-button-wrap .c-button--more {
  background-color: #fa7571;
}
.c-archive__recipe-button-wrap .c-button--more .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button--more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 2rem;
  }
}
.c-archive__recipe-button-wrap .c-button .c-button__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-archive__recipe-button-wrap .c-button .c-button__text {
    font-size: 1.4rem;
  }
}
.c-archive__recipe-button-wrap .c-button:hover {
  opacity: 0.8 !important;
}

.c-archive__category-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive__category-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
}

.c-archive__category-select label {
  font-weight: 900;
  margin-bottom: 0.5rem;
  display: block;
  color: #004717;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-archive__category-select label {
    font-size: 1.3rem;
  }
}
.c-archive__category-select select {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath stroke='%23bbc4bb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  width: calc(100% + 4rem);
  width: 100%;
  padding: 1rem 2rem;
  padding-right: 4rem;
  border-radius: 1.1rem;
  border: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-archive__category-select select {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    padding-right: 2rem;
  }
}
.c-archive__category-select:invalid, .c-archive__category-select:has(option[value=""]:checked) {
  color: #bbc4bb;
}
.c-archive__category-select option {
  color: #bbc4bb;
}
.c-archive__category-select option[value=""], .c-archive__category-select option:disabled {
  color: #bbc4bb;
}

.c-archive__cards-header {
  max-width: 102.4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-archive__cards-header {
    max-width: calc(100% - 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-card {
  width: 32.5rem;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
}
.c-card .c-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-card .c-card__img {
  width: 100%;
  aspect-ratio: 27.5/18.9;
  margin-inline: auto;
  border-radius: 1.1rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__img {
    aspect-ratio: 3/2;
    aspect-ratio: inherit;
    border-radius: 1.1rem 1.1rem 0 0;
  }
  .c-card .c-card__img img {
    background-color: white;
  }
}
.c-card .c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__img img {
    border-radius: 0;
  }
}
.c-card .c-card__img--contain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.c-card .c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
.c-card .c-card__tags .c-card__tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-card .c-card__tags .c-card__tag--label {
  background-color: #008f41 !important;
}
.c-card .c-card__title {
  font-size: 2rem;
  margin-top: 0.5rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__title {
    font-size: 1.6rem;
  }
}
.c-card .c-card__text {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-card .c-card__text {
    font-size: 1.4rem;
  }
}

a:has(.c-card) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  a:has(.c-card) {
    display: block;
    width: 100%;
    height: auto;
  }
}
a:has(.c-card) .c-card {
  height: 100%;
}
a:has(.c-card) img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:has(.c-card):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  a:has(.c-card):hover img {
    -webkit-transform: none;
            transform: none;
  }
}

.c-card__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card__content {
    background-color: white;
    padding: 1.5rem;
  }
}

.c-card--recipe .c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card--recipe .c-card__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card--recipe .c-card__img {
    border-radius: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card__radius-top--sp {
    border-radius: 1.1rem 1.1rem 0 0 !important;
  }
}

.c-author--white .c-author__box {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 7.5rem;
  background-color: white;
  border-radius: 0.861rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
  }
}
.c-author--white .c-author__box .c-author__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
  }
}
.c-author--white .c-author__box .c-author__img img {
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__img img {
    width: 10rem;
  }
}
.c-author--white .c-author__box .c-author__title {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-author--white .c-author__box .c-author__title {
    font-size: 1.6rem;
  }
}
.c-author--white .c-author__box .c-author__text {
  font-size: 1.4rem;
}

.c-page h1 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-page h1 {
    margin-top: 8rem;
  }
}
.c-page h2 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-page h2 {
    margin-top: 6rem;
  }
}
.c-page h3 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-page h3 {
    margin-top: 5rem;
  }
}
.c-page h4 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page h4 {
    margin-top: 2rem;
  }
}
.c-page h5 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page h5 {
    margin-top: 2rem;
  }
}
.c-page h6 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page h6 {
    margin-top: 2rem;
  }
}
.c-page h1:first-child,
.c-page h2:first-child,
.c-page h3:first-child,
.c-page h4:first-child,
.c-page h5:first-child,
.c-page h6:first-child {
  margin-top: 0;
}
.c-page p {
  margin-block: 2rem;
}
.c-page .wp-element-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-element-caption {
    font-size: 1.2rem;
  }
}
.c-page .wp-block-image {
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-inline: 3rem;
}
.c-page .wp-block-image img {
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-block-image {
    margin-top: 2rem;
  }
}
.c-page .wp-block-list {
  padding-left: 2rem;
  list-style: disc !important;
}
.c-page a {
  -webkit-text-decoration: #5c6659 underline;
          text-decoration: #5c6659 underline;
}
.c-page h1 {
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem 0.5rem 7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h1 {
    font-size: 2.4rem;
    padding: 0.5rem 1rem 0.5rem 6rem;
  }
}
.c-page h1::before {
  content: "";
  background: url("images/about_mo.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.8258rem;
  height: 6.1878rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page h1::before {
    width: 5rem;
    height: 4.5rem;
    left: -0.5rem;
  }
}
.c-page h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem 0.5rem 7rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h2 {
    font-size: 2rem;
    padding: 0.5rem 1rem 0.5rem 6rem;
  }
}
.c-page h2::before {
  content: "";
  background: url("images/about_mo.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 40%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.8258rem;
  height: 6.1878rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page h2::before {
    width: 5rem;
    height: 4.5rem;
    left: -0.5rem;
  }
}
.c-page h3 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-page h3 {
    font-size: 1.8rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-page h4 {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-page h4 {
    font-size: 1.6rem;
  }
}
.c-page p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-page p {
    font-size: 1.4rem;
  }
}
.c-page .wp-block-group__inner-container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-page .has-inline-color {
  color: #0f290b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(250, 225, 225, 0.9))) !important;
  background: linear-gradient(transparent 60%, rgba(250, 225, 225, 0.9) 60%) !important;
}
.c-page .c-page__point {
  background-color: #ecf5e9;
  border-radius: 1.1rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.c-page .c-page__point p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-page .c-page__point {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
.c-page .c-page__point h4 {
  position: relative;
  padding-left: 2rem;
  margin-top: 0 !important;
  font-size: 1.7rem !important;
  margin-bottom: 0;
}
.c-page .c-page__point h4::before {
  content: "";
  background: url("images/point.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.8rem;
  z-index: 1;
}

.c-page__box {
  padding: 5rem 7.5rem;
  background-color: white;
  border-radius: 0.861rem;
}
@media screen and (max-width: 767px) {
  .c-page__box {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page__box p {
    font-size: 1.4rem;
  }
}

.c-page .c-page__point .wp-block-group__inner-container {
  margin-bottom: 0 !important;
}

.c-page__sidebar {
  max-width: 31rem;
  width: 100%;
  position: sticky;
  top: 17rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page__sidebar {
    max-width: 100%;
    margin-bottom: 2rem;
    position: static;
  }
}

.c-page__category {
  max-width: 31rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  border-radius: 1.1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-page__category {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.c-page__category + .c-page__category {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page__category + .c-page__category {
    margin-top: 2rem;
  }
}
.c-page__category .c-page__category-title {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-page__category .c-page__category-title {
    font-size: 1.8rem;
  }
}
.c-page__category .c-page__category-list {
  border-top: 0.1rem solid #bbc4bb;
}
.c-page__category .c-page__category-list .c-page__category-item {
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  font-size: 1.7rem;
  font-weight: 900;
  border-bottom: 0.1rem solid #bbc4bb;
}
@media screen and (max-width: 767px) {
  .c-page__category .c-page__category-list .c-page__category-item {
    font-size: 1.4rem;
    padding-inline: 1rem;
  }
}
.c-page__category .c-page__category-list .c-page__category-item.is-active {
  position: relative;
  z-index: 1;
}
.c-page__category .c-page__category-list .c-page__category-item.is-active a {
  position: relative;
  color: white;
  z-index: 1;
}
.c-page__category .c-page__category-list .c-page__category-item.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 80%;
  background-color: #721e1b;
  border-radius: 2rem;
  z-index: 0;
}
.c-page__category--column .c-page__category-item.is-active::after {
  background-color: #004717 !important;
}

.c-related {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-related {
    margin-bottom: 3rem;
  }
}

.c-related__title {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 1rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-related__title {
    font-size: 2rem;
  }
}

.c-related__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .c-related__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-related__cards:not(:has(.c-card)) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-related__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-related__cards .c-card:has(.c-button--hover-scale:hover) .c-card__img img {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c-related__cards .c-card__img {
    border-radius: 1.1rem !important;
  }
}

.c-person__box {
  background-color: #f7f7f7;
  padding: 3rem 4rem;
  border-radius: 0.861rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-person__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.c-person__box .c-person__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-person__box .c-person__img img {
  width: 13.4rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__img img {
    width: 10rem;
  }
}
.c-person__box .c-person__title {
  font-weight: 900;
  color: black;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-person__box .c-person__title {
    font-size: 1.6rem;
  }
}
.c-person__box .c-person__text {
  font-size: 1.4rem;
}

.c-company-info {
  background-color: #ecf5e9;
  border-radius: 1.1rem;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-company-info {
    padding: 1.5rem;
    margin-bottom: 3rem;
  }
}
.c-company-info h4 {
  font-size: 1.7rem !important;
  color: #004717;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-company-info h4 {
    font-size: 1.6rem !important;
  }
}
.c-company-info .c-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-company-info .c-company-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.c-company-info .c-company-info__label {
  font-weight: 900;
}
.c-company-info .c-company-info__value a {
  text-decoration: underline;
}

.c-faq .c-faq__question {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  background-color: #37af8d;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__question {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
}
.c-faq .c-faq__question-label {
  background-color: #004717;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__question-label {
    width: 4rem;
  }
}
.c-faq .c-faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}
.c-faq .c-faq__answer {
  font-size: 1.7rem;
  padding: 1rem 2.5rem;
  background-color: white;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__answer {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.c-faq .c-faq__answer-label {
  color: white;
  font-weight: 900;
  background-color: #721e1b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq__answer-label {
    width: 4rem;
    font-size: 1.6rem;
  }
}
.c-faq .c-faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 5.8rem;
    height: 5.8rem;
    background-color: #fa7571;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
    padding: 1.5rem 1rem 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .c-hamburger:hover {
    opacity: 0.8;
  }
}
.c-hamburger__line {
  display: block;
  width: 2.8rem;
  height: 0.3rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}
.c-hamburger__text {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.c-hamburger__text::before {
  content: "MENU";
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: black;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
          transform: translateY(0.6rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__text {
  color: black;
}
.c-hamburger.is-active .c-hamburger__text::before {
  content: "CLOSE";
}

.c-hamburger__menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-hamburger__menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ecf5e9;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    padding: 2rem 2rem 4rem;
    -webkit-overflow-scrolling: touch;
  }
  .c-hamburger__menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-hamburger__menu-inner {
  max-width: 60rem;
  margin: 0 auto;
}

.c-hamburger__menu-logo {
  margin-bottom: 2rem;
}
.c-hamburger__menu-logo img {
  max-width: 15rem;
  width: 100%;
  height: auto;
}

.c-hamburger__menu-description {
  font-size: 1.2rem;
  color: black;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.c-hamburger__menu-search {
  margin-bottom: 3rem;
}
.c-hamburger__menu-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 0.2rem solid #b4dc71;
  border-radius: 5rem;
  padding: 1rem 1rem 1rem 2rem;
  gap: 1rem;
}
.c-hamburger__menu-search input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 1.4rem;
}
.c-hamburger__menu-search input::-webkit-input-placeholder {
  color: #bbc4bb;
}
.c-hamburger__menu-search input::-moz-placeholder {
  color: #bbc4bb;
}
.c-hamburger__menu-search input:-ms-input-placeholder {
  color: #bbc4bb;
}
.c-hamburger__menu-search input::-ms-input-placeholder {
  color: #bbc4bb;
}
.c-hamburger__menu-search input::placeholder {
  color: #bbc4bb;
}
.c-hamburger__menu-search button {
  background-color: #fa7571;
  border: none;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-hamburger__menu-search button img {
  width: 2rem;
  height: auto;
}
.c-hamburger__menu-search button:hover {
  opacity: 0.8;
}

.c-hamburger__menu-nav ul {
  list-style: none;
}
.c-hamburger__menu-nav ul li {
  margin-bottom: 0.5rem;
}
.c-hamburger__menu-nav ul li a {
  display: block;
  padding: 1.5rem 2rem;
  background-color: white;
  border-radius: 1rem;
  color: #004717;
  font-weight: 900;
  font-size: 1.6rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-hamburger__menu-nav ul li a:hover {
  background-color: #b4dc71;
  opacity: 1;
}
.c-hamburger__menu-nav ul li.is-active:not(.c-hamburger__menu-dropdown) > a {
  background-color: #721e1b;
  color: white;
}

.c-hamburger__menu-dropdown.is-active .c-hamburger__menu-dropdown-toggle {
  background-color: #721e1b;
  color: white;
}
.c-hamburger__menu-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  cursor: pointer;
  padding: 1.5rem 2rem;
  background-color: white;
  border-radius: 1rem;
  color: #004717;
  font-weight: 900;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
.c-hamburger__menu-dropdown-toggle:hover {
  background-color: #b4dc71;
  opacity: 1;
}
.c-hamburger__menu-dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.5rem 0 0.5rem;
  border-color: currentColor transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-hamburger__menu-dropdown-list {
  display: none;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.c-hamburger__menu-dropdown-list.is-open {
  display: block;
}
.c-hamburger__menu-dropdown-list li {
  margin-bottom: 0.5rem;
}
.c-hamburger__menu-dropdown-list li a {
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-hamburger__menu-dropdown.is-open .c-hamburger__menu-dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-slider {
  padding-inline: 1rem;
}

.c-slider__img--pc {
  display: block;
}

.c-slider__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-slider__img--pc {
    display: none;
  }
  .c-slider__img--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 3/4;
  }
  .c-slider__img--sp:has(+ .c-slider__post-content) {
    aspect-ratio: inherit;
  }
  .swiper-root:has(.c-slider__scf-pc-only),
  .slide-inner:has(.c-slider__scf-pc-only),
  .c-slider__img--sp.c-slider__scf-pc-only {
    aspect-ratio: inherit;
  }
  .swiper-root:has(.c-slider__scf-pc-sp),
  .slide-inner:has(.c-slider__scf-pc-sp),
  .c-slider__img--sp.c-slider__scf-pc-sp {
    aspect-ratio: inherit;
  }
  .swiper-root:has(.c-slider__no-img),
  .slide-inner:has(.c-slider__no-img),
  .c-slider__img--sp.c-slider__no-img {
    aspect-ratio: inherit;
  }
}
.slider-swiper {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-inline: auto;
  padding-inline: 1.7rem;
  max-width: 1024px;
}

.swiper-wrapper {
  max-width: 1024px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-root {
  position: relative;
  aspect-ratio: 1024/419;
  max-width: 102.4rem;
  width: 100%;
}
.swiper-root::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background: #004717;
  z-index: -1;
  border-radius: 1.1rem;
}

.slide-inner {
  width: inherit;
  height: inherit;
  max-width: 102.4rem;
  width: 100%;
  margin-inline: auto;
  border-radius: 1.1rem;
  aspect-ratio: 1024/419;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.slide-inner a {
  opacity: 1 !important;
}

.c-slider__img {
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
.c-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-slider__img {
    height: 100%;
  }
  .c-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.c-slider__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  height: 100%;
}
.c-slider__post > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 0;
}
.c-slider__post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-slider__post .c-slider__post-content {
  background-color: white;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.c-slider__post .c-slider__post-content img {
  aspect-ratio: 1/1;
}
.c-slider__post .c-slider__post-content .c-slider__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 2.817rem;
  overflow: hidden;
}
.c-slider__post .c-slider__post-content .c-slider__post-tags .c-slider__post-tag {
  padding: 0.2rem 1rem;
  border-radius: 5rem;
  font-weight: 900;
  font-size: 1.3rem;
  color: white;
  background-color: #004717;
}
.c-slider__post .c-slider__post-content .c-slider__post-tags .c-slider__post-tag--label {
  background-color: #008f41 !important;
}
.c-slider__post .c-slider__post-content .c-slider__post-title {
  color: #004717;
  font-size: 2.4rem;
  font-weight: 900;
}
.c-slider__post .c-slider__post-content .c-slider__post-title,
.c-slider__post .c-slider__post-content .c-slider__post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-slider__post .c-slider__post-content .c-slider__more {
  margin-left: auto;
}
.c-slider__post .c-button--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.2rem;
  padding: 0.5rem 1rem;
  padding-left: 4.4rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fa7571;
}
.c-slider__post .c-button--more .c-button__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
.c-slider__post .c-button--more .c-button__text {
  font-size: 1.8rem;
}
.c-slider__post .c-button--more:hover {
  opacity: 0.8 !important;
}

.swiper-slide {
  margin-block: 5rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  width: 3.1rem;
  height: 3.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #721e1b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-slide-duplicate-prev:after,
.swiper-slide-duplicate-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-slide-duplicate-prev:hover,
.swiper-slide-duplicate-next:hover {
  opacity: 0.8;
}
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon,
.swiper-slide-duplicate-prev .swiper-navigation-icon,
.swiper-slide-duplicate-next .swiper-navigation-icon {
  display: none;
}

.swiper-button-prev,
.swiper-slide-duplicate-prev {
  top: 54% !important;
  left: 0 !important;
  z-index: 1;
}
.swiper-button-prev:after,
.swiper-slide-duplicate-prev:after {
  border-width: 0.5rem 0.866rem 0.5rem 0;
  border-color: transparent white transparent transparent;
  -webkit-transform: translateX(-0.15rem);
          transform: translateX(-0.15rem);
}

.swiper-button-next,
.swiper-slide-duplicate-next {
  top: 54% !important;
  right: 0 !important;
  z-index: 1;
}
.swiper-button-next:after,
.swiper-slide-duplicate-next:after {
  border-width: 0.5rem 0 0.5rem 0.866rem;
  border-color: transparent transparent transparent white;
  -webkit-transform: translateX(0.15rem);
          transform: translateX(0.15rem);
}

.swiper-button-lock {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.swiper-pagination-bullet-active {
  background-color: #721e1b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-pagination-bullets {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

@media screen and (max-width: 767px) {
  .c-slider__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-slider__post > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    width: 100%;
  }
  .c-slider__img--pc {
    display: none;
  }
  .c-slider__img--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-slider {
    padding-inline: 0;
  }
  .slider-swiper {
    padding-inline: 15%;
  }
  .swiper-root {
    aspect-ratio: 3/4;
  }
  .swiper-root::before {
    bottom: -0.75rem;
    left: 0.75rem;
  }
  .slide-inner {
    aspect-ratio: 3/4;
  }
  .c-slider__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-slider__post > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .c-slider__post img {
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-slider__post .c-slider__post-content {
    padding: 1rem 2rem;
    gap: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-slider__post .c-slider__post-content .c-slider__post-tags {
    gap: 0.5rem;
    max-height: 2.459rem;
    overflow: hidden;
  }
  .c-slider__post .c-slider__post-content .c-slider__post-tags .c-slider__post-tag {
    font-size: 1rem;
    padding: 0.3rem 0.8rem;
  }
  .c-slider__post .c-slider__post-content .c-slider__post-title {
    font-size: 1.6rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
  }
  .c-slider__post .c-slider__post-content .c-slider__post-excerpt {
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
  .c-slider__post .c-slider__post-content .c-slider__more {
    margin-left: 0;
    margin-top: auto;
    width: 100%;
  }
  .c-slider__post .c-button--more {
    width: 60%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.25rem;
    padding-left: 2rem;
    gap: 1rem;
    font-size: 1.2rem;
    margin-inline: auto;
  }
  .c-slider__post .c-button--more .c-button__img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .c-slider__post .c-button--more .c-button__text {
    font-size: 1.4rem;
  }
  .swiper-slide {
    margin-block: 2rem;
  }
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-slide-duplicate-prev,
  .swiper-slide-duplicate-next {
    width: 2.5rem;
    height: 2.5rem;
  }
  .swiper-button-prev,
  .swiper-slide-duplicate-prev {
    left: 4.2rem !important;
  }
  .swiper-button-next,
  .swiper-slide-duplicate-next {
    right: 4.2rem !important;
  }
  .swiper-pagination-bullets {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}
.c-slider__scf-pc-only {
  aspect-ratio: 1024/419;
  background-color: white;
}
.c-slider__scf-pc-only img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: none;
}

.c-slider__no-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 1024/419;
}
.c-slider__no-img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.c-privacy__top-text .c-privacy__h1 {
  font-size: 5.7rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .c-privacy__top-text .c-privacy__h1 {
    font-size: 3rem;
  }
}

.c-privacy__box {
  background-color: white;
  border-radius: 1.1rem;
  padding: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box {
    padding: 2rem;
  }
}
.c-privacy__box h1 {
  font-size: 3.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h1 {
    font-size: 2.4rem;
  }
}
.c-privacy__box h2 {
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h2 {
    font-size: 2rem;
  }
}
.c-privacy__box h3 {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  color: white;
  background-color: #37af8d;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h3 {
    font-size: 1.8rem;
  }
}
.c-privacy__box h4 {
  color: #004717;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box h4 {
    font-size: 1.6rem;
  }
}
.c-privacy__box p {
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box p {
    font-size: 1.4rem;
  }
}
.c-privacy__box ul li {
  list-style: disc;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box ul li {
    font-size: 1.4rem;
  }
}
.c-privacy__box ol li {
  list-style: decimal;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box ol li {
    font-size: 1.4rem;
  }
}
.c-privacy__box .wp-block-group__inner-container {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__box .wp-block-group__inner-container {
    margin-bottom: 3rem;
  }
}
.c-privacy__box .wp-block-image img {
  border-radius: 1.1rem;
}
.c-privacy__box .has-inline-color {
  color: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3))) !important;
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%) !important;
}

.p-header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}

.p-header__left-side {
  margin-inline: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-header__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-header__right-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1280px) {
  .p-header__right-side {
    display: none;
  }
}

.p-header__logo {
  padding-left: 5.5rem;
}
@media screen and (max-width: 1280px) {
  .p-header__logo {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    text-align: center;
  }
}
.p-header__logo img {
  max-width: 24.6rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    max-width: 15rem;
  }
}

.p-header__logo-description {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-header__logo-description {
    display: block;
    font-size: 1.2rem;
    color: black;
    text-align: left;
    margin-top: 1rem;
    padding-left: 0;
  }
}

.p-header__search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}

.p-header__description {
  font-size: 1.5rem;
  color: black;
  font-weight: 900;
}

.p-header__search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background-color: #b4dc71;
  padding: 1rem 5.5rem 1rem 1rem;
  border-radius: 5rem 0 0 5rem;
}
.p-header__search .p-header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #bbc4bb;
  border-radius: 5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  background-color: white;
  margin-left: auto;
}
.p-header__search .p-header__search-input {
  border: none;
  outline: none;
  font-size: 1.4rem;
  width: 25.3rem;
  padding-right: 1rem;
}
.p-header__search .p-header__search-input::-webkit-input-placeholder {
  color: #bbc4bb;
}
.p-header__search .p-header__search-input::-moz-placeholder {
  color: #bbc4bb;
}
.p-header__search .p-header__search-input:-ms-input-placeholder {
  color: #bbc4bb;
}
.p-header__search .p-header__search-input::-ms-input-placeholder {
  color: #bbc4bb;
}
.p-header__search .p-header__search-input::placeholder {
  color: #bbc4bb;
}
.p-header__search .p-header__search-input:-webkit-autofill, .p-header__search .p-header__search-input:-webkit-autofill:hover, .p-header__search .p-header__search-input:-webkit-autofill:focus, .p-header__search .p-header__search-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}
.p-header__search .p-header__search-button {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa7571;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 2.6rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.p-header__search .p-header__search-button img {
  width: 1.4rem;
  height: auto;
}
.p-header__search .p-header__search-button:hover {
  opacity: 0.8;
}

.p-header__nav {
  width: 100%;
  background-color: #b4dc71;
  border-radius: 5rem 0 0 5rem;
  min-height: 6.8rem;
  padding: 1rem 1rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
.p-header__nav ul .p-header__nav-item:not(.is-active) {
  padding: 0.25rem 1.5rem;
  font-weight: 900;
  color: #004717;
}
.p-header__nav ul .p-header__nav-item.is-active {
  font-weight: 900;
  color: white;
  background-color: #721e1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5rem;
}
.p-header__nav ul .p-header__nav-item.is-active a:not(.p-header__dropdown-toggle) {
  display: block;
  padding: 0.25rem 1.5rem;
  border-radius: 5rem;
}
.p-header__nav ul .p-header__nav-item.is-active.p-header__nav-item--dropdown {
  padding: 0.25rem 1.5rem;
}
.p-header__nav ul .p-header__nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__nav ul .p-header__nav-item--dropdown {
  position: relative;
}
.p-header__nav ul .p-header__nav-item--dropdown .p-header__dropdown-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-header__nav ul .p-header__nav-item--dropdown .p-header__dropdown-toggle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: currentColor transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-header__nav ul .p-header__nav-item--dropdown.is-open .p-header__dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-header__nav ul .p-header__nav-item--dropdown .p-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 1rem;
  padding: 1rem 0;
  min-width: 15rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #b4dc71;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  margin-top: 0.5rem;
  display: block;
}
.p-header__nav ul .p-header__nav-item--dropdown .p-header__dropdown .p-header__dropdown-item a {
  display: block;
  padding: 1rem 2rem;
  color: #004717;
  font-weight: 900;
  border-radius: 5rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.p-header__nav ul .p-header__nav-item--dropdown .p-header__dropdown .p-header__dropdown-item a:hover {
  background-color: rgba(180, 220, 113, 0.5);
  opacity: 1;
}
.p-header__nav ul .p-header__nav-item--dropdown.is-open .p-header__dropdown {
  opacity: 1;
  visibility: visible;
}
.p-header__nav ul .p-header__nav-item--column::after {
  content: "コラム";
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: white;
  background-color: #fa7571;
  border-radius: 5rem;
}
.p-header__nav ul .p-header__nav-item--recipe::after {
  content: "レシピ";
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: white;
  background-color: #fa7571;
  border-radius: 5rem;
}
.p-header__nav ul .p-header__nav-item--company::after {
  content: "参画企業";
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8rem;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: white;
  background-color: #fa7571;
  border-radius: 5rem;
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    gap: 4rem;
  }
}
.p-footer__top .p-footer__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.p-footer__top .p-footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.p-footer__top .p-footer__nav .p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
}
.p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item {
  font-weight: 900;
  list-style: disc !important;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item {
    font-size: 1.4rem;
  }
}
.p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item li {
  font-weight: 400;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #008d49;
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-list .p-footer__nav-item li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__top .p-footer__nav .p-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-footer__logo {
  margin-bottom: 3.4rem;
}
.p-footer__logo a {
  display: block;
  max-width: 20.3rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo a {
    max-width: 15rem;
  }
}
.p-footer__logo a img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__description {
  font-size: 1.29rem;
  font-weight: 900;
  color: black;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-footer__description {
    font-size: 1.2rem;
  }
}

.p-footer__sns-icons {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__sns-icons .p-footer__instagram-icon {
  width: 2.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer__sns-icons .p-footer__x-icon {
  width: 2.1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__bottom {
  padding-block: 9rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  color: #008d49;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 4rem 2rem;
    font-size: 1.1rem;
  }
}

.p-front-page h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-front-page h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.p-front-page__latest .p-front-page__latest-wrapper {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__latest .p-front-page__latest-wrapper {
    padding-top: 0;
  }
}
.p-front-page__latest .p-front-page__latest-title {
  position: absolute;
  top: -17rem;
  left: 0%;
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-page__latest .p-front-page__latest-title {
    position: static;
    max-width: 20rem;
    margin-bottom: 2rem;
  }
}
.p-front-page__latest .p-front-page__latest-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-front-page__latest .p-front-page__latest-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-front-page__latest-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__latest-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .p-front-page__latest-actions .c-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 30rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
  }
}

.p-front-page__featured {
  padding-block: 9rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured {
    padding-block: 0;
  }
}
.p-front-page__featured .p-front-page__featured-title {
  max-width: 29.3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-title {
    max-width: 24rem;
    margin-bottom: 2rem;
  }
}
.p-front-page__featured .p-front-page__featured-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-front-page__featured .p-front-page__featured-list .c-card {
  width: 27.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  height: auto;
  background-color: inherit;
  border-radius: inherit;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-list .c-card {
    width: 100%;
  }
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__img {
  width: 100%;
  aspect-ratio: 27.5/18.9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-list .c-card .c-card__img {
    aspect-ratio: 3/2;
  }
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.1rem;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__title {
  font-size: 2rem;
  margin-top: 0.5rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-list .c-card .c-card__title {
    font-size: 1.6rem;
  }
}
.p-front-page__featured .p-front-page__featured-list .c-card .c-card__text {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-front-page__featured .p-front-page__featured-list .c-card .c-card__text {
    font-size: 1.4rem;
  }
}
.p-front-page__featured .p-front-page__featured-list a:has(.c-card) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-front-page__projects-wrapper {
  position: relative;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects-wrapper {
    padding-top: 0;
  }
}

.p-front-page__projects .c-card {
  width: 23.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  height: auto;
  background-color: inherit;
  border-radius: inherit;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects .c-card {
    width: 100%;
  }
}
.p-front-page__projects .c-card .c-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front-page__projects .c-card .c-card__img {
  overflow: hidden;
  aspect-ratio: 600/407;
}
.p-front-page__projects .c-card .c-card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 1.1rem;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
}
.p-front-page__projects .c-card .c-card__title {
  font-size: 2rem;
  margin-top: 0.5rem;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects .c-card .c-card__title {
    font-size: 1.4rem;
  }
}

.p-front-page__projects-title {
  position: absolute;
  top: -23rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 48.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects-title {
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.p-front-page__projects-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects-list {
    gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-front-page__projects-list .c-card__content {
    padding: 0;
  }
}

.p-front-page__projects-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__projects-actions {
    margin-top: 3rem;
  }
  .p-front-page__projects-actions .c-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 30rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
  }
}

.p-front-page__sns {
  padding-block: 9rem;
}
@media screen and (max-width: 767px) {
  .p-front-page__sns {
    padding-block: 0 4rem;
  }
}

.p-front-page__sns-title {
  text-align: center;
  color: #004717;
  margin-bottom: 3rem;
}
.p-front-page__sns-title img {
  width: 42.2rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front-page__sns-title img {
    width: 100%;
    max-width: 32rem;
  }
}

.p-front-page__sns-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-page__sns-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.c-sns-card-wrap {
  width: 37.7rem;
}
@media screen and (max-width: 767px) {
  .c-sns-card-wrap {
    width: 100%;
    max-width: 37.7rem;
  }
}
.c-sns-card-wrap .c-sns-card {
  width: inherit;
  height: 48.2rem;
  margin-inline: auto;
  border: 1px solid black;
  border-radius: 1.1rem;
  overflow: hidden;
}
.c-sns-card-wrap .c-sns-card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sns-card-wrap .c-button {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  border-radius: 5rem;
  font-weight: 900;
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sns-card-wrap .c-button {
    font-size: 1.4rem;
  }
}
.c-sns-card-wrap .c-button--instagram {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgb(113, 58, 166)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgb(113, 58, 166));
}
.c-sns-card-wrap .c-button--instagram .c-button__img {
  width: 2.4rem;
  height: auto;
}
.c-sns-card-wrap .c-button--x {
  background-color: black;
}
.c-sns-card-wrap .c-button--x .c-button__img {
  width: 2.1rem;
  height: auto;
}
.c-sns-card-wrap .c-button--x .c-button__img img {
  fill: white;
}
.c-sns-card-wrap .c-button .c-button__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

.p-front-page__featured-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: auto;
}

.p-about-page__wrap {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-about-page__wrap .p-about-page__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap .p-about-page__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0;
    width: 100%;
  }
}
.p-about-page__wrap .p-about-page__info h1 {
  color: #004717;
  font-size: 5rem;
  padding: 1rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap .p-about-page__info h1 {
    font-size: 3rem;
    padding: 0.5rem;
  }
}
.p-about-page__wrap .p-about-page__info p {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap .p-about-page__info p {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.p-about-page__wrap .p-about-page__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap .p-about-page__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
.p-about-page__wrap .p-about-page__image img {
  width: 100%;
  height: auto;
  border-radius: 1.1rem;
  margin-inline: auto;
}
.p-about-page__wrap .p-about-page__image::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background: #004717;
  z-index: -1;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__wrap .p-about-page__image::before {
    top: 0.75rem;
    left: 0.75rem;
  }
}

.p-about-page__vision {
  padding-block: 6rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-page__vision {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-about-page__vision .p-about-page__vision-item {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__vision .p-about-page__vision-item {
    width: 75%;
    max-width: 27.5rem;
  }
}
.p-about-page__vision .p-about-page__vision-item .p-about-page__vision-img {
  border-radius: 1.1rem;
  overflow: hidden;
}
.p-about-page__vision h4 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-about-page__vision h4 {
    font-size: 1.6rem;
  }
}
.p-about-page__vision p {
  margin-top: 1rem;
}

.p-about-page__footer-section {
  padding-block: 6rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-about-page__footer-section {
    padding-block: 3rem;
  }
}
.p-about-page__footer-section h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__footer-section h2 {
    font-size: 2rem;
  }
}
.p-about-page__footer-section p {
  text-align: center;
  font-size: 1.4rem;
}

.p-about-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
    padding-bottom: 0;
  }
  .p-about-page__actions .c-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 30rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
  }
}

.p-about-page__message-box {
  margin-top: 6rem;
  padding: 2rem 7.5rem;
  background-color: #004717;
  color: white;
  border-radius: 0.861rem;
}
@media screen and (max-width: 767px) {
  .p-about-page__message-box {
    margin-top: 3rem;
    padding: 2rem;
    font-size: 1.4rem;
  }
}

.p-recipe__products-wrapper {
  padding: 2rem;
  border: 0.1rem solid #bbc4bb;
  border-radius: 0.7rem;
  margin-bottom: 6rem;
}

.p-recipe__products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 0;
}

.p-recipe__product-item {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.p-recipe__products-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #004717;
  font-weight: 900;
}

.p-recipe__product-img {
  padding: 2rem;
  margin-inline: auto;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.7rem;
  overflow: hidden;
}
.p-recipe__product-img img {
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-recipe__product-name {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 900;
  color: #5c6659;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-name {
    font-size: 1.2rem;
  }
}

.p-recipe__product-link {
  font-size: 1.4rem;
  font-weight: 900;
  color: #5c6659;
}
@media screen and (max-width: 767px) {
  .p-recipe__product-link {
    font-size: 1.2rem;
  }
}

.p-recipe__product-measurement {
  font-size: 1.1rem;
  color: #bbc4bb;
  margin-top: 0.2rem;
}

.p-recipe__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__info-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  background-color: #ecf5e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__info-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.5rem);
            flex: 1 1 calc(50% - 0.5rem);
    padding: 1.5rem 1rem;
  }
}

.p-recipe__label {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__label {
    font-size: 1.2rem;
  }
}

.p-recipe__value {
  font-size: 2.2rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__value {
    font-size: 1.8rem;
  }
}

.p-recipe__stars {
  font-size: 2.2rem;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__stars {
    font-size: 1.8rem;
  }
}

.p-recipe__description {
  margin-bottom: 4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recipe__description {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__ingredients {
  background-color: #f7f7f7;
  padding: 2.7rem;
  border-radius: 0.7rem;
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredients {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}

.p-recipe__ingredients-heading {
  font-size: 2rem;
  font-weight: 900;
  color: #004717;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredients-heading {
    font-size: 1.8rem;
  }
}

.p-recipe__ingredient-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: #bbc4bb 0.1rem solid;
  font-size: 1.7rem;
  font-weight: 900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__ingredient-item {
    font-size: 1.2rem;
  }
}

.p-recipe__ingredient-name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.p-recipe__ingredient-measurement {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: right;
}

a.p-recipe__ingredient-name {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
a.p-recipe__ingredient-name .c-single__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.3rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-recipe__instructions-list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instructions-list {
    margin-bottom: 3rem;
  }
}

.p-recipe__instruction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid #bbc4bb;
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding-block: 1.5rem;
  }
}

.p-recipe__instruction-number-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-number-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-recipe__instruction-number {
  font-size: 1.8rem;
  font-weight: 900;
  color: white;
  background-color: #004717;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-number {
    width: 4rem;
    font-size: 1.6rem;
  }
}

.p-recipe__instruction-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
}

.p-recipe__instruction-text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.p-recipe__instruction-title {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-recipe__instruction-text {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-text {
    font-size: 1.4rem;
    margin-block: 0 !important;
  }
}

.p-recipe__instruction-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-inline: auto;
  }
}
.p-recipe__instruction-img img {
  width: 17rem;
  height: auto;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-recipe__instruction-img img {
    width: 100%;
    max-width: 20rem;
  }
}

.p-contact {
  width: 100%;
  margin-inline: auto;
}

.p-contact__desc {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
}

.p-contact__inner {
  background-color: #f7f7f7;
  border-radius: 1.1rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 2rem;
  }
}

.p-contact__field {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    margin-bottom: 2rem;
  }
}
.p-contact__field.required label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-contact__field.required label {
    font-size: 1.4rem;
  }
}
.p-contact__field--checkbox {
  margin-top: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-contact__field--checkbox {
    margin-top: 3rem;
  }
}
.p-contact__field--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-contact__field--checkbox label {
    font-size: 1.4rem;
  }
}
.p-contact__field--checkbox label a {
  text-decoration: underline;
}
.p-contact__field--checkbox label a:hover {
  opacity: 0.7;
}

.p-contact__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
  color: white;
  background-color: #fa7571;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.p-contact__input,
.p-contact__select,
.p-contact__textarea {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact__input,
  .p-contact__select,
  .p-contact__textarea {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-contact__input:focus,
.p-contact__select:focus,
.p-contact__textarea:focus {
  outline: none;
  border-color: #004717;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__select::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #bbc4bb;
}
.p-contact__input::-moz-placeholder, .p-contact__select::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #bbc4bb;
}
.p-contact__input:-ms-input-placeholder, .p-contact__select:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #bbc4bb;
}
.p-contact__input::-ms-input-placeholder, .p-contact__select::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #bbc4bb;
}
.p-contact__input::placeholder,
.p-contact__select::placeholder,
.p-contact__textarea::placeholder {
  color: #bbc4bb;
}

.p-contact__input,
.p-contact__select {
  height: 5rem;
}

.p-contact__textarea {
  min-height: 20rem;
  resize: vertical;
  font-family: inherit;
}

.p-contact__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath stroke='%23bbc4bb' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  padding-right: 4rem;
}
.p-contact__select:invalid, .p-contact__select:has(option[value=""]:checked) {
  color: #bbc4bb;
}
.p-contact__select option {
  color: black;
}
.p-contact__select option[value=""], .p-contact__select option:disabled {
  color: #bbc4bb;
}

.p-contact__note {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  color: #5c6659;
}

.p-contact__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.3rem;
  border: 0.1rem solid #bbc4bb;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.p-contact__checkbox:checked {
  background-color: #fa7571;
}
.p-contact__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.4rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-contact__submit {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 3rem;
  }
}
.p-contact__submit .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
  padding: 0.9rem 1rem;
  border-radius: 5rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  max-width: 100%;
  width: 27.5rem;
  margin-inline: auto;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__submit .c-button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 25rem;
  }
}
.p-contact__submit .c-button:hover {
  opacity: 0.8;
}
.p-contact__submit .c-button--submit {
  background-color: #fa7571;
}
.p-contact__submit .c-button--submit .c-button__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit .c-button--submit .c-button__text {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.p-contact__submit .c-button--submit .c-button__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10%;
          flex: 1 1 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
}
.p-contact__submit .c-button--submit .c-button__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  border: none;
  color: #d32f2f !important;
  border: 0.1rem solid #d32f2f !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important;
}

.wpcf7-mail-sent-ok {
  border-color: #46b450 !important;
  color: #46b450 !important;
  border: 0.1rem solid #46b450 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  color: #d32f2f !important;
  border: 0.1rem solid #d32f2f !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: #d32f2f;
}

.wpcf7-not-valid {
  border-color: #d32f2f !important;
}

.wpcf7-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  vertical-align: middle;
  border: 0.3rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #fa7571;
  border-radius: 50%;
  -webkit-animation: wpcf7-spin 0.8s linear infinite;
          animation: wpcf7-spin 0.8s linear infinite;
}

@-webkit-keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wpcf7-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-404 {
  padding: 8rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 4rem 0;
  }
}

.p-404__content {
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: white;
  border-radius: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    padding: 3rem 2rem;
  }
}

.p-404__title {
  font-size: 10rem;
  font-weight: 900;
  color: #004717;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 8rem;
  }
}

.p-404__subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #004717;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle {
    font-size: 2rem;
  }
}

.p-404__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.4rem;
  }
}

.p-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-404__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-404__actions .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 3rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: white;
  background-color: #721e1b;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-404__actions .c-button {
    width: 100%;
    max-width: 30rem;
    font-size: 1.4rem;
  }
}
.p-404__actions .c-button:hover {
  opacity: 0.8;
}

.p-download-page__inner {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 1.1rem;
  padding: 4rem;
}
.p-download-page__inner h3 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner {
    padding: 2rem;
  }
}
.p-download-page__inner .p-download-page__desc {
  font-size: 1.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__desc {
    font-size: 1.4rem;
  }
}
.p-download-page__inner .p-download-page__password-label {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__password-label {
    font-size: 1.4rem;
  }
}
.p-download-page__inner .p-download-page__password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__password-form {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-download-page__inner .p-download-page__list-item {
    font-size: 1.4rem;
  }
}

.p-download-page form input[type=password] {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-download-page form input[type=password] {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-download-page form input[type=password]:focus {
  outline: none;
  border-color: #004717;
}
.p-download-page form input[type=password]::-webkit-input-placeholder {
  color: #bbc4bb;
}
.p-download-page form input[type=password]::-moz-placeholder {
  color: #bbc4bb;
}
.p-download-page form input[type=password]:-ms-input-placeholder {
  color: #bbc4bb;
}
.p-download-page form input[type=password]::-ms-input-placeholder {
  color: #bbc4bb;
}
.p-download-page form input[type=password]::placeholder {
  color: #bbc4bb;
}
.p-download-page form input[type=submit] {
  background-color: #fa7571;
  border-radius: 1.1rem;
  font-size: 1.7rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  padding: 1rem 2rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-download-page form input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-download-page form input[type=submit] {
    font-size: 1.4rem;
  }
}

.p-download-page__guide {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download-page__guide {
    font-size: 1.2rem;
  }
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: " ";
    display: table;
  }
  .u-cf--sp:after {
    clear: both;
  }
  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin-inline: auto;
}

.u-mxAuto {
  margin-inline: auto;
}

.u-marginLeft {
  margin-left: auto;
}

.u-margin1rem {
  margin: 1rem;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 0.5rem;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt45 {
  margin-top: 4.5rem;
}

.u-mt55 {
  margin-top: 5.5rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mt2rem {
  margin-top: 2rem;
}

.u-mt3rem {
  margin-top: 3rem;
}

.u-mt4rem {
  margin-top: 4rem;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-mb120 {
  margin-bottom: 12rem !important;
}

.u-my1rem {
  margin-block: 1rem;
}

.u-my2rem {
  margin-block: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
}
.u-pt45 {
  padding-top: 4.5rem;
}

.u-pt63 {
  padding-top: 6.3rem;
}

.u-pb45 {
  padding-bottom: 4.5rem;
}

.u-pb63 {
  padding-bottom: 6.3rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-pb120 {
  padding-bottom: 12rem;
}

.u-py45 {
  padding-block: 4.5rem;
}

.u-py63 {
  padding-block: 6.3rem;
}

.u-py0 {
  padding-block: 0;
}

.u-pt0 {
  padding-top: 0;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .u-pt22--sp {
    padding-top: 2.25rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt40--sp {
    padding-top: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt120--sp {
    padding-top: 12rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb40--sp {
    padding-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb60--sp {
    padding-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py40--sp {
    padding-block: 4rem !important;
  }
}

.u-py8rem {
  padding-block: 8rem;
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }
  .u-textCenter--sp {
    text-align: center;
  }
  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-db {
  display: block;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

.u-hide-front {
  display: none;
}

.u-inline-block {
  display: inline block;
  text-align: left;
}

.admin .u-hide-front {
  display: block;
}
.admin .u-hide-admin {
  display: none;
}

.u-spShow--flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important;
  }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important;
  }
  .u-spShow--inline {
    display: inline !important;
  }
  .u-spDb {
    display: block;
  }
  .u-spShow--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.u-font10 {
  font-size: 10px;
}

.u-font11 {
  font-size: 11px;
}

.u-font12 {
  font-size: 12px;
}

.u-font13 {
  font-size: 13px;
}

.u-font14 {
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
}

.u-font16 {
  font-size: 16px;
}

.u-font17 {
  font-size: 17px;
}

.u-font18 {
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
}

.u-font22 {
  font-size: 22px;
}

.u-font23 {
  font-size: 23px;
}

.u-font24 {
  font-size: 24px;
}

.u-font25 {
  font-size: 25px;
}

.u-font26 {
  font-size: 26px;
}

.u-font27 {
  font-size: 27px;
}

.u-font28 {
  font-size: 28px;
}

.u-font30 {
  font-size: 30px;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 35px;
}

.u-font38 {
  font-size: 38px;
}

.u-fontBold {
  font-weight: bold;
}

.u-fontNormal {
  font-weight: 400;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 2.6rem !important;
  }
  .u-font20--sp {
    font-size: 2rem !important;
  }
  .u-font18--sp {
    font-size: 1.8rem !important;
  }
  .u-font16--sp {
    font-size: 1.6rem !important;
  }
  .u-font14--sp {
    font-size: 1.4rem !important;
  }
  .u-font12--sp {
    font-size: 1.2rem !important;
  }
}
.u-font--weight100 {
  font-weight: 100;
}

.u-font--weight200 {
  font-weight: 200;
}

.u-font--weight300 {
  font-weight: 300;
}

.u-font--weight400 {
  font-weight: 400;
}

.u-font--weight500 {
  font-weight: 500;
}

.u-font--weight600 {
  font-weight: 600;
}

.u-font--weight700 {
  font-weight: 700;
}

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

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

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

.u-boxShadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.u-textUnderLine {
  text-decoration: underline;
}

.u-textUnderLine--gray {
  -webkit-text-decoration: underline #bbc4bb;
          text-decoration: underline #bbc4bb;
}

.u-textMarker--beige {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5e8c6));
  background: linear-gradient(transparent 60%, #f5e8c6 60%);
}

.u-textMarker--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(245, 183, 179, 0.3)));
  background: linear-gradient(transparent 60%, rgba(245, 183, 179, 0.3) 60%);
}

.u-relative {
  position: relative;
}

.u-bg__light-green {
  position: relative;
  background: #b4dc71;
  margin-block: 13.6rem;
}
.u-bg__light-green::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_top.svg") no-repeat center top;
  background-size: cover;
  z-index: 0;
}
.u-bg__light-green::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 13.6rem;
  background: url("images/wave_bottom.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 0;
}

.u-bg__transparent {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .u-bg__transparent--sp {
    background-color: transparent !important;
  }
}
.u-color --black {
  color: black;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.u-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--baseline {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.u-flex--justify---start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.u-flex--justify---end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.u-flex--justify---center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--justify---left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--CenterLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
}
.u-flex--CenterLine .u-centerLine {
  position: relative;
  margin-right: 70px;
}
.u-flex--CenterLine .u-centerLine p {
  margin: 0;
}
.u-flex--CenterLine .u-centerLine::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 1px;
  background-color: #bbc4bb;
}

@media screen and (max-width: 767px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
  .u-flex--CenterLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-flex--CenterLine .u-centerLine {
    position: relative;
    margin-right: 35px;
  }
  .u-flex--CenterLine .u-centerLine p {
    margin: 0;
  }
  .u-flex--CenterLine .u-centerLine::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -17.5px;
    height: 20px;
    width: 1px;
    background-color: #bbc4bb;
  }
}
.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-border {
  border: 1px solid #c9c9c9;
}

.u-gap1rem {
  gap: 1rem;
}

.u-gap2rem {
  gap: 2rem;
}

.u-gap4rem {
  gap: 4rem;
}

.u-gap0-5 {
  gap: 0 5px;
}

.u-gap5 {
  gap: 5px;
}

.u-gap5vw {
  gap: 5vw;
}

.u-gap26 {
  gap: 26px;
}

.u-gap30 {
  gap: 30px;
}

.u-gap45 {
  gap: 45px;
}

.u-gap65 {
  gap: 65.5px;
}

.u-gap10rem {
  gap: 10rem;
}

.u-width-34 {
  max-width: 34px;
}

.u-width-80 {
  max-width: 80px;
}

.u-width-115 {
  max-width: 115px;
}

.u-width-135 {
  max-width: 135px;
}

.u-width-253 {
  max-width: 253px;
}

.u-width-916 {
  max-width: 916px;
}

.u-width-994 {
  max-width: 994px;
}

.u-width100par {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-height-min50--sp {
    min-height: 50vh;
  }
}
.u-aspect1-1 {
  aspect-ratio: 1/1 !important;
}
.u-aspect1-1 img {
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-lineClamp1 {
  -webkit-line-clamp: 1 !important;
}

.u-lineClamp2 {
  -webkit-line-clamp: 2 !important;
}

.u-lineClamp10 {
  -webkit-line-clamp: 10 !important;
}