@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  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%; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1000px;
  }
}

.l-large-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 600px) {
  .l-large-inner {
    max-width: 1200px;
  }
}

.l-page-service {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-service {
    margin-top: 128px;
  }
}

.l-product {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-product {
    margin-top: 126px;
  }
}

.l-page-service-strength {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-service-strength {
    margin-top: 128px;
  }
}

.l-page-service-flow {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-service-flow {
    margin-top: 128px;
  }
}

.l-page-service-equipment {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-service-equipment {
    margin-top: 128px;
    padding-bottom: 212px;
  }
}

.l-page-about-menu {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-about-menu {
    margin-top: 128px;
  }
}

.l-page-about-message {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-about-message {
    margin-top: 128px;
  }
}

.l-page-about-motto {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-about-motto {
    margin-top: 128px;
  }
}

.l-page-about-overview {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-page-about-overview {
    margin-top: 128px;
  }
}

.l-concept {
  margin-top: 104px;
}
@media screen and (min-width: 600px) {
  .l-concept {
    margin-top: 216px;
  }
}

.l-about {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-about {
    margin-top: 96px;
  }
}

.l-cta {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-cta {
    margin-top: 128px;
  }
}

.l-cta.--top {
  margin-top: 0;
}

.l-page-title {
  margin-top: 150px;
}
@media screen and (min-width: 600px) {
  .l-page-title {
    margin-top: 216px;
  }
}

.l-service {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .l-service {
    margin-top: 126px;
  }
}

.l-page-link {
  margin-top: 48px;
}

.l-page-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .l-page-contact {
    margin-top: 96px;
    margin-bottom: 200px;
  }
}

.l-page-news {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .l-page-news {
    margin-top: 96px;
  }
}

.l-page-blog {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .l-page-blog {
    margin-top: 96px;
  }
}

.l-page-privacy {
  margin-top: 128px;
}

.l-news-post {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .l-news-post {
    margin-top: 96px;
  }
}

.c-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-section-head__ja {
  display: inline;
  background: #FFFB84;
  padding: 0 8px;
}

.c-section-head__en {
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
}

.c-section-head__en.--white {
  color: #fff;
}

.c-article-head {
  display: inline-block;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .c-article-head {
    font-size: 3.2rem;
  }
}

