@charset "UTF-8";
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
/* scr _variables.scss
    @media only screen and (min-width: 1500px) {
    }
    @media only screen and (min-width: 1230px) and (max-width: 1499px) {
    }
    @media only screen and (min-width: 1000px) and (max-width: 1229px) {
    }
    @media only screen and (min-width: 768px) and (max-width: 999px) {
    }
    @media only screen and (min-width: 501px) and (max-width: 767px) {
    }
    @media only screen and (max-width: 500px) {
    }

/* == menu =========================
*   base
*   loader
*   header　ヘッダー
*   footer　フッター
*   user common css
*   pager お知らせのページ移動
*   wordpress wp-pagenavi
*   メインビジュアル
*   toppqage　トップページ
*   subpage サブページ
*   breadcrumb
*   privacyCSS プライバシーポリシー
*   contactCSS
*   btn more
================================== */
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
@font-face {
  font-family: "temple";
  src: url("../fonts/temple.eot?8acbk4");
  src: url("../fonts/temple.eot?8acbk4#iefix") format("embedded-opentype"), url("../fonts/temple.ttf?8acbk4") format("truetype"), url("../fonts/temple.woff?8acbk4") format("woff"), url("../fonts/temple.svg?8acbk4#temple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconsakura:before {
  content: "\e922";
}

.icon-shobo5:before {
  content: "\e920";
}

.icon-shobo4:before {
  content: "\e921";
}

.icon-shobo3:before {
  content: "\e922";
}

.icon-shobo2:before {
  content: "\e923";
}

.icon-shobo1:before {
  content: "\e924";
}

/*--------------------------------------------------------------
*   reset
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible {
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 7px #ccc !important;
  border: 1px solid #ccc !important;
}

/*--------------------------------------------------------------
*   layout
--------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

ifream {
  vertical-align: middle;
}

ruby {
  position: relative;
}
ruby rt {
  font-size: 20%;
}

/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
*   Base
--------------------------------------------------------------*/
@font-face {
  font-family: "temple";
  src: url("../fonts/temple.eot?8acbk4");
  src: url("../fonts/temple.eot?8acbk4#iefix") format("embedded-opentype"), url("../fonts/temple.ttf?8acbk4") format("truetype"), url("../fonts/temple.woff?8acbk4") format("woff"), url("../fonts/temple.svg?8acbk4#temple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "temple" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconsakura:before {
  content: "\e922";
}

.icon-shobo5:before {
  content: "\e920";
}

.icon-shobo4:before {
  content: "\e921";
}

.icon-shobo3:before {
  content: "\e922";
}

.icon-shobo2:before {
  content: "\e923";
}

.icon-shobo1:before {
  content: "\e924";
}

/*--------------------------------------------------------------
*   layout
--------------------------------------------------------------*/
html {
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

/* ==とで消す= */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

/* =======================================================
*   base
======================================================= */
body {
  font-size: 18px;
  color: #111;
  font-family: -apple-system, source-han-sans-japanese, sans-serif, "Noto Sans JP", sans-serif, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  background: #f9f7f5;
}

#page {
  position: relative;
  width: 100%;
  padding-top: 72px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
a:hover {
  opacity: 0.65;
  text-decoration: none;
}
a:active, a:hover {
  outline-width: 0;
}

/* =======================================================
*   loader
* ======================================================= */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f9f7f5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999 !important;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}

.is-loader-active #loader {
  visibility: visible;
  pointer-events: auto;
}

.is-loader-skip #loader {
  display: none;
}

.loader-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-mask {
  position: relative;
  overflow: hidden;
  width: 274px;
  height: 243px;
  margin-bottom: 20px;
  z-index: 2;
}

.logo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(100%);
}

.line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  height: 2px;
  background-color: #4c553c;
  transform: scaleX(0);
  transform-origin: center center;
  z-index: 1;
}

/*--------------------------------------------------------------
*   header
--------------------------------------------------------------*/
/* ==========================================================================
   HEADER TOTAL MANAGEMENT (1070px Breakpoint Version)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #f9f7f5;
}
@media (max-width: 1070px) {
  .site-header {
    padding: 0;
  }
}

/* --------------------------------------------------------------------------
   上段：案内バー (1071px以上のPCのみ表示)
   -------------------------------------------------------------------------- */
.site-header__top {
  background: #fff;
  padding: 8px 40px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1070px) {
  .site-header__top {
    display: none;
  }
}
.site-header__top-inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 0.8em;
  color: #666;
}
.site-header__top-inner .header-tel {
  color: #17324d;
  text-decoration: none;
  font-weight: bold;
}
.site-header__top-inner .header-tel:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
   下段：メインヘッダーエリア
   -------------------------------------------------------------------------- */
.site-header__main {
  padding: 15px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1070px) {
  .site-header__main {
    padding: 15px 20px;
    width: 100%;
  }
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 1070px) {
  .site-header__inner {
    width: 100%;
  }
}

.site-header__logo {
  flex-shrink: 0;
  max-width: 370px;
}
@media (max-width: 1070px) {
  .site-header__logo {
    width: 260px;
    z-index: 999999;
  }
}
@media (max-width: 500px) {
  .site-header__logo {
    width: 230px;
  }
}

