@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  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] {
  -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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(46, 100, 56, 0.2);
}
.l-header__inner {
  padding: 0 16rem 0 1.5rem;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 80px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(10.3125rem, 17.75vw, 17.75rem);
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: space-between;
  width: 51.5625vw;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.75rem, 1.125vw, 1.125rem);
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.045rem;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__sitemap {
  position: fixed;
  top: 5rem;
  right: -100%;
  z-index: 10001;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  background: rgba(46, 100, 56, 0.6);
  transition: 0.6s;
}
.l-header__sitemap::-webkit-scrollbar {
  display: none;
}
.l-header__sitemap.is-active {
  right: 0;
}
.l-header__sitemap-container {
  width: 100%;
  max-width: 35rem;
  padding: 2rem 2.5rem 5rem;
  margin-left: auto;
  background-color: #2e6438;
}
.l-header__sitemap-list {
  flex-direction: column;
  border-bottom: 1px solid #fff;
}
.l-header__sitemap-item {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-top: 1px solid #fff;
}
.l-header__sitemap-item-icon {
  position: absolute;
  top: 1.625rem;
  right: 2rem;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
}
.l-header__sitemap-item-icon::after, .l-header__sitemap-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  background-color: #2e6438;
}
.l-header__sitemap-item-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.l-header__sitemap-item-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.l-header__sitemap-item-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.l-header__sitemap-sub {
  position: relative;
  top: auto;
  left: auto;
  display: none;
  width: 100%;
  padding-bottom: 0.5rem;
  visibility: inherit;
  opacity: 1;
  transition: none;
}
.l-header__sitemap-sub-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__sitemap-sub-item {
  width: 100%;
}
.l-header__sns {
  margin-top: 3.5rem;
}

.l-hum {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 5rem;
  padding: 1rem 1.5rem;
  background-color: #2e6438;
  border: none;
}
.l-hum:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.l-hum__text {
  width: 5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.045rem;
}
.l-hum__text.--close {
  display: none;
}
.l-hum__line {
  position: relative;
  width: 2.5rem;
  height: 1rem;
}
.l-hum__line-item {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0.125rem;
  transition: 0.3s linear;
  transform: translateX(-50%);
}
.l-hum__line-item:nth-child(1) {
  top: calc(50% + 8px);
}
.l-hum__line-item:nth-child(2) {
  top: 50%;
}
.l-hum__line-item:nth-child(3) {
  top: calc(50% - 8px);
}
.l-hum.is-active .l-hum__text.--open {
  display: none;
}
.l-hum.is-active .l-hum__text.--close {
  display: block;
}
.l-hum.is-active .l-hum__line-item:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-24deg);
}
.l-hum.is-active .l-hum__line-item:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(24deg);
}
.l-hum.is-active .l-hum__line-item:nth-child(3) {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .l-header__inner {
    padding: 0 0 0 1.25rem;
  }
  .l-header__container {
    height: 56px;
  }
  .l-header__logo {
    width: 10.625rem;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__sitemap {
    top: 3.5rem;
    height: calc(100dvh - 3.5rem);
  }
  .l-header__sitemap-container {
    max-width: 23.4375rem;
    padding: 2rem 1.25rem 5rem;
  }
  .l-header__sitemap-item-icon {
    top: 1.25rem;
    right: 1.25rem;
  }
  .l-header__sitemap-sub-list {
    gap: 0.5rem;
  }
  .l-header__sns {
    margin-top: 3rem;
  }
  .l-hum {
    gap: 0.5rem;
    width: 9.5rem;
    height: 3.5rem;
    padding: 1rem 1.25rem;
  }
  .l-hum__text {
    width: 4.5rem;
    font-size: 1.0625rem;
    letter-spacing: 0.0425rem;
  }
  .l-hum__line {
    width: 2rem;
  }
}
/* footer */
.l-footer {
  padding-bottom: 2.5rem;
  margin-top: 14.6875rem;
}
.l-footer__banner {
  width: calc(100% - 40px);
  max-width: 110rem;
  padding: 3.5rem 0;
  margin: 0 auto;
  background-color: #f6f6f6;
}
.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 5rem;
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-end;
}
.l-footer__logo {
  width: 23.625rem;
  max-width: 100%;
}
.l-footer__nav {
  display: flex;
  gap: 0 2.5rem;
}
.l-footer__copyright {
  margin-top: 5rem;
}
.l-footer__infor {
  display: flex;
  gap: 0.5rem 1rem;
  align-items: center;
  margin-top: 2rem;
}
.l-footer__text {
  margin-top: 0.5rem;
}
.l-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 2rem;
}
.l-footer__contact-item {
  display: inline-flex;
  gap: 0 0.75rem;
}
.l-footer__contact-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 1.75rem;
  color: #2e6438;
  background-color: #f6f6f6;
  border-radius: 999rem;
}

