@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  font-weight: 500;
  color: #333;
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

main {
  margin-top: 70px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 116px;
  }
}

img {
  display: block;
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block !important;
  }
}

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

@media only screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.c-txt-left {
  text-align: left;
}

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

.c-txt-right {
  text-align: right;
}

/* ==================================
レイアウト
===================================== */
.l-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .l-container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media only screen and (min-width: 576px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 576px) {
  .l-column.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 251, 235, 0.95);
}
@media only screen and (min-width: 992px) {
  .l-header {
    height: 116px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.l-header__inner {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-header__inner {
    padding: 15px 0 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-header__ttl {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 2.6;
  color: #006400;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  .l-header__ttl {
    font-size: 14px;
    line-height: 2.5;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    right: 250px;
    top: 25px;
  }
}
.l-header__logo {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo {
    margin-top: 10px;
  }
}
.l-header__logo img {
  width: 210px;
}
@media only screen and (min-width: 992px) {
  .l-header__logo img {
    width: 368px;
  }
}
.l-header {
  /* SP：電話アイコン + ハンバーガーを横並び（PCでは非表示） */
}
.l-header__spActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .l-header__spActions {
    display: none;
  }
}
.l-header__spActions .p-hamburger {
  margin-top: 0;
}
.l-header__telIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  -webkit-tap-highlight-color: transparent;
}
.l-header__telIcon img {
  display: block;
  width: 40px;
  height: 40px;
}
.l-header .c-button {
  position: relative;
  background-color: transparent;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #228B22;
  cursor: pointer;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .l-header .c-button {
    display: none;
  }
}
.l-header .p-hamburger {
  width: 40px;
  height: 40px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header .p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: 2;
}
.l-header .p-hamburger__line::before,
.l-header .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.l-header .p-hamburger__line::before {
  top: -6px;
}
.l-header .p-hamburger__line::after {
  top: 7px;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #244474;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header .p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header .u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
@media only screen and (max-width: 991px) {
  .l-header__nav {
    /* width:0 / flex:0 等は付けない（ドロワーが表示されなくなる） */
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: calc(100vh - 70px);
    padding: 0 15px 140px;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav {
    padding: 0 30px 20px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 60px 0 0 60px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li:not(:last-child) {
    position: relative;
  }
  .l-header__nav .l-header__list > li:not(:last-child)::after {
    content: "｜";
    color: #61B644;
    font-weight: 500;
    margin: 0 10px;
  }
}
.l-header__nav .l-header__list > li {
  /* 通常項目（直下に a のみ） */
}
.l-header__nav .l-header__list > li > a.l-header__link {
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  display: block;
  position: relative;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li > a.l-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
  .l-header__nav .l-header__list > li > a.l-header__link::after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_nav_arrow.png) center/contain no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li > a.l-header__link {
    padding: 0;
    font-size: 15px;
    line-height: 1.875;
    color: #333;
    border: none;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild {
    position: relative;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D1D1D1;
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent {
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: auto;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent .l-header__link {
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  border-bottom: none;
  display: block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent .l-header__link {
    display: block;
  }
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent .l-header__link::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent .l-header__link {
    padding: 0;
    font-size: 15px;
    line-height: 1.875;
    color: #333;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__navAccordion {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* タップは広く、字形は他行の矢印と同じ 22px 列の中央に */
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  margin: -6px 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #228B22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__navAccordion {
    display: none;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__navAccordionIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  pointer-events: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.l-header__nav .l-header__list > li.l-header__item--hasChild {
  /* slideToggle の対象（JS は display:block を付与）。内側の .l-header__subList は flex のまま */
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subWrap {
    display: none;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subWrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 116px;
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0 clamp(16px, 4vw, 48px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ebf7c7;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 98;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__megaFukidashi {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__megaFukidashi {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 40px;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
    line-height: 0;
    pointer-events: none;
  }
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__megaFukidashi img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild {
  /* PC メガメニュー表示は :hover ではなく .is-megaOpen（common.js 遅延制御） */
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild.is-megaOpen .l-header__subWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subList {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(8px, 1.5vw, 24px);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subItem {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subLink {
  display: block;
  font-size: 14px;
  line-height: 1.8571428571;
  color: #006400;
  position: relative;
}
.l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subLink::before {
  display: inline;
  margin-right: 0.2em;
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subLink::before {
    content: "- ";
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subLink::before {
    content: "▶ ";
    font-size: 0.72em;
    margin-right: 0.35em;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subLink {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__subItem:last-child .l-header__subLink {
    border-bottom: none;
  }
}
.l-header__nav .l-header__list > li.l-header__item--hasChild {
  /* アコーディオン展開時：親行の下線を消し、次項目（クリニック紹介）の上線で区切る */
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild:has(.l-header__navAccordion[aria-expanded=true]) .l-header__parent {
    border-bottom: none;
  }
}
@media only screen and (max-width: 991px) {
  .l-header__nav .l-header__list > li.l-header__item--hasChild:has(.l-header__navAccordion[aria-expanded=true]) + li > a.l-header__link {
    border-top: 1px solid #D1D1D1;
  }
}
.l-header__links {
  max-width: 345px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  /* .l-header__links a の flex !important が .u-pc より詳細度で勝つため、
     ハンバーガー帯域（nav の sp-layout と同じ 991px 以下）では PC 専用リンクを隠す */
}
@media only screen and (max-width: 991px) {
  .l-header__links a.u-pc {
    display: none !important;
  }
}
.l-header__links a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .l-header__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
  }
  .l-header__links a::after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_nav_arrow.png) center/contain no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__links {
    max-width: initial;
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.l-header {
  /* タブレット帯域（PC発動〜1395px）の詰め込み回避 */
}
@media only screen and (min-width: 992px) and (max-width: 1395px) {
  .l-header__inner {
    padding: 15px 0 0 12px;
  }
  .l-header__ttl {
    font-size: 12px;
    right: auto;
    left: 50%;
    top: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__logo img {
    width: clamp(200px, 20vw, 320px);
  }
  .l-header__nav {
    padding: 0 12px 20px 16px;
  }
  .l-header__nav .l-header__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .l-header__nav .l-header__list > li:not(:last-child)::after {
    margin: 0 2px;
  }
  .l-header__nav .l-header__list > li > a.l-header__link {
    font-size: 12px;
  }
  .l-header__nav .l-header__list > li.l-header__item--hasChild .l-header__parent .l-header__link {
    font-size: 12px;
  }
}

body.is-drawerActive {
  overflow: hidden;
}
body.is-drawerActive .l-header__nav {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.l-footer {
  background-color: #61B644;
  color: #fff;
  padding: 60px 0 20px 0;
}
.l-footer .l-container {
  max-width: 1465px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .l-footer .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__logo {
  display: block;
  text-align: center;
  font-size: 24px;
  width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .l-footer__logo {
    width: 316px;
    text-align: left;
    font-size: 30px;
  }
}
.l-footer__access {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .l-footer__access {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .l-footer__access .u-pc {
    display: inline-block !important;
  }
}
.l-footer__buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .l-footer__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.l-footer__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  max-width: 305px;
  color: #228B22;
  margin: 0 auto;
  height: 75px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .l-footer__buttons .btn {
    width: 262px;
    max-width: 262px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 262px;
            flex: 0 0 262px;
    margin: 0;
  }
}
.l-footer__buttons .btn .main {
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.l-footer__buttons .btn .main::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
}
.l-footer__buttons .btn.btn-tel {
  padding-top: 10px;
}
.l-footer__buttons .btn.btn-tel .main::before {
  background: url(../img/common/icon_phone.png) no-repeat center/contain;
}
.l-footer__buttons .btn.btn-tel .sub {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.l-footer__buttons .btn.btn-reserve .main::before {
  background: url(../img/common/icon_reserve.png) no-repeat center/contain;
}
.l-footer__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav {
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
  }
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 190px;
  gap: 10px 0;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__list {
    gap: 10px 60px;
  }
}
.l-footer__nav__list--has-child {
  margin-top: 20px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__list--has-child {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
  }
}
.l-footer__nav__item {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__item {
    width: auto;
  }
}
.l-footer__nav__item--parent {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__item--parent {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.l-footer__nav__item a {
  color: #fff;
  line-height: 2.14285714;
}
.l-footer__nav__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 115px;
  gap: 10px 0;
  margin-top: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__child {
    height: 75px;
    width: 100%;
    gap: 10px 15px;
  }
}
.l-footer__nav__child__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__child__item {
    width: auto;
  }
}
.l-footer__nav__child__item a {
  color: #fff;
  line-height: 2.14285714;
}
@media only screen and (min-width: 992px) {
  .l-footer__nav__child__item a {
    font-size: 14px;
  }
}
.l-footer__copyright {
  text-align: center;
  display: block;
  font-size: 10px;
  margin-top: 30px;
  letter-spacing: 0.05em;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .l-footer__copyright {
    margin-top: 0;
    text-align: right;
  }
}

.c-bg {
  background-color: #f4f8f8;
}

.l-contact {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .l-contact {
    margin-top: 80px;
  }
}
.l-contact .l-container {
  max-width: 1366px;
}
.l-contact__box {
  background-color: #228B22;
  border-radius: 20px;
  padding: 60px 15px;
}
.l-contact .c-ttl .jp {
  color: #fff;
}
.l-contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .l-contact__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contact__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  max-width: 305px;
  color: #228B22;
  margin: 0 auto;
  height: 75px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .l-contact__buttons .btn {
    width: 100%;
    max-width: 475px;
    height: 150px;
    margin: 0;
    border-radius: 10px;
  }
}
.l-contact__buttons .btn .main {
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-contact__buttons .btn .main {
    padding-left: 0;
  }
}
.l-contact__buttons .btn .main::before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .l-contact__buttons .btn .main::before {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    position: static;
    margin-bottom: 10px;
  }
}
.l-contact__buttons .btn.btn-tel {
  padding-top: 10px;
}
.l-contact__buttons .btn.btn-tel .main::before {
  background: url(../img/common/icon_phone.png) no-repeat center/contain;
}
.l-contact__buttons .btn.btn-tel .sub {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.l-contact__buttons .btn.btn-reserve .main::before {
  background: url(../img/common/icon_reserve.png) no-repeat center/contain;
}

.l-access {
  padding: 230px 0 80px 0;
  background-color: #FFFBEB;
  margin-top: -170px;
}
@media only screen and (min-width: 992px) {
  .l-access {
    padding-top: 290px;
    margin-top: -210px;
  }
}
.l-access .l-container {
  max-width: 1465px;
}
.l-access .c-ttl {
  color: #fff;
}
.l-access .c-ttl::after {
  background-color: #fff;
}
.l-access__box {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .l-access__box {
    padding: 60px 50px;
  }
}
.l-access__box .txt-wrap {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .l-access__box .txt-wrap {
    width: 30.18%;
    margin-top: 0;
  }
}
.l-access__box .txt-wrap h3 {
  font-size: 24px;
  line-height: 1;
  width: 230px;
}
@media only screen and (min-width: 576px) {
  .l-access__box .txt-wrap h3 {
    font-size: 30px;
    width: 316px;
  }
}
.l-access__box .txt-wrap h4 {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #228B22;
  border-radius: 5px;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) {
  .l-access__box .txt-wrap h4 {
    margin-top: 40px;
    font-size: revert;
    line-height: revert;
  }
}
.l-access__box .txt-wrap p {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 20px;
}
.l-access__box .txt-wrap p:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-access__box .map-wrap {
  width: 100%;
  aspect-ratio: 305/229;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 992px) {
  .l-access__box .map-wrap {
    width: 66.217228%;
    aspect-ratio: 442/245;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.l-access__box .map-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-access__tableWrap {
  width: 100%;
  max-width: 1000px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 30px auto 0;
}
@media only screen and (min-width: 576px) {
  .l-access__tableWrap {
    margin: 40px auto 0;
  }
}
.l-access__table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.l-access__table tr {
  border-bottom: 1px solid #E1EBCD;
}
.l-access__table th {
  background-color: #228B22;
  color: #fff;
}
.l-access__table th:first-child {
  width: 35%;
}
@media only screen and (min-width: 576px) {
  .l-access__table th:first-child {
    width: 30%;
  }
}
.l-access__table td:not(:first-child) {
  color: #228B22;
}
.l-access__table th,
.l-access__table td {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.66666667;
}
@media only screen and (min-width: 576px) {
  .l-access__table th,
  .l-access__table td {
    padding: 17px;
    font-size: 18px;
  }
}
.l-access__notice {
  color: #666666;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 576px) {
  .l-access__notice {
    margin-top: 10px;
    font-size: 14px;
  }
}

.l-mv {
  position: relative;
}
.l-mv::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #FFFBEB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-mv .l-mv__ttl {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.25;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .l-mv .l-mv__ttl {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: left;
    font-size: 38px;
    line-height: 1;
    top: 50%;
    left: 100px;
  }
}
.l-mv .l-mv__ttl .en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin-top: 5px;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (min-width: 992px) {
  .l-mv .l-mv__ttl .en {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
}
.l-mv .l-mv__img {
  width: 100%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .l-mv .l-mv__img {
    width: calc(100% - 50px);
    border-radius: 40px 0 0 40px;
  }
}
.l-mv .l-mv__img::before {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(107, 142, 35, 0.8)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(107, 142, 35, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .l-mv .l-mv__img::before {
    background-color: rgba(106, 142, 35, 0.7);
  }
}
.l-mv .l-mv__img img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .l-mv .l-mv__ttl {
    font-size: 30px;
    text-align: left;
    width: auto;
    left: clamp(24px, 5vw, 60px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-mv .l-mv__ttl .en {
    font-size: 13px;
    text-align: left;
    margin-top: 8px;
  }
  .l-mv .l-mv__img {
    width: 100%;
  }
}

.l-breadcrumb {
  max-width: 1536px;
  margin: 0 auto;
  padding: 5px 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media only screen and (min-width: 992px) {
  .l-breadcrumb {
    padding: 5px 50px;
  }
}
.l-breadcrumb__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.l-breadcrumb__item {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 2.5;
  color: #006400;
}
.l-breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin: 0 2px;
  color: #999;
  vertical-align: baseline;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: inline-block;
}
.l-breadcrumb__item a {
  color: #959595;
}
.l-breadcrumb__link {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-breadcrumb__link:hover {
  opacity: 0.7;
}

.l-doctor {
  padding: 80px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-doctor {
    padding: 105px 0;
  }
}
.l-doctor .c-ttlWrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .l-doctor .c-ttlWrap {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-column {
    max-width: 830px;
    margin: 0 auto;
  }
}
.l-doctor .c-btn {
  margin: 40px auto 0;
}
@media only screen and (min-width: 992px) {
  .l-doctor .c-btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .l-doctor .l-doctor__imgWrap {
    width: calc(100% - 40px);
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__imgWrap {
    width: 38.5%;
  }
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__txtWrap {
    width: 55.5%;
  }
}
.l-doctor .l-doctor__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media only screen and (min-width: 992px) {
  .l-doctor .l-doctor__txt {
    font-size: 16px;
    line-height: 1.875;
  }
}
.l-doctor .l-doctor__name {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
.l-doctor .l-doctor__name::after {
  content: attr(data-name);
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
  color: #006400;
}
.l-doctor .l-doctor__info {
  margin-top: 35px;
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__info {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 20px 2%;
  }
}
@media only screen and (min-width: 992px) {
  .l-doctor .l-doctor__info {
    margin-top: 50px;
  }
}
.l-doctor .l-doctor__wrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .l-doctor .l-doctor__wrap {
    padding: 25px 30px;
  }
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__wrap:first-child {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__wrap.w-100 {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 575px) {
  .l-doctor .l-doctor__wrap + .l-doctor__wrap {
    margin-top: 20px;
  }
}
.l-doctor .l-doctor__label {
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #006400;
}
@media only screen and (min-width: 992px) {
  .l-doctor .l-doctor__label {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
.l-doctor .l-doctor__table {
  width: 100%;
  border-collapse: collapse;
}
.l-doctor .l-doctor__heading {
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .l-doctor .l-doctor__heading {
    display: block;
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 575px) {
  .l-doctor .l-doctor__data {
    margin-top: -7px;
    display: block;
  }
}
.l-doctor .l-doctor__list li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .l-doctor .l-doctor__list li:not(:last-child) {
    margin-bottom: 0;
  }
}

.l-pagination {
  margin-top: 50px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .l-pagination {
    margin-top: 80px;
  }
}
.l-pagination .page-numbers {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFBEB;
  width: 30px;
  height: 44px;
  border-radius: 5px;
}
.l-pagination .page-numbers.prev {
  width: 30px;
  height: 44px;
  color: #fff;
  position: relative;
  background: none;
  display: none;
}
.l-pagination .page-numbers.prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
  background: center/contain no-repeat url(../img/common/icon_arrow_right_green.svg);
}
.l-pagination .page-numbers.next {
  width: 30px;
  height: 44px;
  background: none;
  color: #fff;
  position: relative;
  display: none;
}
.l-pagination .page-numbers.next::before {
  content: "";
  display: block;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right_green.svg);
}
.l-pagination .page-numbers.current {
  background-color: #228B22;
  color: #fff;
}
.l-pagination .page-numbers.dots {
  background: none;
}

.l-fixed__nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) {
  .l-fixed__nav {
    display: none;
  }
}
.l-fixed__navBtn {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #228B22;
  white-space: nowrap;
}
.l-fixed__navBtn--sec {
  color: #333;
  background-color: #61B644;
}

#top .p-about,
#about .p-about {
  background-color: #FFFBEB;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-about,
  #about .p-about {
    background: none;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about::before,
  #about .p-about::before {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 206px;
    background-color: #FFFBEB;
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about__image,
  #about .p-about__image {
    width: 66%;
    margin-left: auto;
  }
}
#top .p-about__box,
#about .p-about__box {
  margin-top: -57px;
  background-color: #fff;
  border: 1px solid #6DB766;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  #top .p-about__box,
  #about .p-about__box {
    padding: 40px;
  }
}
@media screen and (min-width: 1299px) {
  #top .p-about__box,
  #about .p-about__box {
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 40px;
    left: 15px;
    max-width: 500px;
    top: 25px;
    top: 75px;
    left: 110px;
    max-width: 732px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .l-container,
  #about .p-about .l-container {
    position: static;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .c-ttl,
  #about .p-about .c-ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .c-ttl .en img,
  #about .p-about .c-ttl .en img {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-about .c-ttl .jp,
  #about .p-about .c-ttl .jp {
    text-align: left;
  }
}
#top .p-about__ttl,
#about .p-about__ttl {
  color: #228B22;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#top .p-about__txt,
#about .p-about__txt {
  margin-top: 10px;
  line-height: 1.85714286;
  letter-spacing: 0.05em;
}
#top .p-about .c-btn,
#about .p-about .c-btn {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  #top .p-about .c-btn,
  #about .p-about .c-btn {
    margin: 20px 0 0;
  }
}
#top .p-message,
#about .p-message {
  background-color: #FFFBEB;
  padding: 60px 20px 80px;
}
@media only screen and (min-width: 992px) {
  #top .p-message,
  #about .p-message {
    padding: 50px 0 80px 0;
  }
}
#top .p-message__image,
#about .p-message__image {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #top .p-message__image,
  #about .p-message__image {
    width: 100%;
  }
}
#top .p-message .flex-wrap,
#about .p-message .flex-wrap {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #top .p-message .flex-wrap,
  #about .p-message .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top .p-message .flex-wrap .img-wrap,
#about .p-message .flex-wrap .img-wrap {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #top .p-message .flex-wrap .img-wrap,
  #about .p-message .flex-wrap .img-wrap {
    display: block;
    width: 27%;
  }
}
#top .p-message .flex-wrap .txt-wrap,
#about .p-message .flex-wrap .txt-wrap {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #top .p-message .flex-wrap .txt-wrap,
  #about .p-message .flex-wrap .txt-wrap {
    display: block;
    width: 68%;
  }
}
#top .p-message__profile,
#about .p-message__profile {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #top .p-message__profile,
  #about .p-message__profile {
    width: 100%;
  }
}
#top .p-message__profile .position,
#about .p-message__profile .position {
  display: block;
  width: 100%;
  color: #228B22;
  font-size: 14px;
}
#top .p-message__profile .name,
#about .p-message__profile .name {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  #top .p-message__profile .name,
  #about .p-message__profile .name {
    font-size: 20px;
  }
}
#top .p-message__profile .romaji,
#about .p-message__profile .romaji {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  #top .p-message__profile .romaji,
  #about .p-message__profile .romaji {
    font-size: 14px;
  }
}
#top .p-message__ttl,
#about .p-message__ttl {
  margin-top: 30px;
  font-size: 20px;
  color: #228B22;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  #top .p-message__ttl,
  #about .p-message__ttl {
    margin-top: 0;
    font-size: 24px;
  }
}
#top .p-message__txt,
#about .p-message__txt {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-message__txt,
  #about .p-message__txt {
    margin-top: 20px;
  }
}
#top .p-message .c-btn,
#about .p-message .c-btn {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  #top .p-message .c-btn,
  #about .p-message .c-btn {
    margin: 40px 0 0;
  }
}

.c-btn {
  max-width: 250px;
  width: 100%;
  background: #228B22;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .c-btn {
    font-size: 18px;
    height: 60px;
    max-width: 300px;
  }
}
.c-btn::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/11.35;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right.svg);
}
@media only screen and (min-width: 992px) {
  .c-btn::before {
    width: 20px;
  }
}

.c-btn.l-spFloatReserve {
  display: none;
}
@media only screen and (max-width: 991px) {
  .c-btn.l-spFloatReserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    z-index: 900;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(8px);
            transform: translateX(-50%) translateY(8px);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .c-btn.l-spFloatReserve.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.c-btn__tel {
  padding: 11px 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #228B22;
  border-radius: 27px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .c-btn__tel {
    max-height: 54px;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}
.c-btn__tel span {
  font-size: 24px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-left: 35px;
}
.c-btn__tel span::before {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  left: 0;
  background: url(../img/common/icon_tel_wh.png) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .c-btn__tel span {
    font-size: 22px;
  }
}
.c-btn__tel--header {
  width: 250px;
  height: 50px;
}

.c-btn__link {
  font-size: 18px;
  line-height: 1.3636363636;
  text-align: center;
  color: #fff;
  background-color: #228B22;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  position: relative;
}
.c-btn__link::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/11.35;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right.svg);
}

.c-nav {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 576px) {
  .c-nav {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .c-nav {
    margin-top: 80px;
  }
}
.c-nav .c-btn {
  color: #333;
  padding: 0;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .c-nav .c-btn {
    font-size: 18px;
  }
}
.c-nav .c-btn::before {
  display: none;
}
.c-nav .c-btn::after {
  display: none;
}
.c-nav__item {
  width: 26px;
  height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.c-nav__item::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/contain no-repeat url(../img/common/icon_pagenav.png);
}
@media only screen and (min-width: 992px) {
  .c-nav__item::after {
    right: 20px;
  }
}
.c-nav__item--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-nav__item span {
  visibility: hidden;
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: 400;
}
.c-fw--m {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--b {
  font-weight: 700;
}
.c-fw--bk {
  font-weight: 900;
}

.c-al--l {
  text-align: left;
}
.c-al--c {
  text-align: center;
}
.c-al--r {
  text-align: right;
}

.c-ttl {
  text-align: center;
  color: #228B22;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .c-ttl {
    margin-bottom: 30px;
  }
}
.c-ttl .en {
  display: block;
}
.c-ttl .en img {
  width: auto;
  height: 16px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 576px) {
  .c-ttl .en img {
    height: 19px;
  }
}
.c-ttl .jp {
  font-size: 30px;
  display: block;
  margin-top: 5px;
  color: #228B22;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .c-ttl .jp {
    font-size: 35px;
  }
}

.c-ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-ttlWrap .c-ttl {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .c-ttlWrap .c-ttl {
    font-size: 36px;
    line-height: 1;
  }
}

#top .p-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #top .p-mv {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv::before {
    height: 560px;
    width: 100%;
    background-color: #FFFBEB;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .p-mv::after {
    position: absolute;
    top: 560px;
    width: 100%;
    height: 50px;
    background-color: #F7F9E7;
    content: "";
    left: 0;
  }
}
#top .p-mv .mv-swiper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  min-height: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 0 0 30px 30px;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .mv-swiper {
    border-radius: 0;
  }
}
#top .p-mv .mv-swiper {
  /* Swiper 既定の .swiper-slide { height: 100% } より優先し、画像の縦横比を維持 */
}
#top .p-mv .mv-swiper .swiper-wrapper,
#top .p-mv .mv-swiper .swiper-slide {
  height: auto !important;
}
#top .p-mv .p-mv__sliderWrap {
  display: contents;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__sliderWrap {
    display: block;
    width: calc(100% - 166px);
    margin-left: auto;
    position: relative;
  }
}
#top .p-mv .p-mv__img {
  position: relative;
  z-index: 2;
}
#top .p-mv .p-mv__img img {
  width: 100%;
  height: auto;
}
#top .p-mv .p-mv__message {
  max-width: 285px;
  position: absolute;
  z-index: 9;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(80px);
          transform: translateX(-50%) translateY(80px);
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__message {
    bottom: -90px;
    margin: 0;
    max-width: 300px;
    position: absolute;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__message {
    max-width: 350px;
    left: 50px;
  }
}
@media screen and (min-width: 1299px) {
  #top .p-mv .p-mv__message {
    max-width: 472px;
    left: 70px;
  }
}
#top .p-mv .p-mv__pagination {
  /* .p-mv__message（z-index:9）より手前に（Swiper 既定の position:absolute のまま） */
  z-index: 12;
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  gap: 12px;
  left: auto;
  top: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  bottom: -80px;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__pagination {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: auto;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#top .p-mv .p-mv__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  opacity: 1;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background-color: #6b8e23;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
#top .p-mv .p-mv__pagination .swiper-pagination-bullet-active {
  background: #228b22;
}
@media only screen and (min-width: 576px) {
  #top .p-mv .p-mv__pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.7);
  }
}
#top .p-mv .p-mv__wrap {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__wrap {
    width: 393px;
    height: 393px;
    top: 50%;
  }
}
#top .p-mv .p-mv__wrap::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #ffdcc6;
  border-radius: 50%;
  z-index: -1;
}
#top .p-mv .p-mv__ttl {
  padding-top: 20px;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 1.3870967742;
  color: #333;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl {
    padding-top: 30px;
    font-size: 30px;
    line-height: 1.380952381;
  }
}
#top .p-mv .p-mv__ttl span {
  font-size: 30px;
  line-height: 1.1621621622;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__ttl span {
    font-size: 42px;
    line-height: 1.16;
  }
}
#top .p-mv .p-mv__preview {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6666666667;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview {
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.6363636364;
  }
}
#top .p-mv .p-mv__preview::before {
  content: "";
  width: 240px;
  height: 3px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #ffdcc6;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview::before {
    width: 300px;
    top: -15px;
  }
}
#top .p-mv .p-mv__preview span {
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #top .p-mv .p-mv__preview span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  #top .p-mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(300px, 40vw, 420px);
    background-color: #FFFBEB;
  }
  #top .p-mv .p-mv__sliderWrap {
    width: calc(100% - clamp(60px, 14vw, 130px));
  }
  #top .p-mv .p-mv__message {
    left: clamp(20px, 6vw, 70px);
    bottom: -60px;
    max-width: clamp(220px, 36vw, 380px);
  }
  #top .p-mv .p-mv__pagination .swiper-pagination-bullet-active {
    background: #228b22;
  }
}
#top .p-news {
  padding: 120px 0 80px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-news {
    padding: 80px 0;
  }
}
#top .p-news .c-btn {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  #top .p-news .c-btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) {
  #top .p-news .p-news__list {
    max-width: 830px;
    margin: 0 auto;
  }
}
#top .p-news .p-news__item {
  background-color: #FFFBEB;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #top .p-news .p-news__item {
    padding: 10px 40px 10px 20px;
  }
}
#top .p-news .p-news__item::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border-radius: 50%;
  background: #228B22 url(../img/common/icon_arrow_right.svg) no-repeat center/13px;
}
@media only screen and (min-width: 992px) {
  #top .p-news .p-news__item::after {
    width: 30px;
    height: 30px;
    right: 20px;
    background: #228B22 url(../img/common/icon_arrow_right.svg) no-repeat center/20px;
  }
}
#top .p-news .p-news__item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-news .p-news__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
#top .p-news .p-news__link {
  color: #333;
}
#top .p-news .p-news__date {
  color: #228B22;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #top .p-news .p-news__date {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-news .p-news__ttl {
    margin-top: 5px;
  }
}
#top .flex-pc {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #top .flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  #top .flex-pc .p-hours {
    width: 68.2%;
  }
}
@media only screen and (min-width: 992px) {
  #top .flex-pc .p-access-top {
    width: 31.1%;
  }
}
#top .p-hours {
  padding: 80px 0 40px 0;
  background-color: #FFFBEB;
}
@media only screen and (min-width: 992px) {
  #top .p-hours {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-hours .l-container {
    padding: 0 60px 0 100px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-hours .c-ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-hours .c-ttl .en img {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-hours .c-ttl .jp {
    text-align: left;
  }
}
#top .p-hours .l-access__table {
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
#top .p-hours .l-access__table tr {
  border-bottom: none;
}
#top .p-hours .l-access__table th,
#top .p-hours .l-access__table td {
  border-right: 1px solid #BBCBB3;
  border-bottom: 1px solid #BBCBB3;
}
#top .p-hours .l-access__table th:first-child,
#top .p-hours .l-access__table td:first-child {
  border-left: none;
}
#top .p-hours .l-access__table th:last-child,
#top .p-hours .l-access__table td:last-child {
  border-right: none;
}
#top .p-hours .l-access__table tbody tr:last-child td {
  border-bottom: none;
}
#top .p-hours .l-access__table td {
  background-color: #fff;
}
#top .p-access-top {
  padding: 40px 0 80px 0;
  background-color: #FFFBEB;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #top .p-access-top {
    padding: 60px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .l-container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .c-ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .c-ttl .en img {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .c-ttl .jp {
    text-align: left;
  }
}
#top .p-access-top__txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.85714286;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #top .p-access-top__txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }
}
#top .p-access-top .c-btn {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .c-btn {
    margin: 20px 0 0;
  }
}
#top .p-access-top .c-btn::before {
  background: url(../img/common/icon_target.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 992px) {
  #top .p-access-top .c-btn::before {
    right: 20px;
  }
}
#top .p-medicalservices {
  padding: 80px 0;
}
@media only screen and (min-width: 992px) {
  #top .p-medicalservices {
    padding: 80px 0 100px 0;
  }
}
#top .p-medicalservices--tabs .p-disease__tabNav {
  gap: 10px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 992px) {
  #top .p-medicalservices--tabs .p-disease__tabNav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1344px;
    gap: 20px;
    margin-bottom: 30px;
  }
}
#top .p-medicalservices--tabs .p-disease__tabBtn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #228b22;
  background-color: #fffbeb;
  border: none;
  border-radius: 0;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
@media only screen and (min-width: 992px) {
  #top .p-medicalservices--tabs .p-disease__tabBtn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    width: auto;
    font-size: 16px;
    height: 50px;
  }
}
#top .p-medicalservices--tabs .p-disease__tabBtn:hover:not([aria-selected=true]) {
  background-color: #f5f2e4;
}
#top .p-medicalservices--tabs .p-disease__tabBtn[aria-selected=true] {
  color: #ffffff;
  background-color: #61b644;
}
#top .p-medicalservices--tabs .p-disease--tabs .p-disease__panel:not(.is-active) {
  display: none !important;
}
#top .p-medicalservices--tabs .p-disease--tabs .p-disease__panel.is-active {
  display: block;
}
#top .p-medicalservices--tabs .p-disease--tabs .p-disease__ttl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#top .l-recruit {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  #top .l-recruit {
    margin-top: 80px;
  }
}
#top .l-recruit__banner {
  max-width: 830px;
  margin: 0 auto;
}

#about .p-about {
  background-color: #fff;
  padding: 60px 0 80px;
}
@media only screen and (min-width: 992px) {
  #about .p-about {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1299px) {
  #about .p-about {
    padding-top: 100px;
  }
}
#about .p-about__wrap {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #about .p-about__wrap {
    display: block;
    position: relative;
  }
}
#about .p-about__wrap .l-container {
  max-width: 1000px !important;
}
@media only screen and (min-width: 992px) {
  #about .p-about__image {
    width: 66%;
    margin-left: auto;
  }
}
#about .p-about__box {
  background-color: #fff;
  border: 1px solid #6DB766;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 9;
  max-width: 1000px;
  top: 0 !important;
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  #about .p-about__box {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #about .p-about__box {
    margin-top: 0;
    padding: 60px;
  }
}
#about .p-about__box .img-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  width: 265px;
}
@media only screen and (min-width: 576px) {
  #about .p-about__box .img-wrap {
    width: 397px;
    top: -67px;
  }
}
@media only screen and (min-width: 992px) {
  #about .p-about__box .img-wrap {
    width: 40%;
    right: -20px;
    top: -60px;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#about .p-about__box .txt-wrap {
  padding-top: 190px;
}
@media only screen and (min-width: 576px) {
  #about .p-about__box .txt-wrap {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 992px) {
  #about .p-about__box .txt-wrap {
    padding-top: 0;
    width: 60%;
  }
}
#about .p-about__ttl {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #about .p-about__ttl {
    font-size: 22px;
    text-align: left;
  }
}
#about .p-about .l-container {
  max-width: 1166px;
}
#about .p-about__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  #about .p-about__list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  #about .p-about__list li:nth-of-type(2) {
    margin-top: 80px;
  }
}
#about .p-about__list .img-wrap {
  position: relative;
  max-width: 305px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #about .p-about__list .img-wrap {
    width: 100%;
  }
}
#about .p-about__list .img-wrap .num {
  position: absolute;
  left: 0;
  width: 60px;
  top: 10px;
}
#about .p-about__list .img-wrap .img {
  display: block;
}
#about .p-about__list h3 {
  text-align: center;
  color: #228B22;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  #about .p-about__list h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}
#about .p-about__list p {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  #about .p-about__list p {
    margin-top: 20px;
  }
}
#about .p-message {
  padding: 80px 0;
}
#about .p-message__image {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__image {
    padding: 0;
  }
}
#about .p-message__profile {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__profile {
    padding: 0;
  }
}
#about .p-message__ttl {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__ttl {
    margin-top: 0;
  }
}
#about .p-message .c-btn {
  display: none;
}
#about .p-message__career {
  margin-top: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career {
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}
#about .p-message__career .box h3 {
  color: #228B22;
  font-size: 18px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
#about .p-message__career .box h3::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: radial-gradient(circle at 1.5px center, #228B22, #228B22 1.5px, transparent 1.5px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box dl dt,
  #about .p-message__career .box dl dd {
    line-height: 1.875;
  }
}
#about .p-message__career .box dl dt {
  color: #61B644;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box dl dt {
    width: 90px;
  }
}
#about .p-message__career .box dl dt:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box dl dt:not(:first-of-type) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box dl dd {
    width: calc(100% - 90px);
  }
}
#about .p-message__career .box ul li {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
#about .p-message__career .box ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #61B644;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #about .p-message__career .box ul li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
#about .p-message__career .box ul li ul li::before {
  background-color: #fff;
  border: 1px solid #61B644;
}
#about .p-message__career .box ul li ol,
#about .p-message__career .box ul li ul {
  margin-top: 0;
}
#about .p-facility {
  padding: 80px 0;
}
#about .p-facility__swiper-wrap {
  position: relative;
  isolation: isolate;
}
#about .p-facility__swiper {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#about .p-facility__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#about .p-facility__swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
@media only screen and (min-width: 992px) {
  #about .p-facility__swiper .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #about .p-facility__swiper .swiper-slide {
    width: 54vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.45s ease;
    transition: -webkit-transform 0.45s ease;
    transition: transform 0.45s ease;
    transition: transform 0.45s ease, -webkit-transform 0.45s ease;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  #about .p-facility__swiper .swiper-slide:not(.swiper-slide-active) {
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
  #about .p-facility__swiper .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
}
#about .p-facility .swiper-pagination {
  position: static;
  margin-top: 5px;
}
#about .p-facility .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #91B547;
  opacity: 1 !important;
  background-color: transparent !important;
}
#about .p-facility .swiper-pagination-bullet-active {
  background-color: #91B547 !important;
}
#about .p-facility__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#about .p-facility__caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  color: #333;
}
@media only screen and (min-width: 992px) {
  #about .p-facility__caption {
    font-size: 16px;
    line-height: 1.75;
  }
}
#about .p-facility__button {
  display: none;
}
@media only screen and (min-width: 992px) {
  #about .p-facility__button {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 20;
    pointer-events: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent url("../img/common/slide_button.png") no-repeat center/contain;
    cursor: pointer;
  }
  #about .p-facility__button::after {
    display: none;
  }
  #about .p-facility__button.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }
  #about .p-facility__button--prev {
    left: calc(50% - 27vw - 20px);
    right: auto;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  #about .p-facility__button--next {
    left: calc(50% + 27vw - 44px + 20px);
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#about .p-equipment {
  background-color: #FFFBEB;
  padding: 80px 0;
}
#about .p-equipment .c-ttl {
  margin-bottom: 60px;
}
#about .p-equipment__grid {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #about .p-equipment__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#about .p-equipment .box {
  display: contents;
}
@media only screen and (min-width: 992px) {
  #about .p-equipment .box {
    display: block;
  }
}
#about .p-equipment__img {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  #about .p-equipment__img {
    margin-top: 0;
  }
}
#about .p-equipment__ttl {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: bold;
  color: #228B22;
}
@media only screen and (min-width: 992px) {
  #about .p-equipment__ttl {
    font-size: 20px;
  }
}
#about .p-equipment__txt {
  margin-top: 10px;
}

#access .p-hours {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  #access .p-hours {
    padding: 60px 0 80px 0;
  }
}
#access .p-hours .l-access__table {
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
#access .p-hours .l-access__table tr {
  border-bottom: none;
}
#access .p-hours .l-access__table th,
#access .p-hours .l-access__table td {
  border-right: 1px solid #BBCBB3;
  border-bottom: 1px solid #BBCBB3;
}
#access .p-hours .l-access__table th:first-child,
#access .p-hours .l-access__table td:first-child {
  border-left: none;
}
#access .p-hours .l-access__table th:last-child,
#access .p-hours .l-access__table td:last-child {
  border-right: none;
}
#access .p-hours .l-access__table tbody tr:last-child td {
  border-bottom: none;
}
#access .p-hours .l-access__table td {
  background-color: #FFFBEB;
}
#access .p-access {
  background-color: #FFFBEB;
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  #access .p-access {
    padding: 80px 0;
  }
}
#access .p-access__map {
  overflow: hidden;
  aspect-ratio: 20/11;
}
#access .p-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .p-access__note {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #access .p-access__note {
    text-align: right;
    font-size: 14px;
  }
}
#access .p-access__image {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #access .p-access__image {
    margin-top: 60px;
  }
}
#access .p-access__box-wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #access .p-access__box-wrap .box:nth-child(3) {
    grid-column: 1/-1;
  }
}
#access .p-access__box-wrap .box {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box {
    min-height: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#access .p-access__box-wrap .box h3 {
  color: #fff;
  background-color: #228B22;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 8px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box h3 {
    font-size: 20px;
    padding: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box .img-parking {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
    background-color: #fff;
  }
  #access .p-access__box-wrap .box .img-parking img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#access .p-access__box-wrap .box ul {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box ul {
    padding: 30px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#access .p-access__box-wrap .box ul li {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
#access .p-access__box-wrap .box ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #228B22;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #access .p-access__box-wrap .box ul li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
#access .p-access__box-wrap .box ul li ul li::before {
  background-color: #fff;
  border: 1px solid #228B22;
}
#access .p-access__box-wrap .box ul li ol,
#access .p-access__box-wrap .box ul li ul {
  margin-top: 0;
}
#access .p-road {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  #access .p-road {
    padding-top: 80px;
  }
}
#access .p-road__ttl {
  padding: 15px 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.1818181818;
  background-color: #EBF7C7;
  border-radius: 5px;
}
#access .p-road__ttl:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  #access .p-road__ttl:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #access .p-road__ttl {
    padding: 5px 20px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.4166666667;
  }
}
#access .p-road__txt {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  #access .p-road__txt {
    margin: 30px 0;
  }
}
#access .p-road__list {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  #access .p-road__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#access .p-road__list li p {
  margin-top: 10px;
}
#access .p-road__list li.txt-wrap {
  background-color: #FFFBEB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  #access .p-road__list li.txt-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 992px) {
  #access .p-road__list li.txt-wrap p,
  #access .p-road__list li.txt-wrap img {
    width: 50%;
  }
}
#access .p-road__list li.txt-wrap p {
  margin-top: 0;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  #access .p-road__list li.txt-wrap p {
    padding: 120px 20px 0;
  }
}
#access .p-road {
  /* ビルへの入り方：1〜3枚目は3列、4〜5枚目は2列で幅いっぱい */
}
@media only screen and (min-width: 992px) {
  #access .p-road__list--3col-top {
    grid-template-columns: repeat(6, 1fr);
  }
  #access .p-road__list--3col-top li:nth-child(-n+3) {
    grid-column: span 2;
  }
  #access .p-road__list--3col-top li:nth-child(4),
  #access .p-road__list--3col-top li:nth-child(5) {
    grid-column: span 3;
  }
}

.p-faq {
  padding-top: 60px;
}
.p-faq > .l-container:nth-child(n+3) {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .p-faq > .l-container:nth-child(n+3) {
    margin-top: 85px;
  }
}
.p-faq__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .p-faq__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.p-faq__nav-link {
  height: 40px;
  background-color: #ebf7c7;
  color: #006400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-faq__nav-link {
    width: 320px;
    height: 50px;
  }
}
.p-faq__nav-link::after {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 6px;
  content: "";
  display: block;
  background: url("../img/faq/faq_accordion.png") no-repeat center/contain;
  right: 10px;
}
@media only screen and (min-width: 992px) {
  .p-faq__nav-link::after {
    right: 15px;
  }
}
.p-faq__group {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .p-faq__group {
    padding: 80px 0;
  }
}
.p-faq__group--even {
  background-color: #fffbeb;
}
.p-faq__group--even .p-faq__desc {
  background-color: #fff;
}
.p-faq__ttl {
  color: #228B22;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-faq__ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-faq__item + .p-faq__item {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .p-faq__item + .p-faq__item {
    margin-top: 25px;
  }
}
.p-faq__trigger {
  position: relative;
  width: 100%;
  padding: 10px 50px 10px 45px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #fff;
  background-color: #61B644;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) {
  .p-faq__trigger {
    padding: 30px 80px 30px 80px;
    border-radius: 10px;
  }
}
.p-faq__trigger::before {
  content: "Q";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 10px;
}
@media only screen and (min-width: 992px) {
  .p-faq__trigger::before {
    top: 10px;
    left: 20px;
    font-size: 40px;
  }
}
.p-faq__trigger.is-show .p-faq__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq__btn {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #006400;
}
@media only screen and (min-width: 992px) {
  .p-faq__btn {
    width: 35px;
    height: 35px;
    right: 20px;
  }
}
.p-faq__btn::before, .p-faq__btn::after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-faq__btn::after {
  width: 1px;
  height: 14px;
}
.p-faq__desc {
  padding: 15px 20px;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
  background-color: #FFFBEB;
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .p-faq__desc {
    padding: 30px;
    font-size: 16px;
  }
}

#disease .p-disease .c-btn,
#top .p-medicalservices .p-disease .c-btn {
  max-width: 320px;
}
#disease .p-disease .l-container,
#top .p-medicalservices .p-disease .l-container {
  max-width: 1344px;
}
#disease .p-disease .p-disease__group,
#top .p-medicalservices .p-disease .p-disease__group {
  padding: 40px 0 40px;
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__group,
  #top .p-medicalservices .p-disease .p-disease__group {
    padding: 50px 0;
  }
}
#disease .p-disease .p-disease__ttl,
#top .p-medicalservices .p-disease .p-disease__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #61B644;
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__ttl,
  #top .p-medicalservices .p-disease .p-disease__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#disease .p-disease .p-disease__list,
#top .p-medicalservices .p-disease .p-disease__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (min-width: 576px) {
  #disease .p-disease .p-disease__list,
  #top .p-medicalservices .p-disease .p-disease__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__list,
  #top .p-medicalservices .p-disease .p-disease__list {
    gap: 40px 0;
    grid-template-columns: repeat(6, 1fr);
  }
}
#disease .p-disease .p-disease__list.flex-center,
#top .p-medicalservices .p-disease .p-disease__list.flex-center {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 576px) {
  #disease .p-disease .p-disease__list.flex-center,
  #top .p-medicalservices .p-disease .p-disease__list.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__list.flex-center,
  #top .p-medicalservices .p-disease .p-disease__list.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 0;
  }
}
@media only screen and (min-width: 576px) {
  #disease .p-disease .p-disease__list.flex-center > .p-disease__item,
  #top .p-medicalservices .p-disease .p-disease__list.flex-center > .p-disease__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__list.flex-center > .p-disease__item,
  #top .p-medicalservices .p-disease .p-disease__list.flex-center > .p-disease__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
#disease .p-disease .p-disease__item a,
#top .p-medicalservices .p-disease .p-disease__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  text-align: center;
  line-height: 1.75;
  color: #333;
  font-size: 12px;
}
@media only screen and (min-width: 576px) {
  #disease .p-disease .p-disease__item a,
  #top .p-medicalservices .p-disease .p-disease__item a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__item a,
  #top .p-medicalservices .p-disease .p-disease__item a {
    font-size: 16px;
  }
}
#disease .p-disease .p-disease__item .icon,
#top .p-medicalservices .p-disease .p-disease__item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  #disease .p-disease .p-disease__item .icon,
  #top .p-medicalservices .p-disease .p-disease__item .icon {
    padding: 0 30px;
  }
}
#disease .p-disease .p-disease__item .icon img,
#top .p-medicalservices .p-disease .p-disease__item .icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

#disease .p-disease {
  margin-top: -25px;
}

#top .p-medicalservices .p-disease .p-disease__group {
  padding-top: 0;
  padding-bottom: 0;
}

#first .p-message {
  padding: 60px 0 80px 0;
}
#first .p-message .l-container {
  max-width: 790px;
}
#first .p-message__ttl {
  color: #228B22;
  text-align: center;
  font-size: 24px;
  line-height: 1.45833333;
}
@media only screen and (min-width: 992px) {
  #first .p-message__ttl {
    font-size: 30px;
  }
}
#first .p-message__txt {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #first .p-message__txt {
    margin-top: 30px;
  }
}
#first .p-message__box {
  position: relative;
  background-color: #FFFBEB;
  border-radius: 20px;
  padding: 54px 20px 30px;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box {
    padding: 58px 40px 34px;
  }
}
#first .p-message__box:first-of-type {
  margin-top: 75px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box:first-of-type {
    margin-top: 87px;
    margin-bottom: 87px;
  }
}
#first .p-message__box:nth-of-type(2) {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box:nth-of-type(2) {
    padding: 58px 40px 34px;
  }
}
#first .p-message__box h3 {
  background-color: #fff;
  text-align: center;
  border: 1px solid #228B22;
  color: #228B22;
  border-radius: 10px;
  font-size: 20px;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box h3 {
    font-size: 24px;
    padding: 10px 50px;
    font-weight: bold;
  }
}
#first .p-message__box ul li {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
#first .p-message__box ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #61B644;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  #first .p-message__box ul li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
#first .p-message__box ul li ul li::before {
  background-color: #fff;
  border: 1px solid #228B22;
}
#first .p-message__box ul li ol,
#first .p-message__box ul li ul {
  margin-top: 0;
}
#first .p-message__box p {
  font-size: 15px;
  line-height: 2;
}
#first .p-message__box .c-btn {
  margin: 20px auto 0;
}
#first .p-flow {
  padding: 80px 0;
  background-color: #FFFBEB;
}
#first .p-flow__list {
  margin-top: 60px;
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media only screen and (min-width: 992px) {
  #first .p-flow__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 60px 20px;
    padding: 0;
  }
}
#first .p-flow__list li {
  background-color: #fff;
  border: 1px solid #61B644;
  padding: 45px 20px 30px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #first .p-flow__list li {
    padding: 55px 20px 40px;
    min-height: 284px;
  }
  #first .p-flow__list li:nth-child(-n+3) {
    grid-column: span 2;
  }
  #first .p-flow__list li:nth-child(4) {
    grid-column: 2/4;
  }
  #first .p-flow__list li:nth-child(5) {
    grid-column: 4/6;
  }
}
#first .p-flow__list li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 30px;
  height: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #228B22;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 992px) {
  #first .p-flow__list li:not(:last-of-type)::after {
    display: none;
  }
  #first .p-flow__list li:nth-child(1)::after, #first .p-flow__list li:nth-child(2)::after, #first .p-flow__list li:nth-child(4)::after {
    display: block;
    width: 20px;
    height: 30px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    left: calc(100% + 3px);
    bottom: auto;
    top: 146px;
  }
}
#first .p-flow__list li .icon {
  position: absolute;
  left: 20px;
  top: 0;
  width: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  #first .p-flow__list li .icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#first .p-flow__list li h3 {
  color: #228B22;
  font-size: 24px;
}
#first .p-flow__list li p {
  font-size: 16px;
  line-height: 1.875;
}

.l-content > * {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .l-content > * {
    margin-top: 35px;
  }
}
.l-content .wp-block-column > :first-child {
  margin-top: 0;
}
.l-content h2 {
  margin-top: 50px;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.1818181818;
  background-color: #EBF7C7;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .l-content h2 {
    padding: 5px 20px;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.4166666667;
  }
}
.l-content h3 {
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 4px 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4444444444;
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .l-content h3 {
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.7;
  }
}
.l-content h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #228B22;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .l-content h3::before {
    width: 20px;
  }
}
.l-content h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .l-content h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8888888889;
  }
}
.l-content h4::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle at 1.5px center, #228B22, #228B22 1.5px, transparent 1px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
}
.l-content h5 {
  margin-top: 45px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #006400;
}
@media only screen and (min-width: 992px) {
  .l-content h5 {
    line-height: 1.875;
  }
}
.l-content p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-content a {
  text-decoration: underline;
}
.l-content a.wp-block-button__link {
  text-decoration: none;
}
.l-content ol {
  counter-reset: item;
  list-style-type: none;
}
.l-content ol li {
  padding: 2px 0 2px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-content ol li {
    font-size: 16px;
  }
}
.l-content ol li::before {
  width: 22px;
  height: 22px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  background-color: #61B644;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  color: #fff;
  left: 0;
}
.l-content ol li ol,
.l-content ol li ul {
  margin-top: 0;
  padding-left: 0;
}
.l-content ul li {
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .l-content ul li {
    padding-left: 25px;
    font-size: 16px;
  }
}
.l-content ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #006400;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .l-content ul li::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
.l-content ul li ul li::before {
  background-color: #fff;
  border: 1px solid #228B22;
}
.l-content ul li ol,
.l-content ul li ul {
  margin-top: 0;
}
.l-content ul.c-list-01 li {
  position: relative;
}
.l-content ul.c-list-01 li::before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 0;
  border-bottom: 2px solid #228B22;
  border-left: 2px solid #228B22;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background: transparent;
  border-radius: 0;
}
.l-content ul.c-list-01 li ul li::before {
  background: transparent;
  border-top: none;
  border-right: none;
}
.l-content .wp-block-group.has-background {
  padding: 20px 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .l-content .wp-block-group.has-background {
    padding: 30px;
  }
}
.l-content .wp-block-group.has-background *:first-child {
  margin-top: 0;
}
.l-content .wp-block-group.has-background * h2 {
  color: #006400;
  padding: 0;
  background: none;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .l-content .wp-block-group.has-background * h2 {
    font-size: 24px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.l-content .wp-block-group.has-background * h2::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: radial-gradient(circle at 1.5px center, #006400, #006400 1.5px, transparent 1.5px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
}
.l-content .c-button-01 a {
  min-width: 250px;
  width: 100%;
  padding: 10px 35px 10px 20px;
  background: #228B22;
  border: 4px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  display: block;
  position: relative;
}
.l-content .c-button-01 a::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/11.35;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right.svg);
}
.l-content .smb-accordion__item__title {
  line-height: 1.6;
  color: #fff;
  background-color: #228B22;
}
.l-content .smb-accordion__item__body {
  background-color: #FFFBEB;
}
.l-content .wp-block-table {
  margin-top: 30px;
}
.l-content .wp-block-table tr:nth-child(even) td {
  background-color: #FFFBEB;
}
.l-content .wp-block-table th {
  padding: 12px 10px;
  color: #fff;
  background-color: #228B22;
  border-color: #bebebe;
}
.l-content .wp-block-table td {
  padding: 24px 10px;
  vertical-align: middle;
  border-color: #bebebe;
}
.l-content .wp-block-table thead {
  border: none;
}
.l-content .wp-block-snow-monkey-blocks-grid {
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .l-content .wp-block-snow-monkey-blocks-grid {
    gap: 40px;
  }
}

.l-column__list {
  width: calc(100% - 25px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width: 576px) {
  .l-column__list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 2%;
  }
}
.l-column__img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 320/225;
}
.l-column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-column__ttl {
  margin-top: 10px;
  color: #333;
}
.l-column__link .l-archive__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
}
.l-column__link .l-archive__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-column__link .l-archive__date time {
  color: #228B22;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .l-column__link .l-archive__date time {
    font-size: 15px;
  }
}
.l-column__link .l-column__categoryWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  min-width: 0;
}
.l-column__link .l-column__category {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 2px 10px;
  background-color: #228B22;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .l-column__link .l-column__category {
    font-size: 14px;
  }
}

#column .p-column {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  #column .p-column {
    padding-top: 100px;
  }
}

#column-single .p-column {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  #column-single .p-column {
    padding-top: 25px;
  }
}
#column-single .l-content .l-archive__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
#column-single .l-content .l-archive__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#column-single .l-content .l-archive__date time {
  color: #006400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  #column-single .l-content .l-archive__date time {
    font-size: 15px;
  }
}
#column-single .l-content .l-column__categoryWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  min-width: 0;
}
#column-single .l-content .l-column__category {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 2px 10px;
  background-color: #228B22;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  #column-single .l-content .l-column__category {
    font-size: 14px;
  }
}
#column-single .l-content .p-column__ttl {
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #228b22;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #333;
}

#news .p-news {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  #news .p-news {
    padding-top: 30px;
  }
}
#news .p-news__link {
  padding: 15px 40px 15px 0;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #news .p-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 50px 20px 0;
  }
}
#news .p-news__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right_green.svg);
}
@media only screen and (min-width: 992px) {
  #news .p-news__link:hover {
    background-color: rgba(0, 100, 0, 0.08);
  }
}
#news .p-news__item {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
#news .p-news__date {
  color: #61B644;
}
@media only screen and (min-width: 992px) {
  #news .p-news__date {
    width: 100px;
  }
}
#news .p-news__ttl {
  color: #333;
}
@media only screen and (min-width: 992px) {
  #news .p-news__ttl {
    width: calc(100% - 100px);
  }
}
#news .p-news__empty {
  padding: 60px 0 20px;
}
@media only screen and (min-width: 992px) {
  #news .p-news__empty {
    padding: 60px 0;
  }
}

#news-single .p-news {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  #news-single .p-news {
    padding-top: 25px;
  }
}
#news-single .p-news__date {
  color: #006400;
}
#news-single .p-news__ttl {
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #228B22;
  line-height: 1.5;
  padding-bottom: 5px;
}

#item .p-item {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  #item .p-item {
    padding-top: 60px;
  }
}
#item .p-item__tabs {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (min-width: 576px) {
  #item .p-item__tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #item .p-item__tabs:has(> *:nth-child(4)) > * {
    width: 100%;
  }
  #item .p-item__tabs:not(:has(> *:nth-child(4))) > * {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #item .p-item__tabs {
    margin-bottom: 50px;
  }
}
#item .p-item__tab {
  padding: 11px 0;
  font-weight: 500;
  text-align: center;
  color: #228B22;
  background-color: #FFFBEB;
  font-weight: bold;
}
#item .p-item__tab.is-active {
  background-color: #228B22;
  color: #fff;
}
#item .p-item__list {
  width: calc(100% - 25px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media only screen and (min-width: 576px) {
  #item .p-item__list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
#item .p-item__item {
  width: 100%;
}
#item .p-item__link {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 5px;
}
#item .p-item__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#item .p-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item .p-item__ttl {
  text-align: center;
  color: #333;
}
#item .p-item__btn {
  width: 100%;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  background-color: #228B22;
  border: none;
  border-radius: 40px;
  display: block;
  position: relative;
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  #item .p-item__btn {
    margin-top: auto;
    font-size: 14px;
    line-height: 1.6666666667;
  }
}
#item .p-item__btn::after {
  content: "";
  width: 15px;
  aspect-ratio: 15/11.35;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_arrow_right.svg);
}

#item-detail .p-item {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  #item-detail .p-item {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) {
  #item-detail .p-item .l-column {
    gap: 40px;
  }
}
#item-detail .p-item .l-container {
  max-width: 830px;
}
#item-detail .p-item__category {
  min-width: 320px;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #228B22;
  border: 1px solid #228B22;
  border-radius: 5px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  #item-detail .p-item__category {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  #item-detail .p-item__imgWrap {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) {
  #item-detail .p-item__imgWrap {
    width: 48.79%;
  }
}
@media only screen and (min-width: 576px) {
  #item-detail .p-item__txtWrap {
    width: 46.38%;
  }
}
#item-detail .p-item__ttl {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#item-detail .p-item__price {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}
#item-detail .p-item__tax {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.1428571429;
}
#item-detail .p-item__desc {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #item-detail .p-item__desc {
    margin-top: 30px;
  }
}
#item-detail .p-item__product {
  margin-top: 60px;
  padding: 60px 0;
  background-color: #FFFBEB;
}
@media only screen and (min-width: 992px) {
  #item-detail .p-item__product {
    margin-top: 100px;
  }
}
#item-detail .p-item .c-ttlWrap {
  margin-bottom: 15px;
}
#item-detail .p-item .c-ttlWrap .c-ttl {
  font-size: 24px;
}
#item-detail .p-item__table {
  border-top: 1px solid #DBE0B2;
}
#item-detail .p-item__table th,
#item-detail .p-item__table td {
  position: relative;
}
@media only screen and (max-width: 575px) {
  #item-detail .p-item__table th,
  #item-detail .p-item__table td {
    display: block;
  }
}
#item-detail .p-item__table th {
  min-width: 115px;
  padding-top: 15px;
  font-weight: 500;
  text-align: left;
  color: #006400;
}
@media only screen and (min-width: 576px) {
  #item-detail .p-item__table th {
    border-bottom: 1px solid #DBE0B2;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 575px) {
  #item-detail .p-item__table th::after {
    display: none;
  }
}
#item-detail .p-item__table td {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBE0B2;
}
@media only screen and (min-width: 576px) {
  #item-detail .p-item__table td {
    padding: 25px 0;
  }
}
#privacy .p-privacy {
  padding-top: 60px;
}
#privacy .p-privacy__ttl {
  font-size: 20px;
  color: #228B22;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #privacy .p-privacy__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#privacy .p-privacy__txt, #privacy .p-privacy__list li {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media only screen and (min-width: 992px) {
  #privacy .p-privacy__txt, #privacy .p-privacy__list li {
    font-size: 16px;
  }
}
#privacy .p-privacy__txt a, #privacy .p-privacy__list li a {
  color: #228B22;
  text-decoration: underline;
}
#privacy .p-privacy__list li {
  padding-left: 15px;
  position: relative;
}
#privacy .p-privacy__list li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 5px;
}

#recruit .p-recruit {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit {
    padding-top: 60px;
  }
}
#recruit .p-recruit__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#recruit .p-recruit__nav-link {
  height: 40px;
  background-color: #ebf7c7;
  color: #006400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__nav-link {
    width: 320px;
    height: 50px;
  }
}
#recruit .p-recruit__nav-link::after {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 6px;
  content: "";
  display: block;
  background: url("../img/faq/faq_accordion.png") no-repeat center/contain;
  right: 10px;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__nav-link::after {
    right: 15px;
  }
}
#recruit .p-recruit__panel {
  display: none;
}
#recruit .p-recruit__panel.is-active {
  display: block;
}
#recruit .p-recruit__ttl {
  color: #228B22;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#recruit .p-recruit__table {
  width: 100%;
  border-top: 1px solid #E6E6E6;
}
#recruit .p-recruit__table tr:first-child th,
#recruit .p-recruit__table tr:first-child td {
  border-bottom: 1px solid #E6E6E6;
}
#recruit .p-recruit__table tr:first-child th {
  border: none;
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__table tr:first-child th {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media only screen and (max-width: 575px) {
  #recruit .p-recruit__table tr:first-child td::before {
    display: none;
  }
}
#recruit .p-recruit__table th,
#recruit .p-recruit__table td {
  padding: 15px 0;
  font-weight: 500;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 575px) {
  #recruit .p-recruit__table th,
  #recruit .p-recruit__table td {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__table th,
  #recruit .p-recruit__table td {
    padding: 30px 0;
  }
}
#recruit .p-recruit__table th a,
#recruit .p-recruit__table td a {
  color: #333;
}
#recruit .p-recruit__table th {
  color: #228B22;
}
@media only screen and (max-width: 575px) {
  #recruit .p-recruit__table th {
    padding: 20px 0 3px;
    border: none;
  }
  #recruit .p-recruit__table th::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #recruit .p-recruit__table th {
    width: 153px;
  }
}
@media only screen and (max-width: 575px) {
  #recruit .p-recruit__table td {
    padding: 3px 0 20px;
  }
}
#recruit .p-recruit__wrap {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background-color: #FFFBEB;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  #recruit .p-recruit__wrap {
    max-width: 560px;
    margin: 60px auto 0;
    padding: 50px 20px 45px;
  }
}
#recruit .p-recruit__btn {
  min-width: 230px;
  display: inline-block;
  padding: 6px 20px 6px 50px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #fff;
  background-color: #228B22;
  border-radius: 22px;
  position: relative;
}
@media only screen and (min-width: 576px) {
  #recruit .p-recruit__btn {
    min-width: 300px;
  }
}
#recruit .p-recruit__btn::before {
  content: "";
  width: 23px;
  height: 17.5px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_mail.svg);
}
#recruit .p-recruit__txt {
  margin-top: 20px;
  line-height: 1.75;
}

#page .p-page .l-content .c-btn {
  margin: 70px auto 0;
}

.p-404 {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .p-404 {
    padding-top: 100px;
  }
}
.p-404__text {
  text-align: center;
}
.p-404 .c-btn {
  margin: 50px auto 0;
}