/* ==== NAVIGATION ==== */
.global-nav {
  display: block;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1070px) {
  .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.4s ease;
    z-index: 1001;
    padding: 80px 0 90px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .global-nav.is-open {
    right: 0;
    flex-direction: column;
  }
}
.global-nav .global-nav__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1070px) {
  .global-nav .global-nav__list {
    flex-direction: column;
    gap: 0px;
    text-align: center;
    width: 100%;
    padding: 0 40px;
  }
}
.global-nav .menu-item,
.global-nav .global-nav__item {
  position: relative;
}
.global-nav .menu-item a,
.global-nav .global-nav__item a {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: 300;
  padding: 10px 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17324d;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-nav .menu-item a:hover, .global-nav .menu-item a.is-sub-hovered,
.global-nav .global-nav__item a:hover,
.global-nav .global-nav__item a.is-sub-hovered {
  opacity: 1;
  color: #fff;
  background-color: #149bd7;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-nav .menu-item a:hover .menu-icon, .global-nav .menu-item a.is-sub-hovered .menu-icon,
.global-nav .global-nav__item a:hover .menu-icon,
.global-nav .global-nav__item a.is-sub-hovered .menu-icon {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(0) rotate(0deg);
  border-right-color: transparent;
}
@media (max-width: 1070px) {
  .global-nav li.menu-item {
    border-bottom: 1px solid #ddd;
  }
  .global-nav li.menu-item:first-child {
    border-top: 1px solid #ddd;
  }
  .global-nav li.menu-item a {
    display: block;
  }
}
.global-nav {
  /* CTA（予約ボタン枠） */
}
.global-nav .global-nav__appoint {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 20px;
  list-style: none;
  margin-left: 20px;
  padding: 0;
  align-items: center;
}
@media (max-width: 1070px) {
  .global-nav .global-nav__appoint {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
.global-nav .global-nav__appoint .global-nav__item.is-cta {
  position: relative;
}
@media (max-width: 1070px) {
  .global-nav .global-nav__appoint .global-nav__item.is-cta {
    display: none;
  }
}
.global-nav .global-nav__appoint .global-nav__item.is-cta a {
  display: inline-flex;
  padding: 8px 24px;
  border: 1px solid #149bd7;
  background: #149bd7;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-nav .global-nav__appoint .global-nav__item.is-cta a:hover {
  background: #087fb5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-nav .global-nav__appoint .global-nav__item.is-cta a::after {
  display: none !important;
}

/* ======= SUB MENU & LAYER CONTROL ===== */
.has-child {
  position: relative;
}
.has-child > a::after {
  display: none !important;
}
@media (min-width: 1071px) {
  .has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1070px) {
  .has-child {
    width: 100%;
  }
  .has-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .has-child.is-open .sub-menu {
    max-height: none;
    opacity: 1;
    visibility: visible;
  }
  .has-child.is-open .menu-icon {
    transform: translateY(0) rotate(0deg);
    border-right-color: transparent;
  }
}

.sub-menu {
  position: absolute;
  top: 95%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #88a085;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
}
@media (min-width: 1071px) {
  .sub-menu a {
    display: block !important;
    padding: 10px 16px !important;
    white-space: nowrap !important;
    padding-left: 40px !important;
    color: #fff !important;
  }
  .sub-menu a::before {
    font-family: temple;
    content: "\e912";
    font-size: 15px;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0;
    left: 10px;
    line-height: 50px;
    color: #fff;
  }
  .sub-menu a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1070px) {
  .sub-menu a {
    display: block !important;
    padding: 11px 44px 11px 38px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .sub-menu a::before {
    font-family: temple;
    content: "\e912";
    font-size: 15px;
    position: absolute;
    left: 18px;
    top: 50%;
    width: auto;
    height: auto;
    line-height: 1;
    padding-left: 0;
    transform: translateY(-50%);
  }
  .sub-menu a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1070px) {
  .sub-menu {
    position: static;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: #e7ece7;
    min-width: auto;
    box-shadow: none;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
  .sub-menu li {
    padding: 0;
  }
  .sub-menu li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 1071px) {
  .global-nav__list > .menu-services,
  .global-nav__list > .menu-diseases,
  .global-nav__list > .menu-clinic {
    position: relative;
  }
  .global-nav__list > .menu-services:hover > .sub-menu,
  .global-nav__list > .menu-diseases:hover > .sub-menu,
  .global-nav__list > .menu-clinic:hover > .sub-menu {
    transform: translateX(-50%) translateY(0);
  }
  .global-nav__list > .menu-services > .sub-menu,
  .global-nav__list > .menu-diseases > .sub-menu,
  .global-nav__list > .menu-clinic > .sub-menu {
    left: 50%;
    top: calc(100% + 8px);
    width: max-content;
    min-width: 520px;
    max-width: min(780px, calc(100vw - 80px));
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
    grid-auto-flow: dense;
    gap: 4px 28px;
    padding: 24px;
    background: #fff;
    border: 1px solid #dfe8df;
    box-shadow: 0 18px 40px rgba(48, 59, 55, 0.14);
    transform: translateX(-50%) translateY(8px);
  }
  .global-nav__list > .menu-services > .sub-menu::before,
  .global-nav__list > .menu-diseases > .sub-menu::before,
  .global-nav__list > .menu-clinic > .sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid #dfe8df;
    border-top: 1px solid #dfe8df;
    transform: translateX(-50%) rotate(45deg);
  }
  .global-nav__list > .menu-services > .sub-menu > li,
  .global-nav__list > .menu-diseases > .sub-menu > li,
  .global-nav__list > .menu-clinic > .sub-menu > li {
    min-width: 0;
  }
  .global-nav__list > .menu-services > .sub-menu > .menu-column-left,
  .global-nav__list > .menu-diseases > .sub-menu > .menu-column-left,
  .global-nav__list > .menu-clinic > .sub-menu > .menu-column-left {
    grid-column: 1;
  }
  .global-nav__list > .menu-services > .sub-menu > .menu-column-right,
  .global-nav__list > .menu-diseases > .sub-menu > .menu-column-right,
  .global-nav__list > .menu-clinic > .sub-menu > .menu-column-right {
    grid-column: 2;
  }
  .global-nav__list > .menu-services > .sub-menu > .menu-heading,
  .global-nav__list > .menu-diseases > .sub-menu > .menu-heading,
  .global-nav__list > .menu-clinic > .sub-menu > .menu-heading {
    margin-bottom: 4px;
  }
  .global-nav__list > .menu-services > .sub-menu > .menu-heading > a,
  .global-nav__list > .menu-diseases > .sub-menu > .menu-heading > a,
  .global-nav__list > .menu-clinic > .sub-menu > .menu-heading > a {
    color: #88a085 !important;
    cursor: default;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 8px !important;
    pointer-events: none;
  }
  .global-nav__list > .menu-services > .sub-menu > .menu-heading > a::before,
  .global-nav__list > .menu-diseases > .sub-menu > .menu-heading > a::before,
  .global-nav__list > .menu-clinic > .sub-menu > .menu-heading > a::before {
    display: none;
  }
  .global-nav__list > .menu-services > .sub-menu a,
  .global-nav__list > .menu-diseases > .sub-menu a,
  .global-nav__list > .menu-clinic > .sub-menu a {
    width: 100%;
    color: #303b37 !important;
    padding: 9px 12px 9px 30px !important;
    background: transparent;
    border-radius: 4px;
    font-size: 0.92rem;
    line-height: 1.5;
  }
  .global-nav__list > .menu-services > .sub-menu a::before,
  .global-nav__list > .menu-diseases > .sub-menu a::before,
  .global-nav__list > .menu-clinic > .sub-menu a::before {
    color: #88a085;
    left: 10px;
    top: 50%;
    width: auto;
    height: auto;
    line-height: 1;
    transform: translateY(-50%);
  }
  .global-nav__list > .menu-services > .sub-menu a:hover,
  .global-nav__list > .menu-diseases > .sub-menu a:hover,
  .global-nav__list > .menu-clinic > .sub-menu a:hover {
    background: #eef4ed;
    color: #303b37 !important;
    text-decoration: none;
  }
  .global-nav__list > .menu-diseases > .sub-menu {
    min-width: 660px;
  }
  .global-nav__list > .menu-clinic > .sub-menu {
    min-width: 280px;
    grid-template-columns: minmax(220px, 1fr);
  }
  .global-nav__list > .menu-clinic:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

/* ======= MENU ICON (V ⇄ ー) ===== */
.menu-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #4a4a4a;
  border-bottom: 2px solid #4a4a4a;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1070px) {
  .menu-icon {
    margin-left: 20px;
  }
}
@media (max-width: 1070px) {
  .global-nav .sub-menu > .menu-heading {
    display: block !important;
    margin: 12px 18px 6px;
    padding: 9px 14px !important;
    border-bottom: none;
    border-left: 4px solid #88a085;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(136, 160, 133, 0.22), rgba(136, 160, 133, 0.08));
  }
  .global-nav .global-nav__list > li.has-child > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 52px;
    padding: 14px 52px 14px 24px !important;
    line-height: 1.5;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .global-nav .global-nav__list > li.has-child > a .menu-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 9px;
    height: 9px;
    margin-left: 0;
    border-right: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
    transform: translateY(-60%) rotate(45deg);
  }
  .global-nav .global-nav__list > li.has-child > a.is-sub-hovered .menu-icon,
  .global-nav .global-nav__list > li.has-child.is-open > a .menu-icon {
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
    transform: translateY(-40%) rotate(225deg);
  }
  .global-nav .global-nav__list li.menu-item a {
    box-sizing: border-box;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .global-nav .sub-menu a {
    display: block !important;
    padding: 11px 44px 11px 38px !important;
    color: #4a4a4a;
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: left;
    white-space: normal !important;
  }
  .global-nav .sub-menu > .menu-heading > a {
    padding: 0 !important;
    color: #3d6f58 !important;
    background: transparent !important;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    pointer-events: none;
  }
  .global-nav .sub-menu > .menu-heading > a::before {
    display: none !important;
  }
  .global-nav .sub-menu a::before {
    left: 18px !important;
    top: 50% !important;
    width: auto !important;
    height: auto !important;
    padding-left: 0 !important;
    line-height: 1 !important;
    transform: translateY(-50%);
  }
}

/* ======= HAMBURGER BUTTON ======= */
.nav-toggle {
  display: none;
  position: relative;
  z-index: 1100;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-toggle__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  transition: 0.3s;
}
.nav-toggle__text::after {
  content: "MENU";
}
.nav-toggle span:not(.nav-toggle__text) {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4a4a4a;
  left: 0;
  transition: 0.3s;
}
.nav-toggle span:nth-child(1) {
  top: 0;
}
.nav-toggle span:nth-child(2) {
  top: 12px;
}
.nav-toggle span:nth-child(3) {
  top: 24px;
}
@media (max-width: 1070px) {
  .nav-toggle {
    display: block;
    width: 40px;
    height: 45px;
  }
  .nav-toggle.is-open span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.is-open span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  .nav-toggle.is-open .nav-toggle__text::after {
    content: "CLOSE";
  }
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------------------------------------------------
   スマホ・タブレット用：画面下部固定アクションバー
   -------------------------------------------------------------------------- */
.sp-fixed-nav {
  display: none;
}
@media (max-width: 1070px) {
  .sp-fixed-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 3000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}
.sp-fixed-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #4a4a4a;
  border-right: 1px solid #eee;
}
.sp-fixed-nav__item:last-child {
  border-right: none;
}
.sp-fixed-nav__item.is-reserve {
  background: #176f9a;
  color: #fff;
}

.sp-fixed-nav__item.is-tel,
.sp-fixed-nav__item.is-access {
  background: #149bd7;
  color: #fff;
}

@media (max-width: 1070px) {
  body {
    padding-bottom: 60px;
  }
}
/*--------------------------------------------------------------
*   footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f8f9fa;
  color: #4a4a4a;
  padding: 60px 0 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1070px) {
  .site-footer {
    padding: 40px 0 20px;
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.footer__logo {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1070px) {
  .footer__logo {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer__logo img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
@media (max-width: 1070px) {
  .footer__logo img {
    max-width: 340px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1070px) {
  .footer__content {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.footer__block {
  flex: 1;
  line-height: 1.8;
}
.footer__block.-left .footer__clinic-subt {
  font-size: 0.9rem;
  color: #4a4a4a;
}
.footer__block.-left .footer__clinic-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a4a4a;
}
.footer__block.-left .footer__address {
  margin-top: 12px;
  font-size: 0.95rem;
  margin-bottom: 12px;
  font-style: normal;
}
.footer__block.-left .footer__tel {
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer__block.-left .footer__tel a {
  color: #4a4a4a;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 1070px) {
  .footer__block.-left .footer__tel a {
    pointer-events: auto;
    color: #88a085;
    text-decoration: underline;
  }
}
.footer__block.-left .footer__access {
  font-size: 0.85rem;
  color: #7a7a7a;
}
.footer__block.-right {
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 600px) {
  .footer__block.-right {
    padding: 10px;
    width: 100%;
    box-shadow: none;
  }
}
.footer__block.-right .footer__info-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #88a085;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.footer__block.-right .footer__info-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background-color: #88a085;
  border-radius: 2px;
}
.footer__block.-right .footer__table-wrapper {
  width: 100%;
}
.footer__block.-right .footer__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.2;
  min-width: 450px;
  table-layout: fixed;
}
.footer__block.-right .footer__table th,
.footer__block.-right .footer__table td {
  border: 1px solid #e0e0e0;
  padding: 10px 5px;
  white-space: nowrap;
}
.footer__block.-right .footer__table thead th {
  background-color: #fafdff;
  color: #4a4a4a;
  font-weight: bold;
}
.footer__block.-right .footer__table thead th:first-child {
  width: 30%;
}
.footer__block.-right .footer__table thead th:not(:first-child) {
  width: 10%;
}
.footer__block.-right .footer__table tbody th {
  background-color: #fafafa;
  font-weight: normal;
  color: #4a4a4a;
  width: 30%;
}
.footer__block.-right .footer__table tr th:last-child,
.footer__block.-right .footer__table tr td:last-child {
  color: #de5d5d;
}
@media (max-width: 600px) {
  .footer__block.-right .footer__table {
    display: table;
    width: 100%;
    min-width: auto;
    font-size: 0.75rem;
    table-layout: auto;
  }
  .footer__block.-right .footer__table th,
  .footer__block.-right .footer__table td {
    padding: 8px 1px;
    border: 1px solid #eef2f5;
    white-space: nowrap;
  }
  .footer__block.-right .footer__table thead th {
    background-color: #fafdff;
    font-weight: bold;
    font-size: 0.75rem;
    width: 10%;
  }
  .footer__block.-right .footer__table thead th:first-child {
    width: 30%;
  }
  .footer__block.-right .footer__table thead th:last-child {
    color: #de5d5d;
    background-color: #fff5f5;
  }
  .footer__block.-right .footer__table tbody th {
    width: 30%;
    min-width: 0;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #fafafa;
    padding: 8px 4px;
  }
  .footer__block.-right .footer__table td {
    font-size: 0.8rem;
    color: #4a4a4a;
  }
  .footer__block.-right .footer__table td:last-child {
    color: #ccc;
  }
}
.footer__block.-right .footer__table-note {
  font-size: 0.8rem;
  color: #7a7a7a;
  line-height: 1.6;
  margin-top: 12px;
}
.footer__divider {
  border: none;
  border-top: 1px solid #dddddd;
  margin: 0 0 25px 0;
}

.footer__bottom {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1070px) {
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
}
.footer__bottom .copyright {
  font-size: 0.8rem;
  color: #7a7a7a;
}
@media (max-width: 1070px) {
  .footer__bottom .copyright {
    padding-bottom: 60px;
  }
}

.footer-nav__list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1070px) {
  .footer-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
  }
}
.footer-nav__item a {
  font-size: 0.85rem;
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-nav__item a:hover {
  color: #88a085;
  text-decoration: underline;
}

/*--------------------------------------------------------------
*   user common css
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1230px) and (max-width: 1499px) {
  .container {
    max-width: 1230px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  .container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 999px) {
  .container {
    max-width: 100%;
  }
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 0%, #f5cf6a 0%);
  padding: 10px 20px 5px;
  color: #322a30;
}

.marker2 {
  background: linear-gradient(transparent 0%, #f8b62b 0%);
  color: #fff;
}

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

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

.t-under {
  text-decoration: underline;
}

.t-red {
  color: #1a9224;
}

.f-en {
  letter-spacing: 0.1rem;
}

.f-min {
  font-family: -apple-system, source-han-sans-japanese, sans-serif, "Noto Sans JP", sans-serif, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}
.f-min .kanji {
  font-size: 0.9em;
  line-height: 1.5;
}

.f-min2 {
  font-family: "Noto Serif JP", serif;
}
.f-min2 .kanji {
  font-size: 0.9em;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*--------------------------------------------------------------
*   pager
--------------------------------------------------------------*/
.pager {
  height: auto;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.pager .prev {
  position: absolute;
  top: 10px;
  left: 0;
}
.pager .prev a {
  display: block;
  padding-left: 15px;
  color: #1a9224;
  position: relative;
}
.pager .prev a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1a9224;
  border-left: 1px solid #1a9224;
  transform: rotate(45deg);
  left: 0;
  top: 9px;
}
.pager .next {
  position: absolute;
  top: 10px;
  right: 0;
}
.pager .next a {
  display: block;
  padding-right: 15px;
  color: #1a9224;
  position: relative;
}
.pager .next a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a9224;
  border-right: 1px solid #1a9224;
  transform: rotate(45deg);
  right: 0;
  top: 9px;
}

@media screen and (max-width: 550px) {
  .pager {
    padding-top: 40px;
  }
  .pager .prev,
  .pager .next {
    top: 0;
  }
}
/*--- wordpress wp-pagenavi ----*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #858585;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi a:hover::after {
  display: none;
}
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #858585;
  margin: 3px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi span.current {
  border: 1px solid #1a9224;
  color: #fff;
  background: #1a9224;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #1a9224;
  color: #1a9224;
}
.wp-pagenavi span.extend {
  line-height: 60px;
  color: #301919;
  position: relative;
  border: none;
  background: none;
  width: 30px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  position: relative;
  border: none;
  background: none;
  width: 30px;
  font-size: 1.5em;
}
.wp-pagenavi a.previouspostslink::after, .wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -7px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}

/* =======================================================
*   gototop
* ======================================================= */
.gototop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  z-index: 999;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gototop a {
  position: relative;
  background-color: rgb(224, 224, 224);
  display: block;
  width: 50px;
  height: 50px;
  border: #666666 solid 2px;
  text-decoration: none;
  color: #727272;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gototop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gototop a::before {
  font-family: temple;
  content: "\e917";
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 50px;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .gototop {
    position: fixed;
    right: 16px;
    bottom: 76px;
    width: 44px;
    height: 44px;
    z-index: 3100;
  }
  .gototop a {
    position: relative;
    background: rgb(224, 224, 224);
    display: block;
    border: none;
    border-radius: 50%;
    text-decoration: none;
    width: 100%;
    height: 100%;
    color: #727272;
    box-shadow: 0 8px 24px rgba(48, 59, 55, 0.22);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .gototop a:hover {
    background: rgb(224, 224, 224);
  }
  .gototop a::before {
    font-family: temple;
    content: "\e917";
    font-size: 18px;
    color: #727272;
    position: absolute;
    width: 24px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 44px;
  }
}

/*--------------------------------------------------------------
*   メインビジュアル
--------------------------------------------------------------*/
.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: auto;
  aspect-ratio: 2000/1000;
}
@media (max-width: 1070px) {
  .main-visual {
    height: 500px;
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .main-visual {
    height: clamp(520px, 72vh, 640px);
  }
}
.main-visual .slick-list,
.main-visual .slick-track {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}
@media (max-width: 1070px) {
  .main-visual .slick-list,
  .main-visual .slick-track {
    height: 100%;
    aspect-ratio: auto;
  }
}
.main-visual__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.main-visual__slide {
  width: 100%;
  height: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.main-visual__slide picture {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.main-visual__slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2000/1000;
  object-fit: cover;
}
@media (max-width: 1070px) {
  .main-visual__slide img {
    height: 100%;
    aspect-ratio: auto;
    object-position: center center;
  }
}
.main-visual__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.main-visual__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 4%;
  position: relative;
}
.main-visual__text-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.main-visual__text-block .main-visual__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.main-visual__text-block .main-visual__sub {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.main-visual__text-block.-pc {
  display: block;
}
@media (max-width: 1070px) {
  .main-visual__text-block.-pc {
    display: none;
  }
}
.main-visual__text-block.-sp {
  display: none;
}
@media (max-width: 1070px) {
  .main-visual__text-block.-sp {
    display: block;
    left: 5%;
    right: 5%;
    text-align: center;
  }
  .main-visual__text-block.-sp .main-visual__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .main-visual__text-block.-sp .main-visual__sub {
    font-size: 1rem;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  z-index: 3;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  transition: 0.3s;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}

.slick-prev {
  left: 30px;
}
.slick-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.slick-next {
  right: 30px;
}
.slick-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex !important;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  background: #fff;
  transform: scale(1.2);
}

/*--------------------------------------------------------------
*   toppqage
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .mv {
    min-height: 400px;
    height: 400px;
  }
}
.mv__bg {
  position: absolute;
  inset: 0;
}
.mv__bg picture,
.mv__bg img {
  width: 100%;
  height: 100%;
}
.mv__bg img {
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
}

#top-about {
  padding: 90px 0 90px;
  background-image: url(../img/top/ourbg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#top-about h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #top-about h2 {
    font-size: 1.2em;
  }
}
#top-about .topannai-col {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #top-about .topannai-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
  }
}
#top-about .topannai-col .col1 {
  width: 60%;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col .col1 {
    width: 100%;
    line-height: 2;
    padding: 0px 20px;
  }
}
#top-about .topannai-col .col2 {
  margin-top: auto;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #top-about .topannai-col .col2 {
    width: 100%;
    padding: 0px 20px;
  }
}

#top-jigyo {
  padding: 90px 0 90px;
}
#top-jigyo h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 1.7em;
  color: #3d3d3d;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo h2 {
    font-size: 1.2em;
  }
}
#top-jigyo .topjigyo-col {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #top-jigyo .topjigyo-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col {
    width: 100%;
    padding: 20px 0px;
  }
}
#top-jigyo .topjigyo-col .col1 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col1 {
    width: 100%;
    line-height: 2;
  }
}
#top-jigyo .topjigyo-col .col2 {
  margin-top: auto;
  width: 40%;
  margin-left: 10%;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
}
#top-jigyo .topjigyo-col .col3 {
  width: 40%;
  margin-right: 10%;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col3 {
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
}
#top-jigyo .topjigyo-col .col4 {
  margin-top: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col .col4 {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #top-jigyo .topjigyo-col-rev {
    flex-direction: column-reverse;
  }
}

/*--------------------------------------------------------------
*   subpage
--------------------------------------------------------------*/
.main {
  padding-top: 0px;
}

.subpage {
  padding-bottom: 0px;
  padding-top: 0;
}
@media only screen and (max-width: 999px) {
  .subpage {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .subpage {
    padding-bottom: 0;
  }
}
.subpage .container {
  padding-left: 10px;
  padding-right: 10px;
}

.submain {
  position: relative;
  z-index: 1;
}
.submain .submain__ttl {
  font-family: "source-sans-3", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #504f4f;
  line-height: 2;
  padding: 50px 0;
  text-align: center;
}

.sub-cont {
  line-height: 1.8;
}
.sub-cont .inner {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.allcontentsw {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .allcontentsw {
    padding-top: 0px;
  }
}
.allcontentsw .boutoubg {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutoubg {
    min-height: 250px;
  }
}
.allcontentsw .boutoubg .boutoubginr {
  position: absolute;
  inset: 0;
  padding: 0px 0px 0 200px;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutoubg .boutoubginr {
    padding: 0px;
  }
}
.allcontentsw .boutoubg .boutoubginr img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}
.allcontentsw .goaisatsu-col {
  padding: 90px 0 90px;
  background-image: url(../img/top/ourbg.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .allcontentsw .goaisatsu-col {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col {
    width: 100%;
    padding: 20px 0px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.allcontentsw .goaisatsu-col .col1 {
  width: 40%;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col .col1 {
    width: 100%;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.allcontentsw .goaisatsu-col .col2 {
  margin-top: auto;
  width: 60%;
  font-size: 0.9em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col .col2 {
    width: 100%;
  }
}
.allcontentsw .goaisatsu-col .col0 {
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.allcontentsw .goaisatsu-col h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .goaisatsu-col h2 {
    font-size: 1.2em;
  }
}
.allcontentsw .boutouinr {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.allcontentsw .boutouinr .colleft {
  width: auto;
  height: 1px;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colleft2 {
  width: 500px;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colright {
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .colright2 {
  width: auto;
  height: 1px;
  position: relative;
  z-index: 10;
}
.allcontentsw .boutouinr .headtit {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 120px;
  padding: 10px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutouinr .headtit {
    position: relative;
    height: auto;
    width: 100%;
    left: auto;
    transform: translate(0%, -20%);
    -webkit-transform: translate(0%, -20%);
    -ms-transform: translate(0%, -20%);
  }
}
.allcontentsw .boutouinr .headtit h2 {
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .boutouinr .headtit h2 {
    font-size: 1.5em;
  }
}
.allcontentsw .boutouinr .headtit h2 span {
  margin-top: 10px;
  font-size: 0.7em;
  display: block;
}
.allcontentsw .boutouinr .headtittxt {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
  padding: 0 10px;
}
.allcontentsw .boutouinr .headtit2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 120px;
  padding: 10px 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .allcontentsw .boutouinr .headtit2 {
    top: -60px;
    height: 90px;
    width: 100%;
    left: auto;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}
.allcontentsw .boutouinr .headtit2 h2 {
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .boutouinr .headtit2 h2 {
    font-size: 1.5em;
  }
}
.allcontentsw .boutouinr .headtit2 h2 span {
  margin-top: 10px;
  font-size: 0.7em;
  display: block;
}
.allcontentsw .column {
  position: relative;
  line-height: 1.9;
}
@media only screen and (max-width: 500px) {
  .allcontentsw .column h2 {
    font-size: 1.1em;
  }
}
.allcontentsw .cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 0.9em;
}
.allcontentsw {
  /* The line */
}
.allcontentsw .cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #afdcf8;
  left: 20%;
  margin-left: -10px;
}
.allcontentsw .cbp_tmtimeline > li {
  position: relative;
}
.allcontentsw {
  /* The date/time */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 1.2em;
  color: #bdd0db;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.8em;
  color: #3594cb;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6cbfee;
}
.allcontentsw {
  /* Right content */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  border: solid 2px #3594cb;
  padding: 1.5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #fff;
  border: solid 2px #6cbfee;
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.allcontentsw {
  /* The triangle */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #3594cb;
  border-width: 10px;
  top: 10px;
}
.allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #6cbfee;
}
.allcontentsw {
  /* The icons */
}
.allcontentsw .cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  font-size: 1.4em;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #bdd0db;
  text-align: center;
  left: 20.7%;
  top: 12px;
  margin: 0 0 0 -25px;
}
.allcontentsw {
  /* Example Media Queries */
}
@media screen and (max-width: 65.375em) {
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .allcontentsw .cbp_tmtimeline:before {
    display: none;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }
  .allcontentsw .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }
  .allcontentsw .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .allcontentsw .cbp_tmicon {
    display: none;
  }
}
.allcontentsw .timeline {
  list-style: none;
  padding: 0 5%;
  margin: 0 auto;
}
.allcontentsw .timeline strong {
  font-size: 1.17em;
  font-weight: bold;
}
.allcontentsw .timeline h2 {
  color: #1a9224;
}
.allcontentsw .timeline > li {
  margin-bottom: 60px;
}
.allcontentsw {
  /* for Desktop */
}
@media (min-width: 640px) {
  .allcontentsw .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .allcontentsw .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .allcontentsw .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #cecece solid;
    padding-left: 30px;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .allcontentsw .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #1a9224;
    position: absolute;
    left: 106px;
    top: 29px;
    border-radius: 100%;
  }
}
.allcontentsw .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding: 0 10%;
}
.allcontentsw .table tr {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.allcontentsw .table tr th,
.allcontentsw .table tr td {
  padding: 20px 20px;
  text-align: left;
  vertical-align: top;
}
.allcontentsw .table tr th {
  width: 20%;
  font-weight: bold;
  background: #f2f2f3;
}
.allcontentsw .table tr td {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .allcontentsw .table tr th,
  .allcontentsw .table tr td {
    display: block;
    width: 100%;
  }
}

#coreservice {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice {
    min-height: 600px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice {
    min-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice {
    min-height: auto;
  }
}
#coreservice::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 600px;
  right: 0px;
  bottom: 0;
  background: url(../img/sec/adsbg.png) no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 999px) {
  #coreservice::before {
    display: none;
  }
}
#coreservice .coreservicewrp {
  position: relative;
}
#coreservice .coreserviceinr {
  width: 60%;
  margin-right: auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice .coreserviceinr {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #coreservice .coreserviceinr {
    width: 100%;
    padding: 20px 0px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
#coreservice .coreserviceinr .col1 {
  width: 31%;
  margin: 10px 1% 30px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "source-sans-3", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #coreservice .coreserviceinr .col1 {
    width: 31%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice .coreserviceinr .col1 {
    width: 48%;
    margin: 5px 1% 5px;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr .col1 {
    width: 48%;
    margin: 5px 1% 5px;
  }
}
#coreservice .coreserviceinr .col1 .icon {
  text-align: center;
  background-color: #e9e6e2;
  padding: 30px 0px;
}
#coreservice .coreserviceinr .col1 .number {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
#coreservice .coreserviceinr .col1 .title {
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 30px;
}
#coreservice .coreserviceinr .col1 .txt {
  font-weight: 300;
  font-size: 0.7em;
  text-align: left;
  padding: 0px 30px 20px;
}
#coreservice .coreserviceinr .col0 {
  width: 98%;
  margin: 10px 1% 30px;
  display: block;
  padding: 20px 30px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #coreservice .coreserviceinr .col0 {
    width: 31%;
  }
}
@media only screen and (max-width: 500px) {
  #coreservice .coreserviceinr .col0 {
    width: 98%;
    margin: 5px 1% 5px;
  }
}

#dollhousejigyo {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #dollhousejigyo {
    min-height: 600px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo {
    min-height: auto;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo {
    min-height: auto;
  }
}
#dollhousejigyo h2 {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #dollhousejigyo h2 {
    font-size: 1.2em;
  }
}
#dollhousejigyo .dollhousewrp {
  position: relative;
}
#dollhousejigyo .dollhouseinr {
  width: 100%;
  margin-right: auto;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr {
    padding-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
#dollhousejigyo .dollhouseinr .col1 {
  width: 27%;
  margin: 10px 3% 30px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "source-sans-3", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 27%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 44%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr .col1 {
    width: 44%;
  }
}
#dollhousejigyo .dollhouseinr .col1 .icon {
  text-align: center;
  padding: 0px 0px;
}
#dollhousejigyo .dollhouseinr .col1 .number {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
#dollhousejigyo .dollhouseinr .col1 .title {
  font-weight: 500;
  font-size: 0.8em;
  margin-bottom: 20px;
  text-align: left;
  padding: 0px 30px;
}
#dollhousejigyo .dollhouseinr .col1 .txt {
  font-weight: 300;
  font-size: 0.7em;
  text-align: left;
  padding: 0px 30px 20px;
}
#dollhousejigyo .dollhouseinr .col0 {
  width: 98%;
  margin: 10px 1% 30px;
  display: block;
  padding: 20px 30px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 2em;
  color: #000;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #dollhousejigyo .dollhouseinr .col0 {
    width: 31%;
  }
}
@media only screen and (max-width: 500px) {
  #dollhousejigyo .dollhouseinr .col0 {
    width: 98%;
    margin: 5px 1% 5px;
  }
}

#companyarea {
  margin-bottom: 50px;
}
#companyarea .history-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
#companyarea .history-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #c5b394; /* 上品なゴールド・ブロンズ系 */
  transform: translateX(-50%);
}
#companyarea .history-item {
  position: relative;
  width: 50%;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#companyarea .history-item.left {
  left: 0;
  padding-right: 40px;
  text-align: right;
}
#companyarea .history-item.right {
  left: 50%;
  padding-left: 40px;
  text-align: left;
}
#companyarea .history-item::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 9px;
  height: 9px;
  background-color: #c5b394;
  border-radius: 50%;
  z-index: 1;
}
#companyarea .history-item.left::after {
  right: -5px;
}
#companyarea .history-item.right::after {
  left: -5px;
}
#companyarea .history-date {
  font-size: 20px;
  font-family: "Times New Roman", Serif;
  color: #c5b394;
  font-weight: bold;
  margin-bottom: 8px;
}
#companyarea .history-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
#companyarea .history-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media (max-width: 600px) {
  #companyarea .history-container::before {
    left: 20px;
  }
  #companyarea .history-item {
    width: 100%;
    left: 0 !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  #companyarea .history-item::after {
    left: 16px !important;
  }
}

#gaiyoarea {
  max-width: 800px;
  margin: 60px auto 150px;
  padding: 0 20px;
}
#gaiyoarea .overview-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #222;
  margin-bottom: 40px;
}
#gaiyoarea .overview-table {
  width: 100%;
}
#gaiyoarea .overview-row {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e8e5e0;
}
#gaiyoarea .overview-row:last-child {
  border-bottom: none;
}
#gaiyoarea .overview-label {
  width: 160px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  flex-shrink: 0;
}
#gaiyoarea .overview-value {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  flex-grow: 1;
}
#gaiyoarea .overview-value a {
  color: #c5b394;
  text-decoration: none;
}
#gaiyoarea .overview-value a:hover {
  text-decoration: underline;
}

/* ==========================================
   レスポンシブ対応（スマホ用の設定）
   ========================================== */
@media (max-width: 600px) {
  .overview-row {
    flex-direction: column;
    padding: 16px 0;
  }
  .overview-label {
    width: 100%;
    margin-bottom: 6px;
  }
  .overview-value {
    width: 100%;
  }
}
/*--------------------------------------------------------------
*   breadcrumb
--------------------------------------------------------------*/
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5)), url(../img/common/subpage-hero-green.png) center center/cover no-repeat;
  border-bottom: 1px solid #dfe8e5;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 8vw, 120px);
  bottom: -40px;
  width: clamp(180px, 24vw, 340px);
  height: clamp(180px, 24vw, 340px);
  border: 1px solid rgba(136, 160, 133, 0.2);
  border-radius: 50%;
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 62px) 24px clamp(32px, 4vw, 50px);
}
.page-hero__label {
  color: #6e8f8a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.page-hero__title {
  color: #263833;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.35;
}
.page-hero__lead {
  max-width: 720px;
  margin-top: 12px;
  color: #52615d;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.75;
}

.page-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #edf1ef;
}
.page-breadcrumb__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 14px;
}
.page-breadcrumb .breadcrumb {
  padding-top: 16px;
}

.page-content {
  background: #fff;
}
.page-content__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) 24px clamp(72px, 9vw, 112px);
}

.page-entry {
  color: #35433f;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 2;
}
.page-entry > *:first-child {
  margin-top: 0;
}
.page-entry > *:last-child {
  margin-bottom: 0;
}
.page-entry p {
  margin: 0 0 1.6em;
}
.page-entry h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 3em 0 1.2em;
  color: #263833;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.page-entry h2::before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../img/favicons/favicon.png) center center/contain no-repeat;
}
.page-entry h2::after {
  content: "";
  width: 72px;
  height: 2px;
  background: #88a085;
}
.page-entry h3 {
  margin: 2.2em 0 0.9em;
  padding-left: 18px;
  color: #2f4d47;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #88a085;
}
.page-entry h4 {
  margin: 1.9em 0 0.7em;
  color: #455651;
  font-size: 1.12rem;
  font-weight: 700;
}
.page-entry ul,
.page-entry ol {
  display: grid;
  gap: 10px 18px;
  margin: 0 0 2em;
  padding: 22px 24px;
  background: #f7faf9;
  border: 1px solid #e2ece8;
  border-radius: 6px;
}
.page-entry li {
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
}
.page-entry li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 8px;
  height: 8px;
  background: #88a085;
  border-radius: 50%;
}
.page-entry ol {
  counter-reset: page-entry-counter;
}
.page-entry ol li {
  counter-increment: page-entry-counter;
  padding-left: 34px;
}
.page-entry ol li::before {
  content: counter(page-entry-counter);
  top: 0.22em;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.page-entry a {
  color: #2b766d;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-entry figure {
  margin: 2.2em 0;
}
.page-entry figure img {
  border-radius: 6px;
}
.page-entry table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.95rem;
}
.page-entry table th,
.page-entry table td {
  padding: 15px 16px;
  border: 1px solid #dfe8e5;
  text-align: left;
  vertical-align: top;
}
.page-entry table th {
  width: 28%;
  background: #f4f8f6;
  color: #2f4d47;
  font-weight: 700;
}
.page-entry .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2em;
}
.page-entry .wp-block-button__link {
  border-radius: 4px;
  background: #88a085;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.news-archive__list {
  overflow: hidden;
  background: #f7faf9;
  border: 1px solid #dfe8e5;
  border-radius: 6px;
}
.news-archive__item + .news-archive__item {
  border-top: 1px solid #dfe8e5;
}
.news-archive__item.is-no-link .news-archive__row {
  cursor: default;
}
.news-archive__row {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 20px;
  gap: 22px;
  align-items: center;
  min-height: 66px;
  padding: 17px 22px;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}