.c-article-head::after {
  content: "";
  background-image: url(../../../../public/assets/img/wdw_yama_icon_gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .c-article-head::after {
    top: 50px;
  }
}

.c-sub-section-header {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333;
  text-transform: capitalize;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .c-sub-section-header {
    font-size: 3.2rem;
    padding-bottom: 30px;
  }
}

.c-sub-section-header span {
  font-size: 1.2rem;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 600px) {
  .c-sub-section-header span {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}

.c-button {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  color: #fff;
  display: inline-block;
  width: 220px;
  padding: 16px 18px;
  border-radius: 50px;
  transition: transform 0.3s ease;
  text-align: left;
}

.c-button::after {
  content: "";
  background-image: url(./public/assets/img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.c-button:hover::after {
  transform: translateY(-50%) translateX(3px);
}

.c-button.--white {
  background: #fff;
  color: #1D4A0F;
}

.c-button.--white::after {
  content: "";
  background-image: url(./public/assets/img/icon-arrow-gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.c-button.c-button.--white:hover::after {
  transform: translateY(-50%) translateX(3px);
}

.c-page-title {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .c-page-title {
    font-size: 4rem;
  }
}

.c-page-title h2 {
  text-transform: capitalize;
}

.breadcrump {
  font-size: 1.2rem;
  margin-top: 16px;
}

.c-page-link__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .c-page-link__wrap {
    gap: 80px;
  }
}

.c-page-link__wrap a {
  transition: opacity 0.3s;
}

.c-page-link__wrap a:hover {
  opacity: 0.7;
}

.c-page-link__prev,
.c-page-link__next {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 600px) {
  .c-page-link__prev,
  .c-page-link__next {
    font-size: 1.4rem;
  }
}

.c-page-link__prev a {
  display: block;
  width: 100%;
  padding: 20px 25px;
}

.c-page-link__next a {
  display: block;
  width: 100%;
  padding: 20px 25px;
}

.c-page-link__archive {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .c-page-link__archive {
    font-size: 1.6rem;
  }
}

.c-page-link__archive a {
  display: block;
  width: 100%;
  padding: 10px 35px;
  border-radius: 20px;
  color: #fff;
  background-color: #1d4a0f;
}

.c-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1d4a0f;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  .c-hamburger {
    width: 100px;
    height: 100px;
  }
}

.c-hamburger__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-hamburger__bar {
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  margin: 3px 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 600px) {
  .c-hamburger__bar {
    margin: 6px 0;
    width: 50px;
  }
}

.c-hamburger__label {
  margin-top: 4px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .c-hamburger__label {
    font-size: 12px;
  }
}

.c-hamburger.is-active {
  background: none;
  box-shadow: none;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 23px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .c-hamburger.is-active span:nth-of-type(1) {
    width: 80px;
  }
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: 35px;
  left: 0;
  transform: translateY(-8px) rotate(45deg);
  width: 30px;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .c-hamburger.is-active span:nth-of-type(3) {
    transform: translateY(-19px) rotate(45deg);
    width: 80px;
  }
}

.c-hamburger.is-active .c-hamburger__label {
  margin-top: 8px;
}

.c-lower-mv {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 270px;
  background: url("./public/assets/img/sub-mv-img01.webp") center/cover no-repeat;
}

.c-lower-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
}

.c-lower-mv__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; /* 文字の縦位置 */
  padding-left: 8%;
}

.c-lower-mv__title {
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
  text-transform: capitalize;
}

.c-lower-mv__title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.c-product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.6;
  table-layout: fixed;
  border: 1px solid #e5e5e5;
}

.c-product-table th,
.c-product-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}

.c-product-table th {
  width: 20%;
  background: #eef9ef;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.c-product-table td {
  width: 70%;
}

.c-pagination {
  text-align: center;
  margin-top: 64px;
}

/* ページ番号リストを横並びにする */
.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  font-size: 1.5rem;
}

/* ページ番号の基本スタイル */
.page-numbers li a,
.page-numbers li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%; /* **円形にする** */
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media screen and (min-width: 600px) {
  .page-numbers li a,
  .page-numbers li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* ① ② ③ の装飾 (通常のページ番号) */
.page-numbers li a {
  color: #1d4a0f; /* 文字色 */
  background-color: #fff; /* 背景色 */
  border: 1px solid #1d4a0f;
}

.page-numbers li a:hover {
  color: #fff;
  background-color: #1d4a0f;
  border-color: #1d4a0f;
}

/* ❶ の装飾 (カレントページ) */
.page-numbers li .current {
  color: #fff; /* 文字色を白に */
  background-color: #1d4a0f; /* 背景色を黒など目立つ色に */
  border: 1px solid #1d4a0f;
}

/* 前後リンクは背景色をつけない */
.page-numbers li .prev,
.page-numbers li .next {
  border-radius: 0;
  width: auto;
  padding: 0 10px;
  background-color: transparent;
  border: none;
}

/* 前後リンクの hover */
.page-numbers li .prev:hover,
.page-numbers li .next:hover {
  background-color: transparent;
  color: #1d4a0f;
  opacity: 0.6;
}

.p-header {
  width: 100%;
  height: 100px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .p-header {
    height: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.p-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-header__logo {
  width: clamp(100px, 10vw, 150px);
  position: absolute;
  bottom: -420px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .p-header__logo {
    top: 30px;
    bottom: 0;
  }
}

.p-header__logo.--lower-page {
  visibility: hidden;
}

.p-header__logo-link {
  display: flex;
  justify-content: center;
}

.p-header__logo-link-img {
  width: 200px;
}
@media screen and (min-width: 600px) {
  .p-header__logo-link-img {
    width: 100%;
  }
}

.p-header__logo-link-img.--lower {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-header__logo-link-img.--lower {
    display: block;
    width: 80%;
  }
}

.p-sub-header {
  height: 80px;
  position: fixed;
  z-index: 1;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-sub-header {
    height: 100px;
  }
}

.p-sub-header__inner {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .p-sub-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.p-sub-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-sub-header__logo {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-sub-header__logo {
    font-size: 3.2rem;
  }
}

.p-sub-header__logo-link {
  letter-spacing: 0.03em;
  color: #fff;
}

.p-sub-header__logo-link span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 600px) {
  .p-sub-header__logo-link span {
    font-size: 1.8rem;
  }
}

.p-drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url(./public/assets/img/drawer-bg.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.p-drawer-menu::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-drawer-menu__inner {
  padding: 0 25px 50px;
  position: relative;
  z-index: 101;
  min-height: 100%;
}

.p-drawer-menu__items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-transform: capitalize;
  height: 100%;
  padding-top: 90px;
}

.p-drawer-menu__item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3C3C3C;
  width: 100%;
  text-align: center;
}

.p-drawer-menu__item a {
  display: block;
  padding: 18px 12px;
  color: #fff;
}

.p-drawer-menu__logo {
  display: block;
  text-align: center;
  margin: 50px auto 0;
  max-width: 80px;
}
@media screen and (min-width: 600px) {
  .p-drawer-menu__logo {
    margin-top: 50px;
    max-width: 100%;
  }
}

.p-drawer-menu__name {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 32px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-drawer-menu__name {
    font-size: 3.2rem;
    margin-top: 50px;
  }
}

.p-drawer-menu__name span {
  font-size: 1.8rem;
}

.p-footer {
  background-image: url(./public/assets/img/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 32px;
  color: #333;
}

@media screen and (min-width: 600px) {
  .p-footer__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

.p-footer__info {
  margin-top: 32px;
}
@media screen and (min-width: 600px) {
  .p-footer__info {
    width: 50%;
    margin-top: 0;
  }
}

.p-footer__name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 600px) {
  .p-footer__name {
    font-size: 3.2rem;
  }
}

.p-footer__name span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 600px) {
  .p-footer__name span {
    font-size: 1.8rem;
  }
}

.p-footer__address {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 24px;
  line-height: 1.7;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.p-footer__right {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .p-footer__right {
    margin-top: 0;
  }
}

.p-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .p-footer__nav {
    font-size: 1.8rem;
  }
}

.p-footer__menu {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-footer__menu {
    writing-mode: vertical-lr;
  }
}

.p-footer__nav a {
  padding: 10px 16px;
  display: block;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.p-footer__logo {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 64px;
}

.p-footer__logo img {
  width: 150px;
}

.p-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
  color: #fff;
}

.p-sub-mv {
  height: 300px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-sub-mv {
    height: 550px;
  }
}

.p-sub-mv__inner {
  height: 100%;
}

.p-sub-mv__img {
  width: 100%;
  height: 100%;
}

.p-sub-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-sub-mv__title {
  background-color: #fff;
  color: #333;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  padding: 16px 24px;
}

.p-sub-mv__title h2 {
  font-size: clamp(20px, 4vw, 3.6rem);
  font-weight: bold;
  color: #1e8831;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.p-sub-mv__title span {
  display: block;
  font-size: 1.6rem;
  color: #333;
}

.p-sub-mv__boundary {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.p-sub-mv__boundary img {
  display: block;
  width: 101%;
  height: auto;
  margin-left: -0.5%;
  max-width: none;
}

.p-mv {
  width: 100%;
  height: 600px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-mv {
    width: 100vw;
    height: 980px;
  }
}

.p-mv__inner {
  height: 100%;
}

.p-mv__swiper {
  height: 100%;
}

.p-mv__swiper-wrapper {
  height: 100%;
}

.p-mv__swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-mv__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1); /* ← ここで濃さ調整 */
  z-index: 2;
  pointer-events: none;
}

.p-mv__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__catch {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .p-mv__catch {
    top: 60%;
    left: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__catch {
    top: 60%;
    left: 23%;
  }
}

.p-mv__catch img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 600px) {
  .p-mv__catch img {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__catch img {
    max-width: 478px;
  }
}

.p-mv__catch p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 32px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 600px) {
  .p-mv__catch p {
    font-size: 3.2rem;
  }
}

.p-mv__catch p span {
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .p-mv__catch p span {
    font-size: 1.8rem;
  }
}

.p-mv__boundary {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.p-mv__boundary img {
  width: 100%;
}

.p-about__catch {
  text-align: center;
}

.p-about__catch img {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .p-about__catch img {
    width: auto;
  }
}

.p-about__wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .p-about__wrapper {
    margin-top: 112px;
    display: flex;
    align-items: center;
    gap: clamp(20px, 10vw, 126px);
  }
}

.p-about__title {
  font-size: 2.4rem;
  margin-top: 24px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 600px) {
  .p-about__title {
    font-size: 3.2rem;
  }
}

.p-about__text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .p-about__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

.p-about__text span {
  color: #1D4A0F;
}

.p-about__img {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .p-about__img {
    margin-top: 0;
  }
}

.p-service__headWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-service__headWrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}

