@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

ul, ol, li {
  list-style-type: none;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*画像*/
img {
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*アンカー*/
a {
  outline: none;
  text-decoration: none;
}

a img {
  outline: none;
  border: 0;
}

:focus {
  outline: 0;
}

/*フォーム*/
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-width: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/*iOS用にスタイルをリセット*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/******************************************************************************
*
* カラー変数（CSS変数をSCSS用に変換）
*
******************************************************************************/
/******************************************************************************
*
* フォント
*
******************************************************************************/
/******************************************************************************
*
* レイアウト・余白設定
*
******************************************************************************/
/******************************************************************************
*
* z-index 管理
*
******************************************************************************/
/******************************************************************************
*
* レスポンシブ設定
*
******************************************************************************/
/******************************************************************************
*
* フォントサイズ + 行間 設定
*
******************************************************************************/
h1 {
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h2 {
    font-size: 40px;
    line-height: 1.4;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  h4 {
    font-size: 30px;
    line-height: 1.4;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h5 {
    font-size: 22px;
    line-height: 1.6;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  p {
    font-size: 16px;
    line-height: 1.8;
  }
}

a {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  a {
    font-size: 16px;
    line-height: 1.6;
  }
}

div {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 2500px) {
  div {
    font-size: 16px;
    line-height: 1.6;
  }
}

/******************************************************************************
*
* 画像の表示切替
*
******************************************************************************/
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pc-only {
    display: block;
  }
}

.md-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-only {
    display: block;
  }
}

.lg-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-only {
    display: block;
  }
}

/******************************************************************************
*
* ベーススタイル（要素初期化・共通設定）
*
******************************************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.14em;
  color: #333333;
  background-color: #F2F3F0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}

h2 {
  letter-spacing: 0.18em;
}

p, span {
  color: #333333;
  line-height: 1.8;
}

a, button {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, a:focus, button:hover, button:focus {
  opacity: 0.7;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: none;
  appearance: none;
}

ul, ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

li {
  margin-bottom: 0.5em;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  border-radius: 0;
  outline: none;
}

iframe {
  max-width: 100%;
  border: none;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wave {
  position: relative;
  z-index: -1;
  margin-bottom: -1px;
}

/******************************************************************************
*
* Utility（!importantなし、安全設計）
*
******************************************************************************/
/* テキスト配置 */
.u-text-left {
  text-align: left;
}

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

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

/* 表示制御 */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

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

/* フォントウェイト */
.u-fw-bold {
  font-weight: 700;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-regular {
  font-weight: 400;
}

/* マージンボトム */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-16 {
  margin-bottom: 1rem;
}

.u-mb-24 {
  margin-bottom: 1.5rem;
}

.u-mb-32 {
  margin-bottom: 2rem;
}

.u-mb-40 {
  margin-bottom: 2.5rem;
}

/* パディング */
.u-pt-40 {
  padding-top: 2.5rem;
}

.u-pb-40 {
  padding-bottom: 2.5rem;
}

/* 幅 */
.u-w-100 {
  width: 100%;
}

/* テキストカラー */
.u-color-main {
  color: #007C3F;
}

.u-color-sub {
  color: #E5D9C5;
}

.u-color-accent {
  color: #FFC857;
}

/* 背景色 */
.u-bg-main {
  background-color: #007C3F;
}

.u-bg-sub {
  background-color: #E5D9C5;
}

.u-bg-accent {
  background-color: #FFC857;
}

.u-bg-white {
  background-color: #fff;
}

/* その他 */
.u-nowrap {
  white-space: nowrap;
}

.u-break-all {
  word-break: break-all;
}

/******************************************************************************
*
* コンテナ（レイアウトのベース幅・余白）
*
******************************************************************************/
.l-container {
  max-width: 1440px;
  margin-inline: auto;
  padding: 60px 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 120px 0;
  }
}

.l-container-xl {
  max-width: 1620px;
  margin-inline: auto;
  padding: 60px 0;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .l-container-xl {
    padding: 120px 0;
  }
}

/******************************************************************************
*
* セクション間の余白
*
******************************************************************************/
.l-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 60px 0;
  }
}

/******************************************************************************
*
* wave(背景)
*
******************************************************************************/
.wave svg {
  width: 100%;
  height: 100%;
}

/******************************************************************************
*
* 横並び用（flex）
*
******************************************************************************/
.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.l-flex.-center {
  justify-content: center;
  align-items: center;
}
.l-flex.-between {
  justify-content: space-between;
}
.l-flex.-column {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    flex-wrap: nowrap;
  }
}

.site-header .header__inner {
  position: fixed;
  z-index: 999;
  max-width: 1600px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 1em auto 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 9999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}
.site-header .header__logo img {
  position: relative;
  height: 60px;
  width: auto;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .site-header .header__logo img {
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .site-header .header__logo img {
    height: 60px;
  }
}
.site-header .header__container {
  display: flex;
  gap: 3em;
  align-items: center;
}
.site-header .header__toggle {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  background: #007C3F;
  border-radius: 9999px;
}
.site-header .header__toggle::before, .site-header .header__toggle::after {
  content: "";
  position: absolute;
  left: 9.5px;
  width: 16px;
  height: 1px;
  background: #fff;
  transition: transform 0.3s, top 0.3s;
}
.site-header .header__toggle::before {
  top: 12px;
}
.site-header .header__toggle::after {
  top: 22px;
}
.site-header .header__toggle.is-open::before {
  top: 17px;
  transform: rotate(45deg);
}
.site-header .header__toggle.is-open::after {
  top: 17px;
  transform: rotate(-45deg);
}
.site-header .mobile-menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .site-header .header__inner {
    padding: 0.5rem 1.5rem;
  }
  .site-header .header__container {
    display: none !important;
  }
  .site-header .header__toggle {
    display: inline-flex;
  }
  .site-header .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 998;
    overflow-y: auto;
  }
  .site-header .mobile-menu.is-active {
    display: block;
    background: #fff;
  }
  .site-header .mobile-menu__inner {
    padding: 1.5rem 1.5rem 0;
    margin-top: 4em;
  }
  .site-header .mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  .site-header .mobile-menu__close {
    background: none;
    border: none;
    line-height: 1;
    cursor: pointer;
  }
  .site-header .mobile-menu__cta {
    margin-top: 2rem;
  }
  .site-header .mobile-nav__acc {
    display: block;
    font-size: 0.65em;
  }
  .site-header .mobile-nav__item {
    padding-bottom: 0.75em;
  }
  .site-header .mobile-nav__item a {
    color: #333333;
  }
  .site-header .mobile-nav__sublist {
    padding-top: 0.5em;
  }
  .site-header .mobile-nav__sublist li {
    padding: 0.25em 0;
    position: relative;
    margin-bottom: 0;
  }
  .site-header .mobile-nav__sublist li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #E5D9C5;
    left: -10px;
    top: 0px;
  }
  .site-header .mobile-nav__sublist a {
    font-size: 0.875em;
  }
  .site-header .mobile-nav__sublist--two-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .site-header .mobile-nav__sublist--two-col li {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .site-header .mobile-menu__inner {
    margin-top: 6em;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu__item {
  position: relative;
}
.nav-menu__item:hover > .nav-menu__dropdown, .nav-menu__item:focus-within > .nav-menu__dropdown {
  display: grid;
}
.nav-menu__toggle {
  position: relative;
}
.nav-menu__toggle::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #333333;
  border-bottom: 1.5px solid #333333;
  transform: rotate(45deg);
  top: -2px;
  right: -10px;
}
.nav-menu__link {
  display: inline-flex;
  align-items: center;
  color: #333333;
  transition: color 0.3s;
}
.nav-menu__link:hover {
  color: #007C3F;
}
.nav-menu__arrow {
  margin-left: 0.25em;
  font-size: 0.6em;
}
.nav-menu__dropdown {
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(102, 102, 102, 0.15);
  z-index: 1000;
  gap: 1.5rem;
}
.nav-menu__dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.nav-menu__dropdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.nav-menu__dropdown-icon {
  display: block;
  margin-bottom: 0.5rem;
  transition: 0.3s ease;
}
.nav-menu__dropdown-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.nav-menu__dropdown-icon:hover {
  transform: scale(0.9);
  transition: 0.3s ease;
}
.nav-menu__dropdown-label {
  color: #333333;
  font-size: 0.85em;
}
.nav-menu__dropdown.about-dropdown {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
}
.nav-menu__dropdown.service-dropdown {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
}

.menu-cta {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2em;
}
.menu-cta__tel {
  display: flex;
  flex-direction: column;
}
.menu-cta__tel .menu-cta__label, .menu-cta__tel__label {
  font-size: 0.7em;
  color: #007C3F;
}
.menu-cta__tel p {
  font-size: 28px;
  font-family: "sofia-pro", sans-serif;
  color: #007C3F;
  margin: 0;
  margin-top: -0.5rem;
}
.menu-cta__button {
  display: inline-block;
  background: #007C3F;
  color: #fff;
  padding: 10px 30px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  background: #fff;
  padding: 60px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 60px 0 0 0;
  }
}
.site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-inline: 60px;
    gap: 0;
  }
}
.site-footer__logo img {
  height: 60px;
  display: block;
}
@media screen and (min-width: 768px) {
  .site-footer__logo img {
    height: 120px;
  }
}
.site-footer__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .site-footer__container {
    align-items: end;
    gap: 3rem;
  }
}
.site-footer .menu-cta {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site-footer .menu-cta {
    flex-direction: row;
  }
}
.site-footer__nav .site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .site-footer__nav .site-footer__menu {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.site-footer__nav .site-footer__menu-item a {
  position: relative;
  font-size: 0.875rem;
  color: #333333;
  text-decoration: none;
  padding-left: 1rem;
}
.site-footer__nav .site-footer__menu-item a::before {
  position: absolute;
  content: "";
  background: #007C3F;
  border-radius: 999px;
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
}
.site-footer__nav .site-footer__menu-item a:hover {
  color: #007C3F;
}
.site-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .site-footer__cta {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin-left: auto;
  }
}
.site-footer__copy {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #E5D9C5;
  text-align: center;
}

.c-button a {
  display: inline-block;
  margin-top: 2rem;
  background: #007C3F;
  color: #fff;
  padding: 0.75rem 3rem 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
}
.c-button a::after {
  content: "";
  position: absolute;
  border-right: 1px solid #007C3F;
  border-bottom: 1px solid #007C3F;
  width: 4px;
  height: 4px;
  right: 1rem;
  top: 20.5px;
  transform: rotate(-45deg);
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .c-button a::after {
    top: 22.5px;
  }
}
.c-button a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  right: 0.65rem;
  top: 15px;
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .c-button a::before {
    top: 17px;
  }
}