.news-archive__row::after {
  content: "\e903";
  color: #88a085;
  font-family: "temple";
  font-size: 1rem;
  line-height: 1;
}
.news-archive a.news-archive__row:hover {
  background: #eef4ed;
  text-decoration: none;
}
.news-archive .is-no-link .news-archive__row {
  grid-template-columns: 120px minmax(0, 1fr);
}
.news-archive .is-no-link .news-archive__row::after {
  content: none;
}
.news-archive time {
  color: #7e8d87;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}
.news-archive h2 {
  margin: 0;
  color: #303b37;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.7;
}
.news-archive__empty {
  margin: 0;
  padding: 22px;
  color: #52615d;
}
.news-archive__pager {
  margin-top: 32px;
  text-align: center;
}

.news-detail__article {
  max-width: 880px;
  margin: 0 auto;
}
.news-detail__header {
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe8e5;
}
.news-detail__header time {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 4px 12px;
  color: #6e8f8a;
  background: #f1f6f4;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}
.news-detail__header h2 {
  margin: 0;
  color: #263833;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.55;
}
.news-detail__content {
  max-width: 760px;
  margin: 0 auto;
}
.news-detail__content > div {
  margin: 0 0 1.5em;
  line-height: 2;
}
.news-detail__content > div:empty {
  display: none;
}
.news-detail__content > div:has(+ ul) {
  margin: 2.2em 0 1em;
  padding-left: 14px;
  color: #2f4d47;
  border-left: 4px solid #88a085;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.6;
}
.news-detail__content hr {
  margin: 2.2em 0;
  border: 0;
  border-top: 1px solid #dfe8e5;
}
.news-detail__content p {
  line-height: 2;
}
.news-detail__content ul {
  display: grid;
  gap: 12px;
  margin: 0 0 2em;
  padding: 0;
  background: transparent;
  border: 0;
}
.news-detail__content li {
  padding: 16px 18px;
  background: #f7faf9;
  border: 1px solid #dfe8e5;
  border-radius: 6px;
  line-height: 1.85;
}
.news-detail__content li::before {
  content: none;
}
.news-detail__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 880px;
  margin: 48px auto 0;
  padding-top: 26px;
  border-top: 1px solid #dfe8e5;
}
.news-detail__nav-side {
  min-width: 0;
}
.news-detail__nav-side a {
  display: inline-flex;
  align-items: center;
  color: #52615d;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.news-detail__nav-side a:hover {
  color: #2b766d;
}
.news-detail__nav-side.is-next {
  text-align: right;
}
.news-detail__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  color: #fff;
  background: #88a085;
  border-radius: 4px;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}
.news-detail__back:hover {
  background: #6f8f73;
  text-decoration: none;
}

.clinic-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin: 2.4em 0 3em;
}
.clinic-media__body {
  min-width: 0;
}
.clinic-media__image {
  margin: 0;
}
.clinic-media__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
}
.clinic-media--reverse {
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
}
.clinic-media--reverse .clinic-media__image {
  order: -1;
}

.clinic-note {
  margin: 2em 0;
  padding: 22px 24px;
  background: #fffaf2;
  border: 1px solid #ead8bc;
  border-left: 5px solid #c98d75;
  border-radius: 6px;
}
.clinic-note > *:last-child {
  margin-bottom: 0;
}

.clinic-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.clinic-flow {
  display: grid;
  gap: 18px;
  margin: 2em 0;
}
.clinic-flow__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 24px;
  background: #f7faf9;
  border: 1px solid #e2ece8;
  border-radius: 6px;
}
.clinic-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #88a085;
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}
.clinic-flow__title {
  margin: 0 0 6px;
  color: #2f4d47;
  font-size: 1.15rem;
  font-weight: 700;
}
.clinic-flow p {
  margin-bottom: 0;
}

.clinic-link-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.clinic-link-list a {
  display: block;
  text-decoration: none;
}

.clinic-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 2em 0 3em;
}
.clinic-card-list--special {
  padding: 28px;
  background: #f1f7f5;
  border: 1px solid #d8e8e3;
  border-radius: 8px;
}
.clinic-card-list--special .clinic-card {
  border-color: #c9ded8;
  background: #fff;
}
.clinic-card-list--special .clinic-card::before {
  content: "専門外来";
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  background: #88a085;
  color: #fff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.clinic-card {
  position: relative;
  display: block;
  min-height: 150px;
  padding: 24px 54px 24px 24px;
  background: #fff;
  border: 1px solid #dfe8e5;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(48, 59, 55, 0.06);
}
.clinic-card::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #88a085;
  border-right: 2px solid #88a085;
  transform: translateY(-50%) rotate(45deg);
}
.clinic-card:hover {
  opacity: 1;
  border-color: #bdd3cd;
  background: #f9fcfb;
  transform: translateY(-2px);
}
.clinic-card__title {
  display: block;
  margin-bottom: 8px;
  color: #263833;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.5;
}
.clinic-card__text {
  display: block;
  color: #52615d;
  font-size: 0.95rem;
  line-height: 1.8;
}

.clinic-map {
  margin: 2em 0 3em;
}
.clinic-map__frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 320px;
  border: 1px solid #dfe8e5;
  border-radius: 8px;
  background: #f4f8f6;
}
.clinic-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.clinic-hours {
  margin: 2em 0 3em;
  overflow-x: auto;
}
.clinic-hours__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.9rem;
  text-align: center;
  table-layout: fixed;
  line-height: 1.2;
}
.clinic-hours__table th,
.clinic-hours__table td {
  padding: 13px 8px;
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
}
.clinic-hours__table thead th {
  width: auto;
  background: #fafdff;
  color: #4a4a4a;
  font-weight: 700;
  white-space: nowrap;
}
.clinic-hours__table thead th:first-child {
  width: 30%;
}
.clinic-hours__table thead th:not(:first-child) {
  width: 10%;
}
.clinic-hours__table tbody th {
  width: 30%;
  background: #fafafa;
  color: #4a4a4a;
  font-weight: 700;
  white-space: nowrap;
}
.clinic-hours__table td {
  width: 10%;
  color: #4a4a4a;
  font-weight: 700;
  white-space: nowrap;
}
.clinic-hours__table tr th:last-child,
.clinic-hours__table tr td:last-child {
  color: #de5d5d;
}
.clinic-hours__note {
  margin: 12px 0 0;
  color: #7a7a7a;
  font-size: 0.85rem;
  line-height: 1.7;
}

.clinic-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 2em 0 3em;
}

.clinic-info-box {
  padding: 24px;
  background: #fff;
  border: 1px solid #dfe8e5;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(48, 59, 55, 0.05);
}
.clinic-info-box__title {
  margin: 0 0 10px;
  color: #2f4d47;
  font-size: 1.1rem;
  font-weight: 700;
}
.clinic-info-box p {
  margin-bottom: 0;
}

.sitemap-entry .sitemap-layout {
  display: grid;
  gap: 32px;
  margin-top: 2.6em;
}
.sitemap-entry .sitemap-section {
  padding: clamp(24px, 4vw, 36px);
  background: #f7faf9;
  border: 1px solid #e2ece8;
  border-radius: 8px;
}
.sitemap-entry .sitemap-section h2 {
  margin-top: 0;
}
.sitemap-entry .sitemap-section--support {
  background: #fff;
}
.sitemap-entry .sitemap-section--support .sitemap-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sitemap-entry .sitemap-section--support .sitemap-list a {
  position: relative;
  padding: 13px 36px 13px 16px;
  background: #f7faf9;
  border: 1px solid #e2ece8;
  color: #2f4d47;
  font-weight: 700;
}
.sitemap-entry .sitemap-section--support .sitemap-list a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #88a085;
  border-right: 2px solid #88a085;
  transform: translateY(-50%) rotate(45deg);
}
.sitemap-entry .sitemap-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  list-style: none;
}
.sitemap-entry .sitemap-list li {
  padding-left: 0;
}
.sitemap-entry .sitemap-list li::before {
  display: none;
}
.sitemap-entry .sitemap-list a,
.sitemap-entry .sitemap-list span {
  display: block;
  border-radius: 6px;
  line-height: 1.7;
  text-decoration: none;
}
.sitemap-entry .sitemap-list--primary {
  grid-template-columns: 1fr;
  gap: 16px;
}
.sitemap-entry .sitemap-list--primary > li {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dfe8e5;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(48, 59, 55, 0.05);
  display: grid;
  grid-template-columns: minmax(180px, 26%) minmax(0, 1fr);
  gap: 18px 28px;
  align-items: start;
}
.sitemap-entry .sitemap-list--primary > li > a,
.sitemap-entry .sitemap-list--primary > li > span {
  color: #263833;
  font-size: 1.12rem;
  font-weight: 700;
  padding: 3px 0 0;
}
.sitemap-entry .sitemap-list--child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}
.sitemap-entry .sitemap-list--child a,
.sitemap-entry .sitemap-list--child span {
  position: relative;
  min-height: 44px;
  padding: 8px 10px 8px 24px;
  color: #52615d;
  font-size: 0.95rem;
  background: #f9fcfb;
}
.sitemap-entry .sitemap-list--child a::before,
.sitemap-entry .sitemap-list--child span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.08em;
  width: 6px;
  height: 6px;
  background: #88a085;
  border-radius: 50%;
}
.sitemap-entry .sitemap-list--child span {
  color: #2f4d47;
  font-weight: 700;
  background: #edf5f2;
}

.page-entry--empty {
  padding: 32px;
  background: #f7faf9;
  border: 1px solid #e2ece8;
  border-radius: 6px;
}

.page-cta {
  background: #edf5f2;
}
.page-cta__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 68px) 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.page-cta__label {
  color: #6e8f8a;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-cta__title {
  color: #263833;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.45;
}
.page-cta__text {
  margin-top: 12px;
  color: #52615d;
  line-height: 1.8;
}
.page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  min-width: 300px;
}
.page-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.4;
}
.page-cta__button--primary {
  background: #c98d75;
  color: #fff;
}
.page-cta__button--tel {
  background: #fff;
  color: #2f4d47;
  border: 1px solid #bdd3cd;
}