.p-service__head {
  order: 1;
}

.p-service__button {
  order: 3;
  margin-top: 48px;
}

.p-service__lead {
  order: 2;
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .p-service__lead {
    margin-top: 0;
  }
}

.p-service__lead h3 {
  font-size: 2.4rem;
  color: #A37D00;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 600px) {
  .p-service__lead h3 {
    font-size: 3.2rem;
  }
}

.p-service__lead p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 32px;
}

.p-service__wrapper {
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .p-service__wrapper {
    display: flex;
    margin-top: 64px;
  }
}

.p-service__item {
  border: 1px solid #333;
}
@media screen and (min-width: 600px) {
  .p-service__item {
    flex: 1;
  }
}

@media screen and (min-width: 600px) {
  .p-service__item:last-child {
    border-left: none;
  }
}

.p-service__item + .p-service__item {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .p-service__item + .p-service__item {
    margin-top: 0;
  }
}

.p-service__img {
  width: 100%;
}

.p-service__img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .p-service__img img {
    height: 320px;
  }
}

.p-service__body {
  padding: 20px 25px;
}
@media screen and (min-width: 600px) {
  .p-service__body {
    padding: 50px 72px;
  }
}

.p-service__title {
  font-size: 2rem;
  color: #1D4A0F;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 600px) {
  .p-service__title {
    font-size: 3.2rem;
  }
}

.p-service__title::before {
  content: "01";
  display: block;
  position: absolute;
  top: -4px;
  left: -15px;
  font-size: 1.2rem;
}

.p-service__item:nth-child(2) .p-service__title::before {
  content: "02";
}

.p-service__text {
  font-size: 1.4rem;
  margin-top: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .p-service__text {
    margin-top: 30px;
  }
}

.p-product {
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.p-product::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -130px;
  display: block;
  width: 700px;
  height: 700px;
  background: url(./public/assets/img/nenrin.svg) no-repeat;
  background-size: contain;
}

.p-product__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .p-product__headWrapper {
    display: flex;
    justify-content: space-between;
  }
}

.p-product__wrapper {
  margin-top: 56px;
}

.p-product__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 600px) {
  .p-product__items {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-product__item-img {
  border: 1px solid #fff;
}

.p-product__item-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.p-product__item-title {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 10px;
}

.p-product__item-tag {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 17px;
  border: 1px solid #fff;
  margin-top: 20px;
  border-radius: 50px;
}

.p-news {
  padding: 100px 0;
}

.p-news__wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .p-news__wrapper {
    display: flex;
    gap: 100px;
  }
}

.p-news__items {
  width: 100%;
}

.p-news__item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px dotted #333;
  position: relative;
  overflow: hidden;
}

.p-news__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 18px;
  background-image: url(./public/assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-200%, -50%); /* ← 左の外に置いておく */
  opacity: 0;
  transition: none;
}