/******************************************************************************
*
* セクション共通スタイル（タイトル・説明文など）
*
******************************************************************************/
.c-section {
  padding-block: 30px 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-block: 60px 0;
  }
}
.c-section__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding-inline: 60px;
  }
}
.c-section__head {
  text-align: center;
  position: relative;
}
.c-section__head::after {
  content: "";
  position: absolute;
  background-image: url(../images/svg/access.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 65px;
  height: 90px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-section__title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #007C3F;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-section__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-section__lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 1rem;
  color: #E5D9C5;
}
@media screen and (max-width: 767px) {
  .c-section__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .c-section__lead {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .c-section__lead {
    font-size: 16px;
    line-height: 1.8;
  }
}

.c-contact {
  position: relative;
  background: url("../images/top/cta_bg.webp") center/cover no-repeat;
}
.c-contact .l-section {
  padding-bottom: 0;
}
.c-contact__inner {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.c-contact__eyebrow {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
  color: #fff;
}
.c-contact__title {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-contact__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact__title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-contact__title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-contact__title {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-contact__flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-contact__icon {
  width: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.c-contact__icon img {
  width: 50%;
  height: auto;
}
.c-contact__text {
  margin-bottom: 0.5rem;
  color: #fff;
}
.c-contact__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-contact__tel {
  font-size: 28px;
  line-height: 1.4;
  font-family: "sofia-pro", sans-serif;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-contact__tel {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__tel {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .c-contact__tel {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact__tel {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1600px) {
  .c-contact__tel {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 2500px) {
  .c-contact__tel {
    font-size: 40px;
    line-height: 1.4;
  }
}
.c-contact__tel:hover {
  opacity: 0.8;
}
.c-contact__tel small {
  font-size: 0.7em;
}
.c-contact__button {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #007C3F;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c-contact__button::before {
  position: absolute;
  content: "";
  border-right: 1px solid #007C3F;
  border-bottom: 1px solid #007C3F;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  right: 15px;
  top: 20px;
}
.c-contact__button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.c-contact__divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact__flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7rem;
  }
  .c-contact__divider {
    display: block;
    width: 1px;
    height: 160px;
    background: #fff;
    opacity: 0.5;
    margin: 0 2rem;
  }
}

.c-store-info__eyebrow {
  text-align: center;
  font-size: 0.75rem;
  color: #E5D9C5;
  text-transform: lowercase;
  margin-bottom: 0.5rem;
}
.c-store-info__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-store-info__map {
  flex: 1;
}
.c-store-info__map img {
  width: 100%;
  height: auto;
  display: block;
}
.c-store-info__map-link {
  margin-top: 0.5rem;
}
.c-store-info__map-link a {
  font-size: 0.875rem;
  color: #333333;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding-right: 25px;
  padding-bottom: 5px;
}
.c-store-info__map-link a::after {
  content: "";
  position: absolute;
  background-image: url(../images/svg/link.svg);
  background-size: cover;
  top: 2px;
  right: 0;
  width: 15px;
  height: 15px;
  margin-left: 0.25em;
}
.c-store-info__details {
  flex: 1;
}
.c-store-info__list {
  margin: 0;
  padding: 0;
}
.c-store-info__list dd,
.c-store-info__list dt {
  margin: 0;
  padding: 0.75rem 0;
}
.c-store-info__row {
  display: flex;
  border-bottom: 1px solid #E5D9C5;
  align-items: center;
  padding: 0.5em 0;
}
.c-store-info__row:last-child {
  border-bottom: none;
}
.c-store-info__label {
  flex: 0 0 30%;
  font-weight: 700;
  color: #007C3F;
}
.c-store-info__value {
  flex: 1;
  color: #333333;
}
.c-store-info__btns {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-store-info__btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #007C3F;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-weight: 700;
  cursor: pointer;
  gap: 0.5rem;
  border: none;
  width: 200px;
}
.c-store-info__btn img {
  width: 1rem;
  height: auto;
  display: block;
}
.c-store-info__btn-arrow {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #fff;
}
.c-store-info__btn:hover {
  opacity: 0.8;
}
.c-store-info__hours {
  font-size: 0.75em;
  margin-top: 3rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.5rem;
  max-width: 960px;
  margin: 0 auto;
}
.c-store-info__hours-inner {
  overflow-x: auto;
  display: flex;
  align-items: center;
}
.c-store-info__hours-label {
  display: none;
}
.c-store-info__hours-table {
  width: 100%;
  border-collapse: collapse;
}
.c-store-info__hours-table th,
.c-store-info__hours-table td {
  padding: 0.75rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-size: 0.8em;
  border-bottom: 1px solid #E5D9C5;
}
.c-store-info__hours-table thead th {
  font-weight: 700;
  border-bottom: 1px solid #E5D9C5;
}
.c-store-info__hours-table tbody td {
  border-bottom: 1px solid #E5D9C5;
}
@media screen and (min-width: 768px) {
  .c-store-info__hours {
    padding: 1.5rem;
  }
  .c-store-info__hours-table {
    width: 85%;
    border-collapse: collapse;
  }
  .c-store-info__hours-table th,
  .c-store-info__hours-table td {
    padding: 0.75rem 1rem;
    text-align: center;
    border: none;
    font-size: 16px;
  }
  .c-store-info__hours-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #007C3F;
    writing-mode: vertical-lr;
    text-align: center;
    width: 15%;
  }
  .c-store-info__hours-label::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 70%;
    background: #E5D9C5;
    right: 25%;
  }
  .c-store-info__main {
    flex-direction: row;
  }
  dt .c-store-info__row__label {
    flex: 0 0 25%;
  }
  .c-store-info__hours-table th:first-child,
  .c-store-info__hours-table td:first-child {
    border-bottom: 1px solid #E5D9C5;
    text-align: left;
  }
  .c-store-info__btns {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .c-store-info__btn {
    width: 100%;
  }
}

.c-store-info__btn {
  position: relative;
}
.c-store-info__btn-arrow {
  margin-left: 0.5em;
  transition: transform 0.3s;
  display: inline-block;
}
.c-store-info__btn.is-open .c-store-info__btn-arrow {
  transform: rotate(180deg);
}
.c-store-info__accordion {
  display: none;
  padding: 1rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  color: #333333;
  line-height: 1.6;
}
.c-store-info__accordion.is-open {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-store-info__btn-wrapper {
    position: relative;
    width: auto;
    display: inline-block;
  }
  .c-store-info__btns {
    flex-direction: row;
  }
  .c-store-info__accordion {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    display: none;
    width: max-content;
    max-width: 300px;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(102, 102, 102, 0.1);
  }
  .c-store-info__accordion.is-open {
    display: block;
  }
}
.c-services__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .c-services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-services__item {
  position: relative;
  border: 2px solid #E5D9C5;
  border-radius: 1rem;
  overflow: hidden;
}
.c-services__item--green {
  border-color: #B7D8C2;
}
.c-services__item--yellow {
  border-color: #F6E7B6;
}
.c-services__item--blue {
  border-color: #B2C8DF;
}
.c-services__item--red {
  border-color: #F8D8DA;
}
.c-services__item--orange {
  border-color: #F1D7B7;
}
.c-services__item--gray {
  border-color: #F0F0F0;
}
.c-services__item--light-green {
  border-color: #D4E4DF;
}
.c-services__item--purple {
  border-color: #DDD5EF;
}
.c-services__item--light-orange {
  border-color: #F5E4B8;
}
.c-services__link {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 1.5rem 3rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-services__link {
    gap: 2rem;
  }
}
.c-services__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.c-services__icon img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.c-services__texts {
  flex: 1;
}
.c-services__texts p {
  display: inline-block;
  width: 85%;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #333333;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-services__texts p {
    width: 60%;
  }
}
.c-services__texts--green {
  border-bottom: 1px dotted #B7D8C2;
}
.c-services__texts--yellow {
  border-bottom: 1px dotted #F6E7B6;
}
.c-services__texts--blue {
  border-bottom: 1px dotted #B2C8DF;
}
.c-services__texts--red {
  border-bottom: 1px dotted #F8D8DA;
}
.c-services__texts--orange {
  border-bottom: 1px dotted #F1D7B7;
}
.c-services__texts--gray {
  border-bottom: 1px dotted #F0F0F0;
}
.c-services__texts--light-green {
  border-bottom: 1px dotted #D4E4DF;
}
.c-services__texts--purple {
  border-bottom: 1px dotted #DDD5EF;
}
.c-services__texts--light-orange {
  border-bottom: 1px dotted #F5E4B8;
}
.c-services__label {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #007C3F;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-top-left-radius: 1rem;
  font-size: 0.875rem;
  pointer-events: none;
}
.c-services__label--green {
  background: #B7D8C2;
}
.c-services__label--yellow {
  background: #F6E7B6;
}
.c-services__label--blue {
  background: #B2C8DF;
}
.c-services__label--red {
  background: #F8D8DA;
}
.c-services__label--orange {
  background: #F1D7B7;
}
.c-services__label--gray {
  background: #F0F0F0;
}
.c-services__label--light-green {
  background: #D4E4DF;
}
.c-services__label--purple {
  background: #DDD5EF;
}
.c-services__label--light-orange {
  background: #F5E4B8;
}
.c-services__label::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  right: 15px;
  top: 17px;
}
.c-services__link:hover .c-services__icon img {
  transform: scale(0.8);
}
.c-services__item:hover {
  background: rgba(0, 124, 63, 0.05);
}

.p-gallery {
  overflow: hidden;
}
.p-gallery__slider .splide__track {
  overflow: visible;
}
.p-gallery__slider .splide__list {
  display: flex;
  gap: 1rem;
}
.p-gallery__slide {
  position: relative;
}
.p-gallery__slide picture,
.p-gallery__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem 0.75rem 0 0;
}

.u-hero {
  position: relative;
  width: 100%;
  height: 30vh;
  min-height: 320px;
  object-fit: cover;
  overflow: hidden;
}
.u-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.u-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.u-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.u-hero__content .l-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-hero__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .u-hero__title {
    font-size: 3rem;
  }
}

.c-fixed-hours {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .c-fixed-hours {
    display: flex;
    position: fixed;
    bottom: 10vh;
    right: 0;
    transform: translateX(85%);
    z-index: 1000;
    transition: 1s ease;
    border-radius: 1rem 0 0 1rem;
    background: #fff;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
  }
  .c-fixed-hours:hover {
    transform: translateX(0);
    transition: 1s ease;
  }
  .c-fixed-hours__tab {
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    font-weight: bold;
    color: #007C3F;
    padding: 1rem 2rem;
    cursor: pointer;
    background: #fff;
  }
  .c-fixed-hours__tab::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50%;
    background: rgba(0, 124, 63, 0.1);
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
  }
  .c-fixed-hours__panel {
    padding: 1rem;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .p-fixed-hours:hover .c-fixed-hours__panel {
    opacity: 1;
    pointer-events: auto;
  }
  .c-fixed-hours__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
  }
  .c-fixed-hours__table th,
  .c-fixed-hours__table td {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .c-fixed-hours__table th {
    font-weight: bold;
    color: #007C3F;
  }
  .c-fixed-hours__table tbody tr:last-child td {
    border-bottom: none;
  }
  .c-fixed-hours__address {
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-hours {
    display: none;
  }
}

.p-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 997;
}
@media screen and (min-width: 768px) {
  .p-fixed-cta {
    display: none;
  }
}
.p-fixed-cta__item {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: background 0.3s;
}
.p-fixed-cta__item span {
  color: #fff;
}
.p-fixed-cta__item img {
  height: 1.25rem;
  width: auto;
  margin-bottom: 0.25rem;
  display: block;
}
.p-fixed-cta__item:hover {
  opacity: 0.9;
}
.p-fixed-cta__tel {
  background: #ECB865;
}
.p-fixed-cta__hours {
  background: #6FB6DC;
}
.p-fixed-cta__web {
  background: #007C3F;
}

.p-hero {
  position: relative;
  overflow: hidden;
  height: 80vh;
}
@media screen and (min-width: 768px) {
  .p-hero {
    height: 100vh;
    max-height: 1440px;
  }
}
.p-hero__slider {
  width: 100%;
  height: 100%;
}
.p-hero__slider .splide__track {
  height: 100%;
}
.p-hero__slider .splide__list {
  height: 100%;
}
.p-hero__slider .splide__slide {
  height: 100%;
}
.p-hero__slider .splide__arrows {
  display: none;
}
.p-hero__slider .splide__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}
.p-hero__slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  background: url("../images/svg/pagination.svg") no-repeat center/contain;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
.p-hero__slider .splide__pagination__page:hover {
  opacity: 0.8;
}
.p-hero__slider .splide__pagination__page.is-active {
  background: none !important;
  background-image: url("../images/svg/pagination_active.svg");
}
.p-hero__slider .splide__pagination__page button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
}
.p-hero__picture, .p-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.p-hero__content {
  position: absolute;
  top: 55%;
  left: 1em;
  right: auto;
  transform: translateY(-50%);
  max-width: 360px;
  color: #fff;
  text-align: left;
  z-index: 5;
  text-shadow: 0px 0px 3px rgba(10, 36, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .p-hero__content {
    left: auto;
    right: 10%;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__content {
    left: auto;
    right: 10%;
    max-width: 750px;
  }
}
.p-hero__title {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 2500px) {
  .p-hero__title {
    font-size: 3rem;
  }
}
.p-hero__title small {
  font-size: 0.5em;
  line-height: 3;
}
.p-hero__subtitle {
  font-size: 0.75em;
  line-height: 1.6;
  opacity: 0.9;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(10, 36, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .p-hero__subtitle {
    font-size: 1rem;
  }
}

.p-news .c-section__head::after {
  background-image: url(../images/svg/info.svg);
  background-size: contain;
  width: 90px;
  height: 90px;
  top: -15px;
}
@media screen and (min-width: 768px) {
  .p-news .c-section__head::after {
    width: 120px;
    height: 120px;
  }
}
.p-news__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.p-news__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__list a {
  display: block;
  width: 100%;
}
.p-news__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px dashed #E5D9C5;
  margin: 0;
}
.p-news__item a {
  padding: 1rem;
}
.p-news__item:first-child {
  border-top: 1px dashed #E5D9C5;
}
.p-news__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 124, 63, 0.05);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s ease;
  z-index: 0;
}
.p-news__item:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-news__item:hover .p-news__title {
  color: #007C3F;
}
.p-news__date {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-family: "sofia-pro", sans-serif;
  color: #333333;
  margin-right: 0.5em;
}
.p-news__cat {
  flex-shrink: 0;
  background: #E5D9C5;
  padding: 0.25em 0.75em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
.p-news__title {
  flex: 1;
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.p-news__none {
  text-align: center;
  color: #333333;
}
.p-news__button {
  margin: 2rem auto 0 auto;
  text-align: center;
}

.p-feature .c-section__head::after {
  background-image: url(../images/svg/feature.svg);
  background-size: contain;
  width: 90px;
  height: 90px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .p-feature .c-section__head::after {
    width: 120px;
    height: 120px;
  }
}
.p-feature .c-section__head::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-feature .c-section__head::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 60%;
    background: #E5D9C5;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.p-feature__desc {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-feature__desc {
    text-align: left;
  }
}
.p-feature__flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-feature__flex {
    flex-direction: row;
    gap: 4rem;
  }
}
.p-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-feature__item {
  position: relative;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 1.333rem);
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    flex: 1 1 100%;
  }
}
.p-feature__media img {
  width: 100%;
  height: auto;
  display: block;
}
.p-feature__body {
  position: relative;
  padding: 1.5rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-feature__title {
  font-size: 1.25rem;
  color: #007C3F;
  margin-bottom: 0.75rem;
}
.p-feature__text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 1.25rem;
}
.p-feature__btn {
  z-index: 2;
  align-self: flex-start;
  justify-content: space-between;
  background: #007C3F;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin: 0 auto;
  transition: background 0.3s;
}
.p-feature__btn-icon {
  display: inline-block;
  color: #fff;
  transition: transform 0.3s;
}
.p-feature__btn-icon img {
  width: 200px;
}
.p-feature__accordion {
  display: none;
  position: relative;
  top: 2%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-radius: 20px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-feature__accordion {
    position: absolute;
    top: 100%;
    z-index: 5;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
  }
}
.p-feature__voices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-feature__voice {
  display: flex;
  gap: 1rem;
}
.p-feature__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.p-feature__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature__info {
  flex: 1;
}
.p-feature__name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.p-feature__stars {
  margin-bottom: 0.5rem;
}
.p-feature__stars span {
  color: #FFD700;
  margin-right: -0.35em;
  font-size: 1rem;
  line-height: 1;
}
.p-feature__voice-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
}
.p-feature .p-feature__btn.is-open .p-feature__btn-icon {
  transform: rotate(45deg);
}
.p-feature .p-feature__btn.is-open + .p-feature__accordion {
  display: block;
}

.p-services .c-section__head::after {
  background-image: url(../images/svg/service.svg);
  background-size: contain;
  width: 120px;
  height: 120px;
  top: -15px;
}
.p-services .l-container-xl {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-services .l-container-xl {
    padding: 0;
  }
}
.p-services__inner {
  background: #fff;
  padding: 1em;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-services__inner {
    padding: 2em;
    border-radius: 80px 80px 0 0;
  }
}

.p-about {
  position: relative;
  overflow: hidden;
  background-color: #007C3F;
  background-image: url("../images/top/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  color: #fff;
}
.p-about__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 2rem;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding-block: 6rem;
  }
}
.p-about__content {
  /* ボタンをインラインブロックに */
}
.p-about__content .p-about__button {
  display: inline-block;
  margin-top: 2rem;
  background: #E5D9C5;
  color: #007C3F;
  padding: 0.75rem 3rem 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
}
.p-about__content .p-about__button::after {
  content: "";
  position: absolute;
  border-right: 1px solid #E5D9C5;
  border-bottom: 1px solid #E5D9C5;
  width: 4px;
  height: 4px;
  right: 1rem;
  top: 20.5px;
  transform: rotate(-45deg);
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-about__content .p-about__button::after {
    top: 22.5px;
  }
}
.p-about__content .p-about__button::before {
  content: "";
  position: absolute;
  background: #007C3F;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  right: 0.6rem;
  top: 15px;
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-about__content .p-about__button::before {
    top: 17px;
  }
}
.p-about__content .p-about__button:hover {
  background: #f8f3e7;
}
.p-about__title {
  color: #fff;
  padding-bottom: 2rem;
}
.p-about__text {
  padding-bottom: 2rem;
}
.p-about__text p {
  color: #fff;
}
.p-about__media {
  flex: 1;
  display: flex;
  justify-content: center;
}
.p-about__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.p-message__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    grid-template-columns: 1fr 1.25fr;
    align-items: start;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    gap: 10rem;
  }
}
.p-message__media {
  position: relative;
}
.p-message__media .p-message__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}
.p-message__media .p-message__label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
.p-message__media .p-message__label-clinic {
  font-size: 0.75rem;
  color: #333333;
  margin: 0 0 0.25rem;
}
.p-message__media .p-message__label-en {
  font-size: 0.75rem;
  font-family: "sofia-pro", sans-serif;
  color: #E5D9C5;
  margin: 0;
}
.p-message__media .p-message__label-ja {
  font-size: 1.25rem;
  font-weight: 700;
  color: #007C3F;
  margin: 0;
}
.p-message__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-message__title {
  margin-top: 0;
}
.p-message__lead {
  display: block;
  font-size: 0.6em;
  color: #E5D9C5;
}
@media screen and (min-width: 768px) {
  .p-message__lead {
    font-size: 0.5em;
  }
}
.p-message__text p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #333333;
}
.p-message__history-title {
  margin: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #E5D9C5;
  padding-bottom: 0.5rem;
}
.p-message__history {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}
.p-message__history-item {
  display: contents;
  padding: 2rem 0;
}
.p-message__history-year {
  font-size: 0.875rem;
  color: #333333;
  text-align: right;
}
.p-message__history-desc {
  font-size: 0.875rem;
  color: #333333;
  position: relative;
}
.p-message__history-desc::before {
  content: "•";
  color: #007C3F;
  position: absolute;
  left: -1em;
  top: 0.1em;
}

.p-interior .c-section__head::after {
  background-image: url(../images/svg/gallery.svg);
  background-size: contain;
  width: 120px;
  height: 120px;
  top: -15px;
}
.p-interior__inner .c-section__head {
  margin-bottom: 2rem;
}
.p-interior__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-interior__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .p-interior__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-interior__item .p-interior__card {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.p-interior__item .p-interior__card:hover {
  box-shadow: 0 4px 12px rgba(0, 124, 63, 0.3);
}
.p-interior__media .p-interior__img {
  width: 100%;
  height: auto;
  display: block;
}
.p-interior__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.p-interior__title {
  margin: 0;
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
}
.p-interior__subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #E5D9C5;
  font-family: "sofia-pro", sans-serif;
}
.p-interior__button {
  font-size: 1.5rem;
  color: #007C3F;
}

.p-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.p-modal-overlay.is-active {
  display: flex;
}

.p-modal {
  position: relative;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 100%;
  max-width: 960px;
  max-height: 90%;
  overflow: auto;
}
.p-modal__img {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.p-safety .c-section__head::after {
  background-image: none;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: -15px;
}
.p-safety .l-section {
  padding: 1em;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-safety .l-section {
    padding: 2em;
  }
}
.p-safety__inner {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-safety__inner {
    border-radius: 80px 80px 0 0;
  }
}
.p-safety__intro {
  text-align: center;
  margin-bottom: 2rem;
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-safety__intro {
    padding: 60px 0 0 0;
  }
}
.p-safety__intro p {
  font-size: 0.875rem;
  color: #333333;
  margin: 0.5rem 0;
}
.p-safety__intro p.p-safety__note {
  font-size: 0.75rem;
  color: #666666;
  opacity: 0.8;
}
.p-safety__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-safety__grid {
    grid-template-columns: 1fr;
  }
}
.p-safety__media .p-safety__img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}
.p-safety__body > .p-safety__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.p-safety__body > .p-safety__list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  color: #333333;
}
.p-safety__body > .p-safety__list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #007C3F;
}
.p-safety__body p {
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 1rem;
}
.p-safety__link {
  display: inline-block;
  font-size: 0.875rem;
  color: #007C3F;
  text-decoration: none;
  border-bottom: 1px solid #007C3F;
  padding-bottom: 2px;
  margin-bottom: 2rem;
}
.p-safety__link:hover {
  opacity: 0.8;
}
.p-safety__table-wrap {
  overflow-x: auto;
}
.p-safety__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border: 1px solid rgba(229, 217, 197, 0.3);
}
.p-safety__table thead th {
  background: #E5D9C5;
  color: #333333;
  font-size: 0.875rem;
  padding: 0.75rem;
  text-align: center;
}
.p-safety__table td {
  padding: 0.75rem;
  border-top: 1px solid rgba(229, 217, 197, 0.3);
  vertical-align: top;
  font-size: 0.875rem;
  color: #333333;
}
.p-safety__table td:first-child {
  width: 2.5em;
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  color: #333333;
}

.p-service-detail .c-section__head::after {
  background-image: url(../images/svg/service.svg);
  background-size: contain;
  width: 120px;
  height: 120px;
  top: -15px;
}
.p-service-detail .l-container-xl {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-service-detail .l-container-xl {
    padding: 0;
  }
}

.p-service__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-service-card {
  background: #fff;
  border: 1px solid #E5D9C5;
  border-radius: 1rem;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.p-service-card--green .p-service-card__divider {
  border-color: #007C3F;
}
.p-service-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-card__head {
    padding: 1.5rem 2rem;
  }
}
.p-service-card__title {
  position: relative;
  color: #007C3F;
  margin: 0;
  padding: 0 0 0 1.25em;
}
.p-service-card__title::after {
  position: absolute;
  content: "";
  background-image: url("../images/svg/dot.svg");
  background-size: contain;
  width: 10px;
  height: 10px;
  z-index: 2;
  left: 5px;
  top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-service-card__title::after {
    width: 15px;
    height: 15px;
    top: 0.6em;
  }
}
.p-service-card__label {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 9999px;
  white-space: nowrap;
}
.p-service-card__label--insurance {
  background: #8EC09C;
  color: #fff;
}
.p-service-card__label--private {
  background: #5B9BD5;
  color: #fff;
}
.p-service-card__risk {
  color: #666666;
}
.p-service-card__divider {
  position: relative;
  width: 100%;
}
.p-service-card__divider::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 3px;
  background-image: linear-gradient(to right, #E5D9C5, #E5D9C5 2px, transparent 2px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 5;
}
.p-service-card__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-card__body {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    padding: 2rem;
  }
}
.p-service-card__text {
  margin: 0;
}
.p-service-card__media {
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-service-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-service-card__button a {
  display: inline-block;
  margin-top: 2rem;
  background: #007C3F;
  color: #fff;
  padding: 0.75rem 3rem 0.75rem 2rem;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
}
.p-service-card__button a::after {
  content: "";
  position: absolute;
  border-right: 1px solid #007C3F;
  border-bottom: 1px solid #007C3F;
  width: 4px;
  height: 4px;
  right: 1rem;
  top: 20.5px;
  transform: rotate(-45deg);
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-service-card__button a::after {
    top: 22.5px;
  }
}
.p-service-card__button a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  right: 0.65rem;
  top: 15px;
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-service-card__button a::before {
    top: 17px;
  }
}
.p-service-card__wrapper {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1rem;
}
.p-service-card__toggle {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  width: 250px;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 0;
  padding: 0.5rem 0rem 0.5rem 2rem;
  cursor: pointer;
  transition: background 0.3s;
  border-bottom: dotted 2px #E5D9C5;
}
.p-service-card__toggle::before {
  position: absolute;
  content: "";
  background-image: url(../images/svg/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
}
.p-service-card__toggle-icon {
  display: inline-block;
  transition: transform 0.3s;
}
.p-service-card__accordion {
  display: none;
  padding: 1rem 0;
}
.p-service-card__accordion-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.p-service-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.p-service-card .p-service-card__toggle.is-open .p-service-card__toggle-icon {
  transform: rotate(45deg);
}
.p-service-card .p-service-card__toggle.is-open + .p-service-card__accordion {
  display: block;
}

.p-recruit-message__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__inner {
    grid-template-columns: 1fr 1.25fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-message__inner {
    padding-block: 6rem;
  }
}
.p-recruit-message__title {
  color: #007C3F;
}
.p-recruit-message__media picture,
.p-recruit-message__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.p-recruit-message__img {
  object-fit: cover;
}
.p-recruit-message__text {
  margin-top: 1.5rem;
}
.p-recruit-message__text p {
  margin-bottom: 1.25rem;
  line-height: 1.7;
  color: #333333;
}

.p-job-info .c-section__head::after {
  background-image: url(../images/svg/feature.svg);
  background-size: contain;
  width: 100px;
  height: 100px;
  top: -20px;
}
.p-job-info .l-container {
  padding: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-job-info .l-container {
    padding: 120px 0 0 0;
  }
}
.p-job-info__list {
  list-style: none;
}
.p-job-info__item {
  position: relative;
}
.p-job-info__item:last-child {
  border-bottom: none;
}
.p-job-info__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #E5D9C5, #E5D9C5 2px, transparent 2px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 5;
}
.p-job-info__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  background: transparent;
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}
.p-job-info__toggle:hover .p-job-info__icon {
  color: #007C3F;
}
.p-job-info__icon {
  display: inline-block;
  width: 1em;
  text-align: center;
  color: #007C3F;
  transition: transform 0.3s, color 0.3s;
}
.p-job-info__toggle.is-open .p-job-info__icon {
  transform: rotate(45deg);
  color: #007C3F;
}
.p-job-info__panel {
  display: none;
  padding-bottom: 1.5rem;
}
.p-job-info__details {
  padding: 1rem 0;
}
.p-job-info__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-job-info__row {
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.p-job-info__row dt.p-job-info__term {
  color: #007C3F;
}
.p-job-info__row dd.p-job-info__desc {
  margin: 0;
  color: #333333;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-job-info__toggle {
    padding: 2rem 0;
    font-size: 1.25rem;
  }
  .p-job-info__panel {
    padding-bottom: 2rem;
  }
  .p-job-info__row {
    margin-bottom: 1.5rem;
  }
}

.p-faq {
  /* '+'アイコン */
  /* 折りたたまれた状態の回答 */
  /* 開いた状態 */
}
.p-faq__list {
  padding: 15px 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    padding: 30px 0;
  }
}
.p-faq .l-container {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 768px) {
  .p-faq .l-container {
    padding: 0 0 120px 0;
  }
}
.p-faq__title {
  position: relative;
  display: inline-block;
  padding: 0 0 0.75rem;
  color: #007C3F;
}
.p-faq__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #E5D9C5, #E5D9C5 2px, transparent 2px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 5;
}
.p-faq__item {
  position: relative;
  margin: 1rem 0;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #E5D9C5, #E5D9C5 2px, transparent 2px, transparent 8px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 5;
}
.p-faq__question {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0 1rem 1.8rem;
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__question {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__question {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq__question {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 2500px) {
  .p-faq__question {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 1.125rem;
    padding: 1.25rem 0 1.25rem 2rem;
  }
}
.p-faq__question::before {
  position: absolute;
  content: "";
  background-image: url(../images/svg/qa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.p-faq__toggle-icon {
  margin-left: auto;
  transition: 0.3s ease;
  color: #007C3F;
}
.p-faq__answer {
  display: none;
  padding: 0rem 1rem 1rem 1rem;
  color: #333333;
  line-height: 1.7;
}
.p-faq__question.is-open .p-faq__toggle-icon {
  transform: rotate(45deg); /* 即時回転 */
  color: #007C3F; /* 即時色変更 */
}
.p-faq__answer.is-open {
  display: block;
}

.p-form {
  background: #f5f5f5;
}
.p-form .c-section__head::after {
  background-image: url(../images/svg/mail.svg);
  background-size: contain;
  width: 100px;
  height: 100px;
  top: -15px;
}
@media screen and (min-width: 768px) {
  .p-form .c-section__head::after {
    width: 120px;
    height: 120px;
    top: -15px;
  }
}
.p-form .contents {
  box-shadow: none !important;
}

.p-price-table .c-section__head::after {
  background-image: url(../images/svg/price.svg);
  background-size: contain;
  width: 120px;
  height: 120px;
  top: -15px;
}
.p-price-table .l-container {
  max-width: 960px;
}
.p-price-table__section-title {
  font-size: 1.5rem;
  color: #007C3F;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-price-table__section-title {
    margin: 3rem 0 1rem;
  }
}
.p-price-table__list {
  padding-bottom: 1rem;
}
.p-price-table__table-wrapper {
  overflow-x: auto;
  /* スマホで左右にスクロールしやすいようにパディングを付与 */
  margin: 0 -1rem;
  padding: 0 1rem 2rem;
}
.p-price-table__attention {
  text-align: right;
  color: #666666;
}
.p-price-table__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-price-table__table thead {
  background-color: #E9ECE4;
  text-align: center;
}
.p-price-table__table thead th {
  padding: 0.75rem 1rem;
  font-weight: 700;
  border-bottom: 2px solid #E9ECE4;
  border-right: 1px solid #E9ECE4;
  border-left: 1px solid #E9ECE4;
}
.p-price-table__table tbody tr {
  display: table-row;
}
@media screen and (min-width: 768px) {
  .p-price-table__table tbody tr {
    display: table-row;
  }
}
.p-price-table__table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.p-price-table__table tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #E9ECE4;
  border-right: 1px solid #E9ECE4;
  border-left: 1px solid #E9ECE4;
}
.p-price-table__table tbody td:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-price-table__section-title {
    font-size: 1.25rem;
    margin: 1.5rem 0 1rem;
  }
  .p-price-table__table-wrapper {
    margin: 0 -0.5rem;
    padding: 0 0.5rem 1.5rem;
  }
  .p-price-table__table {
    width: 100%;
  }
  .p-price-table__table thead th,
  .p-price-table__table tbody td {
    padding: 0.5rem 0.75rem;
  }
}

.p-news__pagination {
  margin-top: 2rem;
  text-align: center;
}
.p-news__pagination-list {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  list-style: none;
}
.p-news__page {
  position: relative;
}
.p-news__page a,
.p-news__page span {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.p-news__page a::before,
.p-news__page span::before {
  position: absolute;
  content: "";
  background: #007C3F;
  border: 2px solid #007C3F;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  top: -2px;
  left: 0;
  z-index: -1;
}
.p-news__page.is-active span {
  position: relative;
  color: #007C3F;
  font-size: 14px;
}
.p-news__page.is-active span::before {
  position: absolute;
  content: "";
  background: #F2F3F0;
  border: 1px solid #007C3F;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  top: -2px;
  left: 0;
  z-index: -1;
}
.p-news__page--next a {
  width: auto;
  color: #007C3F;
  font-family: "sofia-pro", sans-serif;
  border-radius: 1rem;
  background: transparent;
  font-weight: normal;
}
.p-news__page--next a::before {
  display: none;
}

.p-news-detail .l-section {
  max-width: 960px;
  margin: 0 auto;
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-news-detail__meta .p-news-detail__date {
  font-size: 0.875rem;
  color: #333333;
}
.p-news-detail__meta .p-news-detail__cat {
  background: #E5D9C5;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 9999px;
  font-size: 0.75rem;
}
.p-news-detail__head {
  margin-top: 3rem;
  color: #007C3F;
}
.p-news-detail__title {
  color: #007C3F;
}
.p-news-detail__ttl {
  margin-bottom: 2rem;
}
.p-news-detail__lead {
  color: #007C3F;
}
.p-news-detail__content {
  margin-bottom: 2rem;
}
.p-news-detail__content p {
  margin-bottom: 1em;
}
.p-news-detail__footer {
  text-align: center;
}
.p-news-detail__footer .c-button {
  position: relative;
  display: inline-block;
  padding: 0.75em 5em 0.75em 4em;
  background: #007C3F;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.3s;
}
.p-news-detail__footer .c-button::after {
  content: "";
  position: absolute;
  border-right: 1px solid #007C3F;
  border-bottom: 1px solid #007C3F;
  width: 4px;
  height: 4px;
  right: 1.5rem;
  top: 20.5px;
  transform: rotate(-45deg);
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-news-detail__footer .c-button::after {
    top: 22.5px;
  }
}
.p-news-detail__footer .c-button::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  right: 1.1rem;
  top: 15px;
  font-size: 1.2em;
  color: #007C3F;
}
@media screen and (min-width: 768px) {
  .p-news-detail__footer .c-button::before {
    top: 17px;
  }
}
.p-news-detail__footer .c-button:hover {
  background: #006332;
}

/* --------------------------------------------
 * Animation Utility
 * フェード・スライド・拡大・波紋・スクロールアイコン等
 * ------------------------------------------ */
/* === 1. スケールバウンス === */
@keyframes a-scale-bounce {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.03);
  }
  40% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.93);
  }
  70% {
    transform: scale(1.01);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  90% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.a-scale-bounce {
  animation: a-scale-bounce 1.8s linear infinite;
}

/* === 2. 上下アニメーション === */
@keyframes a-updown {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(-5px);
  }
}
.a-updown {
  animation: a-updown 1.2s linear infinite;
}

/* === 3. フェードイン（スクロール連動用） === */
.a-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease;
}
.a-fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* === 4. 帯アニメーション（テキスト・画像共通） === */
.a-wipe-container {
  overflow: hidden;
  position: relative;
}
.a-wipe-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-101%);
  transition: transform 0.8s ease;
  z-index: 1;
}
.a-wipe-container.is-inview::before {
  transform: translateX(101%);
}
.a-wipe-container .a-wipe-text {
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
}
.a-wipe-container.is-inview .a-wipe-text {
  opacity: 1;
}

/* === 5. 波紋アニメーション === */
@keyframes a-ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.a-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #666;
  box-shadow: 0 0 5px #666;
  animation: a-ripple 2s infinite;
  top: 0;
  left: 0;
}

/* === 6. スクロールアイコン（マウス型） === */
@keyframes a-scroll-dot {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(12px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-scroll-icon {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.a-scroll-icon::before {
  content: "";
  width: 18px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  margin: 0 auto 8px;
}
.a-scroll-icon::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  animation: a-scroll-dot 2s infinite;
}