@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  overflow-x: hidden;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  position: relative;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}

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

a {
  text-decoration: none;
  transition: all 0.4s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示） */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 背景は html 側に置く（#container に背景を持たせると
   MVの青帯のような z-index:-1 の装飾が隠れるため） */
/* フェードアップ（セクション単位・js/main.js の GSAP ScrollTrigger で解除） */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   旧サイトの #page-top（pagetop.png・右下固定）を踏襲
   ============================================================ */
.to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9980;
  width: 6rem;
  height: 6rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    width: 5rem;
    height: 5rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ============================================================
   AIチャット起動タブ（全ページ共通・template-parts/ai-chat.php）
   画面右端に貼り付く縦書きタブ。ページトップボタン（.to-top）の
   真上に積むため bottom はその高さ＋余白ぶん確保する
   ============================================================ */
.ai-chat {
  position: fixed;
  right: 0;
  bottom: 8.5rem;
  z-index: 9970;
  padding: 2.2rem 1.4rem;
  border: none;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #3DB2DA;
  color: #FFFFFF;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  writing-mode: vertical-rl;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.8rem rgba(119, 119, 119, 0.4);
  transition: background-color 0.3s ease;
  /* SPは右端固定だと読みにくいので、画面下の中央に横書きで置く */
}
@media (max-width: 767px) {
  .ai-chat {
    right: auto;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    padding: 1.4rem 2.4rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    writing-mode: horizontal-tb;
    /* position:fixed + left:50% だと使える幅が画面の半分になり折り返すため、1行に固定する */
    white-space: nowrap;
  }
}

.ai-chat:hover {
  background-color: #5691A5;
}

/* 「AI」を縦中横（1文字ぶんの枠に横並び）で組む。
   これをしないと縦書き時に I が横倒しになって読めない */
.ai-chat__en {
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
}

.ai-chat__icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.2rem;
  vertical-align: middle;
  object-fit: contain;
  /* SPは横書きなので、アイコンの余白も下→右に切り替える */
}
@media (max-width: 767px) {
  .ai-chat__icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    margin-bottom: 0;
  }
}

.l-gnav {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 3rem;
}

.l-gnav__inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-gnav__inner {
    justify-content: center;
  }
}

.l-gnav__logo {
  margin-top: -6rem;
}

.l-gnav__logo-link {
  display: block;
}

.l-gnav__logo-image {
  width: 34.2rem;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .l-gnav__nav {
    display: none;
  }
}

.l-gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.32rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.l-gnav__item {
  position: relative;
}

.l-gnav__item--has-child {
  position: relative;
}
.l-gnav__item--has-child:hover .l-gnav__submenu {
  visibility: visible;
  opacity: 1;
}

.l-gnav__link {
  color: #333333;
  display: block;
}

.l-gnav__link-en {
  display: block;
  color: #5691A5;
  font-family: "goldenbook", serif;
}

.l-gnav__submenu {
  position: absolute;
  top: 6.2rem;
  left: 0;
  z-index: 4;
  width: 18rem;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  background: #B4E1F0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.l-gnav__submenu-item {
  line-height: 0;
}

.l-gnav__submenu-link {
  display: block;
  padding: 1rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
}

.hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  background: #5691A5;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: absolute;
  left: 1.4rem;
  width: 45%;
  height: 0.3rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
  display: inline-block;
  transition: all 0.4s;
}
.hamburger__line:nth-of-type(1) {
  top: 1.5rem;
}
.hamburger__line:nth-of-type(2) {
  top: 2.3rem;
}
.hamburger__line:nth-of-type(3) {
  top: 3.1rem;
}

