@charset "UTF-8";
/* Normalize.css
======================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
  max-width: 100%;
  overflow-x: hidden;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Soft reset */
figure {
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

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

p {
  margin: 0;
}

/* Common
======================================================== */
html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  color: #333;
  font-style: normal;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  body {
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
  }
}
/* 共通部分 */
.p-inner {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  padding-right: 20px;
  padding-bottom: 85px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 600px) {
  .p-inner {
    padding-top: 42.5px;
    padding-bottom: 42.5px;
  }
}

.p-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .p-title {
    margin-bottom: 35px;
  }
}
.p-title .ja {
  display: block;
  margin-bottom: 24px;
  color: #3d8818;
  font-weight: 900;
  font-size: clamp(30px, 5vw, 60px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-title .ja {
    margin-bottom: clamp(12px, 2vw, 24px);
  }
}
@media screen and (max-width: 600px) {
  .p-title .ja {
    margin-bottom: 14.5px;
    font-size: 30px;
  }
}
.p-title .en {
  display: block;
  color: #d0e2c7;
  font-size: clamp(12.5px, 2.08vw, 25px);
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-title .en {
    font-size: clamp(12.5px, 2.08vw, 25px);
  }
}
@media screen and (max-width: 600px) {
  .p-title .en {
    font-size: 17.5px;
  }
}

/* Utility classes
======================================================== */
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

/* アニメーション
======================================================== */
/* 初期状態（非表示） */
.js-fadein,
.js-slideup,
.js-slidedown,
.js-slideleft,
.js-slideright {
  opacity: 0;
  transition: all 1.2s ease;
}

/* フェードイン */
.js-fadein.is-active {
  opacity: 1;
}

/* スライドアップ */
.js-slideup {
  transform: translateY(50px);
}
.js-slideup.is-active {
  transform: translateY(0);
  opacity: 1;
}

/* スライドダウン */
.js-slidedown {
  transform: translateY(-50px);
}
.js-slidedown.is-active {
  transform: translateY(0);
  opacity: 1;
}

/* スライドレフト */
.js-slideleft {
  transform: translateX(30px);
  opacity: 0;
}
.js-slideleft.is-active {
  transform: translateX(0);
  opacity: 1;
}

/* スライドライト */
.js-slideright {
  transform: translateX(-30px);
  opacity: 0;
}
.js-slideright.is-active {
  transform: translateX(0);
  opacity: 1;
}

/* スケールイン */
.js-scalein {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.js-scalein.is-active {
  transform: scale(1);
  opacity: 1;
}

/* 回転イン */
.js-rotatein {
  transform: rotate(-10deg) scale(0.8);
  opacity: 0;
  transition: all 1.2s ease;
}
.js-rotatein.is-active {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/* バウンスイン */
.js-bouncein {
  transform: scale(0.3);
  opacity: 0;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.js-bouncein.is-active {
  transform: scale(1);
  opacity: 1;
}

/* 遅延アニメーション */
.js-delay-1 {
  transition-delay: 0.1s;
}

.js-delay-2 {
  transition-delay: 0.2s;
}

.js-delay-3 {
  transition-delay: 0.3s;
}

.js-delay-4 {
  transition-delay: 0.4s;
}

.js-delay-5 {
  transition-delay: 0.5s;
}

/* ホバーアニメーション */
.js-hover-scale {
  transition: transform 0.3s ease;
}
.js-hover-scale:hover {
  transform: scale(1.05);
}

.js-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.js-hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.js-hover-rotate {
  transition: transform 0.3s ease;
}
.js-hover-rotate:hover {
  transform: rotate(5deg);
}

/* テキストアニメーション */
.js-text-reveal {
  overflow: hidden;
}
.js-text-reveal .js-text-reveal-inner {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.2s ease;
}
.js-text-reveal.is-active .js-text-reveal-inner {
  transform: translateY(0);
}

/* カウンターアニメーション */
.js-counter {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.js-counter.is-active {
  transform: translateY(0);
  opacity: 1;
}

/* 背景スライド */
.js-bg-slide {
  position: relative;
  overflow: hidden;
}
.js-bg-slide::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: "";
  transition: left 1.2s ease;
}
.js-bg-slide.is-active::before {
  left: 100%;
}

/* パララックス効果 */
.js-parallax {
  transition: transform 0.1s ease-out;
}

/* スクロールトリガー用のオフセット */
.js-scroll-trigger {
  margin-top: -50px;
  padding-top: 50px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
  .js-slideup,
  .js-slidedown,
  .js-slideleft,
  .js-slideright {
    transform: translateY(30px);
  }
  .js-slideup.is-active,
  .js-slidedown.is-active,
  .js-slideleft.is-active,
  .js-slideright.is-active {
    transform: translateY(0);
  }
  .js-slideleft,
  .js-slideright {
    transform: translateX(30px);
  }
  .js-slideleft.is-active,
  .js-slideright.is-active {
    transform: translateX(0);
  }
}
/* Header
======================================================== */
.l-header {
  z-index: 1000;
  position: sticky;
  top: 0;
  overflow-x: hidden;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .l-header {
    position: relative;
    box-shadow: none;
  }
}
.l-header::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.l-header_inner {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 0 0;
  overflow-x: hidden;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .l-header_inner {
    gap: clamp(6px, 1vw, 12px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_inner {
    padding-top: 0;
  }
}

.l-header_top {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .l-header_top {
    padding-right: clamp(10px, 1.67vw, 20px);
    padding-left: clamp(10px, 1.67vw, 20px);
    gap: clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (min-width: 600px) and (max-width: 1419px) {
  .l-header_top {
    --scale-factor: calc(0.88 + 0.12 * ((100vw - 600px) / 820px));
    flex-wrap: nowrap !important;
    width: calc(100% / var(--scale-factor));
    max-width: calc(100vw / var(--scale-factor));
    transform: scale(var(--scale-factor)) !important;
    transform-origin: left center !important;
  }
}
@media screen and (min-width: 1420px) {
  .l-header_top {
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 600px) {
  .l-header_top {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    padding-left: 0;
    gap: 0;
    transform: none !important;
  }
}

.l-header_brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 330px;
  min-width: 0;
  gap: 16px;
}
@media screen and (min-width: 600px) and (max-width: 1419px) {
  .l-header_brand {
    width: clamp(125px, 20.83vw, 250px);
  }
}
@media screen and (max-width: 1200px) {
  .l-header_brand {
    width: clamp(150px, 25vw, 300px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_brand {
    position: relative;
    width: 193px;
    margin: 8px 9px;
    gap: 10px;
    transition: all 0.3s ease;
  }
  .l-header_brand.is-scrolled {
    display: flex;
    z-index: 1100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 8px 9px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.l-header_logo {
  width: 100%;
}
.l-header_logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .l-header_brand.is-scrolled .l-header_logo {
    width: 193px;
  }
}

.l-header_info {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .l-header_info {
    gap: clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_info {
    order: -1;
    width: 100%;
  }
}

.l-header_locations {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  min-width: 0;
  gap: 6px;
}
@media screen and (max-width: 1200px) {
  .l-header_locations {
    gap: clamp(3px, 0.5vw, 6px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_locations {
    justify-content: flex-start;
    width: 100%;
    padding: 10px 8px;
    gap: 4px;
    background-color: #378f1b;
  }
}

.l-header_office {
  display: inline;
  position: relative;
  margin-right: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #378f1b;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 600px) and (max-width: 1419px) {
  .l-header_office {
    margin-right: clamp(3px, 0.5vw, 6px);
    padding: clamp(3px, 0.5vw, 6px) clamp(6px, 1vw, 12px);
    gap: clamp(3px, 0.5vw, 6px);
    font-size: clamp(6px, 1vw, 12px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_office {
    margin-right: 5px;
    padding: 4.5px 6px;
    border-radius: 2.5px;
    background-color: #fff;
    color: #378f1b;
    font-size: 9px;
  }
}
.l-header_office::after {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 10px;
  height: 11px;
  transform: translateY(-50%);
  background-color: #378f1b;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .l-header_office::after {
    right: clamp(-4px, -0.67vw, -8px);
    width: clamp(5px, 0.83vw, 10px);
    height: clamp(5.5px, 0.92vw, 11px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_office::after {
    right: -4px;
    width: 5px;
    height: 5.5px;
    background-color: #fff;
  }
}
.l-header_office img {
  display: inline-block;
  width: 10px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .l-header_office img {
    width: clamp(4.5px, 0.75vw, 9px);
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .l-header_office img {
    width: 6px;
    height: 8px;
  }
}

.l-header_location-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 4px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .l-header_location-list {
    gap: clamp(1px, 0.17vw, 2px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_location-list {
    margin-top: 2px;
    gap: 0;
  }
}

.l-header_location-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid #378f1b;
  border-radius: 50%;
  color: #378f1b;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .l-header_location-item {
    width: clamp(27.5px, 4.58vw, 55px);
    height: clamp(27.5px, 4.58vw, 55px);
    font-size: clamp(7.5px, 1.25vw, 15px);
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .l-header_location-item {
    width: clamp(29px, 4.83vw, 58px);
    height: clamp(29px, 4.83vw, 58px);
    font-size: clamp(7px, 1.17vw, 14px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_location-item {
    width: 40px;
    width: auto;
    height: 40px;
    height: auto;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
  }
  .l-header_location-item::after {
    content: "・";
  }
  .l-header_location-item:last-child {
    padding-right: 0;
  }
  .l-header_location-item:last-child::after {
    content: none;
  }
}

.l-header_contact {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 0;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .l-header_contact {
    gap: clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_contact {
    display: none;
  }
}

.l-header_tel {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .l-header_tel {
    align-items: center;
    text-align: center;
  }
}

.l-header_tel-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 900;
  font-size: clamp(2rem, 0.69rem + 1.5vw, 3.6rem);
}
@media screen and (min-width: 999px) and (max-width: 1419px) {
  .l-header_tel-number {
    gap: clamp(4px, 0.67vw, 8px);
    font-size: clamp(12px, 2vw, 24px);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .l-header_tel-number {
    gap: clamp(4px, 0.67vw, 8px);
    font-size: clamp(11px, 1.83vw, 22px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_tel-number {
    font-size: 22px;
  }
}
.l-header_tel-number::before {
  display: inline-block;
  width: 18px;
  height: 23px;
  background-image: url("./image/icon-tel.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1200px) {
  .l-header_tel-number::before {
    width: clamp(9px, 1.5vw, 18px);
    height: clamp(11.5px, 1.92vw, 23px);
  }
}

.l-header_tel-text {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .l-header_tel-text {
    font-size: clamp(6px, 1vw, 12px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_tel-text {
    font-size: 12px;
  }
}

.l-header_cta {
  display: inline-flex;
  align-items: center;
  width: 240px;
  padding: 12px 5px;
  gap: 10px;
  border-radius: 30px;
  background-color: #f2721d;
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 1.67vw, 20px);
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .l-header_cta {
    width: -moz-fit-content;
    width: fit-content;
    padding: clamp(6px, 1vw, 12px) clamp(2.5px, 0.42vw, 5px);
    gap: clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .l-header_cta {
    width: clamp(126.5px, 21.08vw, 253px);
    padding: clamp(6px, 1vw, 12px) clamp(5px, 0.83vw, 10px);
    gap: clamp(5px, 0.83vw, 10px);
  }
}
.l-header_cta .l-header_cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 28px;
}
@media screen and (max-width: 1200px) {
  .l-header_cta .l-header_cta-icon {
    width: clamp(15px, 2.5vw, 30px);
    height: clamp(10px, 1.67vw, 20px);
  }
}
.l-header_cta .l-header_cta-icon img {
  display: block;
  margin-left: 20%;
  width: 80%;
  height: auto;
}
.l-header_cta .l-header_cta-label {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .l-header_cta .l-header_cta-label {
    font-size: clamp(8px, 1.33vw, 16px);
  }
}
.l-header_cta .l-header_cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.5px, 1.08vw, 13px);
  height: clamp(7px, 1.17vw, 14px);
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  .l-header_cta {
    justify-content: center;
    width: 100%;
    padding: 20px;
    gap: 16px;
    font-size: 14px;
  }
  .l-header_cta .l-header_cta-icon {
    width: 36px;
    height: 36px;
  }
  .l-header_cta .l-header_cta-icon img {
    width: 22px;
  }
  .l-header_cta .l-header_cta-arrow {
    width: 28px;
    height: 28px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 600px) {
  .l-header_bottom.active {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: #348619;
  }
}

.l-header_nav {
  display: flex;
  overflow: hidden;
  background-color: #348619;
}
@media screen and (max-width: 600px) {
  .l-header_nav {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.l-header_nav-list {
  display: flex;
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .l-header_nav-list {
    flex-direction: column;
    width: 100%;
    margin: 0;
    border: none;
  }
}

.l-header_nav-item {
  position: relative;
  flex: 1;
}
.l-header_nav-item::after {
  position: absolute;
  top: calc((100% - 29px) / 2);
  right: 0;
  width: 1px;
  height: 29px;
  background-color: #fff;
  content: "";
}
.l-header_nav-item:first-child::before {
  position: absolute;
  top: calc((100% - 29px) / 2);
  left: 0;
  width: 1px;
  height: 29px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 1200px) {
  .l-header_nav-item:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header_nav-item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .l-header_nav-item::after {
    display: none;
  }
  .l-header_nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.l-header_nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 12px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(8.5px, 1.42vw, 17px);
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.l-header_nav-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 900px) {
  .l-header_nav-link {
    padding: 0 8px;
  }
}
@media screen and (max-width: 600px) {
  .l-header_nav-link {
    justify-content: flex-start;
    padding: 16px 20px;
    font-size: 15px;
  }
}
.l-header_nav-item:nth-child(4) .l-header_nav-link, .l-header_nav-item:nth-child(7) .l-header_nav-link {
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 600px) {
  .l-header_nav-item:nth-child(4) .l-header_nav-link, .l-header_nav-item:nth-child(7) .l-header_nav-link {
    flex-direction: row;
    line-height: 1.5;
  }
}

.drawer-icon {
  display: none;
  z-index: 1100;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media screen and (max-width: 600px) {
  .drawer-icon {
    display: block;
    z-index: 1100;
    position: fixed;
    top: 50px;
    right: 16px;
    transition: all 0.3s ease;
  }
  .drawer-icon.is-scrolled {
    z-index: 1101;
    top: 8px;
    right: 9px;
  }
}

.burger-btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  gap: 6px;
  border: none;
  border-radius: 50%;
  background-color: #d0e2c7;
  box-shadow: 0 6px 16px rgba(52, 134, 25, 0.35);
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .burger-btn {
    align-items: flex-end;
    width: 48px;
    height: 30px;
    gap: 8px;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
}

.bar {
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: #348619;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .bar {
    width: 32px;
  }
}

.drawer-content {
  display: block;
}
@media screen and (max-width: 600px) {
  .drawer-content {
    display: none;
    visibility: hidden;
    overflow-y: auto;
    border-radius: 0;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .drawer-content.active {
    display: block;
    visibility: visible;
    padding-top: 100px;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .js-drawer-icon.active .bar_top {
    transform: translateY(11px) rotate(45deg);
  }
  .js-drawer-icon.active .bar_mid {
    opacity: 0;
  }
  .js-drawer-icon.active .bar_bottom {
    transform: translateY(-11px) rotate(-45deg);
  }
  .l-header_nav {
    display: none;
  }
  .drawer-content.active .l-header_nav {
    display: flex;
  }
}
/* メインビジュアル
======================================================== */
.p-mainvisual {
  padding: 30px 0 0;
  overflow-x: hidden;
  background-image: url("./image/bg-mainvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-mainvisual {
    padding: 0;
    background-image: url("./image/bg-mainvisual-sp.jpg");
  }
}

.p-mainvisual_inner {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .p-mainvisual_inner {
    padding: 0;
  }
}

.p-mainvisual_image {
  box-sizing: border-box;
  display: block;
  width: 1290px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .p-mainvisual_image {
    width: min(100%, clamp(580px, 96.67vw, 1160px));
  }
}
.p-mainvisual_image img {
  display: block;
  width: 100%;
  height: auto;
}

/* problem
======================================================== */
.p-problem {
  position: relative;
  overflow: hidden;
  background-image: url("./image/bg-problem.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 600px) {
  .p-problem {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}

/* 上部セクション */
.p-problem_top {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .p-problem_top {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.p-problem_title {
  margin-bottom: 50px;
  color: #000;
  font-weight: 900;
  font-size: clamp(22px, 3.67vw, 44px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-problem_title {
    margin-bottom: 20px;
    font-size: 17.5px;
    line-height: 1.5;
  }
}
.p-problem_title .large {
  font-size: clamp(27px, 4.5vw, 54px);
}
@media screen and (max-width: 600px) {
  .p-problem_title .large {
    font-size: 21px;
  }
}
.p-problem_title .orange {
  position: relative;
  color: #f2721d;
  font-weight: 900;
  font-size: clamp(39.5px, 6.58vw, 79px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .p-problem_title .orange {
    font-size: 38px;
  }
}
.p-problem_title .orange::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%23000000'/%3E%3C/svg%3E");
  background-position: left top;
  background-size: 1.05em 9px;
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 600px) {
  .p-problem_title .orange::before {
    height: 4.5px;
    background-size: 1.05em 4.5px;
  }
}
.p-problem_title .orange::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url("./image/wavy-line.png");
  background-position: 0 center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1200px) {
  .p-problem_title .orange::after {
    height: clamp(7.5px, 1.25vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .p-problem_title .orange::after {
    height: 5px;
  }
}
.p-problem_title .medium {
  display: inline-block;
  margin-left: 10px;
  font-size: clamp(25px, 4.17vw, 50px);
}
@media screen and (max-width: 600px) {
  .p-problem_title .medium {
    margin-left: 4px;
    font-size: 24px;
  }
}

/* イラスト */
.p-problem_illust {
  display: block;
  width: 100%;
  max-width: 1061px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-problem_illust {
    z-index: 1;
    position: relative;
    max-width: 100%;
  }
}
.p-problem_illust img {
  display: block;
  width: 100%;
  height: auto;
}

/* 下部セクション */
.p-problem_bottom {
  margin-top: -30px;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #2f1d0e;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-problem_bottom {
    margin-top: clamp(-15px, -2.5vw, -30px);
    padding-top: clamp(30px, 5vw, 60px);
    padding-right: clamp(20px, 3.33vw, 40px);
    padding-bottom: clamp(30px, 5vw, 60px);
    padding-left: clamp(20px, 3.33vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-problem_bottom {
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  }
}

.p-problem_warning {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 15px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(16px, 2.67vw, 32px);
}
@media screen and (max-width: 600px) {
  .p-problem_warning {
    flex-direction: column;
    margin-bottom: 7.5px;
    gap: 5px;
    font-size: 12px;
  }
}
.p-problem_warning .icon {
  width: 93px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-problem_warning .icon {
    width: clamp(46.5px, 7.75vw, 93px);
  }
}
@media screen and (max-width: 600px) {
  .p-problem_warning .icon {
    width: 40.5px;
  }
}
.p-problem_warning .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-problem_warning .icon {
    width: clamp(46.5px, 7.75vw, 93px);
  }
}
.p-problem_warning .text {
  font-size: clamp(34px, 5.67vw, 68px);
}
@media screen and (max-width: 600px) {
  .p-problem_warning .text {
    font-size: 29px;
  }
}
.p-problem_warning .yellow {
  color: #fbf325;
}
@media screen and (max-width: 600px) {
  .p-problem_warning .yellow {
    font-size: 34.5px;
  }
}

.p-problem_warning-content {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.58;
}
@media screen and (max-width: 600px) {
  .p-problem_warning-content {
    margin-bottom: 12.5px;
    font-size: 21.5px;
    line-height: 1.58;
  }
}
.p-problem_warning-content .recommend {
  padding: 0 10px;
  background-color: #f2721d;
  font-weight: 900;
  font-size: clamp(24px, 4vw, 48px);
}
@media screen and (max-width: 1200px) {
  .p-problem_warning-content .recommend {
    padding: 0 clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-problem_warning-content .recommend {
    font-size: 21.5px;
  }
}

.p-problem_brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .p-problem_brand {
    gap: 5px;
  }
}

.p-problem_brand-icon {
  width: 51px;
  height: 72px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .p-problem_brand-icon {
    width: clamp(25.5px, 4.25vw, 51px);
    height: clamp(36px, 6vw, 72px);
  }
}
@media screen and (max-width: 600px) {
  .p-problem_brand-icon {
    width: 22.5px;
    height: 31.5px;
  }
}
.p-problem_brand-icon img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}

.p-problem_brand-text {
  margin: 0;
  color: #3d8818;
  font-weight: 900;
  font-size: clamp(19.5px, 3.25vw, 39px);
}
@media screen and (max-width: 600px) {
  .p-problem_brand-text {
    font-size: 17.5px;
  }
}
.p-problem_brand-text .small {
  color: #fff;
  font-weight: 900;
  font-size: clamp(14.5px, 2.42vw, 29px);
}
@media screen and (max-width: 600px) {
  .p-problem_brand-text .small {
    font-size: 13px;
  }
}

/* feature
======================================================== */
.p-feature {
  margin-top: -100px;
  background-image: url("./image/bg-solution.png");
  background-position: top center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-feature {
    margin-top: clamp(-50px, -8.33vw, -100px);
  }
}

.p-feature_inner {
  padding-top: 160px;
  padding-bottom: 68px;
}
@media screen and (max-width: 1200px) {
  .p-feature_inner {
    padding-top: clamp(80px, 13.33vw, 160px);
    padding-bottom: clamp(34px, 5.67vw, 68px);
  }
}

.p-feature_title {
  font-weight: 900;
  font-size: clamp(27.5px, 4.58vw, 55px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-feature_title {
    font-size: 19px;
  }
}
.p-feature_title .green {
  color: #3d8818;
  font-size: clamp(40px, 6.67vw, 80px);
}
@media screen and (max-width: 600px) {
  .p-feature_title .green {
    font-size: 36.5px;
  }
}
.p-feature_title .highlight {
  display: inline;
  z-index: 0;
  position: relative;
  padding: 0 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 20px), #fbf325 calc(100% - 20px), #fbf325 100%);
  background-repeat: repeat-x;
  color: #3d8818;
}
@media screen and (max-width: 600px) {
  .p-feature_title .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #fbf325 calc(100% - 10px), #fbf325 100%);
  }
}

.p-feature_content {
  padding-top: 134px;
  background-image: linear-gradient(to bottom, transparent 0%, #6fb54d 55%);
  background-color: #3d8818;
  clip-path: polygon(0 0, calc(50% - 63px) 0, 50% 50px, calc(50% + 63px) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1200px) {
  .p-feature_content {
    padding-top: 134px;
  }
}
@media screen and (max-width: 600px) {
  .p-feature_content {
    padding-top: 67px;
    clip-path: polygon(0 0, calc(50% - 31.5px) 0, 50% 25px, calc(50% + 31.5px) 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-feature_list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-feature_list {
    gap: clamp(40px, 6.67vw, 80px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list {
    gap: 48px;
  }
}
.p-feature_list li {
  position: relative;
  padding-top: 62px;
  padding-right: min(550px, 44%);
  padding-bottom: 53px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-feature_list li {
    padding-top: clamp(31px, 5.17vw, 62px);
    padding-right: min(clamp(275px, 45.83vw, 550px), 44%);
    padding-bottom: clamp(26.5px, 4.42vw, 53px);
    padding-left: clamp(20px, 3.33vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list li {
    padding-top: 187px;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.p-feature_list li:nth-child(2n) {
  padding-right: 80px;
  padding-left: min(510px, 40%);
}
@media screen and (max-width: 1200px) {
  .p-feature_list li:nth-child(2n) {
    padding-right: clamp(40px, 6.67vw, 80px);
    padding-left: min(clamp(255px, 42.5vw, 510px), 40%);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list li:nth-child(2n) {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.p-feature_list li.item01 {
  background-image: url("./image/img-feature_01.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-feature_list li.item01 {
    background-image: url("./image/img-feature_01-sp.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-feature_list li.item02 {
  background-image: url("./image/img-feature_02.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-feature_list li.item02 {
    background-image: url("./image/img-feature_02-sp.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-feature_list li.item03 {
  background-image: url("./image/img-feature_03.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .p-feature_list li.item03 {
    background-image: url("./image/img-feature_03-sp.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-feature_list-number {
  position: absolute;
  top: -65px;
  left: 0;
  color: #fff;
  font-weight: 300;
  font-size: clamp(18px, 3vw, 36px);
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-feature_list-number {
    top: -32.5px;
  }
}
.p-feature_list-number .number {
  font-size: clamp(33px, 5.5vw, 66px);
}
.p-feature_list-number.reverse {
  right: 0;
  left: auto;
}
@media screen and (max-width: 600px) {
  .p-feature_list-number.reverse {
    right: auto;
    left: 0;
  }
}

.p-feature_list-title {
  padding-bottom: 25px;
  color: #f2721d;
  font-weight: 900;
  font-size: clamp(22px, 3.67vw, 44px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-title {
    padding-bottom: 17.5px;
    font-size: 21px;
    line-height: 1.38;
  }
}

.p-feature_list-text {
  font-weight: 500;
  font-size: clamp(10px, 1.67vw, 20px);
  line-height: 1.65;
}
@media screen and (max-width: 600px) {
  .p-feature_list-text {
    font-size: 13px;
  }
}
.p-feature_list-text .red {
  color: #d60000;
}
.p-feature_list-text .highlight {
  display: inline;
  z-index: 0;
  position: relative;
  padding: 0 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 10px), #fbf325 calc(100% - 10px), #fbf325 100%);
  background-repeat: repeat-x;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .p-feature_list-text .highlight {
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 5px), #fbf325 calc(100% - 5px), #fbf325 100%);
  }
}
.p-feature_list-text .fsblack {
  font-weight: 900;
}
.p-feature_list-text.space {
  margin-top: 2rem;
}

.p-feature_list-content {
  position: relative;
  margin-top: 30px;
  padding: 25px;
  border: 3px solid #3d8818;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content {
    padding: clamp(12.5px, 2.08vw, 25px);
    border: 2px solid #3d8818;
  }
}
.p-feature_list-content .title {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 380px;
  padding: 0 10px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #3d8818;
  font-weight: 900;
  font-size: clamp(12px, 2vw, 24px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content .title {
    top: -10px;
    width: clamp(190px, 31.67vw, 380px);
    padding: 0 clamp(5px, 0.83vw, 10px);
    font-size: 12px;
  }
}
.p-feature_list-content .inner {
  display: flex;
}

.p-feature_list-content-item {
  width: 248px;
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content-item {
    width: clamp(124px, 20.67vw, 248px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item {
    width: 120px;
  }
}
.p-feature_list-content-item > dt {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background-color: #3d8818;
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 1.67vw, 20px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content-item > dt {
    padding: clamp(5px, 0.83vw, 10px) 0;
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dt {
    font-size: 9.5px;
  }
}
.p-feature_list-content-item > dd {
  padding: 13px 21px;
  background-color: #e8fcdd;
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content-item > dd {
    padding: clamp(6.5px, 1.08vw, 13px) clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dd {
    padding: 5px 7.5px;
  }
}
.p-feature_list-content-item > dd .price {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: clamp(9px, 1.5vw, 18px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dd .price {
    font-size: 8.5px;
  }
}
.p-feature_list-content-item > dd .bold {
  font-weight: 700;
  font-size: clamp(10.5px, 1.75vw, 21px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dd .bold {
    font-size: 10.5px;
  }
}
.p-feature_list-content-item > dd .year {
  font-weight: 500;
  font-size: clamp(9px, 1.5vw, 18px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dd .year {
    font-size: 8.5px;
  }
}
.p-feature_list-content-item > dd .large {
  font-weight: 900;
  font-size: clamp(15px, 2.5vw, 30px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-item > dd .large {
    font-size: 14.5px;
  }
}
.p-feature_list-content-item > dd .orange {
  color: #f2721d;
}

.p-feature_list-content-arrow {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 98px;
  height: 98px;
  margin-top: auto;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #f2721d;
  color: #fff;
  font-weight: 900;
  font-size: clamp(7.5px, 1.25vw, 15px);
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content-arrow {
    width: clamp(49px, 8.17vw, 98px);
    height: clamp(49px, 8.17vw, 98px);
    margin-right: clamp(5px, 0.83vw, 10px);
    margin-left: clamp(5px, 0.83vw, 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-arrow {
    width: 47.5px;
    height: 47.5px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    font-size: 7px;
  }
}
.p-feature_list-content-arrow .large {
  font-size: clamp(12.5px, 2.08vw, 25px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-arrow .large {
    font-size: 12px;
  }
}
.p-feature_list-content-arrow .medium {
  font-size: clamp(10px, 1.67vw, 20px);
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-arrow .medium {
    font-size: 9.5px;
  }
}
.p-feature_list-content-arrow::before {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 58px;
  height: 34px;
  transform: translateX(-50%);
  background-image: url("./image/img-feature_arrow.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1200px) {
  .p-feature_list-content-arrow::before {
    top: clamp(-25px, -4.17vw, -50px);
    width: clamp(29px, 4.83vw, 58px);
    height: clamp(17px, 2.83vw, 34px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature_list-content-arrow::before {
    top: -25px;
  }
}

/* voice
======================================================== */
.p-voice {
  padding-bottom: 250px;
  overflow: hidden;
  background-color: #d0e2c7;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
@media screen and (max-width: 1200px) {
  .p-voice {
    padding-bottom: clamp(125px, 20.83vw, 250px);
  }
}
@media screen and (max-width: 600px) {
  .p-voice {
    padding-bottom: 90px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
}
.p-voice .p-title .en {
  color: #fff;
}

.p-voice_inner {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-voice_inner {
    padding-top: clamp(42.5px, 7.08vw, 85px);
  }
}

.p-voice_lead {
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  color: #414141;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 24px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-voice_lead {
    margin-bottom: clamp(35px, 5.83vw, 70px);
  }
}

.p-voice_list-wrapper {
  width: min(100%, 1240px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .p-voice_list-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.p-voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  .p-voice_list {
    gap: clamp(22.5px, 3.75vw, 45px);
  }
}
@media screen and (min-width: 600px) {
  .p-voice_list.swiper {
    overflow: visible;
  }
  .p-voice_list .swiper-wrapper {
    display: contents;
  }
}
@media screen and (max-width: 600px) {
  .p-voice_list.swiper {
    padding-bottom: clamp(10px, 1.67vw, 20px);
    overflow: visible;
  }
  .p-voice_list .swiper-wrapper {
    display: flex;
  }
}
.p-voice_list > li,
.p-voice_list .swiper-slide {
  width: calc((100% - 45px * 2) / 3);
  height: auto;
  padding: 26px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-voice_list > li,
  .p-voice_list .swiper-slide {
    width: calc((100% - clamp(22.5px, 3.75vw, 45px) * 2) / 3);
    padding: clamp(12.5px, 2.08vw, 25px);
    border-radius: clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-voice_list > li,
  .p-voice_list .swiper-slide {
    flex-shrink: 0;
    width: 85%;
    padding: 23px;
  }
}

.p-voice_list-item {
  display: flex;
  min-height: 180px;
  padding-bottom: 25px;
  gap: 15px;
  border-bottom: 1px solid #d0e2c7;
}
@media screen and (max-width: 1200px) {
  .p-voice_list-item {
    min-height: clamp(90px, 15vw, 180px);
    padding-bottom: clamp(12.5px, 2.08vw, 25px);
    gap: clamp(7.5px, 1.25vw, 15px);
  }
}

.p-voice_list-image {
  width: 114px;
  height: 114px;
}
@media screen and (max-width: 1200px) {
  .p-voice_list-image {
    width: clamp(57px, 9.5vw, 114px);
    height: clamp(57px, 9.5vw, 114px);
  }
}
@media screen and (max-width: 600px) {
  .p-voice_list-image {
    width: 84px;
    height: 84px;
  }
}
.p-voice_list-image img {
  width: 100%;
  height: auto;
}

.p-voice_list-tag {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .p-voice_list-tag {
    gap: clamp(5px, 0.83vw, 10px);
  }
}
.p-voice_list-tag > li {
  position: relative;
  padding-left: 15px;
  color: #3d8818;
  font-weight: 700;
  font-size: clamp(9px, 1.5vw, 18px);
  line-height: 1.33;
}
@media screen and (max-width: 1200px) {
  .p-voice_list-tag > li {
    padding-left: clamp(7.5px, 1.25vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .p-voice_list-tag > li {
    padding-left: 10px;
    font-size: 13px;
  }
}
.p-voice_list-tag > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "#";
  color: #3d8818;
  font-size: inherit;
  line-height: inherit;
}

.p-voice_list-content {
  padding-top: 30px;
  font-weight: 500;
  font-size: clamp(9px, 1.5vw, 18px);
  line-height: 1.83;
}
@media screen and (max-width: 1200px) {
  .p-voice_list-content {
    padding-top: clamp(15px, 2.5vw, 30px);
  }
}
@media screen and (max-width: 600px) {
  .p-voice_list-content {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.85;
  }
}
.p-voice_list-content .highlight {
  display: inline;
  z-index: 0;
  position: relative;
  padding: 0 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 7px), #fbf325 calc(100% - 7px), #fbf325 100%);
  background-repeat: repeat-x;
}

/* price
======================================================== */
.p-price {
  background-image: linear-gradient(to bottom, #fff 0%, #fffbd2 100%);
}

.p-price_top {
  display: block;
  width: 1167px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .p-price_top {
    width: clamp(583.5px, 97.25vw, 1167px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_top {
    width: 100%;
  }
}

.p-price_content {
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .p-price_content {
    margin-bottom: clamp(25px, 4.17vw, 50px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_content {
    margin-bottom: 23px;
  }
}
.p-price_content > dt {
  padding: 20px;
  border: 2px solid #3d8818;
  border-radius: 20px 20px 0 0;
  background-color: #3d8818;
}
@media screen and (max-width: 1200px) {
  .p-price_content > dt {
    padding: clamp(10px, 1.67vw, 20px);
    border-radius: clamp(10px, 1.67vw, 20px) clamp(10px, 1.67vw, 20px) 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-price_content > dt {
    padding: 12.5px 10px;
    border-radius: 10px 10px 0 0;
  }
}
.p-price_content dd {
  padding: 40px 40px;
  border: 2px solid #3d8818;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-price_content dd {
    padding: clamp(20px, 3.33vw, 40px) clamp(10px, 1.67vw, 20px);
    border-radius: 0 0 clamp(10px, 1.67vw, 20px) clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_content dd {
    padding: 12.5px 7.5px;
    border-radius: 0 0 10px 10px;
  }
}

.p-price_title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(15px, 2.5vw, 30px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-price_title {
    font-size: 17px;
  }
}

.p-price_list-number {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin: 0;
  padding: 0;
       column-count: 2;
  list-style: none;
  counter-reset: price-counter;
}
@media screen and (max-width: 1200px) {
  .p-price_list-number {
    -moz-column-gap: clamp(10px, 1.67vw, 20px);
         column-gap: clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_list-number {
    -moz-column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
         column-count: 1;
  }
}
.p-price_list-number > li {
  -moz-column-break-inside: avoid;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: clamp(13px, 2.17vw, 26px);
  line-height: 2;
       break-inside: avoid;
}
@media screen and (max-width: 1200px) {
  .p-price_list-number > li {
    padding-left: clamp(20px, 3.33vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_list-number > li {
    padding-left: 20px;
    font-size: 15px;
  }
}
.p-price_list-number > li::before {
  display: inline-flex;
  position: absolute;
  top: 15px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #f2721d;
  content: counter(price-counter);
  color: #fff;
  font-weight: 700;
  font-size: clamp(9px, 1.5vw, 18px);
  counter-increment: price-counter;
}
@media screen and (max-width: 1200px) {
  .p-price_list-number > li::before {
    top: clamp(7.5px, 1.25vw, 15px);
    width: clamp(15.5px, 2.58vw, 31px);
    height: clamp(15.5px, 2.58vw, 31px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_list-number > li::before {
    top: 7.5px;
    width: 17px;
    height: 17px;
    font-size: 10px;
  }
}

.p-price_list-support {
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-price_list-support {
    row-gap: 34px;
    flex-direction: column;
  }
}
.p-price_list-support > li {
  width: 50%;
  padding-left: 20px;
  border-left: 5px solid #3d8818;
}
@media screen and (max-width: 1200px) {
  .p-price_list-support > li {
    padding-right: clamp(10px, 1.67vw, 20px);
    padding-left: clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_list-support > li {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #3d8818;
  }
}

.p-price_list-support_title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: clamp(13.5px, 2.25vw, 27px);
}
@media screen and (max-width: 1200px) {
  .p-price_list-support_title {
    margin-bottom: clamp(10px, 1.67vw, 20px);
  }
}
@media screen and (max-width: 600px) {
  .p-price_list-support_title {
    margin-bottom: 10px;
    font-size: 17.5px;
  }
}

.p-price_list-support_text {
  font-weight: 700;
  font-size: clamp(9px, 1.5vw, 18px);
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-price_list-support_text {
    font-size: 13px;
    line-height: 1.46;
  }
}

/* contact
======================================================== */
.p-contact {
  background-image: url("./image/bg-contact.jpg");
  background-position: top center;
  background-size: auto 400px;
  background-repeat: no-repeat;
  background-color: #d0e2c7;
}
@media screen and (max-width: 600px) {
  .p-contact {
    background-size: auto 194.5px;
  }
}
.p-contact .p-title .ja {
  color: #fff;
}
.p-contact .p-title .en {
  color: #d0e2c7;
}

.p-contact_inner {
  width: 919px;
  margin-inline: auto;
  border: 5px solid #3d8818;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-contact_inner {
    width: clamp(459.5px, 76.58vw, 919px);
    border-radius: clamp(15px, 2.5vw, 30px);
  }
}
@media screen and (max-width: 600px) {
  .p-contact_inner {
    width: 100%;
    padding: 12.5px 10px;
    border: 2px solid #3d8818;
    border-radius: 15px;
  }
}

.p-contact_form {
  width: min(100%, 684px);
  margin-inline: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .p-contact_form {
    padding-top: clamp(25px, 4.17vw, 50px);
    padding-right: 20px;
    padding-bottom: clamp(30px, 5vw, 60px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact_form {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-contact_table {
  /* width: 100%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 40px;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .p-contact_table {
    margin-top: 0;
    margin-bottom: clamp(20px, 3.33vw, 40px);
  }
}
.p-contact_table td {
  width: 208px;
  padding: 15px 0;
  font-weight: 500;
  font-size: clamp(10px, 1.67vw, 20px);
}
@media screen and (max-width: 1200px) {
  .p-contact_table td {
    width: clamp(104px, 17.33vw, 208px);
    padding: clamp(7.5px, 1.25vw, 15px) 0;
  }
}
.p-contact_table td input[type=text], .p-contact_table td input[type=email], .p-contact_table td input[type=tel], .p-contact_table td input[type=number], .p-contact_table td input[type=date], .p-contact_table td input[type=time], .p-contact_table td input[type=datetime-local], .p-contact_table td input[type=month], .p-contact_table td input[type=week] {
  width: min(100%, 476px);
  padding: 10px 15px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-contact_table td input[type=text], .p-contact_table td input[type=email], .p-contact_table td input[type=tel], .p-contact_table td input[type=number], .p-contact_table td input[type=date], .p-contact_table td input[type=time], .p-contact_table td input[type=datetime-local], .p-contact_table td input[type=month], .p-contact_table td input[type=week] {
    width: min(100%, clamp(238px, 39.67vw, 476px));
    padding: clamp(5px, 0.83vw, 10px) clamp(7.5px, 1.25vw, 15px);
    border-radius: clamp(1px, 0.17vw, 2px);
  }
}
.p-contact_table td input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .p-contact_table td input[type=checkbox] {
    width: clamp(14px, 2.33vw, 28px);
    height: clamp(14px, 2.33vw, 28px);
    margin-right: clamp(4px, 0.67vw, 8px);
    border-radius: clamp(1px, 0.17vw, 2px);
  }
}
@media screen and (max-width: 600px) {
  .p-contact_table td input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 1px;
  }
}
.p-contact_table td input[type=checkbox]:checked {
  border-color: #3d8818;
  background-color: #3d8818;
}
.p-contact_table td input[type=checkbox]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -60%) rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
}
.p-contact_table td label {
  display: inline-flex;
  align-items: center;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: clamp(10px, 1.67vw, 20px);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .p-contact_table td label {
    padding-bottom: clamp(7.5px, 1.25vw, 15px);
  }
}

.p-contact_submit {
  margin-bottom: 5rem;
  width: 100%;
  border-collapse: collapse;
}
.p-contact_submit td {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-contact_submit {
    margin-bottom: 5vw;
  }
}

.p-contact_submit-btn {
  width: 398px;
  padding: 25px 60px;
  border: none;
  border-radius: 44px;
  background-color: #f2721d;
  color: #fff;
  font-weight: 700;
  font-size: clamp(15px, 2.5vw, 30px);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .p-contact_submit-btn {
    width: clamp(199px, 33.17vw, 398px);
    padding: clamp(7.5px, 2.25vw, 25px) clamp(30px, 5vw, 60px);
    border-radius: clamp(22px, 3.67vw, 44px);
  }
}
.p-contact_submit-btn:hover {
  opacity: 0.9;
}
.p-contact_submit-btn:active {
  opacity: 0.8;
}

/* footer
======================================================== */
.p-footer_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .p-footer_top {
    padding-top: clamp(17.5px, 2.92vw, 35px);
    padding-bottom: clamp(17.5px, 2.92vw, 35px);
  }
}

.p-footer_registration {
  margin-top: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .p-footer_registration {
    margin-top: clamp(12.5px, 2.08vw, 25px);
    margin-bottom: clamp(17.5px, 2.92vw, 35px);
  }
}
@media screen and (max-width: 600px) {
  .p-footer_registration {
    margin-top: 12px;
    margin-bottom: 17.5px;
    font-size: 12px;
  }
}

.p-footer_logo {
  width: 387px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-footer_logo {
    width: clamp(193.5px, 32.25vw, 387px);
  }
}
@media screen and (max-width: 600px) {
  .p-footer_logo {
    width: 257.5px;
  }
}
.p-footer_logo img {
  width: 100%;
  height: auto;
}

.p-footer_menu-list {
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-footer_menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-footer_menu-list > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #000000;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .p-footer_menu-list > li {
    padding-right: clamp(20px, 3.33vw, 40px);
    padding-left: clamp(20px, 3.33vw, 40px);
  }
}
@media screen and (max-width: 600px) {
  .p-footer_menu-list > li {
    padding-top: 7.5px;
    padding-right: 0;
    padding-bottom: 7.5px;
    padding-left: 0;
    border-right: none;
    border-bottom: none;
  }
  .p-footer_menu-list > li:last-child {
    border-right: none;
  }
}
.p-footer_menu-list > li:last-child {
  border-right: none;
}
.p-footer_menu-list > li a {
  color: #3d8818;
  font-size: clamp(8px, 1.33vw, 16px);
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .p-footer_menu-list > li a {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    padding-left: 28px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-footer_menu-list > li:nth-child(1) a::after, .p-footer_menu-list > li:nth-child(3) a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #000000;
    content: "";
  }
}

.p-footer_bottom {
  padding: 12px 0;
  background-color: #3d8818;
  color: #fff;
  font-size: clamp(6.5px, 1.08vw, 13px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-footer_bottom {
    padding: clamp(6px, 1vw, 12px);
  }
}
@media screen and (max-width: 600px) {
  .p-footer_bottom {
    font-size: 10px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