.p-news__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(./public/assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-news__item:hover::before {
  transition: transform 0.3s ease 0.15s, opacity 0.3s ease 0.15s;
  transform: translate(0, -50%);
  opacity: 1;
}

.p-news__item:hover::after {
  transform: translate(200%, -50%);
  opacity: 0;
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-news__textarea {
  display: flex;
  align-items: center;
  gap: 60px;
}

.p-news__date {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.p-news__category {
  font-size: 1.4rem;
  background-color: #1d4a0f;
  color: #fff;
  padding: 4px 8px;
}

.p-news__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
  transition: opacity 0.3s ease;
}

.p-news__item:hover .p-news__title {
  opacity: 0.7;
}

.p-news__button {
  text-align: right;
  margin-top: 64px;
}

.p-recruit {
  background-image: url(./public/assets/img/recruit-img01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  padding: 150px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-recruit {
    background-position: center;
  }
}

.p-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-recruit__body {
  position: relative;
  z-index: 1;
}

.p-recruit__text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 40px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-recruit__text {
    font-size: 2rem;
  }
}

.p-recruit__button {
  margin-top: 32px;
}

.p-cta {
  background-color: #E2D8C0;
  padding: 64px 0 0;
}
@media screen and (min-width: 600px) {
  .p-cta {
    padding: 126px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-cta__wrapper {
    display: flex;
    gap: 128px;
  }
}

.p-cta__head-title {
  font-size: 5rem;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(90deg, #1D4A0F 0%, #333333 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 600px) {
  .p-cta__head-title {
    font-size: 8rem;
  }
}

.p-cta__head-title span {
  font-size: 2rem;
  display: block;
  color: #333;
}
@media screen and (min-width: 600px) {
  .p-cta__head-title span {
    font-size: 2.8rem;
  }
}

.p-cta__head-text {
  font-size: 1.6rem;
  margin-top: 40px;
}

.p-cta__info {
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .p-cta__info {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__info {
    margin-top: 0;
  }
}

.p-cta__tel {
  display: block;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  height: 130px;
  margin-top: 64px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-cta__tel {
    margin-top: 0;
  }
}

.p-cta__tel::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  background-image: url(./public/assets/img/icon-tel.svg);
  width: 70px;
  height: 70px;
  position: absolute;
  top: -33px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 50%;
}

.p-cta__tel-num {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-cta__tel-num span {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.p-cta__tel-time {
  font-size: 1.3rem;
  margin-top: 8px;
}

.p-cta__mail {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 5px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  height: 130px;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .p-cta__mail {
    margin-top: 0;
  }
}

.p-cta__mail::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  background-image: url(./public/assets/img/icon-mail.svg);
  width: 70px;
  height: 70px;
  position: absolute;
  top: -33px;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 50%;
}

.p-cta__mail p {
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-cta__marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .p-cta__marquee {
    margin-top: 80px;
  }
}

.p-cta__marquee-inner {
  display: flex;
  width: max-content;
  animation: cta-marquee 100s linear infinite;
}

.p-cta__marquee img {
  height: 50px;
  margin-right: 40px;
}
@media screen and (min-width: 600px) {
  .p-cta__marquee img {
    height: 100px;
  }
}

@keyframes cta-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 40px));
  }
}
.p-page-about-menu__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.p-page-about-menu__link {
  background-color: #DEDEDE;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 36px 0;
  text-align: center;
  border-radius: 10px;
}

.p-page-about-message__head {
  text-align: center;
}

.p-page-about-message__lead {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  font-size: 2.4rem;
  color: #1d4a0f;
}
@media screen and (min-width: 600px) {
  .p-page-about-message__lead {
    font-size: 2.8rem;
  }
}

.p-page-about-message__wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .p-page-about-message__wrapper {
    margin-top: 96px;
    display: flex;
    justify-content: space-between;
    gap: 10%;
  }
}

@media screen and (min-width: 600px) {
  .p-page-about-message__body {
    width: 59%;
  }
}

.p-page-about-message__text {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-page-about-message__text {
    font-size: 1.6rem;
  }
}

.p-page-about-message__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