.hamburger.open .hamburger__line:nth-of-type(1) {
  top: 1.8rem;
  left: 1.8rem;
  width: 30%;
  transform: translateY(0.6rem) rotate(-45deg);
}
.hamburger.open .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.open .hamburger__line:nth-of-type(3) {
  top: 3rem;
  left: 1.8rem;
  width: 30%;
  transform: translateY(-0.6rem) rotate(45deg);
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #3DB2DA;
  transition: all 0.6s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1025px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu.active {
  right: 0;
}

.hamburger-menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.hamburger-menu__item {
  text-align: center;
}

.hamburger-menu__link {
  display: block;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.fixed {
  overflow: hidden;
}

.l-footer {
  margin-top: 6%;
}

.l-footer__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.l-footer__access {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer__access {
    max-width: 100%;
  }
}

.l-footer__map-link {
  display: block;
}

.l-footer__map-image {
  width: 58rem;
  max-width: 100%;
  height: auto;
}

.l-footer__access-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.l-footer__info {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .l-footer__info {
    max-width: 100%;
  }
}

.l-footer__identity {
  text-align: center;
  margin-bottom: 3%;
}

.l-footer__logo-image {
  width: 34.2rem;
  max-width: 100%;
  height: auto;
}

.l-footer__address {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.l-footer__subjects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.l-footer__subjects-label {
  width: 20%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__subjects-label {
    width: 25%;
  }
}

.l-footer__subjects-list {
  width: 75%;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.l-footer__subjects-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.l-footer__map {
  margin-top: 3%;
}

.l-footer__map-iframe {
  display: block;
  width: 100%;
  height: 45rem;
  border: 0;
}

.l-copyright {
  padding: 1.5rem 0;
  background: #3DB2DA;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

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

.flow-step {
  position: relative;
  margin-bottom: 10rem;
  padding: 3vw;
  background: #F8F8F8;
}
.flow-step::before {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 50%;
  width: 5rem;
  height: 4.5rem;
  transform: translateX(-50%);
  background: url("../img/common/arrow-down.webp") no-repeat center/contain;
}
.flow-step:last-child::before {
  display: none;
}

.flow-step__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow-step__image {
  width: 38%;
  aspect-ratio: 6/5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flow-step__image {
    width: 100%;
    aspect-ratio: 16/10;
  }
}

.flow-step__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-step__body {
  width: 58%;
}
@media (max-width: 767px) {
  .flow-step__body {
    width: 100%;
  }
}

.flow-step__title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .flow-step__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.flow-step__step {
  margin-right: 2rem;
  padding: 0.5rem 2rem;
  background: #60D2FA;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .flow-step__step {
    margin-right: 0;
  }
}

.flow-step__text {
  margin-bottom: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.flow-step__body .clinic-tel {
  margin-bottom: 3%;
}

.flow-step__panel-title {
  margin-bottom: 3%;
  color: #3DB2DA;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.flow-step__panel-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.staff-director {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3%;
}

.staff-director__image {
  width: 38%;
}
@media (max-width: 767px) {
  .staff-director__image {
    width: 100%;
  }
}

.staff-director__body {
  width: 58%;
}
@media (max-width: 767px) {
  .staff-director__body {
    width: 100%;
  }
}

.staff-director__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.staff-director__name {
  margin-top: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .staff-director__name {
    font-size: 2rem;
  }
}

.staff-director__name-label {
  margin-right: 2rem;
  font-size: 1.6rem;
}

.staff-career {
  max-width: 100rem;
  margin: 0 auto;
  padding: 2vw 3vw;
  background: #5691A5;
  color: #FFFFFF;
}

.staff-career__title {
  margin-bottom: 3%;
  padding: 1vw;
  background: #FFFFFF;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.staff-career__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.staff-career__date {
  width: 25%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}

.staff-career__detail {
  width: 75%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}

.staff-members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 100%;
  width: 100%;
  margin-bottom: 3%;
}

.staff-members__item {
  max-width: calc((100% - 14rem) / 4);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .staff-members__item {
    max-width: calc((100% - 6rem) / 2);
  }
}

.staff-members__image {
  max-width: 100%;
  height: auto;
}

.staff-members__note {
  margin-bottom: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.staff-panel__title {
  margin-bottom: 3%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3DB2DA;
  text-align: center;
}

.staff-panel__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.clinic-feature .feature-block__main {
  padding-top: 0;
}
.clinic-feature .feature-block__list {
  padding: 0 6% 0;
}

.clinic-equipment {
  padding: 5% 3%;
  background: url("../img/common/equipment-bg.webp") no-repeat center/cover;
}

.clinic-equipment__title {
  margin-bottom: 3%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-equipment__title {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}

.clinic-equipment__title-strong {
  color: #3DB2DA;
  font-size: 2.88rem;
}
@media (max-width: 767px) {
  .clinic-equipment__title-strong {
    font-size: 2rem;
  }
}

.clinic-equipment__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-equipment__text {
    inline-size: fit-content;
    margin-inline: auto;
    text-align: left;
    line-height: 1.8;
  }
}

.clinic-facility__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3%;
}

.clinic-facility__item {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .clinic-facility__item {
    max-width: 100%;
  }
}

.clinic-facility__image {
  max-width: 100%;
  height: auto;
}

.clinic-facility__textarea {
  position: relative;
  margin-top: -2rem;
  padding: 0 1rem;
}
.clinic-facility__textarea .panel-white {
  padding: 3rem;
}

.clinic-facility__name {
  margin-bottom: 3%;
  color: #3DB2DA;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.clinic-facility__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.clinic-access__map {
  margin-bottom: 3rem;
}

.clinic-access__map-iframe {
  display: block;
  width: 100%;
  height: 45rem;
  border: 0;
}

.clinic-access__box {
  padding: 3vw;
  border: 3px solid #5691A5;
}

.clinic-access__title {
  margin-bottom: 3%;
  color: #3DB2DA;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.clinic-access__title-text {
  position: relative;
  padding: 0 4rem;
}
.clinic-access__title-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: url("../img/common/icon-access.webp") no-repeat center/contain;
}
.clinic-access__title-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url("../img/common/icon-access.webp") no-repeat center/contain;
}

.clinic-access__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8vw;
}

.medical-anchor__item {
  width: calc(33.3333333333% - 2vw);
}
@media (max-width: 767px) {
  .medical-anchor__item {
    width: calc(50% - 2vw);
  }
}

.medical-anchor__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  background: #B4E1F0;
  border-right: 5px solid #C9C9C9;
  border-bottom: 5px solid #C9C9C9;
  color: #333333;
  font-size: 1.6rem;
}
.medical-anchor__link::before {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/common/icon-anchor.webp") no-repeat center/100% 100%;
}