@media screen and (max-width: 767px) {
  .page-hero__inner {
    padding-right: 18px;
    padding-left: 18px;
  }
  .page-breadcrumb__inner,
  .page-content__inner,
  .page-cta__inner {
    padding-right: 18px;
    padding-left: 18px;
  }
  .page-entry ul,
  .page-entry ol {
    padding: 18px;
  }
  .page-entry table,
  .page-entry tbody,
  .page-entry tr,
  .page-entry th,
  .page-entry td {
    display: block;
    width: 100%;
  }
  .page-entry table th,
  .page-entry table td {
    width: 100%;
    box-sizing: border-box;
  }
  .page-entry th {
    border-bottom: none;
  }
  .page-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }
  .page-cta__actions {
    min-width: 0;
    justify-content: flex-start;
  }
  .page-cta__button {
    width: 100%;
  }
  .news-archive__row,
  .news-archive .is-no-link .news-archive__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 16px 18px;
  }
  .news-archive__row::after {
    position: absolute;
    right: 18px;
    top: 18px;
  }
  .news-archive time {
    font-size: 0.82rem;
  }
  .news-archive h2 {
    padding-right: 24px;
    font-size: 0.95rem;
  }
  .news-detail__header {
    margin-bottom: 28px;
    padding-bottom: 20px;
  }
  .news-detail__content {
    max-width: none;
  }
  .news-detail__nav {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 38px;
  }
  .news-detail__nav-side,
  .news-detail__nav-side.is-next {
    text-align: center;
  }
  .news-detail__nav-side {
    order: 2;
  }
  .news-detail__back {
    order: 1;
    width: 100%;
  }
  .clinic-media,
  .clinic-media--reverse {
    grid-template-columns: 1fr;
  }
  .clinic-media .clinic-media__image,
  .clinic-media--reverse .clinic-media__image {
    order: 0;
  }
  .clinic-checklist,
  .clinic-link-list,
  .clinic-card-list,
  .clinic-info-grid,
  .sitemap-entry .sitemap-list--primary > li,
  .sitemap-entry .sitemap-list--child,
  .sitemap-entry .sitemap-section--support .sitemap-list {
    grid-template-columns: 1fr;
  }
  .clinic-map__frame {
    aspect-ratio: 4/3;
    min-height: 260px;
  }
  .clinic-hours__table {
    display: table !important;
    width: 100%;
    min-width: 0;
    font-size: 0.75rem;
    table-layout: fixed;
  }
  .clinic-hours__table thead {
    display: table-header-group !important;
  }
  .clinic-hours__table tbody {
    display: table-row-group !important;
  }
  .clinic-hours__table tr {
    display: table-row !important;
    width: auto;
  }
  .clinic-hours__table th,
  .clinic-hours__table td {
    display: table-cell !important;
    width: auto;
    padding: 8px 1px;
    border: 1px solid #eef2f5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  .clinic-hours__table thead th {
    background: #fafdff;
    font-size: 0.75rem;
  }
  .clinic-hours__table thead th:first-child {
    width: 30%;
  }
  .clinic-hours__table thead th:not(:first-child) {
    width: 10%;
  }
  .clinic-hours__table thead th:last-child {
    color: #de5d5d;
    background: #fff5f5;
  }
  .clinic-hours__table tbody th {
    width: 30%;
    min-width: 0;
    padding: 8px 4px;
    font-size: 0.7rem;
  }
  .clinic-hours__table td {
    font-size: 0.8rem;
  }
  .clinic-hours__table td:last-child {
    color: #ccc;
  }
  .clinic-flow__item {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }
  .clinic-flow__num {
    width: 44px;
    height: 44px;
  }
}

.breadcrumb {
  padding: 20px 20px 0px 0px;
  font-size: 0.9em;
  margin: 0 auto;
  position: relative;
  font-size: 0.7em;
}

ol.breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: flex-end;
}
ol.breadcrumb li {
  color: #707070;
}
ol.breadcrumb li a {
  color: #707070;
  text-decoration: underline;
}
ol.breadcrumb li {
  padding-right: 10px;
}
ol.breadcrumb li:not(:first-child) {
  padding-left: 15px;
  position: relative;
}
ol.breadcrumb li:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}

/* =======================================================
*   privacyCSS
* ======================================================= */
#privacywrp {
  margin: 50px;
  padding: 0 50px;
  font-size: 1em;
}
@media only screen and (min-width: 501px) and (max-width: 767px) {
  #privacywrp {
    margin: 50px 0;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 500px) {
  #privacywrp {
    margin: 50px 0;
    padding: 20px 20px;
  }
}
#privacywrp .privacyinr {
  text-align: left;
  margin: 10px 0 20px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
@media only print {
  #privacywrp .privacyinr {
    max-width: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 1230px) {
  #privacywrp .privacyinr {
    max-width: 1200px;
    min-width: 960px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1229px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #privacywrp .privacyinr {
    max-width: 100%;
    min-width: 100%;
    width: 70%;
  }
}

#privacy .privacymarea {
  margin: 30px 0;
  position: relative;
  width: 100%;
  text-align: left;
}
#privacy h4 {
  font-size: 1.4em;
  margin: 0 0 10px;
  line-height: 1.4em;
  font-weight: 600;
  color: #4a4a4a;
}
#privacy p.catch {
  color: #4a4a4a;
  margin-bottom: 3rem;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  #privacy p.catch {
    margin-left: 10px;
  }
}
#privacy #kojinjyoho {
  margin: 40px 20px 0;
  color: #4a4a4a;
  font-weight: 500;
}
#privacy strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-left: 20px;
  text-indent: -1em;
  border-bottom: dotted 1px #c2ad86;
  margin-top: 20px;
  font-weight: 600;
}
#privacy strong:before {
  position: absolute;
  font-family: "temple";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0px;
  top: 4px;
  content: "\e915";
  font-size: 1em;
  color: #1c1c1b;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacy p.kjtext {
  padding-left: 1em;
  margin: 2px;
  display: block;
  font-size: 0.9em;
}
#privacy p.kjtext2 {
  padding-left: 1em;
  text-indent: -1em;
  margin: 2px;
  display: block;
  font-size: 0.9em;
}
#privacy p.kjtextnom {
  margin: 2px;
  padding-left: 2em;
  display: block;
  font-size: 0.9em;
}

@media screen and (max-width: 1000px) {
  .main-img .btn-recruit {
    width: 150px;
    right: 10px;
  }
  .main-img .main-img__bnr {
    width: 250px;
    bottom: 170px;
    left: 7%;
  }
}
@media screen and (max-width: 550px) {
  .main-img .btn-recruit {
    width: 100px;
    bottom: 70px;
  }
  .main-img .main-img__bnr {
    bottom: 50px;
    left: 3%;
  }
}
.entry-job .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0px;
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

#otoiawseform {
  margin-bottom: 60px;
  /* ===table==== */
}
#otoiawseform .table-contactform7 {
  border-collapse: separate;
  border-spacing: 0 !important;
  position: inherit;
  box-shadow: none !important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 0 0 30px !important;
  border: none;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 {
    font-size: 0.8em;
  }
  #otoiawseform .table-contactform7 tbody,
  #otoiawseform .table-contactform7 tr {
    display: block;
    width: 100%;
  }
}
#otoiawseform .table-contactform7 tr {
  border: solid 1px #d4d4d4 !important;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 tr:last-child th,
  #otoiawseform .table-contactform7 tr:last-child td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}
#otoiawseform .table-contactform7 th {
  padding: 10px;
  white-space: nowrap;
  text-align: left;
  background: #f8f8f8 !important;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 th {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 th {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
#otoiawseform .table-contactform7 td {
  padding: 10px;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #otoiawseform .table-contactform7 td {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 td {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
