@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1160 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #0e1c42;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}

p,
li {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  p,
  li {
    font-size: 14px;
  }
}

.red {
  color: #da0000;
}

.yellow {
  color: #ffe730;
}

/*==============================================================================
# header
==============================================================================*/
/*==============================================================================
# drawer
==============================================================================*/
.l-main {
  -webkit-padding-before: 172px;
          padding-block-start: 172px;
  min-height: 100vh;
}
@media screen and (max-width: 767.9px) {
  .l-main {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.l-doctor {
  background: #f2f9ff;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.inner__narrow {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.section {
  padding-block: 5rem 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .section {
    padding-block: 4rem 5rem;
  }
}

.c-page-signage__img {
  position: relative;
}
.c-page-signage__img picture {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 340px;
}
.c-page-signage__img picture img,
.c-page-signage__img picture source {
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__img picture img,
  .c-page-signage__img picture source {
    max-height: 200px;
  }
}

.c-page-signage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  color: #2e88c7;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__title {
    font-size: 1.75rem;
  }
}

.c-page-signage__breadcrumb {
  background: url(../assets/img/breadcrumb.bg.png) repeat left center/contain;
  padding: 0.5rem 2.5rem;
  color: #fff;
  margin-top: -4px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-page-signage__breadcrumb {
    background-size: cover;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.breadcrumb a span {
  text-decoration: underline;
}

.c-section-title {
  text-align: center;
  margin-bottom: 40px;
  line-height: normal;
}
.c-section-title img {
  width: 2.75rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.9px) {
  .c-section-title img {
    width: 2.25rem;
  }
}

.c-section-title__main {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .c-section-title__main {
    font-size: 1.75rem;
  }
}

.c-section-title__sub {
  font-size: 1rem;
  color: #ff6a19;
  text-transform: uppercase;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  margin-top: 8px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767.9px) {
  .c-section-title__sub {
    font-size: 0.75rem;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.c-title.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title img {
  width: 2.0625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-title {
    font-size: 1.75rem;
  }
}

.c-cta {
  background: url(../assets/img/cta-bg.jpg) repeat center center/cover;
}
@media screen and (max-width: 767.9px) {
  .c-cta {
    padding: 4rem 0;
  }
}

.c-cta__content {
  background: #fff;
  padding: 2.5rem;
  max-width: 880px;
  margin-inline: auto;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.c-cta__content::after {
  position: absolute;
  content: "";
  background: url(../assets/img/cta-illust.png) no-repeat center center/contain;
  right: -3vw;
  bottom: -3.5vw;
  width: 12.5vw;
  height: 12.5vw;
  max-width: 180px;
  max-height: 180px;
  min-width: 110px;
  min-height: 110px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__content::after {
    right: -2vw;
    bottom: -5.5vw;
  }
}
@media screen and (max-width: 560px) {
  .c-cta__content::after {
    bottom: -13vw;
    min-width: 90px;
    min-height: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .c-cta__content {
    padding: 1.5rem;
  }
}

.c-cta__lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  color: #2e88c7;
}
@media screen and (max-width: 767.9px) {
  .c-cta__lead {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.c-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.c-cta__btn {
  font-size: 1.25rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 280px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .c-cta__btn:hover {
    opacity: 0.7;
  }
}
.c-cta__btn img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767.9px) {
  .c-cta__btn {
    max-width: none;
    font-size: 1.125rem;
    width: 100%;
  }
}

.c-cta-time {
  font-weight: 700;
  text-align: center;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

/*==============================================================================
# サイドバー
==============================================================================*/
.l-sidebar {
  max-width: 308px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #2e88c7;
  padding: 2rem 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-sidebar > :nth-child(n+2 of .p-widget) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.9px) {
  .l-sidebar > :nth-child(n+2 of .p-widget) {
    margin-top: 2.5rem;
  }
}

.p-widget__title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-widget__title {
    font-size: 1.25rem;
  }
}

.p-widget__list li a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1.25rem;
  position: relative;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-widget__list li a {
    padding-block: 1rem;
  }
}
.p-widget__list li a::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #8DC35D 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}
.p-widget__list li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  vertical-align: sub;
}

/*==============================================================================
# ページネーション
==============================================================================*/
.p-pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .p-pagination {
    margin-top: 1.5rem;
  }
}

.p-pagination__prev,
.p-pagination__next {
  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;
  line-height: 1;
  border: 1px solid #2e88c7;
  border-radius: 100vmax;
  background: #2e88c7;
  color: #fff;
  padding: 10px;
  /* ページネーションが無効の時 */
}
.p-pagination__prev.is-disabled,
.p-pagination__next.is-disabled {
  color: #b4bec5;
  background: #e2ecf2;
  cursor: not-allowed;
  pointer-events: none;
  border: 1px solid #e2ecf2;
}
@media (any-hover: hover) {
  .p-pagination__prev:hover,
  .p-pagination__next:hover {
    background: #fff;
    color: #2e88c7;
  }
}

.p-pagination__num {
  width: 40px;
  height: 40px;
  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;
  line-height: 1;
  background: #fff;
  border: 1px solid #2e88c7;
  border-radius: 100vmax;
  color: #2e88c7;
  padding: 10px;
}
.p-pagination__num.is-current {
  background: #2e88c7;
  color: #fff;
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-pagination__num:hover {
    background: #2e88c7;
    color: #fff;
  }
}

.p-pagination__ellipsis {
  color: #2e88c7;
}

/*==============================================================================
# 背景共通css
==============================================================================*/
.grid-bg {
  background: url(../assets/img/grid-bg.png) repeat center center/100%;
}
@media screen and (max-width: 767.9px) {
  .grid-bg {
    background-size: 200%;
  }
}

/*==============================================================================
# 診療案内各ページ共通パーツcss
==============================================================================*/
/* 診療時間テーブル注意書き */
.hours-caution {
  font-weight: 600;
  font-size: 0.875rem;
}

/*==============================================================================
# ヘッダー
==============================================================================*/
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .p-header {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .p-header__top,
  .p-header__bottom {
    display: none;
  }
}

.p-header__top {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 2.5rem;
  padding-block: 0.8rem;
  background: #2e88c7;
  height: 120px;
}

.p-header__logo {
  font-size: 1.25rem;
}
.p-header__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__top-buttons {
  width: 60%;
  max-width: 600px;
}

.p-header__top-buttons-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-header__top-buttons-contact a {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 280px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .p-header__top-buttons-contact a:hover {
    opacity: 0.7;
  }
}
.p-header__top-buttons-contact a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.--tel {
  background: #ff6a19;
}

.--mail {
  background: #74bd34;
}

.p-header__top-buttons-text {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.p-header__top-buttons-akatsuki {
  margin-top: 0.5rem;
}
.p-header__top-buttons-akatsuki a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #ffa64c;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-header__top-buttons-akatsuki a:hover {
    opacity: 0.7;
  }
}
.p-header__top-buttons-akatsuki a img {
  height: 32px;
  width: auto;
}

.p-header__bottom {
  background: #fff;
  height: 52px;
}

.p-header__nav {
  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: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  max-width: 1000px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  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;
  width: 100%;
}
.p-header__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-header__list li a {
  color: #2e88c7;
  font-weight: 700;
  width: 100%;
  height: 52px;
  line-height: 52px;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    color: #74bd34;
  }
}

.p-header__link {
  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: 16px;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-sp {
  background: #2e88c7;
  position: fixed;
  z-index: 100;
  height: 5rem;
  width: 100%;
  display: none;
}
.header-sp img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 767.9px) {
  .header-sp {
    display: block;
  }
}

.p-header__item {
  position: relative;
  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;
}

/* トグル（PCは非表示・SPで表示） */
.p-header__toggle {
  background: none;
  border: 0;
  padding: 0 4px;
  cursor: pointer;
  display: none; /* ← PCは非表示 */
}

/* SCSSでまとめて指定する派 */
.p-header__chevron {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* ヘッダーサブメニュー */
.p-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s step-end, -webkit-transform 0.2s ease;
  z-index: 10;
  pointer-events: none; /* 非表示時の誤クリック防止 */
  /* ホバーの橋渡し（上に透明のヒットエリアを作る） */
}
.p-header__submenu::before {
  content: "";
  position: absolute;
  top: -8px; /* 親リンクとの隙間を埋める */
  left: 0;
  right: 0;
  height: 8px;
}

.p-header__submenu li {
  margin: 0;
}

.p-header__sublink {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* PC：ホバー/フォーカスで開く */
@media (hover: hover) {
  /* hidden属性でdisplay:noneが当たる対策（ホバー時だけ上書き） */
  .p-header__item.has-children:hover > .p-header__submenu[hidden],
  .p-header__item.has-children:focus-within > .p-header__submenu[hidden] {
    display: block;
  }
  .p-header__item.has-children:hover > .p-header__submenu,
  .p-header__item.has-children:focus-within > .p-header__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s, -webkit-transform 0.2s ease;
    pointer-events: auto;
  }
}
/* SP：トグルで開閉（JSで .is-open を付与） */
.p-header__item.is-open > .p-header__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.p-header__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* SPでトグル表示 */
@media (max-width: 767px) {
  .p-header__item.has-children {
    padding-right: 6px;
  } /* ちょい余白 */
  /* ドロワー内で縦展開する場合はこれも入れると自然になる */
  .p-header__submenu {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 8px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; /* visibility/transformは不要 */
    /* 橋は不要 */
  }
  .p-header__submenu::before {
    display: none;
  }
}
/* 動きを控えめに */
@media (prefers-reduced-motion: reduce) {
  .p-header__submenu {
    -webkit-transition: none;
    transition: none;
  }
}
.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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;
  background: #ff6a19;
  border-radius: 4px;
  padding: 0.75rem;
  cursor: pointer;
  top: 17px;
  right: 20px;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 6px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #fff;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.p-drawer__list .p-drawer__item {
  font-weight: 700;
  width: 100%;
  position: relative;
}
.p-drawer__list .p-drawer__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #8DC35D 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
  left: 0;
}

.p-drawer__item.has-sub .p-drawer__submenu li:last-of-type {
  padding-bottom: 12px;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

/* 行（メインリンクと矢印を横並び） */
.p-drawer__row {
  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;
}

.p-drawer__link {
  display: inline-block;
  text-decoration: none;
  padding-block: 16px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

/* トグル（矢印） */
.p-drawer__toggle {
  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: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.p-drawer__chevron {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* ドロワーサブメニュー */
.p-drawer .p-acc-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-drawer .p-drawer__row {
  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: 8px;
}
.p-drawer .p-drawer__toggle {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.p-drawer .p-drawer__chevron {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-drawer .p-drawer__submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-drawer .p-drawer__sublink {
  padding-block: 4px;
  padding-left: 1em;
  width: 100%;
}
.p-drawer .p-acc-toggle:checked ~ .p-drawer__submenu {
  max-height: 600px;
}
.p-drawer .p-acc-toggle:checked ~ .p-drawer__row .p-drawer__toggle .p-drawer__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*==============================================================================
# footer
==============================================================================*/
/* フッター */
.l-footer {
  background: #2e88c7;
  padding-top: 40px;
}

.p-footer {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 650px;
}

.p-footer-logo {
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer-logo img {
  max-width: 240px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  height: auto;
}
@media (any-hover: hover) {
  .p-footer-logo a:hover {
    opacity: 0.7;
  }
}

.p-footer-address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 500;
}

.p-footer-nav {
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-footer-nav {
    margin-bottom: 3rem;
  }
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.p-footer-menu li a {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .p-footer-menu li a {
    font-size: 0.875rem;
  }
}

.p-footer-copyright {
  background-color: #fff;
  font-size: 12px;
  padding: 16px 8px;
  text-align: center;
  color: #2e88c7;
  font-weight: 700;
}

/*==============================================================================
# トップに戻るボタン
==============================================================================*/
.c-to-top {
  position: fixed;
  z-index: 2000;
  right: 2.5rem;
  bottom: 1.25rem;
  opacity: 0;
}
@media screen and (max-width: 767.9px) {
  .c-to-top {
    display: none;
  }
}
.c-to-top img {
  width: 6.25rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-to-top img {
    width: 4.5rem;
  }
}
.c-to-top.js-show {
  opacity: 1;
}
@media (any-hover: hover) {
  .c-to-top:hover {
    opacity: 0.7;
  }
}

.c-to-akatsuki {
  position: fixed;
  z-index: 2000;
  right: 1.5rem;
  bottom: 10rem;
}
@media screen and (max-width: 767.9px) {
  .c-to-akatsuki {
    right: 0.625rem;
    bottom: 8.75rem;
  }
}
.c-to-akatsuki img {
  width: 8.75rem;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .c-to-akatsuki img {
    width: 6.25rem;
  }
}
.c-to-akatsuki.js-show {
  opacity: 1;
}
@media (any-hover: hover) {
  .c-to-akatsuki:hover {
    opacity: 0.7;
  }
}

/*==============================================================================
# フッターバー
==============================================================================*/
/* スマホのみ表示 */
.sp-footer-bar {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-footer-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 12px;
    text-align: center;
    z-index: 999;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .sp-footer-bar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
  }
  .sp-footer-btn {
    -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;
    gap: 6px;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }
  .sp-footer-btn__icon {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp-footer-bar__info {
    font-size: 0.75rem;
    font-weight: 500;
  }
  .sp-footer-bar__link {
    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;
    gap: 6px;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 6px 12px;
    text-decoration: none;
    background: #ffa64c;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
  }
  .sp-footer-bar__link:hover {
    background: #f0f0f0;
  }
  .sp-footer-bar__logo {
    height: 20px;
    width: auto;
    vertical-align: middle;
  }
}
.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  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;
}
@media screen and (max-width: 767.9px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767.9px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767.9px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

/*==============================================================================
# トップページ
==============================================================================*/
.p-mv {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../assets/img/mv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv__inner {
  max-width: 1200px;
  padding: 0 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-mv__inner {
    padding: 0 1.25rem;
  }
}

.p-mv__content {
  text-align: left;
}

.p-mv__catch {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0px 16px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch {
    background: none;
    display: inline-block;
  }
}

.p-mv__catch-line {
  display: inline;
  font-size: 2rem;
  padding: 8px 0px 8px 16px;
}
.p-mv__catch-line.p-mv__catch-doctor {
  padding: 8px 16px 8px 0px;
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch-line {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.25rem;
  }
}

.p-mv__catch--big-text {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .p-mv__catch--big-text {
    font-size: 1.75rem;
  }
}

.p-mv__catch-dog {
  color: #ff6a19;
}

.p-mv__catch-cat {
  color: #74bd34;
}

/* SP: 行ごとに分けて背景色変更 */
@media (max-width: 768px) {
  .p-mv__catch {
    padding: 0;
  }
  .p-mv__catch-line {
    display: block;
    border-radius: 0.5rem;
    background: #fff;
    padding: 8px 12px;
  }
  .p-mv__catch-line.p-mv__catch-doctor {
    border-radius: 0.5rem;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 12px;
    margin-top: 8px;
  }
}
.p-mv__subcatch {
  font-size: 1.125rem;
  line-height: 1.8;
  background: #fff;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-mv__subcatch {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.p-waiting {
  padding-inline: 40px;
  text-align: center;
  background: url(../assets/img/horizontal-stripe-bg.jpg) repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .p-waiting {
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}
.p-waiting::after {
  content: "";
  background: url(../assets/img/waiting-deco.png) no-repeat center center/contain;
  width: 81.9444vw;
  height: 8.55556vw;
  bottom: 3.472222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  min-width: 680px;
  min-height: 90.4687px;
}
@media screen and (max-width: 767.9px) {
  .p-waiting::after {
    width: 100%;
    height: 90px;
    bottom: 0;
    min-width: auto;
  }
}

.p-waiting__inner {
  border-radius: 1.25rem;
  border: 4px solid #2e88c7;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2.5rem;
  -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;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 10;
  top: -3.125rem;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__inner {
    padding: 20px;
  }
}

.p-waiting__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  font-family: "M PLUS 1p", sans-serif;
  color: #2e88c7;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.p-waiting__title::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #2e88c7 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__title {
    font-size: 1.5rem;
  }
}

.p-waiting__number {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__number {
    font-size: 1.25rem;
  }
}

.p-waiting__count {
  font-weight: bold;
  color: #e84a5f;
  font-size: 2.5rem;
  margin-left: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__count {
    font-size: 28;
  }
}

.p-waiting__app {
  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: 16px;
}
@media screen and (max-width: 767.9px) {
  .p-waiting__app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.p-waiting__app-icon {
  width: 100px;
  height: auto;
}

.p-waiting__app-text {
  text-align: left;
  line-height: 1.7;
}
.p-waiting__app-text a {
  text-decoration: underline;
  color: #2e88c7;
  font-weight: 700;
}
@media (any-hover: hover) {
  .p-waiting__app-text a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .p-waiting__app-text {
    text-align: center;
  }
}

.p-schedule {
  background: url(../assets/img/orange-dot-bg.jpg) no-repeat center center/cover;
}
.p-schedule .p-schedule__calendar {
  max-width: 100%;
  margin-bottom: 24px;
}
.p-schedule .p-schedule__calendar iframe {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  display: block;
}
.p-schedule .p-schedule__note {
  line-height: 1.7;
}

.p-service {
  background: #f2f9ff;
}
.p-service .p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-service .p-service__list {
    grid-template-columns: 1fr;
  }
}
.p-service .p-service__card {
  padding: 24px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-radius: 12px;
  border: 4px solid #2e88c7;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
@media (any-hover: hover) {
  .p-service .p-service__card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.9px) {
  .p-service .p-service__card {
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
  }
}
.p-service .p-service__card-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #2e88c7;
  text-align: center;
}
.p-service .p-service__card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-service .p-service__card-info {
    -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;
  }
}
.p-service .p-service__card-icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service .p-service__card-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
}
.p-service .p-service__card-link img {
  width: 24px;
  height: auto;
}

.p-about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
}
.p-about__block:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-about__block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-about__block-wrapper {
  margin-bottom: 4.5rem;
}

.p-about__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
}

.p-about__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  text-align: center;
}
.p-about__img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.p-about__img span {
  display: block;
  margin-top: 1.5rem;
  font-weight: 700;
}

.p-about__img--microscope img {
  max-width: 320px;
  width: 100%;
}

.p-about__movie {
  text-align: center;
}
.p-about__movie #movie {
  max-width: 600px;
  height: auto;
}
.p-about__movie p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.p-about__movie iframe {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
}

.p-feature {
  position: relative;
}
.p-feature::before {
  position: absolute;
  content: "";
  background: url(../assets/img/fearture-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-feature__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .p-feature__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-feature__card {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-feature__card {
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
  }
}

.p-feature__card-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.p-feature__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__card-text {
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
}

.p-feature__card-number {
  position: absolute;
  left: 16px;
  top: -1.75rem;
  font-size: 3.5rem;
  font-weight: bold;
  color: #2e88c7;
  z-index: 2;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.p-feature__card-heading {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.p-feature__card-description {
  line-height: 1.6;
}

.p-worries {
  padding-block: 7.5rem 5rem;
  position: relative;
}
.p-worries::before {
  position: absolute;
  content: "";
  background: url(../assets/img/worry-bg.jpg) no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .p-worries {
    padding-block: 5rem;
  }
}

.p-worries__content {
  margin-inline: auto;
  position: relative;
}

.p-worries__title {
  text-align: center;
  position: absolute;
  top: calc(-1 * clamp(40px, 6.9444vw, 100px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-worries__title img {
  width: clamp(320px, 51.527778vw, 742px);
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worries__lists {
  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;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 7rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-worries__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 3.5rem 1.5rem 1.25rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-worries__list {
  gap: 1em;
  display: grid;
}

.p-worries__item {
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 1rem;
  position: relative;
}
.p-worries__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100vmax;
  background: #0e1c42;
}
@media screen and (max-width: 767.9px) {
  .p-worries__item {
    font-size: 1rem;
  }
}

.p-message {
  position: relative;
}
.p-message::before {
  position: absolute;
  background: url(../assets/img/message-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
@media (min-width: 768px) {
  .p-message {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .p-message {
    padding-bottom: 4rem 5rem !important;
  }
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 767.9px) {
  .p-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}

.p-message__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(320px, 27.77778vw, 400px);
          flex: 0 0 clamp(320px, 27.77778vw, 400px);
  max-width: 100%;
  position: relative;
}
.p-message__img::before {
  position: absolute;
  content: "";
  background: url(../assets/img/director-silhouette.png) no-repeat center center/contain;
  right: -1rem;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .p-message__img {
    max-width: 240px;
    margin-inline: auto;
  }
}

.p-message__img img {
  width: 400px;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .p-message__img img {
    width: 370px;
  }
}
@media (max-width: 880px) {
  .p-message__img img {
    width: 320px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-message__img img {
    width: 100%;
  }
}

.p-message__texts-wrapper {
  max-width: 500px;
  z-index: 2;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 767.9px) {
  .p-message__texts-wrapper {
    margin-inline: auto;
    margin-top: -85px;
    width: auto;
  }
}
.p-message__texts-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.p-message__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-message__texts {
    padding: 20px;
  }
}

.p-message__text {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-message__clinic,
.p-message__name {
  font-weight: bold;
}

.p-message__clinic {
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.9px) {
  .p-message__clinic {
    margin-top: 1.5rem;
  }
}

.p-message__name {
  font-size: 1.5rem;
}

.p-news {
  background: #f2f9ff;
}
.p-news .p-news-content {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-content {
    padding: 1.25rem;
  }
}
.p-news .p-news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #ddd;
  gap: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a {
    gap: 1rem;
    padding: 0.75rem 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-news .p-news-item a:hover {
    opacity: 0.7;
  }
}
.p-news .p-news-item a .p-news-date {
  min-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a .p-news-date {
    min-width: auto;
  }
}
.p-news .p-news-item a .p-news-title {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .p-news .p-news-item a .p-news-title {
    font-size: 16px;
  }
}
.p-news .p-news-link {
  text-align: right;
  margin-top: 24px;
}
.p-news .p-news-link .p-news-link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #74bd34;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-news .p-news-link .p-news-link-button:hover {
    opacity: 0.7;
  }
}
.p-news .p-news-link .p-news-link-button .p-news-link-icon {
  width: 16px;
  height: auto;
  margin-left: 8px;
}

.p-top-access {
  background: url(../assets/img/stripe-bg.jpg) no-repeat center center/cover;
  width: 100%;
}

.p-top-access__inner {
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
}

.p-top-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-top-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-top-access__info {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-top-access__info {
    width: 100%;
  }
}

.p-top-access__clinic-name {
  font-size: 1.75rem;
  font-weight: 700;
}

.p-top-access__company-info {
  margin-top: 1.5rem;
}

.p-top-access__detail {
  margin-top: 0.5rem;
}

.p-top-access__map {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-top-access__map {
    width: 100%;
  }
}
.p-top-access__map iframe {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 4/3;
}

/* 診療時間テーブル */
.c-clinic-hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-clinic-hours {
    font-size: 14px;
  }
}
.c-clinic-hours th {
  white-space: nowrap;
}
.c-clinic-hours th,
.c-clinic-hours td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.c-clinic-hours thead th {
  background-color: #e6f0fc;
}
.c-clinic-hours.is-small {
  font-size: 13px;
}
.c-clinic-hours.is-small th,
.c-clinic-hours.is-small td {
  padding: 0.5rem;
  white-space: nowrap;
}
.c-clinic-hours tbody th,
.c-clinic-hours tbody td {
  background: #fff;
}
.c-clinic-hours.p-hours__table th,
.c-clinic-hours.p-hours__table td {
	white-space: nowrap;
}

/*==============================================================================
# 診療案内
==============================================================================*/
.p-guidance-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-guidance-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-guidance-intro__text {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .p-guidance-intro__text {
    width: 100%;
  }
}

.p-guidance-intro__image {
  width: 44%;
}
.p-guidance-intro__image img {
  aspect-ratio: 4/3;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-guidance-intro__image {
    width: 100%;
  }
}

.p-hours {
  background: url(../assets/img/orange-dot-bg.jpg) repeat center center/100%;
}

.p-hours__inner {
  max-width: 800px;
  margin-inline: auto;
}

.p-hours__table {
  margin-top: 0;
}
.p-hours__table th,
.p-hours__table td {
  font-size: 0.875rem;
}
@media screen and (max-width: 400px) {
  .p-hours__table th,
  .p-hours__table td {
    padding: 10px 6px;
  }
}

.p-hours__note {
  margin-top: 1.5rem;
}
.p-hours__note a {
  text-decoration: underline;
  color: #74bd34;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-hours__note a:hover {
    opacity: 0.7;
  }
}

.p-flow {
  background-color: #f2f9ff;
}

.p-flow-lead {
  max-width: 800px;
  margin: 0 auto 60px;
  line-height: 1.8;
}

.p-flow-list {
  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: 20px;
}

.p-flow-card {
  max-width: 240px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767.9px) {
  .p-flow-card {
    max-width: 310px;
  }
}

.p-flow-card-img {
  text-align: center;
}
.p-flow-card-img img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-flow-card-step {
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  background: #2e88c7;
  border-radius: 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 12px;
}

.p-flow-card-heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-flow-card-heading {
    font-size: 1.25rem;
  }
}

.p-flow-card-text {
  font-size: 14px;
  line-height: 1.6;
}

.p-flow-card-arrow {
  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: 40px;
}

.p-flow-card-arrow img {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-flow-list {
    -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;
  }
  .p-flow-card-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-payment {
  background: url(../assets/img/horizontal-stripe-bg.jpg) no-repeat center center/cover;
}
.p-payment .p-payment__boxes {
  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: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-payment .p-payment__boxes {
    margin-top: 20px;
  }
}
.p-payment .p-payment__box {
  background-color: #fff;
  border: 4px solid #2e88c7;
  border-radius: 20px;
  padding: 2.5rem;
  width: 500px;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.p-payment .p-payment__box-img {
  margin-bottom: 16px;
}
.p-payment .p-payment__box-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-payment .p-payment__box-heading {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  color: #2e88c7;
}
.p-payment .p-payment__box-text {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-payment__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
/*==============================================================================
# 歯周病他各診療内容ページ共通css
==============================================================================*/
.c-symptoms__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-symptoms__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.c-symptoms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vmax;
  border: 2px solid #2e88c7;
  background: #fff;
  color: #2e88c7;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .c-symptoms__item {
    font-size: 1rem;
  }
}

.c-about-info {
  background: #f2f9ff;
}

.c-about-info__inner > :nth-child(n+2 of .c-about-info__block) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-about-info__inner > :nth-child(n+2 of .c-about-info__block) {
    margin-top: 1.75rem;
  }
}

.c-about-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .c-about-info__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-about-info__block-sub {
  margin-top: 2rem;
}

.c-about-info__text {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .c-about-info__text {
    width: 100%;
  }
}

.c-about-info__img {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .c-about-info__img {
    width: 100%;
  }
}
.c-about-info__img img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.c-flow {
  background: url(../assets/img/stripe-bg.jpg) repeat center center/cover;
}
@media screen and (max-width: 767.9px) {
  .c-flow {
    background-size: 200%;
  }
}

.c-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-flow-list {
    gap: 1.5rem;
  }
}
.c-flow-list > :nth-child(even of .c-flow-item) .c-flow-description {
  border: 4px solid #8DC35D;
}
.c-flow-list > :nth-child(even of .c-flow-item) .c-flow-term {
  background: #8DC35D;
}

.c-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .c-flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flow-term {
  background: #74bd34;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  height: -webkit-fill-available;
  padding: 16px 20px;
  border-radius: 20px 0 0 20px;
  width: 280px;
  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;
}
@media screen and (max-width: 767.9px) {
  .c-flow-term {
    font-size: 1.25rem;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}

.c-flow-description {
  background: #fff;
  border-radius: 0 20px 20px 0;
  width: 100%;
  padding: 2.5rem 2.5rem 2.5rem 1.5rem;
  border: 4px solid #74bd34;
}
@media screen and (max-width: 767.9px) {
  .c-flow-description {
    border-radius: 0 0 20px 20px;
  }
}
.c-flow-description strong {
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767.9px) {
  .c-flow-description strong {
    font-size: 0.875rem;
  }
}

.c-textblock-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .c-textblock-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-textblock-text {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .c-textblock-text {
    width: 100%;
  }
}

.c-textblock-img {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .c-textblock-img {
    width: 100%;
  }
}
.c-textblock-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.concern-wrapper {
  background: url(../assets/img/concern-bg.jpg) no-repeat center center/cover;
}

.c-related-risk__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .c-related-risk__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.c-related-risk__textblock {
  background: #fff;
  padding: 2.5rem;
  border-radius: 20px;
  border: 2px solid #2e88c7;
}
@media screen and (max-width: 767.9px) {
  .c-related-risk__textblock {
    padding: 1.5rem;
  }
}
.c-related-risk__textblock p {
  margin-top: 2.5rem;
}

.c-related-risk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-case {
  padding-top: 5rem;
}
@media screen and (max-width: 767.9px) {
  .c-case {
    padding-top: 4rem;
  }
}

.c-case-blocks > :nth-child(n+2 of .c-case-block) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-case-blocks > :nth-child(n+2 of .c-case-block) {
    margin-top: 1.5rem;
  }
}

.c-case-heading {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .c-case-heading {
    font-size: 1.375rem;
  }
}

.c-case-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-top: 1rem;
}
.c-case-photos > :nth-child(1 of .c-case-photo) p.c-case-photo-label {
  background-color: #e85c5c;
}
.c-case-photos > :nth-child(2 of .c-case-photo) p.c-case-photo-label {
  background-color: #2e88c7;
}
@media screen and (max-width: 767.9px) {
  .c-case-photos {
    gap: 1.5rem;
    margin-top: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-case-photo {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .c-case-photo {
    width: 100%;
  }
}
.c-case-photo img {
  height: auto;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-case-photo-label {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 16px;
}
@media screen and (max-width: 767.9px) {
  .c-case-photo-label {
    font-size: 1.375rem;
  }
}

.c-faq {
  background: url(../assets/img/horizontal-stripe-bg.jpg) repeat center center/100%;
}
@media screen and (max-width: 767.9px) {
  .c-faq {
    background: url(../assets/img/horizontal-stripe-bg.jpg) repeat center center/140%;
  }
}

.c-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-faq-list {
    gap: 2rem;
  }
}

.c-faq-item {
  background: #fff;
  padding: 2.5rem;
  border-radius: 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: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-faq-item {
    padding: 1.5rem;
    gap: 0.75rem;
  }
}

.c-faq-label {
  padding: 24px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  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;
  line-height: 1;
  margin-right: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .c-faq-label {
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}

.c-faq-label--q {
  background: #74bd34;
}

.c-faq-item__question-text {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .c-faq-item__question-text {
    font-size: 1.25rem;
  }
}

.c-faq-label--a {
  background: #FFA64C;
}

.c-faq-item__question,
.c-faq-item__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-faq-item__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
  position: relative;
}
.c-faq-item__question::after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #2e88c7 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 3px;
  bottom: 0;
}

/*==============================================================================
# 獣医師紹介
==============================================================================*/
.l-doctor > .p-doctor:not(:first-of-type) {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767.9px) {
  .l-doctor > .p-doctor:not(:first-of-type) {
    padding-bottom: 5rem;
  }
}

.p-doctor__content {
  padding: 2.5rem;
  border-radius: 28px;
  background: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__content {
    padding: 1.5rem;
  }
}

.p-doctor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-doctor__photo {
  width: 47%;
}
.p-doctor__photo img {
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__photo {
    width: 100%;
  }
}

.p-doctor__info {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__info {
    width: 100%;
  }
}

.p-doctor__name {
  font-size: 2rem;
  color: #2e88c7;
  border-bottom: 2px solid #2e88c7;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__name {
    font-size: 1.5rem;
  }
}

.p-doctor__lead {
  font-weight: 700;
  margin-top: 1rem;
}

.p-doctor__career {
  margin-top: 2rem;
}

.p-doctor__heading {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__heading {
    font-size: 1.125rem;
  }
}

.p-doctor__activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-doctor__left {
  width: 54%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__left {
    width: 100%;
  }
}

.p-doctor__right {
  width: 40%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__right {
    width: 100%;
  }
}
.p-doctor__right img {
  border-radius: 20px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-doctor-heading--larger {
  color: #2e88c7;
  padding-left: 1.25rem;
  position: relative;
  font-size: 1.75rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor-heading--larger {
    font-size: 1.25rem;
  }
}
.p-doctor-heading--larger::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 100%;
  background: #2e88c7;
}

.p-doctor__contact-box {
  padding: 2.5rem;
  border: 2px solid #0e1c42;
  border-radius: 20px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__contact-box {
    padding: 1.5rem;
  }
}

.p-doctor__status {
  color: #fff;
  font-weight: 700;
  background: #E85C5C;
  width: 100%;
  padding: 1.375rem 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__status {
    font-size: 1.125rem;
  }
}

.p-doctor__contact-button {
  padding: 24px 32px;
  background: #2e88c7;
  color: #fff;
  font-weight: 700;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  border-radius: 8px;
  margin-top: 72px;
  -webkit-box-shadow: 0 6px 0 #0E6EB8;
          box-shadow: 0 6px 0 #0E6EB8;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__contact-button {
    margin-top: 56px;
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-doctor__contact-button:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-doctor__contact-button img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 60%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__contact-button img {
    width: 90%;
    max-width: 340px;
    top: -36px;
  }
}

.p-doctor-heading--larger {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor-heading--larger {
    margin-top: 2.5rem;
  }
}

.p-doctor__message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__message-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-doctor__contact-caution {
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-doctor__contact-caution {
    margin-top: 1.5rem;
  }
}

/*==============================================================================
# コラム一覧
==============================================================================*/
.l-article__wrapper {
  background: #f2f9ff;
  -webkit-padding-before: 172px;
          padding-block-start: 172px;
  min-height: 100vh;
}
@media screen and (max-width: 767.9px) {
  .l-article__wrapper {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}

.l-article__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .l-article__wrapper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.l-article {
  max-width: 740px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 767.9px) {
  .l-article {
    width: 100%;
  }
}

.p-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__list {
    gap: 1.5rem;
  }
}

.p-column__card {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__card {
    padding: 1.5rem;
  }
}

.p-column__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 767.9px) {
  .p-column__card-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-column__card-image {
  width: 26%;
}
@media screen and (max-width: 767.9px) {
  .p-column__card-image {
    width: 100%;
  }
}
.p-column__card-image img {
  border-radius: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .p-column__card-image img {
    aspect-ratio: 16/9;
  }
}

.p-column__card-body {
  width: 70%;
}
@media screen and (max-width: 767.9px) {
  .p-column__card-body {
    width: 100%;
  }
}

.p-column__card-meta {
  margin-bottom: 1rem;
}

.p-column__card-category {
  background: #2e88c7;
  color: #fff;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-right: 8px;
}

.p-column__card-date {
  font-size: 0.875rem;
}

.p-column__card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__card-title {
    font-size: 1.125rem;
  }
}

/*==============================================================================
# コラム詳細ページ
==============================================================================*/
.p-column__meta {
  margin-bottom: 1rem;
}

.p-column__category {
  background: #2e88c7;
  color: #fff;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-right: 8px;
}

.p-column__date {
  font-size: 0.875rem;
}

.p-column__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .p-column__title {
    margin-bottom: 1.5rem;
  }
}

.p-column__main h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-column__main h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.p-column__main p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main p {
    margin-bottom: 0.875rem;
  }
}
.p-column__main img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-column__main img {
    margin-bottom: 0.875rem;
  }
}

/*==============================================================================
# アクセス
==============================================================================*/
.p-access {
  background: #f2f9ff;
}

.p-access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-access__block {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem;
  }
}
.p-access__block:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .p-access__block:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-access__texts {
  width: 47%;
}
@media screen and (max-width: 767.9px) {
  .p-access__texts {
    width: 100%;
  }
}