.medical-box {
  position: relative;
  padding: 3vw;
  background: #F8F8F8;
}

.medical-box--mb {
  margin-bottom: 3%;
}

.medical-box__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.medical-box__image {
  width: 38%;
}
@media (max-width: 767px) {
  .medical-box__image {
    width: 100%;
  }
}

.medical-box__body {
  width: 58%;
}
@media (max-width: 767px) {
  .medical-box__body {
    width: 100%;
  }
}

.medical-box__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical-box__subtitle {
  margin-bottom: 3%;
  color: #3DB2DA;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.medical-deduction {
  padding: 3vw;
  border: 10px solid #B4E1F0;
}

.medical-deduction__title {
  margin-bottom: 3%;
  padding: 1.5rem;
  background: #5691A5;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.medical-deduction__subtitle {
  margin-bottom: 2%;
  padding-left: 2rem;
  border-left: 3px solid #3DB2DA;
  color: #3DB2DA;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.medical-deduction__text {
  margin-bottom: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical-deduction__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3%;
}

.medical-deduction__col {
  max-width: 48%;
  width: 100%;
  padding: 2vw;
  background: #B4E1F0;
}
@media (max-width: 767px) {
  .medical-deduction__col {
    max-width: 100%;
  }
}

.medical-deduction__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.medical-deduction__label-mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #FFFFFF;
  color: #5691A5;
  font-size: 2rem;
  line-height: 1;
}

.medical-deduction__note {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical-deduction__note-mark {
  padding: 1rem;
  background: #3DB2DA;
  color: #FFFFFF;
}

.medical-deduction__button {
  margin: 6% 0;
  text-align: center;
}

.medical-deduction__button-link {
  padding: 1.5rem 3rem;
  background: linear-gradient(-50deg, #B4E1F0 10%, #5691A5 0);
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
}

.medical-standard {
  padding: 2vw;
  background: #B4E1F0;
}

.medical-standard__title {
  margin-bottom: 3%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.medical-standard__list {
  padding-left: 1em;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical-standard__item {
  list-style: decimal;
}

.medical-case__title {
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  text-align: center;
}
@media (max-width: 767px) {
  .medical-case__title {
    font-size: 1.8rem;
  }
}
.medical-case__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 43%;
  z-index: 1;
  width: 6%;
  height: 3px;
  transform: translateX(-50%);
  background: #60D2FA;
}
.medical-case__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 52%;
  width: 15%;
  height: 3px;
  transform: translateX(-50%);
  background: #333C40;
}

.medical-case__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.medical-case__item {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .medical-case__item {
    max-width: 100%;
  }
}

.medical-case__image {
  max-width: 100%;
  height: auto;
}

.medical-case__caption {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.merit-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.merit-columns__item {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .merit-columns__item {
    max-width: 100%;
  }
}

.merit-columns__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .price-table {
    display: block;
  }
}

.price-table__head-cell {
  padding: 1rem;
  border: 1px solid #5691A5;
  background: #B4E1F0;
  color: #5691A5;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .price-table__head-row {
    display: none;
  }
}

@media (max-width: 767px) {
  .price-table__row {
    display: block;
    margin-bottom: 2rem;
    border: 1px solid #5691A5;
    background: #FFFFFF;
  }
}

.price-table__cell {
  padding: 1rem;
  border: 1px solid #5691A5;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price-table__cell {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: none;
    border-bottom: 1px dashed #CCCCCC;
  }
  .price-table__cell::before {
    content: attr(data-label);
    flex-shrink: 0;
    width: 5em;
    color: #5691A5;
    font-weight: 600;
  }
  .price-table__cell:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .price-table__cell--name {
    background: #B4E1F0;
    color: #5691A5;
    font-weight: 600;
  }
}

.price-table__cell--rate {
  color: #3DB2DA;
}
@media (max-width: 767px) {
  .price-table__cell--rate::before {
    color: #5691A5;
  }
}

.price-table__note {
  font-size: 1.2rem;
}