#otoiawseform .required-contactform7 {
  font-size: 0.8em;
  padding: 1px 5px;
  margin-right: 10px;
  border: #a51111 solid 1px;
  color: #a51111;
}
#otoiawseform .btnareawrp {
  width: 100%;
  text-align: center;
}
#otoiawseform {
  /* ===ボタン==== */
}
#otoiawseform .btn {
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #1a9224;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 170px !important;
  border: none;
}
#otoiawseform .btn:hover {
  background-color: #1e9e69;
}
#otoiawseform {
  /* ===errors==== */
}
#otoiawseform span.wpcf7-not-valid-tip {
  background: #b60329;
  font-weight: 500 !important;
  padding-left: 15px;
  color: #fff !important;
}
#otoiawseform div.wpcf7-validation-errors {
  font-size: 16px !important;
  color: #f00 !important;
}
#otoiawseform div.wpcf7-response-output {
  margin: 0 !important;
  background-color: #b60329 !important;
  border-color: #b60329 !important;
  color: #fff !important;
}
#otoiawseform div.wpcf7-validation-errors,
#otoiawseform div.wpcf7-acceptance-missing {
  border: 1px solid #e4e4e5;
}
#otoiawseform {
  /* ===確認画面==== */
}
#otoiawseform .wpcf7c-conf input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #e4e4e5 inset;
}
#otoiawseform input[type=text].wpcf7c-conf,
#otoiawseform input[type=tel].wpcf7c-conf,
#otoiawseform input[type=email].wpcf7c-conf,
#otoiawseform select.wpcf7c-conf,
#otoiawseform textarea .wpcf7c-conf {
  border: none !important;
  background: none !important;
  box-shadow: 0 0 0px 1000px #e4e4e5 inset;
  resize: none;
  color: #666 !important;
}
#otoiawseform input[type=checkbox].wpcf7c-conf,
#otoiawseform input[type=radio].wpcf7c-conf {
  display: inline-block;
}
#otoiawseform input[type=checkbox].wpcf7c-conf + span.wpcf7-list-item-label:before,
#otoiawseform input[type=radio].wpcf7c-conf + span.wpcf7-list-item-label:before {
  display: none;
}
#otoiawseform .table-contactform7 {
  /* ===input==== */
}
#otoiawseform .table-contactform7 input[type=text],
#otoiawseform .table-contactform7 input[type=email] {
  height: 45px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #585858;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
  margin: 2px 0;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #otoiawseform .table-contactform7 input[type=text],
  #otoiawseform .table-contactform7 input[type=email] {
    width: 100%;
  }
}
#otoiawseform .table-contactform7 {
  /* ===textarea==== */
}
#otoiawseform .table-contactform7 textarea {
  max-width: 100% !important;
  padding: 10px 10px;
  width: 100%;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 12px;
  color: #000;
  width: 99%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
#otoiawseform .table-contactform7 ::-webkit-input-placeholder {
  color: #b9b9ba;
}
#otoiawseform .table-contactform7 ::-moz-placeholder {
  color: #b9b9ba;
  opacity: 1;
}
#otoiawseform .table-contactform7 :-ms-input-placeholder {
  color: #b9b9ba;
}
#otoiawseform .table-contactform7 {
  /* ===select==== */
}
#otoiawseform .table-contactform7 .select-wrap {
  position: relative;
}
#otoiawseform .table-contactform7 .select-wrap:before {
  font-family: "temple";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "▼";
  line-height: 43px;
  pointer-events: none;
}
#otoiawseform .table-contactform7 select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
#otoiawseform .table-contactform7 select option {
  background-color: #fff;
}
#otoiawseform .table-contactform7 select::-ms-expand {
  display: none;
}
#otoiawseform .table-contactform7 select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #e4e4e5;
}
#otoiawseform {
  /* ===radio==== */
}
#otoiawseform span.wpcf7-list-item-label {
  font-weight: 500 !important;
  position: relative;
}
#otoiawseform input[type=radio] {
  display: none;
}
#otoiawseform input[type=radio] + span.wpcf7-list-item-label:before {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d4d4d4;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  padding-left: 3px;
  font-family: "temple";
  content: " "; /* check */
  margin-right: 10px;
  left: 0;
  bottom: 0;
  line-height: 22px;
}
#otoiawseform input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\e926"; /* check */
  color: #114e24;
}
#otoiawseform .checkbox .wpcf7-form-control-wrap {
  margin-left: 14px;
  font-size: 1rem;
  font-weight: 400; /* Regular */
}
#otoiawseform .wpcf7-list-item-label {
  padding-left: 30px;
}
#otoiawseform label {
  margin-right: 1em;
  margin-bottom: 0rem;
}
#otoiawseform {
  /* ===checkbox==== */
}
#otoiawseform input[type=checkbox] + span.wpcf7-list-item-label:before {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: #d4d4d4;
  background-color: #fff;
}
#otoiawseform input[type=checkbox] {
  display: none;
}
#otoiawseform input[type=checkbox] + span.wpcf7-list-item-label:before {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  padding-left: 3px;
  font-family: "temple";
  content: " "; /* check */
  margin-right: 10px;
  left: 0;
  bottom: 0;
  line-height: 22px;
}
#otoiawseform input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\e926"; /* check */
  color: #114e24;
}
#otoiawseform .checkbox .wpcf7-form-control-wrap {
  margin-left: 14px;
  font-size: 1rem;
  font-weight: 400; /* Regular */
}
#otoiawseform .wpcf7-list-item-label {
  padding-left: 30px;
}
#otoiawseform label {
  margin-right: 1em;
  margin-bottom: 0rem;
}

/*--------------------------------------------------------------
*   確認
--------------------------------------------------------------*/
.wpcf7cp-force-hide {
  display: none !important;
}

.wpcf7cp-form-hide {
  visibility: hidden !important;
}

/* LP service adjustments */
.site-header__service-name {
  color: #243632;
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.site-header__top-inner .header-tel {
  color: #17324d;
}

.footer__logo a {
  color: #243632;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.footer-service-list {
  display: grid;
  gap: 10px;
}

.footer-service-list li {
  background: #fff;
  border: 1px solid #e1e8e5;
  border-radius: 8px;
  color: #4a4a4a;
  font-size: 0.92rem;
  padding: 12px 14px;
}

@media (max-width: 1070px) {
  .site-header__service-name {
    font-size: 1rem;
    white-space: normal;
  }
}

div.wpcf7 {
  position: relative;
  height: auto;
}

div#wpcf7cpcnf {
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  /*--------------------------------------------------------------
  *   table
  --------------------------------------------------------------*/
  /* ===table==== */
}
div#wpcf7cpcnf table {
  width: 100%;
}
div#wpcf7cpcnf tr {
  border: solid 1px #d4d4d4 !important;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf tr:last-child th,
  div#wpcf7cpcnf tr:last-child td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}
div#wpcf7cpcnf th {
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf th {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  div#wpcf7cpcnf th {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
div#wpcf7cpcnf td {
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div#wpcf7cpcnf td {
    border-top: solid 1px #d4d4d4 !important;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  div#wpcf7cpcnf td {
    padding: 5px;
    height: auto !important;
    display: block;
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  div#wpcf7cpcnf td {
    border-bottom: solid 1px #d4d4d4 !important;
  }
}

div.wpcf7cp-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  margin: 2em auto;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  div.wpcf7cp-btns {
    flex-direction: column-reverse;
  }
}

button.wpcf7cp-cfm-edit-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #5a5a5a;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 170px !important;
  border: none;
}
button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #363636;
}

button.wpcf7cp-cfm-submit-btn {
  margin-bottom: 20px;
  padding: 15px 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 600 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #207faa;
  color: #fff;
  line-height: normal !important;
  height: auto !important;
  text-align: center !important;
  width: 200px !important;
  border: none;
}
button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #1b6a8f;
}

/*--------------------------------------------------------------
  *   btn more
  --------------------------------------------------------------*/
.btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

.btn-more {
  transition: all 0.3s;
  position: relative;
}
.btn-more span {
  transition: all 0.3s;
}
.btn-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 1);
}
.btn-more:hover span {
  letter-spacing: 2px;
}
.btn-more:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.btn-more:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
.btn-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}

.sabox {
  height: 23.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background: #f8b62b;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.sabox2 {
  height: 13.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.sabox3 {
  height: 23.33%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.btn-more {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-more:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.linkboxwrp {
  position: relative;
  margin: 30px auto;
  text-align: center;
}

a.btn-border {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
}

.buttonfw {
  position: relative;
  background-color: #6e6d4b;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  outline: 1px solid;
  outline-color: #6e6d4b;
  outline-offset: 0px;
  display: inline-block;
  transition: 0.3s;
  padding-right: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.buttonfw::after {
  font-family: temple;
  content: "\e903";
  font-size: 25px;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 10px;
  text-align: center;
  line-height: 50px;
}

.buttonfw:hover {
  color: #fff;
  animation: light 0.8s infinite;
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 10px;
  }
}

/* Blue footer theme */
.site-footer {
  background-color: #0099db;
  color: #fff;
}

.site-footer a,
.site-footer .footer__block.-left .footer__clinic-subt,
.site-footer .footer__block.-left .footer__clinic-name,
.site-footer .footer__block.-left .footer__address,
.site-footer .footer__block.-left .footer__access,
.site-footer .footer__block.-left .footer__tel a,
.site-footer .footer__block.-right .footer__info-title,
.site-footer .footer__bottom .copyright,
.site-footer .footer-nav__item a,
.site-footer .footer-service-list li {
  color: #fff;
}

.site-footer .footer__block.-right {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.site-footer .footer__block.-right .footer__info-title::before {
  background-color: #fff;
}

.site-footer .footer-service-list li {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
}

.site-footer .footer__divider {
  border-top-color: rgba(255, 255, 255, 0.45);
}

.site-footer .footer-nav__item a:hover {
  color: #fff;
}