@media only screen and (max-width: 1280px) {
  .l-footer__right {
    width: 100%;
  }
  .l-footer__nav {
    gap: 0 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 1rem;
    margin-top: 7.5rem;
  }
  .l-footer__banner {
    padding: 2.5rem 0;
  }
  .l-footer__right {
    align-items: flex-start;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__infor, .l-footer__contact {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5rem;
  }
  .l-footer__infor .c-text-link, .l-footer__contact .c-text-link {
    font-weight: 500;
  }
  .l-footer__text {
    margin-top: 0.25rem;
  }
  .l-footer__copyright {
    margin-top: 3.5rem;
  }
}
/* main */
.l-inner {
  width: 82.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 115rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
  .l-section-first {
    margin-top: 5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  min-width: 20rem;
  min-height: 4rem;
  padding: 0 4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2e6438;
  letter-spacing: 0.04rem;
  cursor: pointer;
  background-color: #edf6ee;
  border: 0.375rem solid #fff;
  border-radius: 999rem;
  outline: 0.0625rem solid #2e6438;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: #2e6438 url("../images/common/icon_pdf_white.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button.--disabled {
  color: #d3d3d3;
  pointer-events: none;
  background-color: #f6f6f6;
  outline-color: #d3d3d3;
}
.c-button.--disabled::after {
  background-color: #d3d3d3;
}
.c-button.--menu-main {
  justify-content: flex-start;
  width: 100%;
  min-height: 5rem;
  padding: 1rem 7.5rem 1rem 2rem;
  color: #fff;
  background-color: #2e6438;
  border: none;
  outline: none;
}
.c-button.--menu-main .c-button__arrow {
  right: 2rem;
}
@media (hover: hover) {
  .c-button.--menu-main {
    transition: 0.3s linear opacity;
  }
  .c-button.--menu-main:hover {
    opacity: 0.7;
  }
}
.c-button.--menu-sub {
  justify-content: flex-start;
  width: 100%;
  min-height: 4rem;
  padding: 1rem 2rem 1rem 4.5rem;
  color: #fff;
  background-color: #2e6438;
  border: none;
  outline: none;
}
.c-button.--menu-sub::before {
  position: absolute;
  top: 50%;
  left: 2.25rem;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
}
.c-button.--menu-sub .c-button__arrow {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 1.5rem;
  transform: translateY(0);
}
@media (hover: hover) {
  .c-button.--menu-sub {
    transition: 0.3s linear opacity;
  }
  .c-button.--menu-sub:hover {
    opacity: 0.7;
  }
}
.c-button.--mv {
  width: 100%;
  min-width: inherit;
  min-height: 6.5rem;
  padding: 0 7rem 0 5rem;
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 0.05rem;
}
.c-button.--mv .u-icon-arrow {
  right: 3rem;
}
.c-button.--ja-map-purple, .c-button.--ja-map-blue, .c-button.--ja-map-green {
  justify-content: flex-start;
  width: 100%;
  min-width: inherit;
  max-width: 14.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 2.125rem 0.5rem 1rem;
  line-height: 1.2;
  background-color: #fff;
  outline: none;
}
.c-button.--ja-map-purple .u-icon-blank, .c-button.--ja-map-blue .u-icon-blank, .c-button.--ja-map-green .u-icon-blank {
  right: 1rem;
  width: 1rem;
  height: 1rem;
}
.c-button.--ja-map-purple .num, .c-button.--ja-map-blue .num, .c-button.--ja-map-green .num {
  display: flex;
  justify-content: center;
  min-width: 1.75rem;
}
.c-button.--ja-map-purple {
  color: #685f67;
  background-color: #fff;
  border: 0.0625rem solid #685f67;
}
.c-button.--ja-map-purple .u-icon-blank {
  background-image: url("../images/common/icon_blank_purple.svg");
}
.c-button.--ja-map-green {
  color: #6b8233;
  border: 0.0625rem solid #6b8233;
}
.c-button.--ja-map-green .u-icon-blank {
  background-image: url("../images/common/icon_blank_green.svg");
}
.c-button.--ja-map-blue {
  color: #4c6a6a;
  border: 0.0625rem solid #4c6a6a;
}
.c-button.--ja-map-blue .u-icon-blank {
  background-image: url("../images/common/icon_blank_blue.svg");
}
.c-button.--back .c-button__arrow {
  right: auto;
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear all;
  }
  .c-button:hover {
    color: #fff;
    background-color: #2e6438;
  }
  .c-button:hover .u-icon-arrow {
    background-color: #fff;
    background-image: url("../images/common/icon_arrow.svg");
  }
  .c-button:hover.--blank .u-icon-button-blank {
    background-color: #fff;
    background-image: url("../images/common/icon_blank.svg");
  }
  .c-button:hover.--mv .u-icon-map {
    background-image: url("../images/index/icon_map_white.svg");
  }
  .c-button:hover.--mv .u-icon-recipe {
    background-image: url("../images/index/icon_recipe_white.svg");
  }
  .c-button:hover.--mv .u-icon-club {
    background-image: url("../images/index/icon_club_white.svg");
  }
  .c-button:hover.--mv .u-icon-fukuoka {
    background-image: url("../images/index/icon_fukuoka_white.svg");
  }
  .c-button:hover.--mv .u-icon-group {
    background-image: url("../images/index/icon_group_white.svg");
  }
  .c-button:hover.--ja-map-purple, .c-button:hover.--ja-map-blue, .c-button:hover.--ja-map-green {
    color: #fff;
  }
  .c-button:hover.--ja-map-purple .u-icon-blank, .c-button:hover.--ja-map-blue .u-icon-blank, .c-button:hover.--ja-map-green .u-icon-blank {
    background-image: url("../images/common/icon_blank_white.svg");
  }
  .c-button:hover.--ja-map-purple {
    background-color: #685f67;
  }
  .c-button:hover.--ja-map-green {
    background-color: #6b8233;
  }
  .c-button:hover.--ja-map-blue {
    background-color: #4c6a6a;
  }
}

@media all and (min-width: 768px), print {
  .c-button.--mv {
    justify-content: flex-start;
    border-left: 0;
    border-radius: 0 999rem 999rem 0;
    outline-width: 0.0625rem 0.0625rem 0.0625rem 0;
  }
  .c-button.--mv .c-button__icon {
    margin-right: 2.5rem;
    transition: 0.3s linear all;
  }
  .c-button.--tel {
    text-decoration: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    min-width: inherit;
    max-width: 20rem;
    padding: 0 3.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .c-button__arrow {
    right: 1rem;
  }
  .c-button.--menu-main {
    max-width: inherit;
    min-height: 4.5rem;
    padding: 0 6.75rem 0 1.25rem;
  }
  .c-button.--menu-main .c-button__arrow {
    right: 1.25rem;
  }
  .c-button.--menu-sub {
    min-height: 3.5rem;
    padding: 0 1.25rem 0 3.5rem;
  }
  .c-button.--menu-sub::before {
    left: 1.5rem;
  }
  .c-button.--mv {
    flex-wrap: wrap;
    min-width: 100%;
    padding: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
    border-radius: 0.625rem;
  }
  .c-button.--mv .c-button__arrow {
    position: relative;
    top: inherit;
    right: inherit;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.25rem;
    transform: translateY(0);
  }
  .c-button.--mv .c-button__icon {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
  .c-button.--ja-map-purple, .c-button.--ja-map-blue, .c-button.--ja-map-green {
    min-height: 2.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
  .c-button.--ja-map-purple .u-icon-blank, .c-button.--ja-map-blue .u-icon-blank, .c-button.--ja-map-green .u-icon-blank {
    display: none;
  }
  .c-button.--ja-map-purple .num, .c-button.--ja-map-blue .num, .c-button.--ja-map-green .num {
    min-width: 1.5rem;
  }
}
.c-heading {
  position: relative;
  padding-bottom: 1.625rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.09rem;
}
.c-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4rem;
  height: 0.25rem;
  content: "";
  background: linear-gradient(90deg, rgb(46, 100, 56) 50%, rgb(142, 199, 148) 50%);
  border-radius: 999rem;
  transform: translateX(-50%);
}

@media all and (min-width: 768px), print {
  .c-heading.--left-pc {
    text-align: left;
  }
  .c-heading.--left-pc::after {
    left: 0;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .c-heading {
    padding-bottom: 1rem;
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
}
.c-heading-h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.09rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h1 {
    font-size: 2rem;
    letter-spacing: 0.08rem;
  }
}
.c-heading-h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.75rem;
  }
}
.c-heading-h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.07rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: normal;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}
.c-heading-h4 + .c-heading {
  margin-top: 0.5rem;
}
.c-heading-h4.--decimal {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 1.3125rem;
    letter-spacing: 0.0525rem;
  }
  .c-heading-h4 + .c-heading {
    margin-top: 0;
  }
}
.c-heading-h5 {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.055rem;
}
.c-heading-h5.--decimal {
  padding-left: 1.75em;
  text-indent: -1.75em;
}

