@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400:500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400:500:700&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 基本スタイル
====================================== */

html {
  font-size: 62.5%;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "dnp-shuei-mgothic-std", "游ゴシック体", "Yu Gothic", yugothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #393939;
  min-height: 100vh;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1.6rem;
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

/* 基本 フォーム
====================================== */

/* input
-------------------------------------- */

input {
  width: auto;
  max-width: 100%;
  padding: 0.4em 0.8em;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #606060;
}

/* テキストエリア
-------------------------------------- */

textarea {
  width: auto;
  max-width: 100%;
  height: 100px;
  padding: 0.4em 0.8em;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #606060;
}

/* ラジオボタン
-------------------------------------- */

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 1em 0 1.4em;
  margin: 0;
  cursor: pointer;
}

input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #949494;
  background: #fff;
  border-radius: 50%;
}

input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #19A442;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

/* チェックボックス
-------------------------------------- */

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 1em 0 1.4em;
  margin: 0;
  cursor: pointer;
}

input[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #949494;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  display: block;
  border-left: 3px solid #19A442;
  border-bottom: 3px solid #19A442;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

/* セレクト
-------------------------------------- */

.c-select {
  display: inline-block;
  border: 1px solid #949494;
  position: relative;
  max-width: 100%;
}

.c-select::after {
  content: "\f078";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0.3em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-select select {
  padding: 5px 35px 5px 10px;
}

.c-select:focus-within::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* spacer
====================================== */

.l-spacer-3em {
  height: 3em;
}

.l-spacer-5em {
  height: 5em;
}

/* container
====================================== */

.l-outer {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.l-wide {
  max-width: 1868px;
  padding-left: clamp(15px, 1.9992vw, 24px);
  padding-right: clamp(15px, 1.9992vw, 24px);
  margin: 0 auto;
  position: relative;
}

.l-container {
  max-width: 1558px;
  padding-left: clamp(15px, 1.9992vw, 24px);
  padding-right: clamp(15px, 1.9992vw, 24px);
  margin: 0 auto;
  position: relative;
}

.l-middle-container {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
}

.l-inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

/* 背景色付の角丸
====================================== */

.l-rounded-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #EAF6EC;
  border-radius: 20px;
  margin-bottom: 50px;
}

.l-rounded-container {
  padding: 50px 20px;
  background: #EAF6EC;
  border-radius: 20px;
  margin-bottom: 50px;
}

.l-rounded-container__inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

/* 導入部コンテンツボックスコンテナ
====================================== */

.l-lead-container {
  margin-bottom: 80px;
  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;
}

/* お知らせ一覧用コンテナ
====================================== */

.l-news-2column {
  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;
  gap: 50px;
}

.l-news-2column .p-news-item {
  padding: 12px 32px 12px 10px;
}

.l-news-2column .p-news-item::after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-news-2column__box {
  width: 100%;
  max-width: 700px;
}

.l-news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* レイアウト メインナビゲーション
====================================== */

.l-nav {
  display: none;
  max-width: 1200px;
  margin: 0 20px;
  background: #fff;
  border-radius: 10em;
  padding: 0 18px;
  z-index: 20;
  position: relative;
}

.l-nav-sp {
  width: calc(100% - 20px);
  max-width: 500px;
  height: auto;
  max-height: 97vh;
  overflow-y: auto;
  margin-left: 24px;
  padding: 24px 20px 100px;
  background: #fff;
  border-radius: 65px 0 0 65px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 20;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.l-nav-sp.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* レイアウト ヘッダー
====================================== */

.l-header {
  position: relative;
  width: 100%;
  z-index: 15;
  padding: 40px 28px 15px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/* レイアウト ドロワー
====================================== */

.l-drawer {
  display: block;
  position: fixed;
  top: 35px;
  right: 26px;
  z-index: 40;
}

/* レイアウト フッター
====================================== */

.l-footer {
  background: url("../images/common/bg-footer-sp.svg"), -webkit-linear-gradient(top, #fff 0, #fff 200px, #D7EEDB 200px, #D7EEDB 100%);
  background: url("../images/common/bg-footer-sp.svg"), linear-gradient(180deg, #fff 0, #fff 200px, #D7EEDB 200px, #D7EEDB 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, auto;
  background-position: top center, bottom center;
  padding-top: 145px;
  padding-bottom: 80px;
  margin-top: 40px;
}

.l-footer .p-nav-sns {
  margin: 45px auto 34px;
}

/* トップへ戻るボタン 位置
-------------------------------------- */

.l-button-top {
  display: none;
}

/* レイアウト サイドバー
====================================== */

.l-sidebar {
  padding: 30px 0 50px;
}

/* トップページKV
====================================== */

.l-top-kv {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.l-top-kv img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.l-top-kv .p-kv-text {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: calc(100% - 10px);
  z-index: 3;
}

/* 下層ページKV
====================================== */

.l-kv img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  height: 50vh;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* レイアウト body
====================================== */

body {
  background: url("../images/common/bg-header.svg") no-repeat;
  background-position: top left;
  background-size: 100% auto;
}

/* レイアウト main
====================================== */

.l-curved {
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
}

/* レイアウト サイドバー
====================================== */

/* コンポーネント ボタン
====================================== */

/* ボタン
-------------------------------------- */

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.4em 1.3em;
  margin: 0;
  background-color: #19A442;
  border: 1px solid #19A442;
  color: #fff;
  text-decoration: none;
  border-radius: 1.4em;
  font-size: max(1em, 1.6rem);
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button:hover {
  opacity: 0.7;
}

.c-button2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.4em 1.3em;
  margin: 0;
  background-color: #19A442;
  border: 1px solid #19A442;
  color: #fff;
  text-decoration: none;
  border-radius: 1.4em;
  font-size: max(1em, 2.2rem);
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button2:hover {
  opacity: 0.7;
}

.c-button--wh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 0.4em 1.3em;
  margin: 0;
  background-color: #fff;
  border: 1px solid #19A442;
  color: #19A442;
  text-decoration: none;
  border-radius: 1.4em;
  font-size: max(1em, 1.6rem);
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button--wh:hover {
  opacity: 0.7;
}

.c-button-rounded {
  background: #19A442;
  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;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 11px;
  border-radius: 10px;
  color: #fff;
  font-size: max(1em, 1.8rem);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button-rounded:hover {
  opacity: 0.7;
}

.c-button-rounded--wh {
  background: #fff;
  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;
  -ms-flex-item-align: center;
  align-self: center;
  gap: 15px;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #19A442;
  color: #19A442;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button-rounded--wh:hover {
  opacity: 0.7;
}

.c-button-link {
  background: #F2F8F3;
  border-radius: 10px;
  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;
  color: #19A442;
  padding: 8px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-button-link:hover {
  background: #85C790;
  color: #fff;
}

/* メインナビ内ボタン
-------------------------------------- */

.c-nav-btn,
.c-nav-btn--external,
.c-nav-sp-btn,
.c-nav-sp-btn--external {
  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;
  width: 100%;
  padding: 10px 22px;
  background: rgba(25, 164, 66, 0.11);
  border-radius: 12px;
}

.c-nav-btn::after,
.c-nav-btn--external::after,
.c-nav-sp-btn::after,
.c-nav-sp-btn--external::after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 10px;
  background-color: #707070;
  -webkit-clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
  clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-nav-btn.is-open::after,
.c-nav-btn--external.is-open::after,
.c-nav-sp-btn.is-open::after,
.c-nav-sp-btn--external.is-open::after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-nav-btn {
  background: rgba(255, 255, 255, 0.16);
  padding: 4px 12px;
  color: #fff;
  width: 340px;
}

.c-nav-btn::after {
  background-color: #fff;
}

.c-nav-btn--external {
  background: #fff;
  color: #19A442;
  font-size: 2rem;
  padding: 15px 25px 15px 40px;
}

.c-nav-btn--external::after {
  background-color: #19A442;
}

.c-nav-sp-btn {
  margin-bottom: 10px;
}

.c-nav-sp-btn--external {
  background: #19A442;
  color: #fff;
}

.c-nav-sp-btn--external::after {
  background-color: #fff;
}

/* 閉じるボタン
-------------------------------------- */

.c-button-close {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
}

.c-button-close span {
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: #19A442;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-button-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-button-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* トップへ戻るボタン
-------------------------------------- */

.c-button-top {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(153, 153, 153, 0.7);
}

.c-button-top::before,
.c-button-top::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.c-button-top::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: -4px;
}

.c-button-top::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -4px;
}

/* js ボタン用
-------------------------------------- */

.js-modal-open {
  cursor: pointer;
}

.js-top-button {
  cursor: pointer;
}

/* コンポーネント ドロワー
====================================== */

.c-drawer {
  position: relative;
  cursor: pointer;
  width: 19px;
  height: 10px;
}

.c-drawer__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #19A442;
  border-radius: 2px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.c-drawer__bar:not(:last-child) {
  margin-bottom: 2px;
}

.c-drawer.is-active .c-drawer__bar {
  position: absolute;
  width: 19px;
  margin-bottom: 0;
}

.c-drawer.is-active .c-drawer__bar:nth-child(1) {
  top: 5px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.c-drawer.is-active .c-drawer__bar:nth-child(2) {
  top: 5px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-drawer.is-active .c-drawer__bar:nth-child(3) {
  top: 5px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* コンポーネント YouTube, Google Map
====================================== */

.c-map {
  position: relative;
  height: 0;
  padding-bottom: 48%;
  overflow: hidden;
}

.c-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* コンポーネント アイコン
====================================== */

/* SP版ナビゲーションアイコン
-------------------------------------- */

.c-nav-icon {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ヘッダー
====================================== */

.p-header {
  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;
  position: relative;
}

.p-header__logo {
  color: #19A442;
}

.p-header__logo a {
  display: block;
  max-width: 240px;
}

.p-header__logo > h1,
.p-header__logo > p {
  margin-top: 15px;
}

.p-header__info {
  position: absolute;
  right: 0;
  margin: auto;
}

.p-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.p-header-info__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.p-header-info__btn {
  background-color: #1C7937;
  border: 1px solid #1C7937;
}

.p-header-info__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 13px;
  border-left: 1px dotted #648061;
}

/* ドロワー 枠
-------------------------------------- */

.p-drawer {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
}

/* フッター
====================================== */

.p-footer-access {
  background: #fff;
  border-radius: 21px;
  max-width: 450px;
  margin: 0 auto 25px;
  padding: 50px 20px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-footer-access .c-button-rounded {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.p-footer-access__address {
  margin-bottom: 1em;
}

.p-footer-access__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.p-footer-gallery {
  display: grid;
  gap: 12px 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 52px;
}

.p-footer-gallery li {
  text-align: center;
}

.p-footer-info {
  display: contents;
}

.p-footer-logo {
  display: block;
  margin-bottom: 32px;
}

.p-copyright {
  text-align: center;
}

/* パンくず
====================================== */

.aioseo-breadcrumbs,
.p-breadcrumbs {
  margin-top: 24px;
  text-align: right;
}

.aioseo-breadcrumbs > li,
.aioseo-breadcrumbs > a,
.aioseo-breadcrumbs > span,
.p-breadcrumbs > li,
.p-breadcrumbs > a,
.p-breadcrumbs > span {
  display: inline-block;
  margin: 0 0.25em;
}

.aioseo-breadcrumbs > li:not(:last-child)::after,
.p-breadcrumbs > li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5em;
  color: #8B8B8B;
}

.aioseo-breadcrumbs > li a,
.aioseo-breadcrumbs > a,
.p-breadcrumbs > li a,
.p-breadcrumbs > a {
  color: #8B8B8B;
  border-bottom: 1px dotted #82A57F;
}

.aioseo-breadcrumbs > li > span,
.aioseo-breadcrumbs > span,
.p-breadcrumbs > li > span,
.p-breadcrumbs > span {
  color: #19A442;
}

.aioseo-breadcrumbs span.aioseo-breadcrumb-separator,
.p-breadcrumbs span.aioseo-breadcrumb-separator {
  color: #8B8B8B;
}

/* メインナビゲーション PC版
====================================== */

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  padding: 34px 0;
}

.p-nav__item:not(:first-child) > a,
.p-nav__item:not(:first-child) > p {
  border-left: 1px dotted #82A57F;
}

.p-nav__item::before {
  content: "";
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-nav__item:hover::before {
  content: "";
  width: 13px;
  height: 11px;
  background-color: #19a442;
  -webkit-clip-path: polygon(50% 0%, 0% 11px, 13px 11px);
  clip-path: polygon(50% 0%, 0% 11px, 13px 11px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
}

.p-nav__item > a,
.p-nav__item > p {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.p-nav__item > a span,
.p-nav__item > p span {
  display: block;
}

/* メインナビ PC版 子要素
-------------------------------------- */

.p-nav-child {
  padding: 22px 25px;
  background: #19A442;
  border-radius: 0 0 20px 20px;
}

.p-nav-child a:hover {
  opacity: 0.7;
}

.p-nav-child .c-nav-btn--external {
  margin-bottom: 22px;
}

.p-nav-child .p-nav-child-list a,
.p-nav-child .p-nav-child-list--1column a {
  color: #fff;
}

/* メインナビ PC版/SP版 子要素内リスト
-------------------------------------- */

.p-nav-child-list,
.p-nav-child-list--1column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  position: relative;
}

.p-nav-child-list li,
.p-nav-child-list--1column li {
  border-bottom: 1px dotted #82A57F;
}

.p-nav-child-list li:nth-last-child(-n+2),
.p-nav-child-list--1column li:nth-last-child(-n+2) {
  border-bottom: none;
}

.p-nav-child-list > li > a,
.p-nav-child-list > li > p,
.p-nav-child-list--1column > li > a,
.p-nav-child-list--1column > li > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 5px 12px;
}

.p-nav-child-list--1column {
  grid-template-columns: 1fr;
}

/* メインナビ PC版 子要素動作
-------------------------------------- */

.js-nav-parent {
  position: relative;
}

.js-nav-child {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

.js-nav-parent:hover > .js-nav-child {
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
}

/* メインナビゲーション SP版
====================================== */

.p-nav-sns {
  color: #648061;
  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;
  gap: 15px;
}

.p-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-nav-sp__item {
  border-bottom: 1px dotted #82A57F;
}

.p-nav-sp__item:last-of-type {
  border-bottom: none;
}

.p-nav-sp-item > a,
.p-nav-sp-item > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

.p-nav-sp-item > a.js-toggle-open::after,
.p-nav-sp-item > p.js-toggle-open::after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 10px;
  background-color: #707070;
  -webkit-clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
  clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-nav-sp-item > a.js-toggle-open.is-open::after,
.p-nav-sp-item > p.js-toggle-open.is-open::after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-nav-sp-item .c-nav-icon {
  margin-right: 25px;
}

.p-nav-sp-item .p-nav-treatment {
  margin-bottom: 1px;
}

/* メインナビ SP版 子要素
-------------------------------------- */

.p-nav-sp-child {
  padding-left: 20px;
  padding-right: 20px;
}

.p-nav-sp-child .c-nav-sp-btn--external {
  margin-bottom: 10px;
}

/* フッターナビ
====================================== */

.p-nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto 40px;
}

.p-nav-footer a {
  display: inline-block;
  color: #19A442;
  font-weight: bold;
}

.p-nav-footer p {
  color: #19A442;
  font-weight: bold;
}

.p-nav-footer .p-list-hyphen a {
  font-weight: 400;
}

.p-nav-footer .p-list-hyphen li::before {
  color: #19A442;
}

.p-nav-footer__item {
  width: calc((100% - 10px) / 2);
}

.p-nav-footer__item--full {
  width: 100%;
}

.p-nav-footer__item--full .p-list-hyphen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-nav-footer__item--full .p-list-hyphen li {
  width: 50%;
}

/* フッターナビ SP版 下部メニュー
-------------------------------------- */

.p-nav-sp-bottom {
  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: #EAF6EC;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-nav-sp-bottom > div {
  padding: 0 15px;
}

.p-nav-sp-bottom > div:not(:last-child) {
  border-right: 1px dotted #648061;
}

.p-nav-sp-bottom.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* スライドイン（通常位置） */
  opacity: 1;
}

.p-nav-sp-bottom.is-hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  /* 下にスライドして非表示 */
  opacity: 0;
}

.p-nav-sp-bottom__btn {
  width: 150px;
}

/* タブ
====================================== */

/* タブボタン
-------------------------------------- */

.js-tab {
  cursor: pointer;
}

/* タブ中身
-------------------------------------- */

.js-tab-contents {
  display: none;
}

.js-tab-contents.is-show {
  display: block;
  height: 100%;
}

/* モーダル
====================================== */

.p-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #DCEADE;
  z-index: 100;
}

.p-modal {
  display: none;
  background: #fff;
  padding: 40px 15px;
  left: 50%;
  top: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1280px;
  border-radius: 20px;
  z-index: 100;
}

.p-modal__inner {
  height: auto;
  max-height: 70vh;
  overflow-y: auto;
}

.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

/* フェードイン
====================================== */

.js-fadeIn,
.js-intro {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: filter;
}

.js-fadeIn--fade,
.js-intro--fade {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-fadeIn.in,
.js-intro.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: filter;
}

.js-fadeIn .js-fadeIn__child,
.js-intro .js-fadeIn__child {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: filter;
}

.js-fadeIn .js-fadeIn__child.in,
.js-intro .js-fadeIn__child.in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: filter;
}

/* リスト
====================================== */

/* list-style ドット
-------------------------------------- */

.p-list-dots li {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-list-dots li::before {
  content: "・";
  color: inherit;
}

/* list-style ハイフン
-------------------------------------- */

.p-list-hyphen li {
  margin-top: 10px;
  padding-left: 1em;
}

.p-list-hyphen li::before {
  content: "-";
  color: inherit;
}

/* ul li ボーダー付
-------------------------------------- */

ul.p-border-list li {
  border-bottom: 2px dashed #D7E5D6;
  padding: 1.2em 0.5em;
}

/* list-style チェック
-------------------------------------- */

.p-list-check li {
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}

.p-list-check li::before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  background: url("../images/common/icon-check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.p-list-check--flex li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.p-list-check--flex li::before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url("../images/common/icon-check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* li flex
-------------------------------------- */

.p-li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* タイムライン年表
-------------------------------------- */

.p-timeline dd {
  margin-bottom: 1em;
}

/* ボックス
====================================== */

/* SP時 display: contents
-------------------------------------- */

.p-sp-contents {
  display: contents;
}

/* バナー
-------------------------------------- */

.p-banner {
  text-align: center;
  padding: 20px 0;
}

/* ボタン配置用
-------------------------------------- */

.p-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 50px;
}

/* 診療日テーブル
-------------------------------------- */

.p-schedule-box {
  background: #EAF6EC;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 40px 20px 30px;
}

.p-schedule-box__inner {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}

.p-schedule-box__text {
  display: inline-block;
  margin-right: 30px;
  line-height: 2.25;
}

.p-schedule-box__btn {
  width: 240px;
}

.p-schedule {
  width: 100%;
  margin-bottom: 40px;
}

.p-schedule th,
.p-schedule td {
  text-align: center;
}

.p-schedule td {
  font-size: 1.2rem;
  padding: 3px;
}

.p-schedule tr:nth-of-type(1) th {
  padding-bottom: 1em;
  border-bottom: 2px dotted #82A57F;
}

.p-schedule tr:nth-of-type(1) th:nth-child(1) {
  color: #19A442;
}

.p-schedule tr:nth-of-type(2) th,
.p-schedule tr:nth-of-type(2) td {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 2px dotted #82A57F;
}

.p-schedule tr:nth-of-type(3) th,
.p-schedule tr:nth-of-type(3) td {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 2px dotted #82A57F;
}

.p-schedule__col1 {
  width: 15%;
}

.p-schedule__col2 {
  width: 10.625%;
}

.p-schedule-box__ttl {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* 診療日テーブル トップ
-------------------------------------- */

.p-access-schedule {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  background: #EAF6EC;
  border-radius: 10px;
  overflow: hidden;
}

.p-access-schedule__col1 {
  width: 25%;
}

.p-access-schedule__col2 {
  width: 9%;
}

.p-access-schedule__col3 {
  width: 12%;
}

.p-access-schedule tr:nth-child(1) th {
  background: #19A442;
  color: white;
  padding: 7px;
}

.p-access-schedule td,
.p-access-schedule th {
  text-align: center;
  padding: 7px;
}

.p-access-schedule td:last-child,
.p-access-schedule th:last-child {
  padding-right: 5.4% !important;
}

.p-access-schedule tr:nth-child(2) td,
.p-access-schedule tr:nth-child(2) th {
  padding-top: 30px;
}

.p-access-schedule tr:nth-child(3) td,
.p-access-schedule tr:nth-child(3) th {
  padding-bottom: 30px;
}

/* 導入部コンテンツボックス
-------------------------------------- */

.p-lead-box {
  display: contents;
}

.p-lead__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-lead-box__top img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.p-lead-box__main {
  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-pack: distribute;
  justify-content: space-around;
  gap: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.p-lead-box__contents p {
  line-height: 2.25;
  letter-spacing: 0.06em;
}

.p-lead-box__bottom img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.p-lead-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

.p-lead-btn__inner {
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  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;
  gap: 10px;
  width: 95%;
}

.p-lead-btn .p-lead-btn__btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 280px;
}

/* 背景画像付きボックス
-------------------------------------- */

.p-img-bg {
  border-radius: 20px;
  background: url("../images/common/img-visual-sample01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 15px;
  margin-bottom: 50px;
}

.p-img-bg__bg {
  display: none;
}

.p-img-bg__inner {
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
}

.p-img-bg__text {
  margin-top: 10px;
  max-width: 600px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}

/* カード
-------------------------------------- */

.p-card__img {
  display: block;
  border-radius: 10px;
  margin: 0 auto 15px;
}

.p-card__img img {
  display: block;
  border-radius: 10px;
  margin: 0 auto 15px;
}

.p-card__ttl {
  color: #19A442;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-card__subttl {
  color: #A7A07A;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.p-card__contents {
  padding: 0 1em 40px;
}

.p-card__text {
  line-height: 2.25;
}

.p-card__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;
  vertical-align: middle;
  padding: 0.4em 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  background-color: #19A442;
  border: 1px solid #19A442;
  color: #fff;
  text-decoration: none;
  border-radius: 5em;
  font-size: 1em;
  text-align: center;
  -webkit-appearance: none;
  -webkit-filter: drop-shadow(0 0 4px #D8D8D8);
  filter: drop-shadow(0 0 4px #D8D8D8);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.p-card__btn:hover {
  opacity: 0.7;
}

/* ボタン付きカード
-------------------------------------- */

.p-card--subgrid {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  position: relative;
}

.p-card--subgrid .p-card__btn {
  margin-top: 20px;
}

/* グリッドコンテナ
-------------------------------------- */

.p-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 50px 20px;
  max-width: 1510px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 70px;
}

.p-grid-container .p-card {
  margin: 0 auto;
  position: relative;
}

/* 交互ブロック
-------------------------------------- */

.p-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(50px, 3.31vw, 100px);
  margin-bottom: 50px;
}

.p-alt--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(50px, 3.31vw, 100px);
  margin-bottom: 50px;
}

.p-alt-block,
.p-alt-block--reverse {
  margin-bottom: 30px;
}

.p-alt-block .p-alt-block__btn,
.p-alt-block--reverse .p-alt-block__btn {
  margin: 25px auto;
}

.p-alt-block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-alt-block__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-preferred-size: 45.7%;
  flex-basis: 45.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.p-alt-block__img img {
  border-radius: 20px;
}

.p-alt-block__img .p-alt-block__name {
  position: absolute;
  left: 0;
  bottom: 25px;
}

.p-alt-block__img--small {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.p-alt-block__img--small img {
  border-radius: 20px;
}

.p-alt-block__img--large {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-preferred-size: 55.7%;
  flex-basis: 55.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.p-alt-block__img--large img {
  border-radius: 20px;
}

.p-alt-block__img--point {
  margin: 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  max-width: 480px;
}

.p-alt-block__img--point img {
  border-radius: 20px;
}

.p-alt-block_sub_ttl {
  margin: 15px 0 20px;
  color: #8B8B8B;
  font-size: 1.8rem;
}

.p-alt-block__contents {
  padding-top: 35px;
}

.p-alt-block__contents--center {
  padding-top: 35px;
}

.p-alt-block__inner {
  padding-left: 1em;
}

.p-alt-block__btn {
  max-width: 280px;
  padding: 0.7em 1.3em;
}

.p-alt-block__text {
  line-height: 2.25;
}

.p-alt-block__text + .p-alt-block__text {
  margin-top: 1em;
}

.p-alt-block__name {
  min-width: 220px;
  width: 80%;
  height: 50px;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.88);
  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-size: 2rem;
  color: #455248;
  border-radius: 0 17px 17px 0;
}

.p-alt-block__name span {
  font-size: 1.4rem;
  color: #99B1A0;
  margin-right: 0.7em;
}

/* アイコン付カード
-------------------------------------- */

.p-treatment-card {
  background: #fff;
  border-radius: 20px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
  padding: 30px 10px 25px;
}

.p-treatment-card__img {
  text-align: center;
}

.p-treatment-card__point {
  width: 100%;
  color: #19A442;
  text-align: center;
  margin: 30px 0 10px;
  padding: 6px;
  font-size: 1.2rem;
  border: 1px solid #19A442;
  border-radius: 5em;
  position: relative;
}

.p-treatment-card__point span {
  position: absolute;
  top: -2em;
  display: block;
  width: 100%;
  text-align: center;
}

.p-treatment-card__title {
  color: #19A442;
  text-align: center;
  font-size: clamp(1.5rem, 4.1055vw, 1.7rem);
}

/* アイコン付カード リスト
-------------------------------------- */

.p-treatment-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  gap: 15px 10px;
}

.p-treatment-btn-box {
  margin: 70px auto 0;
}

/* 診療一覧カード
-------------------------------------- */

.p-treatment-card2 {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 45px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.p-treatment-card2__top {
  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;
  gap: 28px;
}

.p-treatment-card2__top > div {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-treatment-card2__point {
  width: 100%;
  max-width: 230px;
  color: #19A442;
  text-align: center;
  margin: 20px 0 0;
  padding: 6px;
  font-size: 1.4rem;
  border: 1px solid #19A442;
  border-radius: 5em;
}

.p-treatment-card2__main p {
  line-height: 2.25;
}

.p-treatment-card2__bottom .c-button-rounded {
  width: 70%;
  max-width: 282px;
  margin: 0 auto;
}

/* 診療一覧リスト
-------------------------------------- */

.p-treatment-list2 {
  display: grid;
  gap: 40px;
}

/* PC版 2カラムボックス
-------------------------------------- */

.p-2column--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.p-2column--pc .p-type-card:last-child {
  border-bottom: none;
}

/* PC版 3カラムボックス
-------------------------------------- */

.p-3column--pc {
  margin-bottom: 60px;
}

/* PC版 画像+テキスト 縦並びカード
-------------------------------------- */

.p-1column-card {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(20px, 2.317vw, 35px);
}

.p-1column-card__img img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.p-1column-card__contents {
  padding: 0 1em;
}

.p-1column-card__contents .p-card-ttl {
  text-align: center;
}

.p-1column-card__text {
  line-height: 2;
}

/* PC版 画像+テキスト 横並びカード
-------------------------------------- */

.p-2column-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  max-width: 450px;
  margin: 0 auto 40px;
}

.p-2column-card__img img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.p-2column-card__text {
  line-height: 2;
}

/* 経歴/スクロールするボックス
-------------------------------------- */

.p-2scrollbox {
  padding: 30px 0;
  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;
}

.p-2scrollbox .p-scrollbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-scrollbox {
  background: #EAF6EC;
  border-radius: 20px;
  padding: 30px 15px 20px;
}

.p-scrollbox__ttl {
  font-size: clamp(1.7rem, 1.5888vw, 2.4rem);
  color: #19A442;
  text-align: center;
  padding: 0 0 10px;
  margin-bottom: 25px;
  line-height: 1.25;
}

.p-scroll__inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px 30px 20px;
  height: 390px;
}

.p-scroll__inner > div {
  overflow-y: auto;
  height: 100%;
  padding: 10px 10px 20px 10px;
}

/* 設備機器紹介
-------------------------------------- */

.p-2introbox {
  padding: 35px 0;
}

.p-2introbox .p-introbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-2introbox .p-introbox:nth-child(1) {
  position: relative;
}

.p-2introbox .p-introbox:nth-child(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px dashed #D7E5D6;
  position: absolute;
  top: 0;
  right: -35px;
}

.p-introbox {
  padding: 20px 0;
}

.p-introbox__img {
  position: relative;
  margin-bottom: 77px;
}

.p-introbox__img img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.p-introbox__img .p-introbox__ttl {
  position: absolute;
  left: 0;
  bottom: -40px;
}

.p-introbox__ttl {
  min-width: 280px;
  width: 90%;
  max-width: 400px;
  height: 60px;
  background: #19A442;
  border-radius: 0 10em 10em 0;
  color: #fff;
  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-size: clamp(1.7rem, 1.5888vw, 2.4rem);
}

.p-introbox__contents {
  padding: 0 1em;
}

/* フロー・STEP
====================================== */

.p-flow {
  background: #EAF6EC;
  border-radius: 20px;
  padding: 60px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}

.p-flow .p-flow-item__num {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}

.p-flow--timeline {
  background: #EAF6EC;
  border-radius: 20px;
  padding: 30px 15px;
  margin-bottom: 60px;
}

.p-flow--timeline .p-flow-item__num {
  position: relative;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.p-flow--timeline .p-flow-item__ttl {
  text-align: left;
}

.p-flow__inner {
  background: #fff;
  border-radius: 20px;
  padding: 20px clamp(15px, 2.317vw, 35px) 40px;
}

.p-flow-item {
  background: #fff;
  border-radius: 20px;
  padding: 15px 15px 30px;
  position: relative;
}

.p-flow-item__num {
  position: relative;
  width: 80px;
  height: 80px;
  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;
  background: #19A442;
  color: #fff;
  font-size: 3rem;
  border-radius: 50%;
  margin-bottom: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-flow-item__num::after {
  content: "STEP";
  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;
  width: 60px;
  height: 25px;
  font-size: 1.2rem;
  color: #19A442;
  border: 1px solid #19A442;
  background: #fff;
  border-radius: 5em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-flow-item__ttl {
  color: #19A442;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.p-flow-item__img {
  text-align: center;
}

/* カレンダー
-------------------------------------- */

.p-calendar-box .xo-event-calendar table.xo-month {
  border-color: #E6E6E6;
  border-right-width: 0;
}

.p-calendar-box .xo-event-calendar table.xo-month td,
.p-calendar-box .xo-event-calendar table.xo-month th {
  border-color: #E6E6E6;
  height: 3em;
}

.p-calendar-box .xo-event-calendar table.xo-month > thead th {
  padding: 5px 0 !important;
  background: #C9C9C9;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

.p-calendar-box .xo-event-calendar table.xo-month > thead th:last-child {
  border-right: none;
}

.p-calendar-box .xo-event-calendar table.xo-month .month-dayname td div {
  font-size: 1.3rem;
}

.p-calendar-box .xo-event-calendar table.xo-month caption {
  padding-bottom: 10px;
}

.p-calendar-box .holiday-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}

/* 見出し
====================================== */

.p-sec-ttl {
  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;
  margin-bottom: 25px;
}

.p-sec-ttl--left {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-sec-ttl__top {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: #A7A07A;
  margin-bottom: 10px;
}

.p-sec-ttl__text {
  color: #8B8B8B;
  font-size: clamp(1.4rem, 1.5888vw, 2.4rem);
}

.p-sec-ttl__text--border {
  color: #8B8B8B;
  font-size: clamp(1.4rem, 1.5888vw, 2.4rem);
  border-bottom: 2px dotted #82A57F;
  margin-bottom: 15px;
}

.p-sec-ttl__flex--border {
  color: #8B8B8B;
  font-size: clamp(1.4rem, 1.5888vw, 2.4rem);
  border-bottom: 2px dotted #82A57F;
  margin-bottom: 15px;
}

.p-sec-ttl__main {
  font-size: clamp(2.2rem, 2.648vw, 4rem);
  color: #19A442;
  padding: 0 0 10px;
  line-height: 1.25;
}

.p-sec-ttl__main--m {
  font-size: clamp(2rem, 2.1184vw, 3.2rem);
  color: #19A442;
  padding: 0 0 10px;
  line-height: 1.5;
}

.p-sec-ttl__main--m span {
  font-size: clamp(1.3rem, 1.0592vw, 1.6rem);
  margin-right: 0.5em;
}

.p-sec-ttl__main--large {
  font-size: clamp(2.4rem, 3.31vw, 6rem);
  color: #19A442;
  margin-bottom: 20px;
  padding: 0 0 10px;
  line-height: 1.25;
}

.p-sec-ttl__main--largeborder {
  font-size: clamp(2.4rem, 3.31vw, 6rem);
  color: #19A442;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 2px dotted #82A57F;
  line-height: 1.25;
}

.p-sidebar-ttl {
  color: #19A442;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

/* メインカラー見出し
-------------------------------------- */

.p-card-ttl {
  font-size: clamp(1.6rem, 1.5888vw, 2.4rem);
  color: #19A442;
  margin-bottom: 12px;
}

/* 丸タイトル
-------------------------------------- */

.p-ttl-circle {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border-radius: 50%;
  background: #19A442;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.p-ttl-circle--lg {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border-radius: 50%;
  background: #19A442;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

/* margin / padding
====================================== */

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/* overflow
====================================== */

.u-overflow-hidden {
  overflow: hidden;
}

/* テキストユーティリティ
====================================== */

/* インデント揃え
-------------------------------------- */

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* text-align
-------------------------------------- */

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* スクロールバー
====================================== */

.u-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.u-scrollbar::-webkit-scrollbar-track {
  background: #F5F5F5;
  border-radius: 7px;
}

.u-scrollbar::-webkit-scrollbar-thumb {
  background: #F5F5F5;
  border: 7px solid #19A442;
  background-clip: padding-box;
  border-radius: 7px;
}

/* 指定幅
====================================== */

.u-w150 {
  width: 150px;
}

.u-w280 {
  width: 280px;
}

.u-mw360 {
  width: 90%;
  max-width: 360px;
}

/* テキスト色指定
====================================== */

.u-color-primary {
  color: #19A442;
}

/* 背景色指定
====================================== */

.u-bg-white {
  background: #fff;
}

/* Flexbox
====================================== */

/* flex-srink
-------------------------------------- */

.u-shrink--0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 400px) {
  .p-treatment-card {
    padding: 30px 15px 25px;
  }

  .p-treatment-list {
    gap: 20px 15px;
  }
}

@media screen and (min-width: 576px) {
  .l-top-kv .p-kv-text {
    width: calc(70% - 10px);
  }

  .p-nav-footer {
    max-width: 550px;
  }

  .p-access-schedule tr:nth-child(1) th {
    padding: 10px;
  }

  .p-access-schedule td,
  .p-access-schedule th {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-rounded-bg {
    padding-top: 93px;
    padding-bottom: 64px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }

  .l-rounded-container {
    padding-top: 93px;
    padding-left: clamp(20px, 4.303vw, 65px);
    padding-right: clamp(20px, 4.303vw, 65px);
    padding-bottom: 64px;
    margin-bottom: 100px;
  }

  .l-rounded-container__inner {
    padding: 60px clamp(20px, 4.965vw, 75px);
  }

  .l-lead-container {
    display: block;
    margin-bottom: clamp(60px, 11.916vw, 180px);
  }

  .l-news-2column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
  }

  .l-news-2column .p-news-item {
    padding: 18px;
  }

  .l-news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(20px, 3.972vw, 60px);
  }

  .l-news-container .l-news-container__main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .l-nav {
    display: block;
  }

  .l-nav-sp {
    display: none;
  }

  .l-nav-sp.is-show {
    display: block;
  }

  .l-header {
    padding: 25px 20px;
  }

  .l-header.is-hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /* 上にスライドして非表示 */
    opacity: 0;
  }

  .l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    padding: 10px 85px 10px 20px;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* スライドイン（通常位置） */
  }

  .l-drawer {
    display: none;
  }

  .l-drawer.is-show {
    display: block;
  }

  .l-footer {
    margin-top: 60px;
  }

  .l-button-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 25px;
    bottom: 25px;
  }

  .l-sidebar {
    padding: 0 0 50px;
    position: sticky;
    top: 200px;
  }

  .l-top-kv {
    margin-top: -65px;
    padding-bottom: 50px;
  }

  .l-top-kv .p-kv-text {
    position: absolute;
    width: auto;
    left: -1vw;
    bottom: -7%;
  }

  .l-top-kv .p-kv-news {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .l-top-kv .p-nav-sns {
    position: absolute;
    bottom: 0;
    left: 22px;
    z-index: 3;
  }

  .l-kv {
    margin-top: -65px;
    margin-bottom: -6.5vw;
    position: relative;
  }

  .l-kv img {
    height: auto;
    max-height: 100%;
    -o-object-fit: none;
    object-fit: none;
  }

  body {
    background: url("../images/common/bg-header_tab.svg") no-repeat;
    background-position: top left;
    background-size: auto;
  }

  .l-curved {
    margin-top: 30px;
    padding-top: 80px;
    padding-bottom: 35px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(11.9vw, transparent), color-stop(11.9vw, #fff), to(#fff));
    background: -webkit-linear-gradient(top, transparent 0, transparent 11.9vw, #fff 11.9vw, #fff 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 11.9vw, #fff 11.9vw, #fff 100%);
    z-index: 2;
    min-height: 11.9vw;
  }

  .l-curved::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 11.9vw;
    background-color: white;
    -webkit-clip-path: ellipse(63% 11.9vw at 50% 11.9vw);
    clip-path: ellipse(63% 11.9vw at 50% 11.9vw);
    z-index: -1;
  }

  .l-sidebar {
    width: 290px;
    padding-top: 40px;
  }

  .c-button-link {
    border-radius: 20px;
    padding: 22px;
  }

  .p-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-header__logo {
    text-align: left;
    max-width: 360px;
  }

  .p-header__logo a {
    max-width: 360px;
  }

  .p-header__logo > h1,
  .p-header__logo > p {
    margin-top: 10px;
  }

  .p-header__logo img {
    width: auto;
  }

  .is-fixed .p-header__logo {
    max-width: 300px;
    text-align: left;
  }

  .p-footer-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 75px;
  }

  .p-footer-access .c-button-rounded {
    width: 185px;
    margin: 0;
  }

  .p-footer-access__tel {
    font-size: clamp(2rem, 2.3832vw, 4rem);
  }

  .p-footer-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 70px;
    margin-bottom: 60px;
  }

  .p-footer-logo {
    margin-bottom: 0;
    min-width: 300px;
    max-width: 374px;
  }

  .p-nav-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none;
  }

  .p-nav-footer > .p-nav-footer__item {
    margin-top: 0 !important;
  }

  .p-nav-footer__item {
    width: auto;
    min-width: 150px;
  }

  .p-nav-footer__item:not(:first-of-type) {
    margin-top: 10px;
  }

  .p-nav-footer__item--full .p-list-hyphen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .p-nav-footer__item--full .p-list-hyphen li {
    width: auto;
  }

  .p-nav-sp-bottom {
    display: none;
  }

  .p-modal {
    padding: 40px 25px;
  }

  .p-list-check--flex {
    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;
    gap: 20px;
  }

  .p-list-check--flex li {
    padding-left: 60px;
    width: 45%;
  }

  .p-list-check--flex li::before {
    width: 32px;
    height: 30px;
  }

  .p-sp-contents {
    display: block;
  }

  .p-banner {
    padding: 50px 0;
  }

  .p-btn-box {
    margin-bottom: 30px;
  }

  .p-schedule-box {
    margin-bottom: 80px;
    padding: 70px 45px 45px;
  }

  .p-schedule-box__inner {
    padding: clamp(30px, 3.641vw, 55px) clamp(20px, 6.62vw, 100px);
  }

  .p-schedule-box__btn {
    width: 280px;
  }

  .p-schedule td {
    font-size: 2rem;
    padding: 5px;
  }

  .p-schedule-box__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    padding-left: clamp(20px, 6.62vw, 100px);
    padding-right: clamp(20px, 6.62vw, 100px);
  }

  .p-access-schedule {
    border-radius: 20px;
  }

  .p-lead-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 52px;
    margin-bottom: 35px;
  }

  .p-lead__img {
    display: contents;
  }

  .p-lead-box__top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 27.15%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(22.4%);
    transform: translateY(22.4%);
  }

  .p-lead-box__main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-lead-box__contents p {
    padding-left: 1.5em;
  }

  .p-lead-box__bottom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 27.15%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-lead-btn {
    padding-left: 25%;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    -webkit-transform: none;
    transform: none;
  }

  .p-lead-btn__inner {
    display: contents;
  }

  .p-lead-btn .c-button-rounded {
    width: 280px;
  }

  .p-img-bg {
    position: relative;
    padding: 0;
    margin-bottom: 70px;
    border-radius: 0;
  }

  .p-img-bg__bg {
    display: block;
    border-radius: 20px;
  }

  .p-img-bg__contents {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
  }

  .p-img-bg__text {
    margin-top: 40px;
    padding-left: 20px;
  }

  .p-card__img {
    border-radius: 20px;
    margin: 0 auto 30px;
  }

  .p-card__img img {
    border-radius: 20px;
    margin: 0 auto 30px;
  }

  .p-card__ttl {
    font-size: 2.4rem;
  }

  .p-card__subttl {
    margin-bottom: 24px;
  }

  .p-card__contents {
    padding: 0 1em;
  }

  .p-card__btn {
    padding: 0.7em 1.3em;
  }

  .p-card--subgrid .p-card__btn {
    margin-top: 40px;
  }

  .p-grid-container {
    grid-template-columns: 1fr 1fr;
    gap: 70px 38px;
    padding: 0 0 100px;
  }

  .p-grid-container .p-card {
    border-bottom: none;
    padding: 20px 0;
  }

  .p-grid-container .p-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    /* gap の半分 */
    height: 100%;
    width: 0;
    border-right: 2px dotted #D7E5D6;
  }

  .p-alt {
    margin-bottom: 100px;
  }

  .p-alt--small {
    margin: 0 auto 100px;
    max-width: 1294px;
  }

  .p-alt-block,
  .p-alt-block--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(30px, 5.627vw, 85px);
  }

  .p-alt-block .p-alt-block__btn,
  .p-alt-block--reverse .p-alt-block__btn {
    margin-top: 25px;
    margin-right: clamp(10px, 4.303vw, 65px);
    margin-left: auto;
  }

  .p-alt-block__img--point {
    margin: 0;
  }

  .p-alt-block_sub_ttl {
    font-size: clamp(1.8rem, 1.5888vw, 2.4rem);
  }

  .p-alt-block__contents > div {
    margin-left: 20px;
  }

  .p-alt-block__contents--center > div {
    padding-top: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .p-treatment-card {
    padding: 50px 30px 35px;
  }

  .p-treatment-card__point {
    font-size: 1.4rem;
  }

  .p-treatment-card__point span {
    position: static;
    display: inline;
  }

  .p-treatment-card__title {
    font-size: 2.4rem;
  }

  .p-treatment-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 33px 27px;
  }

  .p-treatment-card2 {
    padding: 35px 25px 50px;
  }

  .p-treatment-card2__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-treatment-card2__top > div {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .p-2column--pc {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(20px, 3.972vw, 60px) clamp(20px, 2.78vw, 50px);
    margin-bottom: 80px;
  }

  .p-2column--pc .p-1column-card {
    width: 46.3%;
  }

  .p-2column--pc .p-2column-card {
    width: 46.3%;
  }

  .p-2column--pc .p-type-card:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .p-3column--pc {
    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;
    gap: clamp(20px, 3.972vw, 60px);
    margin-bottom: 80px;
  }

  .p-3column--pc .p-3column-card {
    width: 30.4%;
  }

  .p-2column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(20px, 2.317vw, 35px);
    max-width: none;
    margin-bottom: 0;
  }

  .p-2column-card .p-2column-card__img {
    width: 42.8%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-2scrollbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }

  .p-scroll__inner > div {
    padding: 0 15px 30px;
  }

  .p-2introbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .p-introbox__ttl {
    height: 80px;
  }

  .p-flow {
    margin-bottom: 80px;
    padding: 50px 45px;
    gap: 20px;
  }

  .p-flow--timeline {
    margin-bottom: 80px;
    padding: 50px 45px;
  }

  .p-flow--timeline .p-flow-item {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-flow--timeline .p-flow-item::before {
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 150px);
    border-right: 2px dotted #19A442;
    position: absolute;
    bottom: 0;
    left: 95px;
  }

  .p-flow--timeline .p-flow-item__content {
    padding-top: 40px;
  }

  .p-flow--timeline .p-flow-item__ttl {
    margin-bottom: 1em;
  }

  .p-flow__inner {
    padding: 100px clamp(15px, 2.317vw, 35px) 40px;
  }

  .p-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(15px, 3.1776vw, 48px);
    padding: 15px 45px;
  }

  .p-flow-item .p-flow-item__num {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .p-flow-item__num {
    width: 100px;
    height: 100px;
    font-size: 4rem;
  }

  .p-flow-item__num::after {
    width: 74px;
    height: 34px;
    font-size: 1.4rem;
  }

  .p-flow-item__ttl {
    font-size: clamp(2.2rem, 2.648vw, 2.4rem);
    text-align: left;
  }

  .p-flow-item__text {
    padding-left: 1em;
  }

  .p-sec-ttl {
    margin-bottom: 40px;
  }

  .p-sec-ttl__flex--border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .p-sidebar-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 992px) {
  .l-header {
    padding: 35px;
  }

  .p-header__logo {
    max-width: 400px;
  }

  .p-header__logo a {
    max-width: 400px;
  }

  .is-fixed .p-header__logo {
    max-width: 400px;
  }

  .p-header-info {
    gap: 25px;
  }

  .p-footer-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 48px;
  }

  .p-footer-access .c-button-rounded {
    width: 185px;
    margin: 0;
  }

  .p-nav-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
    margin-bottom: 90px;
    padding-left: 90px;
    padding-right: 70px;
  }

  .p-nav-footer a:hover {
    text-decoration: underline;
  }

  .p-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-timeline dt {
    width: 6em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px;
  }

  .p-timeline dd {
    width: calc(100% - 6em);
    margin-top: 10px;
    margin-bottom: 0;
  }

  .p-treatment-list2 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .l-nav {
    margin: 0 auto;
  }

  .l-header.is-fixed {
    padding: 10px 100px 5px 35px;
  }

	.l-header.is-fixed .p-header__logo > h1 {
	  margin-top: 0;
	}
  .l-top-kv .p-kv-text {
    left: -1.5vw;
    bottom: 20px;
  }

  .l-top-kv .p-kv-news {
    bottom: 2.65vw;
  }

  .l-top-kv .p-nav-sns {
    bottom: 0;
  }

  .p-header__logo {
    max-width: none;
  }

  .p-header__logo a {
    display: block;
    max-width: none;
  }

  .is-fixed .p-header__logo {
    max-width: none;
  }

  .p-li-flex--xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-alt-block__img .p-alt-block__name {
    bottom: 45px;
  }

  .p-alt-block__name {
    height: 70px;
    font-size: 2.6rem;
  }

  .p-alt-block__name span {
    font-size: 1.8rem;
  }

  .p-treatment-card2 {
    padding: 45px 75px 65px;
  }

  .p-treatment-list2 {
    grid-template-columns: 1fr 1fr;
    gap: 40px 70px;
  }

  .p-scroll__inner > div {
    padding: 15px 15px 30px 30px;
  }

  .p-2introbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
  }
}

@media screen and (min-width: 1300px) {
  .p-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .is-fixed .p-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-header__logo {
    text-align: center;
  }

  .p-header__logo img {
    width: auto;
  }
	
  .l-header.is-fixed .p-header__logo img {
    width: 80%;
  }
  .p-footer-access {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 52px 48px;
  }

  .p-grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .p-grid-container .p-card:nth-child(4n)::after {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  body {
    background: url("../images/common/bg-header_pc.svg") no-repeat;
    background-position: top left;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background: url("../images/common/bg-header.svg") no-repeat;
    background-position: top left;
    background-size: 100% 1080px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-top-kv .p-nav-sns {
    display: none;
  }

  .p-header__info {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  .p-grid-container .p-card:nth-child(2n)::after {
    display: none;
  }
}

/*@media (min-width: 992px) and (max-width: 1299px) {
  .p-grid-container .p-card:nth-child(3n)::after {
    display: none;
  }
}*/

@media (hover: hover) {
  a.p-treatment-card:hover {
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
}
/*# sourceMappingURL=common.css.map */