.p-page-about-message__name span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (min-width: 600px) {
  .p-page-about-message__name span {
    margin-right: 32px;
  }
}

@media screen and (min-width: 600px) {
  .p-page-about-message__img {
    width: 41%;
  }
}

.p-page-about-message__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 30% 50%;
}

.p-page-about-overview__head {
  text-align: center;
}

.p-page-about-overview {
  font-size: 1.6rem;
}

.p-page-about-overview__wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 600px) {
  .p-page-about-overview__wrapper {
    margin-top: 96px;
  }
}

.p-page-about-overview__block {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 600px) {
  .p-page-about-overview__block {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
}

.p-page-about-overview__block dt {
  font-weight: 500;
}

.p-page-about-overview__block dd {
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .p-page-about-overview__block dd {
    margin-top: 0;
    margin-left: 48px;
  }
}

.p-page-about-overview__map {
  margin-top: 32px;
  width: 100%;
  max-height: 400px;
}

.p-page-about-overview__map iframe {
  margin-top: 32px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/400;
}

.p-page-service__lead {
  font-size: 2rem;
  line-height: 1.8;
}

.p-page-service__wrapper {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .p-page-service__item {
    display: flex;
    gap: 80px;
  }
}

.p-page-service__item:nth-child(2) {
  flex-direction: row-reverse;
}

.p-page-service__item + .p-page-service__item {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .p-page-service__item-body {
    width: 57%;
  }
}

.p-page-service__item-title {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-page-service__item-lead {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 24px;
}

.p-page-service__item-text {
  font-size: 1.6rem;
  margin-top: 24px;
  line-height: 1.6;
}

.p-page-service__item-img {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .p-page-service__item-img {
    width: 43%;
    margin-top: 0;
  }
}

.p-page-service-strength__head {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 600px) {
  .p-page-service-strength__head {
    font-size: 3.2rem;
  }
}

.p-page-service-strength__head span {
  font-size: 6rem;
  padding-left: 4px;
  padding-right: 4px;
}

.p-page-service-strength__wrapper {
  margin-top: 40px;
}

.p-page-service-strength__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px 20px;
  counter-reset: strength-num;
}
@media screen and (min-width: 600px) {
  .p-page-service-strength__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}

.p-page-service-strength__img {
  width: 100%;
}

.p-page-service-strength__img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}

.p-page-service-strength__body {
  margin-top: 10px;
  position: relative;
  counter-increment: strength-num;
}
@media screen and (min-width: 600px) {
  .p-page-service-strength__body {
    margin-top: 30px;
    padding-left: 140px;
  }
}