.case-compare {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem;
  margin-bottom: 3%;
}
.case-compare::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 4.5rem;
  transform: translate(-50%, -50%);
  background: url("../img/common/arrow-right.webp") no-repeat center/contain;
}
@media (max-width: 767px) {
  .case-compare::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.case-compare__item {
  width: 37%;
}
@media (max-width: 767px) {
  .case-compare__item {
    width: 100%;
  }
}

.case-compare__image {
  max-width: 100%;
  height: auto;
}

.case-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-columns__item {
  max-width: 32%;
  width: 100%;
}
@media (max-width: 767px) {
  .case-columns__item {
    max-width: 45%;
  }
}

.case-columns__image {
  max-width: 100%;
  height: auto;
}

.recommend-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.recommend-list__item {
  max-width: 32%;
  width: 100%;
  margin-bottom: 3%;
  padding: 2vw;
  border-radius: 1rem;
  box-shadow: 0 0.6rem 1.5rem -0.5rem #777777;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend-list__item {
    max-width: 45%;
  }
}

.medical02-ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.medical02-ct__image {
  width: 38%;
}
@media (max-width: 767px) {
  .medical02-ct__image {
    width: 100%;
  }
}

.medical02-ct__body {
  width: 58%;
}
@media (max-width: 767px) {
  .medical02-ct__body {
    width: 100%;
  }
}

.medical02-ct__text {
  margin-bottom: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.medical02-ct__logo {
  text-align: center;
}

.medical02-ct__logo-image {
  max-width: 100%;
  height: auto;
}

.medical02-note {
  margin-bottom: 3%;
  padding: 3vw;
  border: 10px solid #B4E1F0;
}

.medical02-note__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.contact-form {
  max-width: 100.6rem;
  margin: 3.4rem auto 0;
}

.contact-form__lead {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}

.contact-form__caution {
  margin-bottom: 4rem;
  color: #3DB2DA;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form__caution {
    margin-bottom: 3rem;
  }
}

.contact-form__closed {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}

.contact-form__box {
  padding: 4.2rem 6rem 5rem;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .contact-form__box {
    padding: 3rem 2rem;
  }
}

.contact-form__row {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .contact-form__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.contact-form__label {
  width: 24rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form__label {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}

.contact-form__req {
  margin-left: 1rem;
  color: #3DB2DA;
  font-size: 1.4rem;
}

.contact-form__field {
  flex: 1;
}
@media (max-width: 767px) {
  .contact-form__field {
    width: 100%;
    flex: auto;
  }
}
.contact-form__field input[type=text],
.contact-form__field input[type=tel],
.contact-form__field input[type=email],
.contact-form__field textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact-form__field textarea {
  min-height: 16rem;
  resize: vertical;
}
.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__field .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #e7001f;
}

.contact-form__radios {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.contact-form__radios .wpcf7-radio {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.contact-form__radios .wpcf7-list-item {
  margin: 0;
}
.contact-form__radios .wpcf7-list-item label,
.contact-form__radios .contact-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
}
.contact-form__radios input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
}
.contact-form__radios input[type=radio]:checked {
  border-color: #3DB2DA;
  background: radial-gradient(#3DB2DA 0 42%, #FFFFFF 46% 100%);
}

.contact-form__submit-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.contact-form__submit-area button,
.contact-form__submit-area input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 24rem;
  padding: 1.5rem 3rem;
  border: none;
  background-color: #3DB2DA;
  color: #FFFFFF;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.contact-form__submit-area button:hover,
.contact-form__submit-area input[type=submit]:hover {
  opacity: 0.6;
}
.contact-form__submit-area .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin: 0;
  transform: translateY(-50%);
}

.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: 1.4rem;
}

.index-mv {
  position: relative;
  width: 100%;
  height: 65vw;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .index-mv {
    height: 200vw;
  }
}
.index-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 55%;
  background: #3DB2DA;
}
@media (max-width: 767px) {
  .index-mv::before {
    height: 60%;
  }
}

.index-mv__inner {
  position: relative;
  max-width: 95%;
  height: 57vw;
  margin-right: auto;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .index-mv__inner {
    max-width: 100%;
  }
}

.index-mv__slider {
  position: relative;
  z-index: 0;
  height: 57vw;
}
@media (max-width: 767px) {
  .index-mv__slider {
    height: 80vw;
  }
}

.index-mv__slide {
  width: 100%;
  height: 57vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .index-mv__slide {
    height: 80vw;
  }
}

.index-mv__slide--01 {
  background-image: url("../img/top/mv01.webp");
}
@media (max-width: 767px) {
  .index-mv__slide--01 {
    background-image: url("../img/top/mv01-sp.webp");
  }
}

.index-mv__slide--02 {
  background-image: url("../img/top/mv02.webp");
}
@media (max-width: 767px) {
  .index-mv__slide--02 {
    background-image: url("../img/top/mv02-sp.webp");
  }
}

.index-mv__slide--03 {
  background-image: url("../img/top/mv03.webp");
}
@media (max-width: 767px) {
  .index-mv__slide--03 {
    background-image: url("../img/top/mv03-sp.webp");
  }
}

.index-mv__slide--04 {
  background-image: url("../img/top/mv04.webp");
}
@media (max-width: 767px) {
  .index-mv__slide--04 {
    background-image: url("../img/top/mv04-sp.webp");
  }
}

.index-mv__catch {
  position: absolute;
  top: 5rem;
  right: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.9);
}
@media (max-width: 767px) {
  .index-mv__catch {
    top: 12rem;
    right: 2rem;
    font-size: 2rem;
    writing-mode: horizontal-tb;
  }
}

.index-mv__catch-year {
  text-combine-upright: all;
  margin-bottom: 0.4em;
}

.index-mv__info {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  max-width: 100rem;
  width: 100%;
}
@media (max-width: 767px) {
  .index-mv__info {
    position: relative;
    right: 0;
    bottom: 5rem;
    max-width: 100%;
  }
}

.index-mv__lead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}

.index-mv__lead-text {
  width: 46%;
  font-family: "goldenbook", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .index-mv__lead-text {
    width: 95%;
    margin: 0 auto;
  }
}

.index-mv__hours {
  margin-top: 2rem;
  padding: 2vw;
  background: #FFFFFF;
}

.index-mv__hours-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .index-mv__hours-columns {
    flex-direction: column-reverse;
  }
}

.index-mv__hours-col {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .index-mv__hours-col {
    max-width: 100%;
  }
}
.index-mv__hours-col .clinic-tel {
  text-align: center;
}

.index-mv__address {
  font-size: 1.4rem;
  text-align: center;
}

.index-mv__hours-note {
  font-size: 1.4rem;
  text-align: center;
}

.index-news {
  padding: 3%;
  margin-bottom: 3%;
}

.index-news__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}

.index-news__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.index-news__head {
  min-width: 28rem;
  width: 25%;
}

.index-news__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.index-news__title-en {
  margin-left: 1rem;
  font-family: "goldenbook", serif;
  font-size: 1.6rem;
  color: #5691A5;
}

.index-news__body {
  max-width: 70%;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .index-news__body {
    max-width: 100%;
    margin-top: 3rem;
  }
}

.index-news__item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #CCCCCC;
}

.index-news__date {
  padding-right: 2rem;
  font-weight: 600;
  color: #3DB2DA;
}

.index-news__text {
  color: #333333;
}

.index-news__link {
  color: #333333;
}

.index-greeting {
  position: relative;
  margin-top: 5rem;
}

.index-greeting__head {
  background: #3DB2DA;
}

.index-greeting__head-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.index-greeting__catch-area {
  max-width: 40%;
  width: 58%;
  margin: 0 auto;
  padding: 0 0 0 2vw;
  display: grid;
  justify-content: center;
  align-self: baseline;
}
@media (max-width: 767px) {
  .index-greeting__catch-area {
    max-width: 100%;
    width: 100%;
    padding: 10% 3% 5%;
  }
}

.index-greeting__catch {
  font-size: 2.88rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: left;
  color: #FFFFFF;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .index-greeting__catch {
    font-size: 2rem;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

.index-greeting__head-image {
  width: 56%;
  margin-top: -7rem;
  align-self: baseline;
}
@media (max-width: 767px) {
  .index-greeting__head-image {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.index-greeting__image {
  max-width: 100%;
  height: auto;
}

.index-greeting__head-textarea {
  padding: 3vw 5vw 3vw 0;
}
@media (max-width: 767px) {
  .index-greeting__head-textarea {
    padding: 3vw;
  }
}

.index-greeting__head-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #FFFFFF;
}

.index-greeting__body {
  margin: 3% auto;
  padding: 0 5vw;
}
@media (max-width: 767px) {
  .index-greeting__body {
    margin: 3% auto 50vw;
  }
}

.index-greeting__body-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.index-greeting__body-textarea {
  max-width: 58%;
  width: 58%;
}
@media (max-width: 767px) {
  .index-greeting__body-textarea {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
  }
}

.index-greeting__body-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.index-greeting__body-image {
  position: relative;
  width: 40%;
  margin-top: -12vw;
}
@media (max-width: 767px) {
  .index-greeting__body-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.index-greeting__body-image .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
}
.index-greeting__body-image .btn__link {
  background: #FFFFFF;
}

.index-visit {
  width: 100%;
  padding: 14rem 0 0;
}
@media (max-width: 896px) {
  .index-visit {
    height: 30rem;
    padding: 14rem 0 8rem;
  }
}

.index-visit__inner {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../img/common/visit-bg.webp") no-repeat center/cover;
}
.index-visit__inner::before {
  content: "";
  display: block;
  padding-top: 28%;
}
@media (max-width: 896px) {
  .index-visit__inner::before {
    padding-top: 40%;
  }
}
.index-visit__inner::after {
  content: "";
  position: absolute;
  top: -5rem;
  left: 50%;
  z-index: 1;
  width: 85%;
  height: 100%;
  transform: translateX(-50%);
  background-image: linear-gradient(-18deg, #3DB2DA 50%, #65B2CE 0);
}
@media (max-width: 896px) {
  .index-visit__inner::after {
    top: -70%;
    width: 100%;
    height: 170%;
  }
}

.index-visit__title {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 4;
  width: 25vw;
  margin-left: 3%;
  transform: translateX(-50%);
}
@media (max-width: 896px) {
  .index-visit__title {
    top: -20vw;
    width: 70vw;
  }
}

.index-visit__title-image {
  width: 100%;
  height: auto;
  display: block;
}

.index-visit__button {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 5;
  width: 28rem;
  transform: translateX(-50%);
  background-color: #60D2FA;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 0 6px 15px -5px #777777;
}
@media (max-width: 896px) {
  .index-visit__button {
    top: 50%;
  }
}

.index-visit__button-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  color: #FFFFFF;
}

.index-visit__image01 {
  position: absolute;
  top: -8rem;
  left: 3%;
  z-index: 2;
  width: 32vw;
}
@media (max-width: 896px) {
  .index-visit__image01 {
    top: -75vw;
    width: 70vw;
  }
}

.index-visit__image02 {
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 3;
  width: 20vw;
  transform: translateY(-50%);
}
@media (max-width: 896px) {
  .index-visit__image02 {
    display: none;
  }
}

.index-visit__image {
  width: 100%;
  height: auto;
  display: block;
}

.index-banner__lead {
  padding: 3%;
  text-align: center;
}
@media (max-width: 896px) {
  .index-banner__lead {
    padding: 20% 0 3rem;
  }
}

.index-banner__lead-image {
  width: 42rem;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.index-banner__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.index-banner__col {
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .index-banner__col {
    max-width: 100%;
  }
}

.index-banner__link {
  display: block;
}

.index-banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.index-banner-single__inner {
  max-width: 86rem;
  margin: 0 auto;
  padding: 3%;
}

.index-banner-single__link {
  display: block;
}

.index-banner-single__image {
  width: 100%;
  height: auto;
  display: block;
}

.index-feature {
  padding: 3% 0;
}

.feature-block__main {
  position: relative;
  padding: 7% 3% 12%;
}
.feature-block__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/common/feature-bg01.webp") no-repeat center/cover;
}

.feature-block__primary-head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .feature-block__primary-head {
    gap: 1.5rem;
  }
}

.feature-block__primary-media {
  max-width: 65%;
}
@media (max-width: 767px) {
  .feature-block__primary-media {
    flex: 1;
    min-width: 0;
    max-width: none;
  }
}

.feature-block__primary-image {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .feature-block__primary-image {
    aspect-ratio: 3/2.6;
    object-fit: cover;
  }
}

.feature-block__primary-title {
  flex-shrink: 0;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .feature-block__primary-title {
    gap: 1rem;
  }
}

.feature-block__primary-textarea {
  max-width: 70rem;
  margin-top: -8rem;
  margin-left: auto;
  padding: 3vw;
  background: #FFFFFF;
  box-shadow: 0 0.6rem 1.5rem -0.5rem #777777;
}
@media (max-width: 767px) {
  .feature-block__primary-textarea {
    margin-top: 0;
  }
}

.feature-block__number {
  position: relative;
  padding-top: 10rem;
  font-family: "goldenbook", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3DB2DA;
  writing-mode: vertical-rl;
}
.feature-block__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 8rem;
  background: #5691A5;
}

.feature-block__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  writing-mode: vertical-rl;
}

.feature-block__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.feature-block__list {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 6% 6%;
}
.feature-block__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background: url("../img/common/feature-bg02.webp") no-repeat center/contain;
}

.feature-block__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-block__row--mb {
  margin-bottom: 3%;
}

.feature-block__item {
  position: relative;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .feature-block__item {
    max-width: 100%;
    margin-bottom: 3rem;
    padding-right: 5rem;
  }
}

.feature-block__item--offset {
  padding-top: 5rem;
}

.feature-block__item-head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}

.feature-block__item-media {
  width: 100%;
}

.feature-block__item-image {
  width: 100%;
  height: auto;
}

.feature-block__label {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .feature-block__label {
    padding: 4vw 3vw;
    top: -5rem;
    right: -3rem;
  }
}

.feature-block__item--offset .feature-block__label {
  margin-top: 5rem;
}

.feature-block__item-textarea {
  position: relative;
  max-width: 60rem;
  margin-top: -5rem;
  margin-right: auto;
  padding: 3vw;
  background: #FFFFFF;
  box-shadow: 0 0.6rem 1.5rem -0.5rem #777777;
}

.index-staff {
  padding: 3%;
  background: #B4E1F0;
}

.index-staff__title {
  position: relative;
  max-width: 130rem;
  margin: 0 auto 3%;
  padding: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .index-staff__title {
    font-size: 2rem;
  }
}
.index-staff__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: url("../img/common/staff-title-l.webp") no-repeat center/contain;
}
.index-staff__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.6rem;
  height: 5.6rem;
  background: url("../img/common/staff-title-r.webp") no-repeat center/contain;
}

.index-staff__title-strong {
  color: #3DB2DA;
}

.index-staff__director-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3%;
}

.index-staff__director {
  max-width: calc((100% - 12rem) / 3);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-staff__director {
    max-width: 50%;
  }
}

.index-staff__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 100%;
  width: 100%;
  margin-bottom: 3%;
}

.index-staff__member {
  max-width: calc((100% - 14rem) / 4);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index-staff__member {
    max-width: calc((100% - 6rem) / 2);
  }
}

.index-staff__image {
  width: 100%;
  height: auto;
  display: block;
}

.index-staff__note {
  margin-bottom: 3%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.index-staff__panel {
  padding: 2vw;
  background: #FFFFFF;
  box-shadow: 0 0.6rem 1.5rem -0.5rem #777777;
}

.index-staff__panel-title {
  margin-bottom: 3%;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #3DB2DA;
  text-align: center;
}

.index-staff__panel-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.index-medical {
  padding-top: 3%;
}

.index-medical__title-area {
  margin-bottom: 3%;
}

.index-medical__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.index-medical__col {
  max-width: 30%;
  width: 100%;
}
@media (max-width: 767px) {
  .index-medical__col {
    max-width: 100%;
    width: 100%;
  }
}

.index-medical__col-title {
  position: relative;
  margin-bottom: 3%;
  padding: 1rem 1rem 1rem 4rem;
  background: #5691A5;
  border-radius: 1rem 0 1rem 0;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.index-medical__col-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 2rem;
  height: 100%;
  transform: translateY(-50%);
  background: url("../img/common/icon-tooth.webp") no-repeat center/contain;
}

.index-medical__col-image {
  margin-bottom: 1rem;
  text-align: center;
}

.index-medical__image {
  max-width: 100%;
  height: auto;
}

.index-medical__item {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 0 1rem 4rem;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.6rem;
  font-weight: 500;
}
.index-medical__item::before {
  content: "";
  position: absolute;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/icon-check.webp") no-repeat center/contain;
}

.index-medical__link {
  color: #333333;
}

.index-medical__banner {
  max-width: 86rem;
  margin: 0 auto;
  padding: 3%;
}

.index-medical__banner-link {
  display: block;
}

.index-medical__banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-news__list {
  max-width: 100rem;
  margin: 0 auto;
}

.page-news__item {
  border-bottom: 1px dashed #CCCCCC;
}

.page-news__link {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 2rem 0;
  color: #333333;
}
@media (max-width: 767px) {
  .page-news__link {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
}

.page-news__date {
  flex-shrink: 0;
  width: 11rem;
  color: #3DB2DA;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-news__date {
    width: auto;
  }
}

.page-news__title {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.page-news__empty {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.page-news__pager {
  margin-top: 5rem;
}
.page-news__pager ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-news__pager a,
.page-news__pager span {
  display: block;
  min-width: 4rem;
  padding: 1rem;
  border: 1px solid #5691A5;
  color: #5691A5;
  font-family: "goldenbook", serif;
  font-size: 1.6rem;
  text-align: center;
}
.page-news__pager span.current {
  background: #5691A5;
  color: #FFFFFF;
}

.news-detail {
  max-width: 100rem;
  margin: 0 auto;
}

.news-detail__date {
  color: #3DB2DA;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.news-detail__title {
  margin: 1rem 0 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCCCCC;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-detail__title {
    font-size: 2.2rem;
  }
}

.news-detail__thumb {
  margin-bottom: 3rem;
  text-align: center;
}
.news-detail__thumb img {
  max-width: 100%;
  height: auto;
}

.news-detail__body {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.news-detail__body p {
  margin-bottom: 2rem;
}
.news-detail__body h2 {
  margin: 4rem 0 2rem;
  padding: 1.2rem;
  background: #3DB2DA;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
}
.news-detail__body h3 {
  margin: 3rem 0 1.5rem;
  padding-left: 2rem;
  border-left: 3px solid #3DB2DA;
  font-size: 1.8rem;
  font-weight: 600;
}
.news-detail__body ul,
.news-detail__body ol {
  margin: 0 0 2rem 2rem;
}
.news-detail__body li {
  margin-bottom: 0.5rem;
  list-style: disc;
}
.news-detail__body ol li {
  list-style: decimal;
}
.news-detail__body a {
  color: #3DB2DA;
  text-decoration: underline;
}
.news-detail__body img {
  max-width: 100%;
  height: auto;
}
.news-detail__body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.news-detail__body th,
.news-detail__body td {
  padding: 1rem;
  border: 1px solid #5691A5;
  vertical-align: middle;
}
.news-detail__body th {
  background: #B4E1F0;
  color: #5691A5;
}

.news-detail__back {
  text-align: center;
}

.not-found {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.not-found__code {
  font-family: "goldenbook", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3DB2DA;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.not-found__btn {
  display: flex;
  justify-content: center;
}

.not-found__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #CCCCCC;
}

.not-found__links-item {
  position: relative;
}

.not-found__links-link {
  color: #5691A5;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.l-inner {
  max-width: calc(140rem + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

.l-inner--wide {
  max-width: 160rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

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

.clinic-tel {
  font-size: 2.88rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .clinic-tel {
    font-size: 2rem;
  }
}

.clinic-tel__link {
  color: #3DB2DA;
}

.biz-hours {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}

.biz-hours__head-label,
.biz-hours__row-label {
  padding: 1rem 0.576rem;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  white-space: nowrap;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 559px) {
  .biz-hours__head-label,
  .biz-hours__row-label {
    padding: 1rem;
  }
}

.biz-hours__day {
  padding: 1rem 0.576rem;
  text-align: center;
  vertical-align: middle;
  color: #5691A5;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 559px) {
  .biz-hours__day {
    padding: 1rem;
  }
}

.biz-hours__cell {
  padding: 1rem 0.576rem;
  text-align: center;
  vertical-align: middle;
  color: #5691A5;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 559px) {
  .biz-hours__cell {
    padding: 1rem;
  }
}

.biz-hours__note {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.btn {
  padding-top: 3rem;
}

.btn__link {
  display: inline-block;
  min-width: 20rem;
  padding: 1.5rem;
  border: 1px solid #5691A5;
  color: #5691A5;
  font-family: "goldenbook", serif;
  font-size: 1.6rem;
  text-align: center;
}

.page-fv {
  height: 40rem;
  display: grid;
  align-items: center;
  justify-content: center;
  background: url("../img/common/page-fv-bg.webp") no-repeat center/cover;
  background-color: #3DB2DA;
  border-bottom: 5rem solid #3DB2DA;
  text-align: center;
}

.page-fv__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.page-fv__title-text {
  padding: 2rem 8rem;
  background: linear-gradient(-25deg, rgba(198, 240, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%);
  color: #0A4681;
  font-size: 4.32rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-fv__title-text {
    padding: 2rem 3rem;
    font-size: 3rem;
  }
}

.section {
  padding: 3% 0;
}

.section-title {
  position: relative;
  margin-bottom: 4%;
  padding-top: 7rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.456rem;
  font-weight: 600;
  color: #3DB2DA;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.8rem;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 7rem;
  height: 7rem;
  transform: translateX(-50%);
  background: url("../img/common/logo-mark.webp") no-repeat center/contain;
}

.band-blue {
  margin-bottom: 3%;
  padding: 1.2rem;
  background: #3DB2DA;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.band-deep {
  margin-bottom: 3%;
  padding: 1.2rem;
  background: #5691A5;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.band-blue--center,
.band-deep--center {
  text-align: center;
}

.staff-card {
  position: relative;
}

.staff-card__photo {
  width: 100%;
}

.staff-card__image {
  width: 100%;
  height: auto;
  display: block;
}

.staff-card__romaji {
  position: absolute;
  top: 1rem;
  left: 0;
  font-family: "goldenbook", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #3DB2DA;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .staff-card__romaji {
    font-size: 1.7rem;
  }
}

.staff-card__name {
  width: 82%;
  margin: 0 auto 1.5rem;
  padding: 1.6rem 1rem;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 1.2rem 1.2rem 0 0 #3DB2DA;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .staff-card__name {
    margin-bottom: 1rem;
    padding: 1.2rem 0.5rem;
    box-shadow: 0.8rem 0.8rem 0 0 #3DB2DA;
    font-size: 1.6rem;
  }
}

.subsection-title {
  margin-bottom: 3%;
  color: #5691A5;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.592rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .subsection-title {
    font-size: 2rem;
  }
}

.band-title {
  min-height: 45rem;
  padding: 4rem 2rem;
  background: url("../img/common/feature-title-bg.webp") no-repeat center/cover;
}
@media (max-width: 767px) {
  .band-title {
    min-height: 30rem;
  }
}

.band-title__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.88rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-shadow: 0.2rem 0.3rem 0.3rem rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .band-title__text {
    font-size: 2rem;
  }
}

.panel-white {
  max-width: calc(120rem + 6%);
  margin: 0 auto;
  padding: 3vw;
  background: rgba(255, 255, 255, 0.8);
}

.panel-white--shadow {
  box-shadow: 0 6px 15px -5px #777777;
}

/*# sourceMappingURL=style.css.map */