@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 1.1875rem;
    letter-spacing: 0.0475rem;
  }
}
.c-heading-h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 1rem;
  }
}
.c-list-dot {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}
.c-list-dot__item {
  position: relative;
  padding-left: 1.5em;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background: #2e6438;
  border-radius: 50%;
}
.c-list-dot.--column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}
.c-list-dot.--column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.5rem;
}
.c-list-dot.--column3__item {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list-dot {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .c-list-dot.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-dot.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-list-ol {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  list-style: none;
  list-style-position: inside;
  counter-reset: list;
}
.c-list-ol__item {
  position: relative;
  padding-left: 1.75rem;
  counter-increment: list;
}
.c-list-ol__item::before {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #2e6438;
  content: counter(list, decimal-leading-zero) ".";
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}
.c-list-ol.--column2 {
  grid-template-columns: repeat(1, 1fr);
}
.c-list-ol.--other {
  border-top: 1px solid #d3d3d3;
}
.c-list-ol.--other li {
  padding: 1rem 0 1rem 1.75rem;
  border-bottom: 1px solid #d3d3d3;
}
.c-list-ol.--other li::before {
  top: 1.1875rem;
}
.c-list-ol.--other li + li {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .c-list-ol {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
}
.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2e6438;
  text-decoration: underline;
  letter-spacing: 0.04rem;
}
.c-text-link.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
}
.c-text-link.--blank {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_pdf.svg") no-repeat center/contain;
}
.c-text-link.--word {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--word::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_word.svg") no-repeat center/contain;
}
.c-text-link.--excel {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--excel::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_excel.svg") no-repeat center/contain;
}
.c-text-link.--map-left {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-text-link.--map-left::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  content: "";
  background: transparent url("../images/common/icon_map.svg") no-repeat center/contain;
}
.c-text-link.--map {
  position: relative;
  display: inline-block;
}
.c-text-link.--map::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_map.svg") no-repeat center/contain;
}
.c-text-link.--modal {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c-text-link.--modal::after {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_modal.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

@media all and (min-width: 768px), print {
  .c-text-link.--tel {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .c-text-link.--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
}
.c-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
.c-text.--lg {
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
.c-text.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
}
.c-text.--xsm {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
.c-text.--bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
    letter-spacing: 0.0475rem;
  }
  .c-text.--lg {
    font-size: 1.0625rem;
    letter-spacing: 0.0425rem;
  }
  .c-text.--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.0325rem;
  }
  .c-text.--xsm {
    font-size: 0.6875rem;
    letter-spacing: 0.0275rem;
  }
}
.c-input + .c-input {
  margin-top: 4rem;
}
.c-input__label {
  font-size: 1.125rem;
  font-weight: bold;
}
.c-input__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03rem;
  background-color: #333;
}
.c-input__optional.--required {
  background-color: #a13038;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04rem;
}
.c-input__container {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.045rem;
  background-color: #fff;
  border: 0.125rem solid #d3d3d3;
  border-radius: 0.25rem;
  outline: 0;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  background-color: #FFF6F6;
  border-color: #a13038;
}
.c-input__radio-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-top: 1rem;
}
.c-input__radio-wrap .c-input__text-label {
  display: flex;
  align-items: center;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  margin-left: 0.125rem;
  border: 0.125rem solid #2e6438;
  border-radius: 50%;
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container {
  border-width: 0.375rem;
}
.c-input__check-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-top: 1rem;
}
.c-input__check-wrap .c-input__text-label {
  display: flex;
  align-items: center;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  margin-left: 0.125rem;
  border: 0.125rem solid #2e6438;
  border-radius: 0.125rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #2e6438;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #a13038;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #666;
  border-bottom: 0.125rem solid #666;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-input + .c-input {
    margin-top: 2rem;
  }
  .c-input__label {
    font-size: 1.0625rem;
  }
  .c-input__text-label {
    font-size: 0.9375rem;
  }
  .c-input__container {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
  }
  .c-input__error-text {
    font-size: 0.9375rem;
  }
}
.c-list-sns {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.c-list-sns__link {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}
@media (hover: hover) {
  .c-list-sns__link {
    transition: 0.3s linear opacity;
  }
  .c-list-sns__link:hover {
    opacity: 0.7;
  }
}

.c-map {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.c-map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100% !important;
  height: calc(100% + 300px) !important;
}

@media only screen and (max-width: 767px) {
  .c-map {
    height: 53.3333333333vw;
  }
}
/* project */
.p-accordion__head {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  pointer-events: none;
  cursor: pointer;
}
.p-accordion__head-icon {
  display: none;
}
.p-accordion__content {
  display: block;
  padding: 0.5rem 0 1.5rem;
}
.p-accordion__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 0.75rem;
}

@media only screen and (max-width: 1280px) {
  .p-accordion__buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-accordion__item {
    border-top: 0.0625rem solid #d3d3d3;
  }
  .p-accordion__item:last-child {
    border-bottom: 0.0625rem solid #d3d3d3;
  }
  .p-accordion__head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.375rem;
    padding: 0.5rem 4.5rem 0.5rem 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
    pointer-events: visible;
    cursor: pointer;
  }
  .p-accordion__head-icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: inline-block;
    transform: translateY(-50%);
  }
  .p-accordion__content {
    display: none;
    padding: 0.25rem 0 1rem;
  }
}
.p-anchor:not(:first-child) {
  margin-top: 10rem;
}
.p-anchor__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-anchor__title::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  content: "";
  background: transparent url("../images/common/icon_toc.svg") no-repeat center/contain;
}
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3.6458333333vw;
}
.p-anchor__list-item {
  width: calc((100% - 7.2916666667vw) / 3);
  max-width: 23.75rem;
  border-bottom: 0.0625rem solid #d3d3d3;
}
.p-anchor__list-link {
  position: relative;
  display: block;
  padding: 0 5rem 1.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2e6438;
  letter-spacing: 0.04rem;
}
.p-anchor__list-link-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 1.5rem;
  transform: translateY(-50%) rotate(90deg);
}
@media (hover: hover) {
  .p-anchor__list-link {
    transition: 0.3s linear opacity;
  }
  .p-anchor__list-link:hover {
    opacity: 0.7;
  }
}

.p-anchor-row:not(:first-child) {
  margin-top: 10rem;
}
.p-anchor-row__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-anchor-row__title::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  content: "";
  background: transparent url("../images/common/icon_toc2.svg") no-repeat center/contain;
}
.p-anchor-row__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3.6458333333vw;
}
.p-anchor-row__list-item {
  width: calc((100% - 7.2916666667vw) / 3);
  max-width: 23.75rem;
  border-bottom: 0.0625rem solid #d3d3d3;
}
.p-anchor-row__list-link {
  position: relative;
  display: block;
  padding: 0 5rem 1.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2e6438;
  letter-spacing: 0.04rem;
}
.p-anchor-row__list-link-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 1.5rem;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-anchor-row__list-link {
    transition: 0.3s linear opacity;
  }
  .p-anchor-row__list-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-anchor:not(:first-child) {
    margin-top: 5rem;
  }
  .p-anchor__title {
    margin-bottom: 0.875rem;
  }
  .p-anchor__title::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-anchor__list {
    gap: 0;
    border-top: 0.0625rem solid #d3d3d3;
  }
  .p-anchor__list-item {
    width: 100%;
    max-width: inherit;
  }
  .p-anchor__list-link {
    padding: 0.75rem 4.75rem 0.75rem 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-anchor__list-link-arrow {
    top: 50%;
    right: 1.25rem;
  }
  .p-anchor-row:not(:first-child) {
    margin-top: 5rem;
  }
  .p-anchor-row__title {
    margin-bottom: 0.875rem;
  }
  .p-anchor-row__title::before {
    margin-right: 0.5rem;
  }
  .p-anchor-row__list {
    gap: 0;
    border-top: 0.0625rem solid #d3d3d3;
  }
  .p-anchor-row__list.--no-bd {
    border-top: none;
  }
  .p-anchor-row__list-item {
    width: 100%;
    max-width: inherit;
  }
  .p-anchor-row__list-link {
    padding: 0.75rem 4.75rem 0.75rem 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-anchor-row__list-link-arrow {
    top: 50%;
    right: 1.25rem;
  }
}
.p-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
}
.p-banner__list.--column4 {
  gap: 1rem;
}
.p-banner__list.--column4 .p-banner__item {
  width: calc((100% - 48px) / 4);
  max-width: 17.375rem;
}
.p-banner__list.--column4 .p-banner__item:nth-child(2) {
  max-width: 15rem;
}
.p-banner__list + .p-banner__list {
  margin-top: 2rem;
}
.p-banner__item {
  width: calc((100% - 32px) / 3);
  max-width: 23.75rem;
}
.p-banner__item a {
  display: block;
}
@media (hover: hover) {
  .p-banner__item a {
    transition: 0.3s linear opacity;
  }
  .p-banner__item a:hover {
    opacity: 0.7;
  }
}
.p-banner__item img {
  width: 100%;
}

.p-banner-link {
  position: relative;
  display: block;
  width: 100%;
  height: 15rem;
  margin-top: 5rem;
  filter: drop-shadow(0 0 6px rgba(46, 100, 56, 0.4));
}
.p-banner-link__icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
  z-index: 2;
}
.p-banner-link__img {
  position: relative;
  z-index: 2;
  width: 49.625rem;
  max-width: 100%;
  height: 100%;
}
.p-banner-link__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-banner-link__content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 52.875rem;
  height: 100%;
  padding: 0 5.75rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 40%);
}
.p-banner-link__content.--bg-main-light {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #edf6ee 40%);
}
.p-banner-link__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 17rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06rem;
}
.p-banner-link__text span {
  margin-right: 0.5rem;
  font-size: 2.25rem;
  color: #2e6438;
  letter-spacing: 0.09rem;
}

@media only screen and (max-width: 767px) {
  .p-banner__list.--column4 {
    gap: 1rem;
  }
  .p-banner__list.--column4 .p-banner__item {
    width: calc((100% - 16px) / 2);
    max-width: inherit;
  }
  .p-banner__list.--column4 .p-banner__item:nth-child(2) {
    max-width: inherit;
  }
  .p-banner__list + .p-banner__list {
    margin-top: 1.5rem;
  }
  .p-banner__item {
    width: 100%;
    max-width: inherit;
  }
  .p-banner-link {
    height: inherit;
  }
  .p-banner-link__icon {
    right: 1.25rem;
    bottom: 2.25rem;
  }
  .p-banner-link__img {
    max-width: 100%;
    height: 10rem;
  }
  .p-banner-link__content {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    height: inherit;
    padding: 1.5rem 5rem 1.5rem 1.25rem;
    background: #fff;
  }
  .p-banner-link__content.--bg-main-light {
    background: #edf6ee;
  }
  .p-banner-link__text {
    gap: 0.5rem;
    min-width: inherit;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-banner-link__text span {
    margin-right: 0.25rem;
    font-size: 1.625rem;
    letter-spacing: 0.065rem;
  }
}
.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-breadline__item {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.035rem;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.125rem;
  color: #2e6438;
  text-decoration: underline;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
  background: transparent url("../images/common/icon_divider.svg") no-repeat center/contain;
}

.p-button-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2.5rem;
}
.p-button-col__title {
  margin-bottom: 1.5rem;
}
.p-button-col__list-item + .p-button-col__list-item {
  margin-top: 1rem;
}
.p-button-col__list-item .c-text {
  color: #2e6438;
  width: calc(100% - 2rem);
}
.p-button-col__buttons {
  margin-top: 2.5rem;
}

.p-button {
  position: relative;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.25rem 0.5rem;
  font-weight: 700;
  color: #333;
  border-bottom: 0.0625rem solid #d3d3d3;
}
@media (hover: hover) {
  .p-button {
    transition: 0.3s linear opacity;
  }
  .p-button:hover {
    opacity: 0.7;
  }
}

.p-buttons {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .p-button-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
  .p-button-col__title {
    margin-bottom: 1rem;
  }
  .p-button-col__list-item + .p-button-col__list-item {
    margin-top: 0.375rem;
  }
  .p-button-col__buttons {
    margin-top: 2rem;
  }
  .p-buttons {
    margin-top: 2rem;
  }
}
.p-card-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
.p-card-list.--column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.p-card-list.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-card-list.--column4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1rem;
}
.p-card-list.--column4-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.p-card__content {
  margin-top: 1rem;
}
.p-card.--recipe {
  position: relative;
  display: block;
  box-shadow: 0 0 6px 0 rgba(46, 100, 56, 0.4);
}
@media (hover: hover) {
  .p-card.--recipe {
    transition: 0.3s linear opacity;
  }
  .p-card.--recipe:hover {
    opacity: 0.7;
  }
}
.p-card.--recipe .p-card__icon {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  z-index: 2;
}
.p-card.--recipe .p-card__img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.p-card.--recipe .p-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-card.--recipe .p-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 4.5rem 0.5rem 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.9) 100%);
}
.p-card.--recipe .p-card__text {
  font-weight: 700;
  color: #333;
  text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff;
}
.p-card.--card-icon {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  height: 8.75rem;
  color: #fff;
  background-color: #2e6438;
  border-radius: 999rem;
}

.p-card-swiper__control {
  position: relative;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 25rem;
  height: 3rem;
  margin-top: 2rem;
}
.p-card-swiper__control .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  width: auto;
  font-size: 0.875rem;
  font-weight: bold;
  color: #d3d3d3;
}
.p-card-swiper__control .swiper-pagination-current,
.p-card-swiper__control .swiper-pagination-total {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  letter-spacing: 0.04rem;
}
.p-card-swiper .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (max-width: 1280px) {
  .p-card-swiper__control {
    gap: 1.5rem;
    max-width: 100%;
    margin: 1.5rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-list {
    gap: 2rem 1.25rem;
  }
  .p-card-list.--column2, .p-card-list.--column3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1.25rem;
  }
  .p-card-list.--column4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 1rem;
  }
  .p-card-list.--column4-icon {
    gap: 1rem;
  }
  .p-card__content {
    margin-top: 0.5rem;
  }
  .p-card.--recipe {
    position: relative;
    display: block;
    box-shadow: 0 0 6px 0 rgba(46, 100, 56, 0.4);
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .p-card.--recipe {
    transition: 0.3s linear opacity;
  }
  .p-card.--recipe:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-card.--recipe .p-card__icon {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    z-index: 2;
  }
  .p-card.--recipe .p-card__image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .p-card.--recipe .p-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .p-card.--recipe .p-card__content {
    padding: 0.5rem 3.5rem 0.5rem 1rem;
  }
}
.p-character-swiper {
  position: relative;
  overflow: hidden;
}
.p-character-swiper__nav {
  position: relative;
  padding: 0 4rem;
  margin-top: 1rem;
}
.p-character-swiper__nav .p-character-swiper__item {
  max-width: calc((100% - 16px) / 3);
}
.p-character-swiper__item {
  border: 1px solid var(--border-border-lightest, #e3e3e3);
}
.p-character-swiper__next, .p-character-swiper__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-character-swiper__next {
  right: 0;
}
.p-character-swiper__prev {
  left: 0;
}

.p-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
  align-items: stretch;
}
.p-box-wrap.--column3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
.p-box-wrap.--column3 .p-box {
  padding: 2rem 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-box-wrap.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-box {
    padding: 2rem 1.25rem;
  }
  .p-box__text {
    margin-top: 0.5rem;
  }
}
.p-column-map {
  display: flex;
  gap: 0 4.375rem;
}
.p-column-map__img {
  width: 38.28125vw;
  max-width: 490px;
  margin-top: 0.5rem;
}
.p-column-map__content {
  width: 56.25vw;
  max-width: 720px;
}

@media only screen and (max-width: 767px) {
  .p-column-map {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .p-column-map__img {
    width: 100%;
    max-width: calc(100% - 65px);
    margin-top: 0;
  }
  .p-column-map__content {
    width: 100%;
  }
}
.p-form-nav {
  margin-top: 5rem;
}
.p-form-nav__list {
  display: flex;
  gap: 0 4rem;
  align-items: center;
  justify-content: center;
}
.p-form-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.25rem;
}
.p-form-nav__item:not(:last-child) {
  position: relative;
}
.p-form-nav__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2.375rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border-top: 0.125rem solid #2e6438;
  border-left: 0.125rem solid #2e6438;
  transform: translateY(-50%) rotate(135deg);
}
.p-form-nav__item-nb {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 0.0625rem solid #e3e3e3;
}
.p-form-nav__item.is-active {
  color: #2e6438;
  background-color: #edf6ee;
  border-color: #edf6ee;
}
.p-form-nav__item.is-active .p-form-nav__item-nb {
  border-right-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-form-nav {
    margin-top: 3rem;
  }
  .p-form-nav__list {
    gap: 0 2rem;
  }
  .p-form-nav__item {
    height: 2.5rem;
    padding: 0.5rem;
  }
  .p-form-nav__item:not(:last-child)::after {
    right: -1.375rem;
  }
  .p-form-nav__item-nb {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
.p-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
  align-items: stretch;
}

.p-box-wrap.--column3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.p-box-wrap.--column3 .p-box {
  padding: 2rem 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-box-wrap.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-box {
    padding: 2rem 1.25rem;
  }
  .p-box__text {
    margin-top: 0.5rem;
  }
}
.p-column-map {
  display: flex;
  gap: 0 4.375rem;
}

.p-column-map__img {
  width: 38.28125vw;
  max-width: 490px;
  margin-top: 0.5rem;
}

.p-column-map__content {
  width: 56.25vw;
  max-width: 720px;
}

@media only screen and (max-width: 767px) {
  .p-column-map {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .p-column-map__img {
    width: 100%;
    max-width: calc(100% - 65px);
    margin-top: 0;
  }
  .p-column-map__content {
    width: 100%;
  }
}
.p-box {
  padding: 2.5rem 5rem;
  background-color: #f6f6f6;
}
.p-box.--bg-white {
  background-color: #fff;
}
.p-box__title {
  font-weight: bold;
}
.p-box__text {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 2rem 1.25rem;
  }
  .p-box__text {
    margin-top: 0.5rem;
  }
}
.p-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem 2.5rem;
  align-items: center;
}
.p-column + .p-column {
  margin-top: 7.5rem;
}
.p-column.--start {
  align-items: flex-start;
}
.p-column.--column2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-column__text {
  margin-top: 1rem;
}
.p-column__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-column + .p-column {
    margin-top: 5rem;
  }
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-sommelier + .p-sommelier {
  margin-top: 5rem;
}
.p-sommelier__title {
  display: inline-flex;
  padding: 1rem 4rem 1rem 2rem;
  margin-bottom: 2.5rem;
  color: #fff;
  background-color: #2e6438;
  border-radius: 0 999rem 999rem 0;
}
.p-sommelier__content {
  padding-left: 2rem;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .p-sommelier + .p-sommelier {
    margin-top: 4rem;
  }
  .p-sommelier__title {
    padding: 1rem 2.5rem 1rem 1.25rem;
    margin-bottom: 1.5rem;
  }
  .p-sommelier__content {
    padding: 0 1.25rem;
    font-size: 0.9375rem;
  }
}
.p-table {
  width: 100%;
}
.p-table__th, .p-table__td {
  padding: 1.25rem 2.5rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  vertical-align: middle;
  border: 0.0625rem solid #e3e3e3;
}
.p-table__th:first-child, .p-table__td:first-child {
  border-left: none;
}
.p-table__th:last-child, .p-table__td:last-child {
  border-right: none;
}
.p-table__th.--w-percent30, .p-table__td.--w-percent30 {
  width: 30%;
}
.p-table__th.--w-percent20, .p-table__td.--w-percent20 {
  width: 20%;
}
.p-table__th.--w-percent15, .p-table__td.--w-percent15 {
  width: 15%;
}
.p-table__th {
  font-weight: bold;
  color: #2e6438;
  text-align: center;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 767px) {
  .p-table__th, .p-table__td {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-table.--th-nowrap th {
    white-space: nowrap;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  padding-top: 1rem;
}
.p-mainvisual__swiper {
  width: calc(100% - 412px);
  max-width: 87.5rem;
  margin-right: 0;
  margin-left: auto;
}
.p-mainvisual__swiper .swiper-slide {
  height: 45rem;
  overflow: hidden;
}
.p-mainvisual__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__swiper .swiper-pagination {
  right: 5rem;
  bottom: 1rem;
  left: inherit;
  display: flex;
  gap: 0 0.5rem;
  width: auto;
}
.p-mainvisual__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}
.p-mainvisual__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e6438;
}
.p-mainvisual__nav {
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: clamp(28.75rem, 35.5vw, 35.5rem);
}
.p-mainvisual__nav-item:first-child {
  margin-bottom: 1.25rem;
  text-align: center;
}
.p-mainvisual__nav-item:first-child .c-heading-h4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    padding-top: 0;
  }
  .p-mainvisual__swiper {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .p-mainvisual__swiper .swiper-slide {
    height: 56.2666666667vw;
  }
  .p-mainvisual__swiper .swiper-pagination {
    right: 1.25rem;
    bottom: 0.5rem;
  }
  .p-mainvisual__nav {
    position: relative;
    top: inherit;
    left: inherit;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    width: 100%;
    padding: 0 1.25rem;
    margin-top: 1.5rem;
  }
  .p-mainvisual__nav-item {
    width: calc(50% - 8px);
  }
  .p-mainvisual__nav-item:first-child {
    width: 100%;
    margin-bottom: 0.0625rem;
  }
  .p-mainvisual__nav-item:first-child .c-heading-h4 {
    gap: pxtortem(12);
  }
}
.p-modal {
  position: relative;
  z-index: 2;
}
.p-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.p-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 1200px;
  max-width: 90%;
  max-height: 90%;
  padding: 3rem 1.25rem;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
}
.p-modal__body.--img-max {
  overflow-x: auto;
}
.p-modal__body.--img-max::-webkit-scrollbar {
  height: 1rem;
  background: #fff;
  border-radius: 999rem;
}
.p-modal__body.--img-max::-webkit-scrollbar-thumb {
  height: 1rem;
  background-color: #2e6438;
  border: 0.25rem solid #fff;
  border-radius: 999rem;
}
.p-modal__body.--img-max img {
  min-width: 41.875rem;
}
.p-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 4;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.p-modal__close::before, .p-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background-color: #2e6438;
}
.p-modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-news {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.5rem;
}
.p-news__tabs {
  width: 100%;
}
.p-news__tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.p-news__tabs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 10rem;
  min-height: 3.5rem;
  padding: 0.5rem 1rem;
  color: #2e6438;
  background-color: #edf6ee;
  border: 0.0625rem solid #2e6438;
  border-radius: 999rem;
}
.p-news__tabs-button.is-active {
  color: #fff;
  background-color: #2e6438;
}
@media (hover: hover) {
  .p-news__tabs-button {
    transition: 0.3s linear all;
  }
  .p-news__tabs-button:hover {
    color: #fff;
    background-color: #2e6438;
  }
}
.p-news__tab-content {
  width: 100%;
}
.p-news__item {
  border-top: 0.0625rem solid #e3e3e3;
}
.p-news__item:last-child {
  border-bottom: 0.0625rem solid #e3e3e3;
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding: 0 6rem 0 2rem;
}
.p-news__link-icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-day {
  display: inline-block;
  min-width: 90px;
  margin-right: 2rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5rem;
  height: 2rem;
  margin-right: 2rem;
  color: #2e6438;
  white-space: nowrap;
  background-color: #f6f6f6;
  border-radius: 999rem;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.8;
  text-overflow: ellipsis;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}
.p-news__link-new {
  display: inline-block;
  margin-right: 3.5rem;
  color: #a13038;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 2.5rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-news {
    flex-direction: column;
    gap: 2rem 0;
  }
  .p-news__tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1.25rem;
  }
  .p-news__tabs-nav {
    gap: 0.75rem 0.5rem;
  }
  .p-news__tabs-button {
    width: 5.75rem;
    min-height: 2.75rem;
  }
  .p-news__tab-content {
    width: 100%;
  }
  .p-news__link {
    flex-wrap: wrap;
    padding: 0 4.25rem 0 1.25rem;
  }
  .p-news__link-icon {
    right: 1.25rem;
  }
  .p-news__link-day {
    min-width: inherit;
    margin-right: 1rem;
  }
  .p-news__link-cat {
    min-width: 5rem;
    margin-right: 1.75rem;
    margin-right: 1rem;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__link-new {
    margin-right: 1rem;
  }
  .p-news__button {
    text-align: center;
  }
}
.d-detail {
  display: flex;
  gap: 0.5rem 1.5rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #e3e3e3;
}
.d-detail.--shyokunolove {
  padding-bottom: 0;
  border-bottom: none;
  align-items: flex-start;
}
.d-detail.--shyokunolove dt {
  justify-content: flex-start;
}
.d-detail + .d-detail {
  margin-top: 1rem;
}
.d-detail__dt {
  min-width: 10.25rem;
  min-height: 2rem;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #2e6438;
  letter-spacing: 0.04rem;
  background-color: #f6f6f6;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.f-formula {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.f-formula__calculation {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.f-formula__result {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media all and (min-width: 768px), print {
  .d-detail.--shyokunolove .d-detail__dd {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .d-detail {
    flex-direction: column;
  }
  .d-detail.--sphorizontal {
    flex-direction: inherit;
    gap: 0 0.75rem;
    justify-content: flex-start;
    padding-bottom: 0;
    border-bottom: none;
  }
  .d-detail.--sphorizontal + .d-detail {
    margin-top: 0.5rem;
  }
  .d-detail.--sphorizontal .d-detail__dt {
    width: 3.5rem;
    min-width: 3.5rem;
    min-height: 1.5rem;
    padding: 0 0.5rem;
  }
  .d-detail.--sphorizontal .d-detail__dd {
    width: calc(100% - 68px);
    padding: 0;
  }
  .d-detail + .d-detail {
    margin-top: 1rem;
  }
  .d-detail__dt {
    width: 100%;
    min-height: 1.75rem;
    padding: 0 1.25rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .d-detail__dd {
    width: 100%;
    padding: 0 1.25rem;
  }
  .f-formula {
    flex-direction: column;
  }
  .f-formula__calculation {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1rem;
    font-size: 1rem;
    border-bottom: 0.0625rem solid #e3e3e3;
  }
}
.p-pagetitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16.875rem;
  overflow: hidden;
  text-align: center;
}
.p-pagetitle::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #edf6ee;
  transform: translateX(-50%);
}
.p-pagetitle::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 135rem;
  height: 20rem;
  content: "";
  background-color: #edf6ee;
  border-radius: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 9.625rem;
  }
  .p-pagetitle::before {
    width: 60rem;
  }
}
.p-pagination {
  margin-top: 5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2e6438;
  letter-spacing: 0.04rem;
  background-color: #edf6ee;
  border: 0.0625rem solid #2e6438;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #2e6438;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #2e6438;
}
.p-pagination__item.--prev, .p-pagination__item.--next {
  width: 3rem;
  height: 3rem;
}
.p-pagination__item.--prev a, .p-pagination__item.--next a {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #2e6438;
}
.p-pagination__item.--next {
  margin-left: 1rem;
}
.p-pagination__item.--prev {
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 5rem;
  }
  .p-pagination__list {
    gap: 1rem;
    max-width: 18.4375rem;
  }
  .p-pagination__item a,
  .p-pagination__item span {
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-pagination__item.--next {
    margin-left: auto;
  }
  .p-pagination__item.--prev {
    margin-right: auto;
  }
}
.p-recipe .swiper {
  width: 100%;
  height: 100%;
}
.p-recipe .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  background: #444;
}
.p-recipe .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 2.5rem;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.p-scroll-top.is-fixed {
  opacity: 1;
}
.p-scroll-top .c-button {
  min-width: 12.5rem;
  height: 3.5rem;
  padding: 0.5rem 3.875rem 0.5rem 1.375rem;
  color: #fff;
  background-color: #2e6438;
  border: none;
  outline: none;
}
.p-scroll-top .c-button__arrow {
  right: 0.875rem;
  transform: translateY(-50%) rotate(-90deg);
}
@media (hover: hover) {
  .p-scroll-top .c-button {
    transition: 0.3s linear opacity;
  }
  .p-scroll-top .c-button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    right: 0.625rem;
    bottom: 1rem;
  }
  .p-scroll-top .c-button {
    min-width: inherit;
    min-height: inherit;
    font-size: 0.8125rem;
    width: 9rem;
    height: 3rem;
    padding: 0.25rem 2.75rem 0.25rem 0.5rem;
  }
  .p-scroll-top .c-button__arrow {
    right: 0.5rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 5rem;
  text-align: center;
}
.p-section-title-h2:not(:first-child) {
  margin-top: 10rem;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h4 {
  margin-bottom: 2rem;
}
.p-section-title-h4:not(:first-child) {
  margin-top: 5rem;
}
.p-section-title-h4 + .p-section-title-h5 {
  margin-top: 2rem !important;
}

.p-section-title-h5 {
  margin-bottom: 2rem;
}
.p-section-title-h5:not(:first-child) {
  margin-top: 5rem;
}

@media all and (min-width: 768px), print {
  .p-section-title-h2.--left-pc {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .p-section-title-h2 {
    margin-bottom: 2.5rem;
  }
  .p-section-title-h2:not(:first-child) {
    margin-top: 5rem;
  }
  .p-section-title-h4 {
    margin-bottom: 1rem;
  }
  .p-section-title-h4:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-section-title-h5 {
    margin-bottom: 1rem;
  }
  .p-section-title-h5:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-tab__buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.p-tab__buttons.--column3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-tab__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.5rem 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  background: #f6f6f6;
  border: 0.0625rem solid #e3e3e3;
}
.p-tab__button.is-active {
  color: #fff;
  background: #2e6438;
  border-color: #2e6438;
}
.p-tab__button:first-child {
  border-top-left-radius: 0.5rem;
}
.p-tab__button:last-child {
  border-top-right-radius: 0.5rem;
}
.p-tab__content {
  padding: 3.75rem 3.5rem;
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0 6px 0 rgba(46, 100, 56, 0.4);
}
.p-tab__content-buttons {
  margin-top: 2.5rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-tab__button {
    min-height: 3.4375rem;
    font-size: 0.9375rem;
    letter-spacing: 0.0375rem;
  }
  .p-tab__content {
    padding: 2rem 1.25rem;
  }
  .p-tab__content-buttons {
    text-align: center;
  }
}
.p-table.--fixed {
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  .p-table-conteiner.--spmax {
    overflow-x: auto;
  }
  .p-table-conteiner.--spmax::-webkit-scrollbar {
    height: 1rem;
    background: #fff;
    border-radius: 999rem;
  }
  .p-table-conteiner.--spmax::-webkit-scrollbar-thumb {
    height: 1rem;
    background-color: #2e6438;
    border: 0.25rem solid #fff;
    border-radius: 999rem;
  }
  .p-table-conteiner.--spmax .p-table {
    width: auto;
    min-width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-table-conteiner.--spmax .p-table__th, .p-table-conteiner.--spmax .p-table__td {
    white-space: nowrap;
  }
  .p-table-conteiner.--spmax .p-table.--inline {
    min-width: auto;
  }
  .p-table.--spvertical {
    border-bottom: 1px solid #e3e3e3;
  }
  .p-table.--spvertical .p-table__td {
    display: block;
    width: 100%;
    text-align: left;
    border-width: 0.0625rem 0 0;
  }
  .p-table.--spvertical .p-table__th {
    display: block;
    width: 100%;
    text-align: left;
    border-width: 0.0625rem 0 0;
  }
}
.p-youtube {
  max-width: 60rem;
  margin: 0 auto;
}
.p-youtube .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border: 1px solid #ccc;
}
.p-youtube .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pages */
body.chuokai .chuokai-main__chart {
  margin-top: 5rem;
}
body.chuokai .chuokai-main__chart-title {
  margin-bottom: 5rem;
}
body.chuokai .chuokai-main__chart-button {
  margin-top: 2.5rem;
}
body.chuokai .chuokai-main__chart .p-table-conteiner img {
  min-width: 47.5rem;
}

@media only screen and (max-width: 767px) {
  body.chuokai .chuokai-main__chart {
    margin-top: 2.5rem;
  }
  body.chuokai .chuokai-main__chart-title {
    margin-bottom: 1.5rem;
  }
  body.chuokai .chuokai-main__chart-button {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 1281px), print {
  body.chuokai-bnousei .chuokai-bnousei-main .c-list-dot {
    max-width: 50rem;
    margin: 0 auto;
  }
}
body.contact .contact-main .p-editor__content {
  margin-top: 5rem;
}
body.contact .contact-main__button {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  margin-top: 7.5rem;
}
body.contact .contact-main form {
  width: 100%;
}

body.farmstand .farmstand-main .c-text-link.--tel {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body.farmstand .farmstand-main .p-table__th {
    width: 4.5rem;
  }
}
body.group-about .group-about-main__chart {
  margin-top: 5rem;
}
body.group-about .group-about-main__chart-button {
  margin-top: 2.5rem;
}
body.group-about .group-about-main__chart .p-table-conteiner img {
  min-width: 41.875rem;
}

@media only screen and (max-width: 767px) {
  body.group-about .group-about-main__chart {
    margin-top: 2.5rem;
  }
  body.group-about .group-about-main__chart-button {
    margin-top: 1.5rem;
  }
}
body.index .index-news {
  margin-top: 7.5rem;
}
body.index .index-news .p-news__tabs {
  width: 10rem;
}
body.index .index-news .p-news__tab-content {
  width: calc(100% - 12.5rem);
}
body.index .index-map {
  position: relative;
  padding: 7.5rem 0 12.5rem;
  margin-top: 7.5rem;
  overflow: hidden;
}
body.index .index-map::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 223.75rem;
  height: 100%;
  content: "";
  background-color: #edf6ee;
  border-radius: 50%;
  transform: translateX(-50%);
}
body.index .index-map__banner {
  margin-top: 5rem;
}
body.index .index-recipe {
  margin-top: 10rem;
}
body.index .index-recipe::after {
  display: block;
  clear: both;
  content: "";
}
body.index .index-recipe__left {
  float: left;
  width: 40rem;
  padding: 0 5rem;
}
body.index .index-recipe__left.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
body.index .index-recipe__right {
  float: right;
  width: calc(100% - 640px);
  padding: 4rem 0 2.5rem 3.5rem;
  background-color: #f6f6f6;
}
body.index .index-recipe__right .swiper-slide {
  flex-shrink: 0;
  width: 25rem;
  height: 25rem;
}
body.index .index-shyokunolove {
  margin-top: 10rem;
}
body.index .index-shyokunolove__box {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1.5rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(46, 100, 56, 0.4);
}
body.index .index-shyokunolove__img {
  width: 43.75vw;
  max-width: 35rem;
}
body.index .index-shyokunolove__content {
  width: 53.125vw;
  max-width: 42.5rem;
  padding: 0 5rem;
}
body.index .index-shyokunolove__button {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 1280px) {
  body.index .index-recipe__left {
    float: none;
    width: 100%;
    padding: 0 1.25rem;
  }
  body.index .index-recipe__left.--flex {
    justify-content: center;
  }
  body.index .index-recipe__right {
    float: none;
    width: 100%;
    padding: 2rem 0;
    margin: 1.5rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-news .p-news__tabs {
    width: 100%;
  }
  body.index .index-news .p-news__tab-content {
    width: 100%;
  }
  body.index .index-map {
    padding: 4rem 0 5rem;
    margin-top: 5rem;
  }
  body.index .index-map::before {
    width: 400vw;
  }
  body.index .index-map__banner {
    margin-top: 2.5rem;
  }
  body.index .index-recipe {
    margin-top: 5rem;
  }
  body.index .index-recipe__right .swiper-slide {
    width: 17.1875rem;
    height: 17.1875rem;
  }
  body.index .index-shyokunolove {
    margin-top: 7.5rem;
  }
  body.index .index-shyokunolove__box {
    flex-direction: column;
    padding: 2rem 1.25rem;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(46, 100, 56, 0.4);
  }
  body.index .index-shyokunolove__img {
    width: 100%;
    max-width: inherit;
  }
  body.index .index-shyokunolove__content {
    width: 100%;
    max-width: inherit;
    padding: 0;
    margin-top: 1.5rem;
  }
  body.index .index-shyokunolove__button {
    text-align: center;
  }
}
body.news-single .news-single-main .p-news {
  gap: 0;
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body.news-single .news-single-main .p-news {
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 1281px), print {
  body.recipe-local .recipe-local-main .p-button-col__list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  body.recipe-local .recipe-local-main .p-button-col__list-item:first-child {
    margin-top: 1rem;
  }
}
body.recipe-sommelier .recipe-sommelier-main .c-heading-h4:not(:first-child) {
  margin-top: 5rem;
}

.recipe-sommelier-details .u-bg-main-light {
  margin-top: 0;
}
.recipe-sommelier-details .u-bg-white:not(:first-child) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  body.recipe-sommelier .recipe-sommelier-main .c-heading-h4:not(:first-child) {
    margin-top: 2.5rem;
  }
  .recipe-sommelier-details .l-inner + .u-bg-main-light {
    margin-top: 5rem !important;
  }
  .recipe-sommelier-details .u-bg-main-light:not(:first-child) {
    margin-top: 0;
  }
  .recipe-sommelier-details .u-bg-main-light .l-inner, .recipe-sommelier-details .u-bg-white .l-inner {
    padding: 0;
  }
  .recipe-sommelier-details .u-bg-main-light .l-inner .p-card-sommelier-details__content, .recipe-sommelier-details .u-bg-white .l-inner .p-card-sommelier-details__content {
    padding: 0 1.25rem;
  }
}
body.recipe .recipe-main__button {
  margin-top: 4rem;
}
body.recipe .recipe-main .p-card-list.--column2 {
  gap: 2rem 1rem;
}
body.recipe .recipe-main__block {
  margin-top: 2.5rem;
}
body.recipe .recipe-main__block .p-card-list {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  body.recipe .recipe-main__button {
    margin-top: 2.5rem;
  }
}
body.shyokunolove .shyokunolove-main__yt {
  max-width: 670px;
  margin: 4rem auto 0;
}
body.shyokunolove .shyokunolove-main__yt-inner {
  position: relative;
  aspect-ratio: 16/9;
  padding-bottom: 0.5rem;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
body.shyokunolove .shyokunolove-main__yt-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.shyokunolove .shyokunolove-main__text {
  margin-top: 2rem;
}
body.shyokunolove .shyokunolove-main__character {
  margin-top: 10rem;
}
body.shyokunolove .shyokunolove-main__character .p-column {
  align-items: flex-start;
}
body.shyokunolove .shyokunolove-main__banner {
  margin-top: 10rem;
}

@media only screen and (max-width: 767px) {
  body.shyokunolove .shyokunolove-main__yt {
    margin-top: 2rem;
  }
  body.shyokunolove .shyokunolove-main__text {
    margin-top: 1rem;
  }
  body.shyokunolove .shyokunolove-main__character {
    margin-top: 5rem;
  }
  body.shyokunolove .shyokunolove-main__banner {
    margin-top: 5rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bg-main-light {
  padding: 10rem 0;
  background-color: #edf6ee;
}
.u-bg-main-light:not(:first-child) {
  margin-top: 10rem;
}
.u-bg-main-light + .u-bg-white {
  margin-top: 0;
}

.u-bg-white {
  padding: 10rem 0;
  background-color: #fff;
}
.u-bg-white:not(:first-child) {
  margin-top: 10rem;
}
.u-bg-white + .u-bg-main-light {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .u-bg-main-light {
    padding: 5rem 0;
    background-color: #edf6ee;
  }
  .u-bg-main-light:not(:first-child) {
    margin-top: 5rem;
  }
  .u-bg-white {
    padding: 5rem 0;
  }
  .u-bg-white:not(:first-child) {
    margin-top: 5rem;
  }
}
.u-color-main {
  color: #2e6438;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
@media (hover: hover) {
  .u-hover-opacity {
    cursor: pointer;
    transition: 0.3s linear opacity;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}

.u-icon-arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #2e6438 url("../images/common/icon_arrow_white.svg") no-repeat center/1rem 1rem;
  border-radius: 50%;
}

.u-icon-button-blank {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #2e6438 url("../images/common/icon_blank_white.svg") no-repeat center/1rem 1rem;
  border-radius: 50%;
}

.u-icon-arrow-white {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #fff url("../images/common/icon_arrow.svg") no-repeat center/1rem 1rem;
  border-radius: 50%;
}

.u-icon-blank {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}

.u-icon-blank-white {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #2e6438 url("../images/common/icon_blank_white.svg") no-repeat center/1rem 1rem;
  border-radius: 50%;
}

.u-icon-check {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: transparent url("../images/common/icon_check.svg") no-repeat center/contain;
}

.u-icon-map {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/index/icon_map.svg") no-repeat center/contain;
}

.u-icon-recipe {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/index/icon_recipe.svg") no-repeat center/contain;
}

.u-icon-club {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/index/icon_club.svg") no-repeat center/contain;
}

.u-icon-fukuoka {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/index/icon_fukuoka.svg") no-repeat center/contain;
}

.u-icon-group {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../images/index/icon_group.svg") no-repeat center/contain;
}

.u-icon-minus {
  width: 2rem;
  height: 2rem;
  background-color: #2e6438;
  border-radius: 50%;
}
.u-icon-minus::after, .u-icon-minus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transition: 0.3s all;
}
.u-icon-minus::after {
  transform: translateX(-50%) translateY(-50%);
}
.u-icon-minus::before {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.u-icon-minus.--purple {
  background-color: #988f97;
}
.u-icon-minus.--green {
  background-color: #a2b57d;
}
.u-icon-minus.--blue {
  background-color: #74acab;
}
.u-icon-minus.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.u-icon-next {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: transparent url("../images/common/icon_button_next.svg") no-repeat center/contain;
}

.u-icon-prev {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: transparent url("../images/common/icon_button_prev.svg") no-repeat center/contain;
}

.u-icon-plus {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_plus.svg") no-repeat center/contain;
}

.u-icon-equals {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: transparent url("../images/common/icon_plus.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .u-icon-check {
    width: 2rem;
    height: 2rem;
  }
  .u-icon-map,
  .u-icon-recipe,
  .u-icon-club,
  .u-icon-fukuoka,
  .u-icon-group {
    width: 3rem;
    height: 3rem;
  }
}
.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

.u-mt-25 {
  margin-top: 12.5rem !important;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem !important;
  }
  .u-mt-2-sp {
    margin-top: 1rem !important;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem !important;
  }
  .u-mt-4-sp {
    margin-top: 2rem !important;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem !important;
  }
  .u-mt-6-sp {
    margin-top: 3rem !important;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem !important;
  }
  .u-mt-8-sp {
    margin-top: 4rem !important;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem !important;
  }
  .u-mt-10-sp {
    margin-top: 5rem !important;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem !important;
  }
  .u-mt-12-sp {
    margin-top: 6rem !important;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem !important;
  }
  .u-mt-14-sp {
    margin-top: 7rem !important;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem !important;
  }
  .u-mt-16-sp {
    margin-top: 8rem !important;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem !important;
  }
  .u-mt-18-sp {
    margin-top: 9rem !important;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem !important;
  }
  .u-mt-20-sp {
    margin-top: 10rem !important;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem !important;
  }
  .u-mt-22-sp {
    margin-top: 11rem !important;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem !important;
  }
  .u-mt-24-sp {
    margin-top: 12rem !important;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem !important;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}