.p-access__heading {
  font-size: 2rem;
  color: #2e88c7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.9px) {
  .p-access__heading {
    font-size: 1.5rem;
  }
}

.p-access__image {
  width: 47%;
}
.p-access__image img {
  border-radius: 20px;
}
@media screen and (max-width: 767.9px) {
  .p-access__image {
    width: 100%;
  }
}

/*==============================================================================
# お問い合わせフォーム
==============================================================================*/
.second_main {
  font-size: clamp(14px, 1.6vw, 16px);
}

/* レイアウト */
.page_title_box.contact_title_bg {
  padding: clamp(16px, 3vw, 32px) 0;
}

.wrapper {
  max-width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 clamp(16px, 3.2vw, 24px);
}

/* 進行フロー */
.form_flow {
  margin-bottom: 24px;
}
.form_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_flow ul li {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
}
.form_flow ul li.here, .form_flow ul li.last {
  background: #eef8fb;
  border-color: #cfe8f1;
  color: #2e88c7;
  font-weight: 600;
}

/* フォーム箱 */
.form_box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  padding: clamp(16px, 3.2vw, 28px);
}

/* エラー */
.form_error_msg_first {
  color: #d93025;
  margin: 0 0 16px;
  font-weight: 600;
}

.form_error_msg {
  color: #d93025;
  margin-top: 8px;
  font-size: 0.92em;
  line-height: 1.4;
}

/* 入力リスト：PC横 / SP縦 */
.form_box form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form_box form ul > li {
  display: grid;
  grid-template-columns: clamp(140px, 24vw, 240px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(12px, 2.5vw, 28px);
     -moz-column-gap: clamp(12px, 2.5vw, 28px);
          column-gap: clamp(12px, 2.5vw, 28px);
  row-gap: 8px;
  padding: clamp(12px, 2.2vw, 18px) 0;
  border-bottom: 1px solid #e5e7eb;
}
.form_box form ul > li:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .form_box form ul > li {
    grid-template-columns: 1fr; /* 縦並び */
    row-gap: 12px;
  }
}
/* 見出し側 */
.form_data_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 40px;
}
.form_data_header label,
.form_data_header span {
  display: inline-block;
  font-weight: 700;
}
.form_data_header label {
  font-weight: 600;
  line-height: 1.4;
}
.form_data_header .form_required {
  font-size: 0.86em;
  color: #2e88c7;
  background: #e8f6fb;
  border: 1px solid #cfe8f1;
  padding: 2px 8px;
  border-radius: 8px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (max-width: 768px) {
  .form_data_header {
    padding-top: 0;
  }
}
/* 入力側 */
.form_data_item {
  height: 100%;
}
.form_data_item input[type=text],
.form_data_item input[type=email],
.form_data_item input[type=tel],
.form_data_item textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  font: inherit;
  line-height: 1.6;
  background: #fff;
  height: 100%;
  -webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, -webkit-box-shadow 0.18s ease;
}
.form_data_item input[type=text]:focus,
.form_data_item input[type=email]:focus,
.form_data_item input[type=tel]:focus,
.form_data_item textarea:focus {
  outline: none;
  border-color: rgba(10, 126, 164, 0.6);
  -webkit-box-shadow: 0 0 0 3px rgba(10, 126, 164, 0.15);
          box-shadow: 0 0 0 3px rgba(10, 126, 164, 0.15);
}
.form_data_item input[type=text]::-webkit-input-placeholder, .form_data_item input[type=email]::-webkit-input-placeholder, .form_data_item input[type=tel]::-webkit-input-placeholder, .form_data_item textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::-moz-placeholder, .form_data_item input[type=email]::-moz-placeholder, .form_data_item input[type=tel]::-moz-placeholder, .form_data_item textarea::-moz-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]:-ms-input-placeholder, .form_data_item input[type=email]:-ms-input-placeholder, .form_data_item input[type=tel]:-ms-input-placeholder, .form_data_item textarea:-ms-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::-ms-input-placeholder, .form_data_item input[type=email]::-ms-input-placeholder, .form_data_item input[type=tel]::-ms-input-placeholder, .form_data_item textarea::-ms-input-placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item input[type=text]::placeholder,
.form_data_item input[type=email]::placeholder,
.form_data_item input[type=tel]::placeholder,
.form_data_item textarea::placeholder {
  color: #666;
  opacity: 0.9;
}
.form_data_item textarea {
  min-height: clamp(140px, 24vw, 200px);
  resize: vertical;
}
.form_data_item input:required:invalid,
.form_data_item textarea:required:invalid {
  border-color: #f2c7c4;
  background: #fffafa;
}

/* ボタン行 */
.form_btn_box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_btn_box .form_btn01,
.form_btn_box .form_btn02,
.form_btn_box button.form_btn01,
.form_btn_box a.form_btn02 {
  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;
  min-width: 200px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
  transition: background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
  transition: transform 0.05s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: transform 0.05s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, -webkit-transform 0.05s ease, -webkit-box-shadow 0.18s ease;
}
.form_btn_box .form_btn01,
.form_btn_box button.form_btn01 {
  background: #2e88c7;
  color: #fff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.form_btn_box .form_btn01:hover,
.form_btn_box button.form_btn01:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.form_btn_box .form_btn01:active,
.form_btn_box button.form_btn01:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.form_btn_box .form_btn01:focus-visible,
.form_btn_box button.form_btn01:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.28);
}
.form_btn_box .form_btn02,
.form_btn_box a.form_btn02 {
  background: #fff;
  color: #2e88c7;
  border-color: rgba(10, 126, 164, 0.35);
}
.form_btn_box .form_btn02:hover,
.form_btn_box a.form_btn02:hover {
  background: #f6fbfd;
}
.form_btn_box .form_btn02:focus-visible,
.form_btn_box a.form_btn02:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
}

/* パンくずとタイトル */
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul a {
  color: #2e88c7;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}

.page_title h1 {
  font-size: clamp(20px, 3.4vw, 28px);
  line-height: 1.3;
  margin: 0 0 24px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767.9px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "M PLUS 1p", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767.9px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-paragraph p + p {
  margin-top: 1em;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767.9px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

/* スクリーンリーダー専用 */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}


@media screen and (max-width: 767.9px) {
 .is-pc {
  display: none;
}
}
@media screen and (min-width: 768px) {
 .is-sp {
  display: none;
}
}