.p-page-service-strength__body::before {
  content: counter(strength-num, decimal-leading-zero);
  font-size: 3rem;
  color: #2f5d2a;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 600px) {
  .p-page-service-strength__body::before {
    font-size: 10rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-page-service-strength__title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-page-service-strength__title {
    font-size: 2rem;
  }
}

.p-page-service-strength__text {
  font-size: 1.6rem;
  margin-top: 10px;
}

.p-page-service-flow__head {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.p-page-service-flow__wrapper {
  margin-top: 64px;
}

.p-page-service-flow__item {
  border: 1px solid #4b5a42;
  border-radius: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-page-service-flow__item {
    display: flex;
    justify-content: space-between;
    height: 180px;
  }
}

.p-page-service-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #4b5a42;
}

.p-page-service-flow__item + .p-page-service-flow__item {
  margin-top: 30px;
}

.p-page-service-flow__content {
  display: flex;
  align-items: center;
  padding: 15px 10px;
}
@media screen and (min-width: 600px) {
  .p-page-service-flow__content {
    padding: 30px 20px;
  }
}

.p-page-service-flow__number {
  min-width: 60px;
  text-align: center;
  border-right: 1px solid #4b5a42;
}
@media screen and (min-width: 600px) {
  .p-page-service-flow__number {
    padding-right: 15px;
    min-width: 80px;
  }
}

.p-page-service-flow__label {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.p-page-service-flow__num {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (min-width: 600px) {
  .p-page-service-flow__num {
    font-size: 3.2rem;
  }
}

.p-page-service-flow__body {
  margin-left: 20px;
}
@media screen and (min-width: 600px) {
  .p-page-service-flow__body {
    margin-left: 56px;
  }
}

.p-page-service-flow__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-page-service-flow__text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-page-service-flow__img {
  width: 100%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (min-width: 1024px) {
  .p-page-service-flow__img {
    width: 30%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
  }
}

.p-page-service-flow__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (min-width: 1024px) {
  .p-page-service-flow__img img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
  }
}

.p-page-service-equipment__head {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.p-page-service-equipment__wrapper {
  margin-top: 64px;
}

.p-page-service-equipment__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media screen and (min-width: 600px) {
  .p-page-service-equipment__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-page-service-equipment__item-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.p-page-product {
  margin-top: 100px;
}

.p-page-product__lead {
  font-size: 2rem;
  line-height: 1.8;
}

.p-page-product__wrapper {
  margin-top: 80px;
}

.p-page-product__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 600px) {
  .p-page-product__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-page-product__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-page-product__item-title {
  background-color: #1d4a0f;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-page-product__item-title span {
  background-color: #fff;
  color: #1d4a0f;
  padding: 2px 16px;
  border-radius: 3px;
  margin-right: 15px;
}

.p-page-product__item-img img {
  aspect-ratio: 360/222;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-page-quality {
  font-size: 1.6rem;
  counter-reset: section-counter;
  line-height: 1.6;
}

.p-page-quality__lead {
  font-size: 2rem;
  padding: 40px 0;
}

.p-page-quality-jas {
  margin-top: 80px;
}

.p-page-quality-jas__heading {
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  color: #fff;
  font-size: 2rem;
  padding: 0px 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__heading {
    font-size: 4rem;
    padding: 0px 40px;
  }
}

.p-page-quality-jas__heading::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__heading::before {
    height: 50px;
  }
}

.p-page-quality-jas__heading span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__heading span {
    font-size: 2rem;
    display: inline;
  }
}

.p-page-quality-jas__lead {
  margin-top: 24px;
}

.p-page-quality-jas__lead span {
  font-weight: bold;
}

.p-page-quality-jas__wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__wrapper {
    display: flex;
    gap: 100px;
    margin-top: 40px;
  }
}

.p-page-quality-jas__head {
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.p-page-quality-jas__item {
  margin-top: 20px;
}

.p-page-quality-jas__title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}

.p-page-quality-jas__title::before {
  content: "";
  background-image: url(./public/assets/img/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.p-page-quality-jas__text {
  font-size: 1.6rem;
  margin-top: 4px;
}

.p-page-quality-jas__point {
  margin-top: 16px;
  border: 1px solid;
  border-image: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%) 1;
  padding: 15px 20px;
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__point {
    padding: 48px 40px;
  }
}

.p-page-quality-jas__point span.--bold {
  font-weight: bold;
}

.p-page-quality-jas__point span.--green {
  font-weight: bold;
  color: #1D4A0F;
}

.p-page-quality-jas__img {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .p-page-quality-jas__img {
    width: 50%;
    margin-top: 0;
  }
}

.p-news-post {
  font-size: 1.6rem;
}

.p-news-post__meta {
  display: flex;
  align-items: center;
  gap: 32px;
}

.p-news-post__date {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-news-post__category {
  font-size: 1.4rem;
  background-color: #1d4a0f;
  color: #fff;
  padding: 4px 8px;
}

.p-news-post__title {
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0;
  color: #1d4a0f;
  border-bottom: 1px solid #1d4a0f;
}
@media screen and (min-width: 600px) {
  .p-news-post__title {
    font-size: 4rem;
    padding: 24px 0;
  }
}

.p-news-post__body {
  margin-top: 56px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-news-post__body figure {
  display: block;
  margin-top: 20px;
}

.p-news-post__body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #1d4a0f;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}

.p-news-post__body h3 {
  font-size: 2rem;
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  background-color: #f5f6f7;
  border-left: 4px solid #1d4a0f;
}

.p-news-post__body h4 {
  font-size: 1.8rem;
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  border-bottom: 2px solid rgba(22, 131, 82, 0.5411764706);
}

.p-news-post__body p {
  font-size: 1.6rem;
  margin-top: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-news-post__back {
  text-align: center;
}

.p-page-contact__textBox {
  line-height: 1.7;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 56px;
}

.p-page-contact__text {
  font-size: 1.6rem;
}

.p-page-contact__info {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 40px 0;
  line-height: 1.3;
}

.p-page-contact__info span {
  font-size: 3.2rem;
}

.p-page-contact__head {
  font-size: 2.4rem;
  text-align: center;
  margin: 56px 0;
}

.p-form {
  background: #F7F7F7;
  padding: 86px 20px;
}
@media screen and (min-width: 600px) {
  .p-form {
    padding: 86px 100px;
  }
}

.p-form__inner {
  padding-left: 22px;
  padding-right: 22px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .p-form__item dt {
    width: 180px;
  }
}

.p-form__item dd {
  background: #fff;
}
@media screen and (min-width: 600px) {
  .p-form__item dd {
    flex: 1;
  }
}

.p-form__item:not(:first-child) {
  margin-top: 40px;
}

.p-form__radio__input {
  display: block;
}

/* CF7ラジオボタンを縦並びに(block解除時) */
.wpcf7-radio .wpcf7-list-item {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-top: 0;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.p-form__title {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.p-form__title-label {
  background-color: #bc0023;
  color: #fff;
  padding: 2px 5px;
  font-size: 1.2rem;
  margin-left: 8px;
}

.p-form__title-label.--optional {
  background-color: #1d4a0f;
}

.p-form__text {
  margin-top: 12px;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 600px) {
  .p-form__text {
    margin-top: 0;
  }
}

.p-form__textarea {
  width: 100%;
  height: 240px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-size: 1.6rem;
  padding: 16px 24px;
  line-height: 1.5;
}

/* ラジオボタン */
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #1d4a0f;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d4a0f;
  content: "";
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
}

/* チェックボックス(プライバシーポリシー) */
.p-form__check {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.p-form__check-input {
  position: absolute;
}

.p-form__check-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-left: 39px;
  padding-top: 2px;
}

.p-form__check-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 1px solid #333;
  content: "";
  width: 24px;
  height: 24px;
}

.p-form__check-input:checked::after {
  position: absolute;
  top: 14px;
  left: -3px;
  display: block;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
}

.p-form__check-text a {
  text-decoration: underline;
}

/* 送信ボタン */
.p-form__submit-button {
  margin: 76px auto 0;
}

.p-form__submit .p-form__submit-button {
  font-size: 1.6rem;
  color: #fff;
  padding: 16px 48px;
  max-width: 256px;
  text-align: center;
  border: 1px solid #333;
  background: linear-gradient(90deg, #1D4A0F 0%, #1D4A0F 39.42%, #286514 63.94%, #358C18 87.5%, #39A815 100%);
  transition: 0.3s all;
  border-radius: 30px;
}

.p-form__submit {
  text-align: center;
}

.p-form__submit-button:hover {
  opacity: 0.7;
}

.p-page-privacy {
  font-size: 1.6rem;
  counter-reset: section-counter;
  line-height: 1.6;
}

.p-page-privacy__lead {
  padding: 40px 0;
}

.p-page-privacy__head {
  font-size: 2.4rem;
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 64px;
}

.p-page-privacy__block {
  margin-top: 40px;
}

.p-page-privacy__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-page-privacy__title::before {
  counter-increment: section-counter;
  content: counter(section-counter) ".";
  font-weight: bold;
  margin-right: 5px;
  color: #333;
}

.p-page-privacy__text {
  margin-top: 8px;
}

.u-spacer24 {
  margin-top: 24px;
}

.u-spacer32 {
  margin-top: 32px;
}

.u-hidden {
  visibility: hidden;
}

@media screen and (min-width: 600px) {
  .u-sp-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */