@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.orange-font {
  color: #e88f2b;
}

.green-font {
  color: #a3c421;
}

.orange-line {
  position: relative;
  z-index: 0;
}
.orange-line::after {
  content: "";
  display: block;
  width: 100%; /* 幅を100%に設定（親要素に対して） */
  height: 30%; /* 高さを親要素に対して30% */
  background-color: #f9e780; /* 色をf9e780に設定 */
  position: absolute;
  bottom: 0; /* 親要素の下部に固定 */
  left: 0; /* 親要素の左端に合わせて表示 */
  z-index: -1;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1060px) {
  html {
    font-size: 0.9433962264vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 14.6666666667px);
  }
}

:root {
  scroll-padding-top: 9rem;
}
@media (max-width: 767px) {
  :root {
    scroll-padding-top: 9.4rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #483d31;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.0555555556;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
  margin-top: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

#container {
  width: 100%;
  position: relative;
}

.main {
  margin-top: min(5.46875vw, 70px);
}
@media (max-width: 767px) {
  .main {
    margin-top: 8rem;
    min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
a {
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}

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

picture {
  display: block;
  width: 100%;
}

.font-bold {
  font-weight: 500;
}

.header {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: fixed;
  top: 2rem;
  left: 0;
  width: calc(100% - 6rem);
  margin-inline: 3rem;
  z-index: 9999;
  border-radius: 3rem;
  padding-inline: 7.2rem 4.5rem;
  box-shadow: -0.3px 1px 5px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .header {
    height: 5rem;
    width: 100%;
    margin-inline: 0rem;
    padding-inline: 2rem;
    top: 0rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    box-shadow: none;
  }
}

.header-logo {
  width: 34rem;
}
@media (max-width: 767px) {
  .header-logo {
    width: 20rem;
  }
}

.l-header__parent-ul {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1152px) {
  .l-header__parent-ul {
    gap: 2rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .l-header__parent-ul {
    gap: 2rem;
  }
}

.top-link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  gap: 1rem;
  margin-bottom: 2.4rem;
  width: 100%;
  padding-left: 1.5rem;
}
.top-link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.5rem;
  background-color: #a3c421;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .header-nav-list {
    padding-bottom: 0.5rem;
    width: 100%;
    padding-left: 1.5rem;
  }
}
.header-nav-list::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.5rem;
  background-color: #a3c421;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.contact-btn {
  background-color: #e88f2b;
  color: #fff;
  width: 19.5rem;
  height: 5.6rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.contact-btn:hover {
  opacity: 0.7;
}
.contact-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.hbm-container {
  position: relative;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.hbm-container span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
}
.hbm-container.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hbm-container.open span:nth-child(2) {
  opacity: 0;
}
.hbm-container.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 767px) {
  .header-nav {
    position: absolute;
    top: -2rem;
    left: 120%;
    width: 100%; /* 画面全幅で覆う（部分幅にしたい場合は 80vw などに変更） */
    height: 100vh;
    background: #fff;
    z-index: 2; /* ヘッダー(9999)より前面 */
    padding: 8rem 2rem 2rem; /* 上部に余白（ロゴが隠れてOKなら調整） */
    transition: all 0.5s ease;
    pointer-events: none;
  }
  .header-nav.open {
    left: 0;
    pointer-events: all;
  }
}

/* SP時：メニュー縦並び（既存ULをそのまま使用） */
@media (max-width: 767px) {
  .l-header__parent-ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    font-size: 1.8rem;
  }
}

.footer {
  padding-top: 7.2rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 2.3rem 0rem 0;
  }
}

.footer-text01 {
  font-size: 4.2rem;
  line-height: 1.380952381;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-text01 {
    font-size: 2.4rem;
  }
  .footer-text01 span {
    margin-left: -1rem;
  }
}

.footer-text02 {
  font-size: 2.1rem;
  line-height: 1.75;
  margin-top: 2.4rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer-text02 {
    font-size: 1.5rem;
    padding-inline: 0.5rem;
  }
}

.footer-img {
  width: 23.7rem;
}
@media (max-width: 767px) {
  .footer-img {
    width: 14.3rem;
    margin: 0 auto;
  }
}

.footer-box01 .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-box01 .inner {
    flex-direction: column;
  }
}

.footer-link-img {
  width: 5rem;
}

.footer-link-text {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
}

.footer-link-text02 {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5;
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer-content {
    justify-content: center;
  }
}

.footer-box02 {
  padding: 3rem 3rem 4rem;
  background-color: #f9f8f4;
}
.footer-box02 .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-box02 .inner {
    flex-direction: column;
    row-gap: 3rem;
  }
}

.web-link {
  margin-right: 10.6rem;
}
@media (max-width: 767px) {
  .web-link {
    margin: 0 auto;
  }
}

.footer-box03 {
  padding: 1.7rem 3rem 2.7rem;
}
@media (max-width: 767px) {
  .footer-box03 {
    padding: 1rem;
  }
}
.footer-box03 .inner {
  display: flex;
  column-gap: 20rem;
}
@media (max-width: 767px) {
  .footer-box03 .inner {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.footer-box03 .footer-logo {
  width: 31.4rem;
}
@media (max-width: 767px) {
  .footer-box03 .footer-logo {
    width: 24rem;
  }
}

.footer-address {
  font-size: 2.1rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .footer-address {
    font-size: 1.4rem;
  }
}

.footer-menu {
  font-size: 2.1rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.5714285714;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .footer-menu {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}

.float-btn {
  position: fixed;
  right: 35px;
  bottom: 31px;
  z-index: 1000;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  width: 77px;
}
@media (max-width: 767px) {
  .float-btn {
    width: 5rem;
    height: 5rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.float-btn:hover {
  opacity: 0.7;
}

/* --------------------------------
top-fv
----------------------------------- */
/* =========================
   top-fv  完全置き換え版
   PC: ズーム付きスライド
   SP: フェードのみ + 375/668
   （SP/PCで画像は srcset で自動分岐）
========================= */
/* ラッパー（PCは固定高、SPは比率で高さを自動生成） */
.main_imgBox {
  position: relative;
  overflow: hidden;
  height: 95rem; /* PC */
}
@media (max-width: 767px) {
  .main_imgBox {
    /* SP */
    width: 100%;
    height: auto; /* heightは使わない */
    aspect-ratio: 375/668;
    max-height: 100svh; /* 画面超え防止（任意） */
  }
}

/* ロゴ（任意） */
.main_logo {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .main_logo {
    width: 60%;
  }
}

/* =========================
   スライド要素（2方式サポート）
   - .main_img   : 背景方式（未使用でもOK）
   - .main_imgM  : <img> or <picture> に class 付与方式
========================= */
/* --- 背景方式（使っていなくてもOK） --- */
.main_img {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 95rem; /* PCの土台に合わせる */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: anime 36s 0s infinite both;
  animation: anime 36s 0s infinite both;
}
@media (max-width: 767px) {
  .main_img {
    height: 100%; /* SPは枠いっぱい */
    background-position: center 40%;
  }
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

/* --- <img> / <picture> 方式（推奨） --- */
/* クラスを付けた要素（img または picture）自体をアニメ対象にする */
.main_imgM {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: anime 36s 0s infinite both; /* PC: ズーム付き */
  animation: anime 36s 0s infinite both;
}

/* 連番遅延 */
.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

/* picture内の実画像を全面フィット */
.main_imgM > img {
  /* <picture class="main_imgM"> の子img */
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
}

/* 直接 <img class="main_imgM"> を使う場合にも対応 */
img.main_imgM {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 40%;
}

/* =========================
   アニメーション
   - PC: anime（ズームあり）
   - SP: animeFade（フェードのみ）
========================= */
/* PC用：ズーム付き */
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* SP用：フェードのみ（ズームなし） */
@keyframes animeFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animeFade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* SPではフェードに差し替え（両方式に効かせる） */
@media (max-width: 767px) {
  .main_img,
  .main_imgM {
    -webkit-animation-name: animeFade !important;
    animation-name: animeFade !important;
    transform: none !important; /* ズーム無効 */
    will-change: opacity;
  }
}
/* =========================
   テキスト（位置は必要に応じ調整）
========================= */
.fv-text {
  position: absolute;
  z-index: 20;
  opacity: 1;
  width: 88.1rem;
  left: 6.875vw;
  bottom: 12.2222222222vw;
  z-index: 20;
}
@media (max-width: 767px) {
  .fv-text {
    width: calc(100vw - 4rem);
    left: 2rem;
    bottom: 42rem;
  }
}

/* 任意：環境が aspect-ratio 未対応の古いWebView向けフォールバック */
@supports not (aspect-ratio: 1/1) {
  @media (max-width: 767px) {
    .main_imgBox {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: auto;
    }
    .main_imgBox::before {
      content: "";
      display: block;
      padding-top: 178.1333333333%; /* 比率確保 */
    }
    .main_img,
    .main_imgM {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
  }
}
/* アクセシビリティ：端末の「動きを減らす」を尊重 */
@media (prefers-reduced-motion: reduce) {
  .main_img,
  .main_imgM {
    -webkit-animation: none !important;
    animation: none !important;
    transform: none !important;
  }
}
/* ▼ ヒーロー全体の親。.main_imgBox と .fv-text の共通の基準にする */
.mv {
  position: relative;
  z-index: 0; /* スタッキング基準を作る */
}

/* ▼ スライド面は下の層 */
.main_imgBox {
  position: relative; /* 既に記載ありでもOK */
  z-index: 1;
}

/* ▼ テキストは必ず最前面に */
.fv-text {
  position: absolute;
  z-index: 50; /* スライド(.main_img/.main_imgM)より上 */
  left: 6.875vw;
  bottom: 12.2222222222vw;
  width: 88.1rem;
  /* PC位置（vw基準で安全） */
  pointer-events: none; /* クリックを塞がない */
}
@media (max-width: 767px) {
  .fv-text {
    width: calc(100vw - 4rem);
    left: 2rem;
    bottom: 42rem; /* 44.4rem → 少し下げてバランス調整 */
    bottom: auto;
    top: 13rem;
  }
}

/* 画像スケール（PC） */
/* SPは比率ボックスに合わせて位置だけ調整 */
@media (max-width: 767px) {
  .fv-text {
    bottom: 12vh; /* 42rem だと端末により外れるのでvhで安定 */
  }
  .fv-text > img {
    width: calc(100vw - 4rem); /* 余白2remずつ */
  }
}
/* もし .fv-text を .main_imgBox の「内側」に入れている場合は、
   overflow: hidden; でクリップされないよう、はみ出さない bottom 値にするか、
   可能なら .main_imgBox の外（.mv 直下）へ移動を推奨 */
/* 1) マークアップそのまま（<a><div class="c-btn"></div></a>）で効かせる */
a.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29.1rem;
  height: 7rem;
  background: #a3c421;
  color: #fff;
  font: 500 2.4rem "Kiwi Maru", serif;
  border-radius: 0.5rem;
  text-decoration: none;
  /* 影を常時表示（blur付き） */
  box-shadow: 0 1px 0px #53660a !important;
  /* 念押し：描画系の違いで見えない環境向けに drop-shadow も併用 */
  filter: drop-shadow(0 6px 0px #53660a);
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  a.c-btn {
    font: 500 2.1rem "Kiwi Maru", serif;
    width: 21rem;
    height: 5rem;
  }
}

/* 2) グローバル a:hover { opacity:.7 } の影響をボタンには無効化 */
a.c-btn:hover,
a .c-btn:hover {
  opacity: 0.7 !important;
}

/* 3) 影の見切れ対策：ボタン周辺だけ overflow を可視に */
.fv-text,
.link-about {
  overflow: visible;
}

a.c-btn-02,
a.c-btn-03,
a.c-btn-04 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 5rem;
  color: #fff !important;
  font: 500 2.1rem "Kiwi Maru", serif;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  /* 影を常時表示（blur付き） */
}

/* 2) グローバル a:hover { opacity:.7 } の影響をボタンには無効化 */
a.c-btn-02:hover,
a.c-btn-03:hover,
a.c-btn-04:hover {
  opacity: 0.7 !important;
}

a.c-btn-02 {
  background: #e88f2b;
  box-shadow: 0 1px 0px #a16018;
  /* 念押し：描画系の違いで見えない環境向けに drop-shadow も併用 */
  filter: drop-shadow(0 6px 0px #a16018);
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  a.c-btn-02 {
    margin: 0 auto;
  }
}

a.c-btn-03 {
  background: #17a9a6;
  /* 影を常時表示（blur付き） */
  box-shadow: 0 1px 0px #0f7674 !important;
  /* 念押し：描画系の違いで見えない環境向けに drop-shadow も併用 */
  filter: drop-shadow(0 6px 0px #0f7674);
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  a.c-btn-03 {
    margin: 0 auto;
  }
}

a.c-btn-04 {
  background: #a3c421;
  /* 影を常時表示（blur付き） */
  box-shadow: 0 1px 0px #53660a !important;
  /* 念押し：描画系の違いで見えない環境向けに drop-shadow も併用 */
  filter: drop-shadow(0 6px 0px #53660a);
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  a.c-btn-04 {
    margin: 0 auto;
  }
}

.top-message {
  padding: 10rem 3rem 7.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-message {
    padding: 5.6rem 1.5rem 7rem;
  }
}

.top-message-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .top-message-title {
    font-size: 2.5rem;
  }
}

.top-message-text {
  font-size: 2.1rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .top-message-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.top-message-text01 {
  margin-block: 6rem 4rem;
}
@media (max-width: 767px) {
  .top-message-text01 {
    margin-block: 0rem 2rem;
  }
}

.top-message-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  .top-message-btn {
    margin-top: 4rem;
  }
}

.top-message-img01 {
  position: absolute;
  top: 8.5rem;
  left: 7.8rem;
  width: 36.3rem;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1820px) {
  .top-message-img01 {
    width: 27.3rem;
    top: 0.5rem;
    left: 1.8rem;
  }
}

.top-message-img02 {
  position: absolute;
  top: 8.5rem;
  right: 7.8rem;
  width: 42rem;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1820px) {
  .top-message-img02 {
    width: 30rem;
    top: 1.55rem;
    right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .top-message-img02 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}

.top-service {
  background-color: #f9f8f4;
  padding: 4.1rem 3rem 8rem;
}
@media (max-width: 767px) {
  .top-service {
    padding: 3.5rem 1.5rem 5rem;
  }
}

.top-service-text01 {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  width: 15.5rem;
  height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-service-text01 {
    font-size: 1.6rem;
  }
}
.top-service-text01::after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 4rem;
  background-color: #fff;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.top-service-text02 {
  font-size: 2.5rem;
  line-height: 1.84;
  text-align: center;
  margin-top: 2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-service-text02 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.top-service-text02 .strong-font {
  font-size: 4.6rem;
}
@media (max-width: 767px) {
  .top-service-text02 .strong-font {
    font-size: 3.5rem;
  }
}
.top-service-text02::after {
  content: "";
  display: block;
  width: 7.1rem;
  height: 2.3rem;
  background-color: #f9e780;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 4rem auto 0;
}

.top-service-text03 {
  font-size: 2.5rem;
  line-height: 1.32;
  text-align: center;
  margin-top: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3.5rem;
}
@media (max-width: 767px) {
  .top-service-text03 {
    font-size: 2.3rem;
    column-gap: 0.9rem;
  }
}
.top-service-text03 .top-service-kira {
  width: 6.2rem;
}
@media (max-width: 767px) {
  .top-service-text03 .top-service-kira {
    width: 4rem;
  }
}

.top-service-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.5rem;
  column-gap: 13.9rem;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .top-service-lists {
    column-gap: 0rem;
  }
}
.top-service-lists .top-service-list {
  width: 21.2rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 75/25;
  text-align: center;
}
@media (max-width: 767px) {
  .top-service-lists .top-service-list {
    width: 45%;
    font-size: 1.5rem;
  }
}

.top-reason {
  padding: 8.5rem 3rem 15rem;
}
@media (max-width: 767px) {
  .top-reason {
    padding: 5rem 1.5rem 5rem;
  }
}

.top-reason-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 1.3939393939;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .top-reason-title {
    font-size: 2.5rem;
  }
}

.top-reason-lists01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.7rem;
  column-gap: 4.3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top-reason-lists01 {
    flex-direction: column;
    row-gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.top-reason-lists01 .top-reason-list01 {
  padding-top: 2.6rem;
  width: 48.1rem;
  height: 31rem;
  background-color: #f9f8f4;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .top-reason-lists01 .top-reason-list01 {
    width: 100%;
    padding-top: 2rem;
    height: 29rem;
  }
}
.top-reason-lists01 .top-reason-list01 img {
  width: 14.2rem;
  margin: 0 auto;
}
.top-reason-lists01 .top-reason-list01-title {
  font-size: 2.5rem;
  line-height: 2.6;
  text-align: center;
  font-weight: 500;
}
.top-reason-lists01 .top-reason-list01-text {
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: center;
}

.top-reason-lists02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.7rem;
  column-gap: 4.3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .top-reason-lists02 {
    flex-direction: column;
    row-gap: 1.6rem;
    margin-top: 0;
  }
}
.top-reason-lists02 .top-reason-list02 {
  padding-top: 2.6rem;
  width: 31rem;
  height: 31rem;
  background-color: #f9f8f4;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .top-reason-lists02 .top-reason-list02 {
    width: 100%;
    padding-top: 2rem;
    height: 29rem;
  }
}
.top-reason-lists02 .top-reason-list02 img {
  width: 14.2rem;
  margin: 0 auto;
}
.top-reason-lists02 .top-reason-list02-title {
  font-size: 2.5rem;
  line-height: 2.6;
  text-align: center;
  font-weight: 500;
}
.top-reason-lists02 .top-reason-list02-text {
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: center;
}

.top-access {
  padding: 0 3rem 4.8rem;
}
@media (max-width: 767px) {
  .top-access {
    padding: 0 1.5rem 4.8rem;
  }
}

.top-access-title {
  font-size: 3.3rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 2.2727272727;
}

.top-access-img {
  width: 34.2rem;
}

.top-access-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-access-container {
    flex-direction: column;
    row-gap: 1.6rem;
  }
}

.top-access-text {
  font-size: 2.1rem;
  line-height: 1.5714285714;
}
@media (max-width: 767px) {
  .top-access-text {
    font-size: 1.4rem;
  }
}

.top-access-map {
  width: 100%;
  height: 38.8rem;
  margin-top: 3.5rem;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-access-map {
    height: 14.3rem;
    margin-top: 1rem;
  }
}
.top-access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .access-img-box {
    display: contents;
  }
}
@media (max-width: 767px) {
  .access-img-box {
    display: flex;
    column-gap: 1rem;
  }
}

.office {
  padding: 25rem 3rem 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .office {
    padding: 10rem 1.5rem 6rem;
  }
}

.office-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.380952381;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .office-title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.office-text {
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin-bottom: 10.5rem;
}
@media (max-width: 767px) {
  .office-text {
    font-size: 1.5rem;
    margin-bottom: 5rem;
    row-gap: 2.5rem;
    font-weight: 300;
  }
}

.office-career {
  display: flex;
}
@media (max-width: 767px) {
  .office-career {
    flex-direction: column;
  }
}
.office-career-img {
  width: 44.6rem;
}
@media (max-width: 767px) {
  .office-career-img {
    width: 100%;
  }
}

.office-career-text {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-weight: 300;
}
@media (max-width: 767px) {
  .office-career-text {
    font-size: 1.4rem;
  }
}
.office-career-text01 {
  font-size: 3.3rem;
  line-height: 2.2727272727;
  font-weight: 500;
}
@media (max-width: 767px) {
  .office-career-text01 {
    font-size: 2.5rem;
    margin-left: 1rem;
  }
}
.office-career-text01 span {
  color: #d9d9d9;
  font-size: 2.2rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .office-career-text01 span {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
}
.office-career-text02 {
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .office-career-text02 {
    margin-bottom: 2.4rem;
  }
}
.office-career-text .office-career-lists li .ocl-margin {
  margin-right: 2.2rem;
}

.office-about-lists {
  margin-top: 7.5rem;
}
.office-about-lists .office-about-list-title {
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  width: 9rem;
}
@media (max-width: 767px) {
  .office-about-lists .office-about-list-title {
    font-size: 1.6rem;
  }
}
.office-about-lists .office-about-list-text {
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-weight: 300;
}
@media (max-width: 767px) {
  .office-about-lists .office-about-list-text {
    font-size: 1.4rem;
  }
}
.office-about-lists li {
  display: flex;
  align-items: center;
  column-gap: 14.5rem;
  height: 13.4rem;
  border-bottom: #cccccc 1px solid;
}
@media (max-width: 767px) {
  .office-about-lists li {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    padding-block: 2rem;
  }
}

.office-map iframe {
  width: 100vw;
  height: 59rem;
}
@media (max-width: 767px) {
  .office-map iframe {
    height: 24rem;
  }
}

.tnum {
  font-family: "Noto Sans JP", sans-serif;
  font-variant-numeric: tabular-nums lining-nums; /* 推奨 */
  /* 互換用（古いブラウザ向け） */
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.service-top {
  padding-top: 25rem;
}
@media (max-width: 767px) {
  .service-top {
    padding-top: 10rem;
  }
}

.service-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.2380952381;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .service-title {
    font-size: 2.5rem;
    line-height: 2.32;
  }
}

.service-title-sub-text {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5714285714;
  margin-block: 3rem 10rem;
}
@media (max-width: 767px) {
  .service-title-sub-text {
    font-size: 1.5rem;
    text-align: left;
    padding-inline: 1.5rem;
  }
}

.service-container {
  padding: 6rem 3rem;
  background-color: #f9f8f4;
}
@media (max-width: 767px) {
  .service-container {
    padding: 3.5rem 1.5rem;
  }
}

.service-lists {
  display: flex;
  flex-direction: column;
  row-gap: 6.7rem;
}
@media (max-width: 767px) {
  .service-lists {
    row-gap: 3rem;
  }
}
.service-lists li {
  display: flex;
  column-gap: 6.7rem;
}
@media (max-width: 767px) {
  .service-lists li {
    flex-direction: column;
  }
}
.service-lists .service-img {
  width: 43.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .service-lists .service-img {
    width: 100%;
  }
}
.service-lists .service-text-title {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .service-lists .service-text-title {
    font-size: 2.5rem;
    margin-block: 1rem;
  }
}
.service-lists .service-text-text {
  font-size: 2.1rem;
  line-height: 1.5714285714;
  font-weight: 300;
}
@media (max-width: 767px) {
  .service-lists .service-text-text {
    font-size: 1.5rem;
  }
}

.service-flow {
  padding: 9rem 3rem 15rem;
}
@media (max-width: 767px) {
  .service-flow {
    padding: 3.5rem 1.5rem 5rem;
  }
}

.service-flow-title {
  font-family: "Kiwi Maru", serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.380952381;
  letter-spacing: -0.05em;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .service-flow-title {
    font-size: 2.5rem;
  }
}

.service-flow-lists {
  display: flex;
  flex-direction: column;
  row-gap: 7.3rem;
}
@media (max-width: 767px) {
  .service-flow-lists {
    row-gap: 5.2rem;
  }
}
.service-flow-lists li {
  display: flex;
  align-items: center;
  background-color: #a3c421;
  width: 100%;
  height: 20.3rem;
  border-radius: 3rem;
  padding-inline: 6rem 7rem;
  column-gap: 5.6rem;
}
@media (max-width: 767px) {
  .service-flow-lists li {
    padding-inline: 2rem;
    column-gap: 2rem;
    flex-direction: column;
    height: 25.9rem;
    padding-top: 1.5rem;
  }
}
.service-flow-lists li .service-flow-list-num {
  background-color: #fff;
  width: 14.5rem;
  height: 11.4rem;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: -0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3rem;
  flex-shrink: 0;
}
.service-flow-lists li p {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.5714285714;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service-flow-lists li p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    line-height: 1.5714285714;
    font-weight: 500;
  }
}

.service-flow-list {
  position: relative;
}
.service-flow-list::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 6rem;
  background-image: url(../../assets/img/service/dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 102%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service-flow-list::after {
    top: 99%;
    width: 1rem;
  }
}

.service-faq {
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .service-faq {
    padding-inline: 1.5rem;
    padding-bottom: 10rem;
  }
}
.service-faq-title {
  font-size: 3.3rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1;
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .service-faq-title {
    font-size: 2.5rem;
  }
}

.service-faq-questions {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.service-faq-question {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  /* 開いた状態（＋→－）：縦棒を消す */
}
@media (max-width: 767px) {
  .service-faq-question {
    font-size: 2rem;
    gap: 1.2rem;
    line-height: 1.25;
    align-items: flex-start;
  }
}
.service-faq-question > span {
  position: relative;
  flex: 0 0 1.1em;
  width: 1.1em;
  height: 1.1em;
  /* 横棒 */
  /* 縦棒 = これで「＋」になる */
}
.service-faq-question > span::before, .service-faq-question > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #737373;
}
.service-faq-question > span::before {
  width: 100%;
  height: 2px;
}
.service-faq-question > span::after {
  width: 2px;
  height: 100%;
  transition: transform 0.2s ease;
}
.service-faq-question.is-open > span::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.service-faq-question {
  cursor: pointer;
}

.service-faq-answer {
  display: none;
  overflow: hidden;
}

.service-faq-answer {
  background-color: #e5e5e5;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.7058823529;
  padding: 2rem;
  margin-inline: 3.7rem;
  height: auto;
  color: #2c251e;
}
@media (max-width: 767px) {
  .service-faq-answer {
    font-size: 1.5rem;
    line-height: 1.5714285714;
    padding: 1.5rem;
    margin-inline: 2rem;
    margin-top: 1.5rem;
    margin-inline: 0;
  }
}

.contact {
  padding-top: 21.6rem;
  padding-bottom: 8.6rem;
  background-color: #f9f8f4;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.contact-title {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.2380952381;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 2.5rem;
  }
}

.contact-text {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5714285714;
  margin-block: 4rem 5.8rem;
}
@media (max-width: 767px) {
  .contact-text {
    font-size: 1.4rem;
    text-align: left;
    padding-inline: 1.5rem;
  }
}

.contact-btn-area {
  display: flex;
  justify-content: center;
  column-gap: 5.8rem;
  margin-bottom: 7.6rem;
}
@media (max-width: 767px) {
  .contact-btn-area {
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 6.8rem;
  }
}
.contact-btn-area img {
  width: 47.1rem;
}
@media (max-width: 767px) {
  .contact-btn-area img {
    width: 32rem;
    margin: 0 auto;
  }
}

dl {
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}
@media (max-width: 767px) {
  dl {
    padding-inline: 1.5rem;
    row-gap: 2.9rem;
  }
}

.c-form__row {
  display: flex;
  align-items: flex-start;
  column-gap: 1.7rem;
}
@media (max-width: 767px) {
  .c-form__row {
    flex-direction: column;
    row-gap: 0.3rem;
  }
}
.c-form__row dt {
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29rem;
}
@media (max-width: 767px) {
  .c-form__row dt {
    font-size: 1.7rem;
    width: 11rem;
  }
}
.c-form__row dt span {
  display: flex;
  font-size: 1.6rem;
  background-color: #a3c421;
  color: #fff;
  border-radius: 0.2rem;
  width: 4.3rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  line-height: 1.32;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .c-form__row dt span {
    font-size: 1.2rem;
    width: 2.9rem;
    height: 1.8rem;
  }
}
.c-form__row dd input {
  width: 100%;
  height: 5.4rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #737373;
  padding: 1.6rem 1.6rem;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.6;
  color: #e5e5e5;
  background-color: #fff;
  padding: 2.3rem 2.7rem;
  color: #483d31;
}
.c-form__row dd textarea {
  width: 100%;
  height: 23.7rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #737373;
  padding: 1.6rem 1.6rem;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.6;
  color: #e5e5e5;
  background-color: #fff;
  padding: 2.3rem 2.7rem;
  color: #e5e5e5;
  color: #483d31;
}
@media (max-width: 767px) {
  .c-form__row dd textarea {
    height: 15rem;
  }
}

.c-form {
  text-align: center;
}

.c-form__row--textarea {
  align-items: flex-start;
}

.c-form__agree {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .c-form__agree {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}

.wpcf7-list-item {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpcf7-list-item {
    padding-inline: 0.5rem 1.5rem;
  }
}

.c-form__agree {
  text-align: center;
}

.c-form__agree .wpcf7-list-item {
  margin-left: 3.5rem;
}
@media (max-width: 767px) {
  .c-form__agree .wpcf7-list-item {
    margin-left: 1.5rem;
    text-align: left;
  }
}

.c-btn {
  background-color: #a3c421;
  color: #fff;
  width: 28.6rem;
  height: 6.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 6rem;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
}

.c-form__submit {
  position: relative;
  display: inline-block;
}
.c-form__submit::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 2rem; /* 少し内側に */
  transform: translateY(-50%);
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

input::placeholder,
textarea::placeholder {
  color: #e5e5e5; /* 色 */
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  opacity: 1; /* Safari は既定で薄いので明示 */
}
@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

.c-btn[disabled] {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */