@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*脳血管内治療ページ*/
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zen-r, .inst-emargency-contact dt h3, body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-m, .breadcrumb, .common-help-list__title, .catch-title, .sitemap-nav-main, .hospital-notice__sub-title, .hospital-access__sub-title, .hospital-checkup-list__title, .group-philosophy-3s dt span, .pdf-download__title, .section-title__ja, .title-other-01, .title-lv3, .footer-contact-section, .footer-site-name__lede, .footer-nav-main {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.ff-en-r, .group-philosophy-3s dt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-l, .common-help-list__title-en, .catch-title__en, .inst-emargency-contact__tel, .hospital-director__name-en, .pdf-download__title-en, .section-title__en, .global-nav-main__title-en, .footer-contact-section__tel, .header-info-main__fax, .header-info-main__tel {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*脳血管内治療ページ*/
.ff-evt-en-r, .common-help-evt-list__no {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.ff-evt-en-b {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.ff-evt-min-r, .common-help-evt-list__title, .common-help-evt-list__item, .common-help-evt__content {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-evt-min-b {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* ブレイクポイント */
/* フォントサイズ */
/*脳血管内治療*/
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 699px) {
  html {
    font-size: 15px;
  }
}

body {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  line-height: 1.88;
  letter-spacing: -0.16px;
}
body.no-scroll {
  overflow: hidden;
}

/* リンク色 */
a {
  color: #0096C7;
}

a:hover, a:active {
  text-decoration: none;
  color: #0077B6;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .article-content:after, .header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .article-content, .header {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .article-content, * html .header {
  height: 1%;
}

.clearfix, .article-content, .header {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

/* ページ幅 */
.layout-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (min-width: 1437px) {
  .layout-container {
    width: 1396px;
  }
}

/* メインカラム */
.layout-main-column {
  width: 100%;
}
@media screen and (min-width: 1437px) {
  .layout-main-column {
    width: 1108px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 699px) {
  .layout-main-column {
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* サブカラム */
.layout-sub-column {
  display: none;
}
@media screen and (min-width: 1437px) {
  .layout-sub-column {
    display: block;
    width: 285px;
    position: sticky;
    top: 100px;
    z-index: 2;
  }
}

@media screen and (min-width: 1437px) {
  .page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*脳血管内治療*/
.layout-container-evt {
  width: 1132px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 699px) {
  .layout-container-evt {
    width: 100%;
  }
}

.page-layout-evt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 699px) {
  .page-layout-evt {
    display: block;
  }
}

.layout-main-column-evt {
  width: 566px;
}
@media screen and (max-width: 699px) {
  .layout-main-column-evt {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.layout-sub-column-evt {
  width: 566px;
  display: block;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 699px) {
  .layout-sub-column-evt {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 20px;
  }
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

@media screen and (min-width: 699px) {
  .pc-row, .inst-emargency-contact__contact, .sitemap-nav-sub, .sitemap-nav-main, .hospital-director__inner, .hospital-parking__photo, .hospital-fee__content, .hospital-overview, .footer-contact, .footer-address, .footer-nav-sub, .footer-nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc-row .col, .inst-emargency-contact__contact .col, .sitemap-nav-sub .col, .sitemap-nav-main .col, .sitemap-nav-main dl, .hospital-director__inner .col, .hospital-parking__photo .col, .hospital-fee__content .col, .pc-row .hospital-bring-list li, .inst-emargency-contact__contact .hospital-bring-list li, .sitemap-nav-sub .hospital-bring-list li, .sitemap-nav-main .hospital-bring-list li, .hospital-director__inner .hospital-bring-list li, .hospital-parking__photo .hospital-bring-list li, .hospital-fee__content .hospital-bring-list li, .hospital-bring-list .pc-row li, .hospital-bring-list .inst-emargency-contact__contact li, .hospital-bring-list .sitemap-nav-sub li, .hospital-bring-list .sitemap-nav-main li, .hospital-bring-list .hospital-director__inner li, .hospital-bring-list .hospital-parking__photo li, .hospital-bring-list .hospital-fee__content li, .hospital-overview .col, .hospital-overview .hospital-bring-list li, .hospital-bring-list .hospital-overview li, .footer-contact .col, .footer-contact .hospital-bring-list li, .hospital-bring-list .footer-contact li, .footer-address .col, .footer-address .hospital-bring-list li, .hospital-bring-list .footer-address li, .footer-address address, .footer-nav-sub .col, .footer-nav-sub .hospital-bring-list li, .hospital-bring-list .footer-nav-sub li, .footer-nav-main .col, .footer-nav-main .hospital-bring-list li, .hospital-bring-list .footer-nav-main li, .footer-nav-main dl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    list-style: none;
  }
}

.row, .hospital-bring-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .row .sitemap-nav-main dl, .sitemap-nav-main .row dl, .hospital-bring-list .col, .hospital-bring-list .sitemap-nav-main dl, .sitemap-nav-main .hospital-bring-list dl, .hospital-bring-list li, .row .footer-address address, .hospital-bring-list .footer-address address, .footer-address .row address, .footer-address .hospital-bring-list address, .row .footer-nav-main dl, .hospital-bring-list .footer-nav-main dl, .footer-nav-main .row dl, .footer-nav-main .hospital-bring-list dl {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

/*
	ヘッダーの指定
*/
.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 150, 199, 0.4)), to(transparent));
  background: linear-gradient(rgba(0, 150, 199, 0.4), transparent);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 3;
  top: 0;
  height: 120px;
}
@media screen and (max-width: 699px) {
  .header {
    background: transparent;
    height: 90px;
  }
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 283px;
}
@media screen and (max-width: 699px) {
  .header-main {
    padding-right: 0px;
    display: block;
  }
}

.header-nav {
  width: 750px;
  margin-top: 47px;
}
@media screen and (max-width: 699px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
}
.header-nav-list > li:last-child {
  margin-right: 0;
}
.header-nav-list > li > a {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 1.06rem;
  color: #FFFFFF;
  text-shadow: 0px 0px 7.8px rgba(0, 0, 0, 0.25);
  position: relative;
}
.header-nav-list > li.drop a.primal-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ヘッダーロゴ */
.header-site-name {
  margin: 40px 33px 4px 56px;
  float: left;
  line-height: 1px;
}
.header-site-name a {
  width: 289px;
  height: 45px;
  background: url(../img/common/header/log--sitename-wh.svg) top left no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
}
@media screen and (max-width: 699px) {
  .header-site-name {
    margin: 10px 20px;
    width: calc(100% - 40px);
  }
  .header-site-name a {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .top .header-site-name a {
    background-image: url(../img/common/header/log--sitename-sp.svg);
    height: 56px;
  }
}

/* ヘッダーボタン */
.header-btn {
  background-color: rgba(163, 177, 181, 0.61);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #F6F6F6;
  display: block;
  border-radius: 4px;
  width: 51px;
  height: 27px;
  z-index: 9999;
  top: calc(100% - 64px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background: #fff;
  width: 22px;
}
.header-btn span:nth-of-type(1) {
  top: 8px;
}
.header-btn span:nth-of-type(2) {
  top: 12px;
}
.header-btn span:nth-of-type(3) {
  top: 16px;
}
.header-btn::after {
  content: "MENU";
  color: #fff;
  font-size: 0.94rem;
  position: absolute;
  top: 28px;
  display: block;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-btn.active {
  top: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-btn.active span:nth-of-type(2) {
  width: 10px;
}
.header-btn.active span:nth-of-type(3) {
  width: 4px;
}
.header-btn.active::after {
  content: "CLOSE";
}
@media screen and (min-width: 699px) {
  .header-btn {
    display: none;
  }
}

/*ドロップダウン*/
.primal-drop {
  display: none;
  position: absolute;
  top: 93px;
  z-index: 3;
  border-radius: 8px;
  width: 730px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/header/nav/bgi--01.webp) center top no-repeat, #FFFFFF;
  background-size: 100% 150px;
}
.primal-drop__title {
  color: #fff;
  font-size: 1.25rem;
  padding: 65px 0px 50px 120px;
  position: relative;
}
.primal-drop__title::before {
  content: "";
  width: 74px;
  height: 87px;
  background: url(../img/common/header/nav/ico--drop-01.webp) center left no-repeat;
  background-size: contain;
  left: 30px;
  top: 20px;
  position: absolute;
  mix-blend-mode: multiply;
}
.primal-drop__title::after {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../img/common/header/nav/ico--01.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 58px;
  left: 65px;
}
.primal-drop__list {
  list-style: none;
  margin-top: 20px;
}
.primal-drop__list li {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
  width: 280px;
}
.primal-drop__list li > a {
  color: #333333;
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
}
.primal-drop__list li > a .btn-toggle, .primal-drop__list li > a .btn-toggle-w {
  position: absolute;
  right: 0;
  top: 10px;
}
.primal-drop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 65px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 40px;
}

.primal-drop.primal--01 {
  background-image: url(../img/common/header/nav/bgi--01.webp);
}
.primal-drop.primal--01 .primal-drop__title::before {
  background-image: url(../img/common/header/nav/ico--drop-01.webp);
}
.primal-drop.primal--01 .primal-drop__title::after {
  background-image: url(../img/common/header/nav/ico--01.svg);
}

.primal-drop.primal--02 {
  background-image: url(../img/common/header/nav/bgi--02.webp);
}
.primal-drop.primal--02 .primal-drop__title::before {
  background-image: url(../img/common/header/nav/ico--drop-02.webp);
}
.primal-drop.primal--02 .primal-drop__title::after {
  background-image: url(../img/common/header/nav/ico--02.svg);
}

.primal-drop.primal--03 {
  background-image: url(../img/common/header/nav/bgi--03.webp);
}
.primal-drop.primal--03 .primal-drop__title::before {
  background-image: url(../img/common/header/nav/ico--drop-03.webp);
}
.primal-drop.primal--03 .primal-drop__title::after {
  background-image: url(../img/common/header/nav/ico--03.svg);
}

/*ヘッダーインフォ*/
.header-info {
  position: fixed;
  background: rgba(163, 177, 181, 0.61);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 283px;
  top: 0;
  right: 22px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: solid 1px rgba(255, 255, 255, 0.22);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.header-info__title {
  text-align: center;
  letter-spacing: 1.12px;
  height: 55px;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .header-info {
    display: none;
  }
}

.header-info-main {
  display: none;
  margin-top: 13px;
  padding: 20px 20px 40px;
}
.header-info-main__content {
  margin-bottom: 40px;
}
.header-info-main__content dt {
  font-size: 0.94rem;
  padding-left: 20px;
  background-image: url(../img/common/header/info/ico--01.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 18px;
}
.header-info-main__tel {
  font-size: 1.44rem;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  letter-spacing: 3.45px;
}
.header-info-main__tel:hover {
  color: #fff;
}
.header-info-main__fax {
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 2.1px;
  line-height: 1;
}
.header-info-main__hour {
  border-top: 1px solid #fff;
  text-align: left;
  width: 100%;
  font-size: 0.94rem;
}
.header-info-main__hour tr {
  border-bottom: 1px solid #fff;
}
.header-info-main__hour th {
  width: 60px;
  font-weight: normal;
}
.header-info-main__content.header-info-general dt {
  background-image: url(../img/common/header/info/ico--01.webp);
}
.header-info-main__content.header-info-general .header-info-main__tel {
  margin-bottom: 0px;
}
.header-info-main__content.header-info-patient dt {
  background-image: url(../img/common/header/info/ico--02.webp);
}
.header-info-main__content.header-info-patient dd {
  border-bottom: 1px solid #fff;
}
.header-info-main__content.header-info-clinic dt {
  background-image: url(../img/common/header/info/ico--03.webp);
}
.header-info-main.active {
  display: block;
}

.page-evt .header-site-name a {
  background-image: url(../img/common/header/log--sitename-evt.svg);
}
.page-evt .header-nav-list > li > a {
  color: #29293d;
}

.nav-tag {
  width: 56px;
  height: 20px;
  font-size: 0.75rem;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  color: #FFFFFF;
}
.nav-tag__new {
  background-color: rgba(255, 0, 0, 0.66);
}
@media screen and (max-width: 699px) {
  .nav-tag {
    width: 40px;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

.footer {
  padding-top: 530px;
  background: url(../img/common/footer/bgi--01.webp) top center no-repeat;
  background-size: 100% auto;
}
.footer__inner {
  background: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 0;
}
.footer .breadcrumb {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.footer .breadcrumb::after {
  content: none;
}
.footer.footer-evt {
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 699px) {
  .footer {
    padding-top: 194px;
    background-size: auto 194px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__inner {
    padding-top: 36px;
  }
  .footer .breadcrumb {
    display: none;
  }
  .footer.footer-evt {
    background: url(../img/evt/common/bgi--01.webp) bottom center no-repeat, #e0e0e0;
    background-size: 100% 1135px;
    position: relative;
    z-index: 1;
  }
  .footer.footer-evt::after {
    content: "";
    width: 100%;
    height: 430px;
    background: url(../img/evt/common/bgi--02-sp.webp) bottom center no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.67;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
}

/* フッターナビ */
.footer-nav {
  padding-top: 90px;
}
@media screen and (max-width: 699px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 98px;
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}
.footer-nav-main::after {
  content: "";
  background-color: #edf3f5;
  border-radius: 8px;
  width: 1300px;
  height: 432px;
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  display: block;
}
.footer-nav-main dt {
  font-size: 1.25rem;
  background: url(../img/common/mark/ico--cross.svg) center left no-repeat;
  background-size: 44px 44px;
  padding: 7px 0px 7px 65px;
  margin-bottom: 15px;
}
.footer-nav-main__list {
  list-style: none;
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
.footer-nav-main__list li {
  border-bottom: 1px solid #D9D9D9;
}
.footer-nav-main__list a {
  padding: 10px 0px;
  width: 100%;
  display: block;
}
.footer-nav-main__list a.btn-txt {
  color: #333333;
}
.footer-nav-main__list a:hover {
  color: #0096C7;
}

.footer-nav-main--01 dt {
  background-image: url(../img/common/mark/ico--cross.svg);
}

.footer-nav-main--02 dt {
  background-image: url(../img/common/mark/ico--hospital.svg);
}

.footer-nav-main--03 dt {
  background-image: url(../img/common/mark/ico--wheelchair.svg);
  background-size: 49px 38px;
}

.footer-nav-sub {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  font-size: 0.94rem;
  list-style: none;
  margin-bottom: 40px;
}
.footer-nav-sub a {
  text-decoration: none;
  color: #333333;
}
.footer-nav-sub a:hover {
  color: #0096C7;
}
@media screen and (max-width: 699px) {
  .footer-nav-sub {
    display: none;
  }
}

.btn-recruitment {
  display: block;
  position: relative;
  width: 300px;
  height: 87px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 38px;
}
.btn-recruitment .btn-toggle, .btn-recruitment .btn-toggle-w {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 699px) {
  .btn-recruitment {
    width: 100%;
    height: 92px;
  }
}

/* フッター　会社情報 */
.footer-site-name {
  margin-bottom: 50px;
}
.footer-site-name__lede {
  font-size: 0.94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  margin-bottom: 12px;
}
.footer-site-name__lede::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-left: 27px;
}
@media screen and (max-width: 699px) {
  .footer-site-name {
    margin-top: 46px;
    margin-bottom: 120px;
    text-align: center;
  }
  .footer-site-name__lede {
    text-align: center;
    display: block;
    font-size: 0.87rem;
  }
  .footer-site-name__lede::after {
    content: none;
  }
}

.footer-address {
  font-size: 0.81rem;
  padding-bottom: 50px;
}
.footer-address address {
  font-style: normal;
}
.footer-address a {
  color: #333333;
}
.footer-address a.tel {
  text-decoration: none;
  cursor: default;
}
.footer-address a.footer-address__map {
  font-size: 0.81rem;
  color: #FAFEFF;
  background: #333333;
  width: 47px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .footer-address {
    display: none;
  }
}

/* フッター　お問い合わせ */
.footer-contact {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 78px;
}
.footer-contact img {
  display: block;
  margin-right: 22px;
}
@media screen and (max-width: 699px) {
  .footer-contact {
    margin-bottom: 50px;
  }
  .footer-contact img {
    margin: 0 auto 12px;
  }
}

.footer-contact-section {
  padding: 0px 66px;
  line-height: normal;
}
.footer-contact-section + .footer-contact-section {
  border-left: 1px solid #D9D9D9;
}
.footer-contact-section__title {
  font-size: 1.25rem;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}
.footer-contact-section__desc {
  margin-bottom: 14px;
}
.footer-contact-section__tel {
  text-decoration: none;
  color: #333333;
  cursor: default;
  letter-spacing: 5.55px;
  font-size: 2.31rem;
  margin-bottom: 14px;
  display: block;
}
.footer-contact-section__tel:hover {
  color: #333333;
}
.footer-contact-section__week {
  width: 56px;
  display: inline-block;
}
.footer-contact-section__time {
  margin-bottom: 18px;
}
.footer-contact-section__map {
  font-size: 0.81rem;
  color: #FAFEFF;
  background: #333333;
  width: 47px;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.footer-contact-section__map:hover {
  color: #FAFEFF;
  opacity: 0.7;
}
.footer-contact-section:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 699px) {
  .footer-contact-section {
    padding: 0px 28px 37px;
  }
  .footer-contact-section + .footer-contact-section {
    border-left: none;
    border-top: 1px solid #D9D9D9;
  }
  .footer-contact-section__title {
    font-size: 1rem;
  }
  .footer-contact-section__tel {
    font-size: 2.47rem;
    letter-spacing: 4px;
  }
  .footer-contact-section__time {
    font-size: 1.07rem;
    margin-bottom: 12px;
  }
  .footer-contact-section__map {
    font-size: 0.87rem;
  }
  .footer-contact-section:last-of-type {
    padding: 34px 28px 0px;
  }
}

/* コピーライト */
/*.copy {
display: block;
	background: #34261F;
	text-align:center;
	line-height: 30px;
	color: #fff;
}*/
.footer-evt {
  padding-top: 80px;
}
.footer-evt__inner {
  background: url(../img/evt/common/bgi--01.webp) bottom center no-repeat;
  background-color: #e0e0e0;
  background-size: 100% 1097px;
  position: relative;
}
.footer-evt__inner::before {
  content: "";
  width: 100%;
  height: 526px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 224, 224, 0)), color-stop(75%, rgba(224, 224, 224, 0.97)), to(#e0e0e0));
  background-image: linear-gradient(to top, rgba(224, 224, 224, 0) 0%, rgba(224, 224, 224, 0.97) 75%, #e0e0e0 100%);
  position: absolute;
  top: 540px;
  left: 0;
  z-index: 0;
}
.footer-evt__inner::after {
  content: "";
  width: 1055px;
  height: 1050px;
  background: url(../img/evt/common/bgi--02.webp) center center no-repeat;
  background-size: contain;
  bottom: -400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.footer-evt .footer__inner {
  background-color: rgba(250, 254, 255, 0.82);
  -webkit-backdrop-filter: blur(8.2px);
          backdrop-filter: blur(8.2px);
  padding-top: 0;
}
.footer-evt .footer-contact {
  margin-bottom: 390px;
}
.footer-evt .footer-contact-section {
  padding: 0px 53px;
}
.footer-evt .footer-contact-section:last-of-type {
  padding-right: 80px;
}
.footer-evt .breadcrumb {
  border-top: 1px solid #fff;
  border-bottom: none;
}
@media screen and (max-width: 699px) {
  .footer-evt {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .footer-evt__inner {
    padding: 0px 20px 20px;
    background: none;
  }
  .footer-evt__inner::after {
    content: none;
  }
  .footer-evt__inner::before {
    top: auto;
    bottom: 380px;
  }
  .footer-evt .footer-contact {
    margin-bottom: 50px;
  }
  .footer-evt .footer-contact-section {
    padding: 0px 20px;
  }
  .footer-evt .footer-contact-section:first-of-type {
    padding-bottom: 37px;
  }
  .footer-evt .footer-contact-section:last-of-type {
    padding-right: 20px;
    padding-top: 37px;
  }
  .footer-evt .footer-site-name {
    margin-bottom: 0;
  }
  .footer-evt .footer__inner {
    padding: 0px 20px 156px;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  position: fixed;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: solid 1px rgba(255, 255, 255, 0.37);
  background-color: rgba(109, 155, 167, 0.81);
  width: calc(100% - 20px);
  right: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 10px);
  overflow-y: auto;
  -webkit-transform: translateY(calc(100% - 115px));
          transform: translateY(calc(100% - 115px));
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 66px 20px 20px;
  box-sizing: border-box;
}
.global-nav .btn-top {
  border-radius: 4px;
  border: solid 1px rgba(250, 254, 255, 0.23);
  background-color: rgba(250, 254, 255, 0.86);
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  font-size: 0.75rem;
  margin-bottom: 35px;
}
@media screen and (min-width: 699px) {
  .global-nav {
    display: none;
  }
}

.global-nav-main {
  display: none;
  margin-top: 13px;
}
.global-nav-main__menu {
  border-radius: 4px;
  border: solid 1px rgba(250, 254, 255, 0.23);
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.global-nav-main__menu dt {
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 22px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.global-nav-main__menu dt img {
  margin-right: 20px;
}
.global-nav-main__menu dt.active .global-nav-main__icon span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-nav-main__menu dt.active .global-nav-main__icon span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.global-nav-main__menu dd {
  display: none;
}
.global-nav-main__menu dd.active {
  display: block;
}
.global-nav-main__menu::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color-burn;
  border-radius: 4px;
}
.global-nav-main__menu::after {
  content: "";
  width: 74px;
  height: 87px;
  position: absolute;
  mix-blend-mode: color-burn;
  background-size: contain;
  top: -20px;
  left: 10px;
}
.global-nav-main__menu.main-menu-medical::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#72cfff), to(#72cfff));
  background-image: linear-gradient(to top, #72cfff, #72cfff);
}
.global-nav-main__menu.main-menu-medical::after {
  background: url(../img/common/global-nav/ico--drop-01.svg) top left no-repeat;
}
.global-nav-main__menu.main-menu-about::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#33A6E3), to(#33A6E3));
  background-image: linear-gradient(to top, #33A6E3, #33A6E3);
}
.global-nav-main__menu.main-menu-about::after {
  background: url(../img/common/global-nav/ico--drop-02.svg) top left no-repeat;
}
.global-nav-main__menu.main-menu-care::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2CCFE5), to(#2CCFE5));
  background-image: linear-gradient(to top, #2CCFE5, #2CCFE5);
}
.global-nav-main__menu.main-menu-care::after {
  background: url(../img/common/global-nav/ico--drop-03.svg) top left no-repeat;
}
.global-nav-main__menu.active.main-menu-medical::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(114, 207, 255, 0)), to(#72cfff));
  background-image: linear-gradient(to top, rgba(114, 207, 255, 0) 40%, #72cfff);
}
.global-nav-main__menu.active.main-menu-about::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(51, 166, 227, 0)), to(#33A6E3));
  background-image: linear-gradient(to top, rgba(51, 166, 227, 0) 40%, #33A6E3);
}
.global-nav-main__menu.active.main-menu-care::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(44, 207, 229, 0)), to(#2CCFE5));
  background-image: linear-gradient(to top, rgba(44, 207, 229, 0) 40%, #2CCFE5);
}
.global-nav-main__title-ja {
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.global-nav-main__title-en {
  font-size: 0.8rem;
  z-index: 1;
  position: relative;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.global-nav-main__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 22px;
  top: 50px;
}
.global-nav-main__icon span {
  height: 1px;
  width: 30px;
  border-radius: 7px;
  background-color: #d9d9d9;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-nav-main__icon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.global-nav-main__icon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global-nav-main__list {
  list-style: none;
  position: relative;
}
.global-nav-main__list li {
  border-bottom: 1px solid rgba(249, 253, 255, 0.3);
}
.global-nav-main__list a {
  color: #FAFEFF;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.global-nav-main__list a .btn-toggle, .global-nav-main__list a .btn-toggle-w {
  top: 25px;
  right: 10px;
  position: absolute;
}
.global-nav-main .header-info-main__content dt {
  font-size: 1rem;
}
.global-nav-main .header-info-main__tel {
  font-size: 2.47rem;
  letter-spacing: 4px;
}
.global-nav-main .header-info-main__hour {
  font-size: 1rem;
}

.global-nav.active {
  top: 10px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.global-nav.active .global-nav-main {
  display: block;
  opacity: 1;
}

.global-nav-sub {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.global-nav-sub li {
  border-bottom: 1px solid rgba(249, 253, 255, 0.3);
}
.global-nav-sub a {
  color: #FAFEFF;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.global-nav-sub a .btn-toggle, .global-nav-sub a .btn-toggle-w {
  top: 25px;
  right: 10px;
  position: absolute;
}

/* ローカルナビの設定 */
.side-nav {
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 0px 38px 24px;
  z-index: 1;
  -webkit-backdrop-filter: blur(9.6px);
          backdrop-filter: blur(9.6px);
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.57);
  margin-left: -24px;
}
.side-nav__list {
  list-style: none;
  font-size: 0.94rem;
}
.side-nav__list li {
  padding: 2px 0px;
}
.side-nav__list a {
  position: relative;
  text-decoration: none;
  color: #999999;
  padding: 5px 0px 5px 20px;
  letter-spacing: 0.75px;
}
.side-nav__list a::before {
  content: "";
  width: 2px;
  height: 33px;
  background-color: #999999;
  position: absolute;
  left: 0;
  top: 0;
}
.side-nav__list a.active, .side-nav__list a:hover {
  color: #0077B6;
}
.side-nav__list a.active::before, .side-nav__list a:hover::before {
  background-color: #0077B6;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
/*.page-title{
	padding:15px;
	margin-bottom:20px;
	border-bottom: 3px solid $color--site-main;
	color: $color--site-main;
}*/
/* 見出し */
/*.title-lv1{
	background: #EAE6D0;
	padding:10px;
	margin-bottom:15px;
	color: $color--site-main;
}
.title-lv2{
	padding:0 0 0 5px;
	border-left: 3px solid $color--site-main;
	margin-bottom:5px;
	color: $color--site-main;
}*/
.title-lv3 {
  font-size: 1.19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-lv3::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #333333;
  margin-right: 9px;
}

/* 汎用見出し */
.title-other-01 {
  font-size: 1.19rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
  letter-spacing: 1.33px;
}
.title-other-01::before {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #333;
  margin-right: 9px;
  display: block;
  margin-top: 17px;
}

/*.title-other-01{
	background: #EAE6D0;
	padding:3px 10px;
	margin-bottom:5px;
	color: $color--site-main;
}
.title-other-02{
	padding:0px 10px;
	border-bottom: 1px dashed $color--site-sub;
	margin-bottom:5px;
	color: $color--site-main;
}*/
/*セクションタイトル*/
.section-title {
  padding-top: 14px;
  background: url(../img/common/mark/ico--med-01.webp) top left no-repeat;
  background-size: 36px 43px;
  /*&::before{
  	content: "";
  	background: url(../img/common/mark/ico--med-01.webp) top left no-repeat;
  	background-size:contain;
  	width: 36px;
  	height: 43px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	display: block;
  	mix-blend-mode: multiply;
  }*/
}
.section-title__ja {
  font-size: 1.88rem;
  letter-spacing: 2px;
  margin-bottom: 4px;
  line-height: normal;
}
.section-title__ja span {
  font-size: 1.25rem;
  margin-left: 8px;
}
.section-title__en {
  font-size: 0.88rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .section-title__ja {
    font-size: 1.53rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .section-title__en {
    font-size: 0.93rem;
  }
}

.section-title--02 {
  padding-left: 74px;
  background: url(../img/common/mark/ico--cross.svg) center left no-repeat;
  background-size: 50px 50px;
  padding-top: 5px;
}
@media screen and (max-width: 699px) {
  .section-title--02 {
    padding-left: 50px;
    background-size: 38px 38px;
    background-position: top 10px left;
  }
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
}
.table-ptn--01 th {
  background: #F0F7FF;
  border: 1px solid #C7C7C7;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.06rem;
  font-weight: normal;
}
.table-ptn--01 th.active {
  background: #D3E1F0;
}
.table-ptn--01 td {
  border: 1px solid #C7C7C7;
  padding: 16px 30px;
}
.table-ptn--01 tbody tr:nth-of-type(2n) th {
  background: #D3E1F0;
}
@media (max-width: 699px) {
  .table-ptn--01 th {
    padding: 10px;
  }
  .table-ptn--01 td {
    padding: 10px;
  }
}

.table-ptn--02 {
  width: 100%;
}
.table-ptn--02 th {
  background: #F0F7FF;
  border: 1px solid #C7C7C7;
  padding: 12px 45px;
  font-weight: normal;
}
.table-ptn--02 td {
  border: 1px solid #C7C7C7;
  padding: 14px 25px;
}
@media screen and (max-width: 699px) {
  .table-ptn--02 th {
    padding: 10px;
  }
  .table-ptn--02 td {
    padding: 10px;
  }
}

.table-ptn--03 {
  width: 100%;
}
.table-ptn--03 th {
  background: #F0F7FF;
  border: 1px solid #C7C7C7;
  padding: 16px 24px;
  font-weight: normal;
}
.table-ptn--03 td {
  border: 1px solid #C7C7C7;
  padding: 16px;
}
@media screen and (max-width: 699px) {
  .table-ptn--03 th {
    padding: 10px;
  }
  .table-ptn--03 td {
    padding: 10px;
  }
}

.table-ptn--04 {
  width: 100%;
}
.table-ptn--04 tr {
  border-bottom: 1px solid #C7C7C7;
}
.table-ptn--04 th {
  padding: 12px 0px;
  width: 190px;
  font-weight: normal;
}
.table-ptn--04 td {
  padding: 12px 30px 12px 0px;
}
@media screen and (max-width: 699px) {
  .table-ptn--04 th {
    padding: 10px 0px;
    width: auto;
    white-space: nowrap;
  }
  .table-ptn--04 td {
    padding: 10px;
  }
}

.table-ptn--05 {
  width: 100%;
}
.table-ptn--05 tr {
  border-bottom: 1px solid #C7C7C7;
}
.table-ptn--05 th {
  padding: 40px 0px;
  width: 190px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}
.table-ptn--05 td {
  padding: 40px 30px 40px 0px;
}
@media screen and (max-width: 699px) {
  .table-ptn--05 th {
    width: auto;
    padding: 10px 0px;
  }
  .table-ptn--05 td {
    padding: 10px 0px 10px 10px;
  }
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
/*.btn{
	display: inline-block;
	padding: 8px 18px;
	border-radius: 3px;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6)
}
.btn--full{
	display: block;
	padding: 12px 0;
	border-radius: 3px;
	text-align: center;
}
.btn--main{
	background: $color--site-main;
	color: #fff;
	text-decoration: none;
}
.btn--orange{
	background: #E7590D;
	color: #fff;
	text-decoration: none;
}
.btn--white{
	background: #fff;
	border: 2px solid $color--site-main;
	text-decoration: none;
	color: $color--site-main;
}*/
.btn-txt {
  color: #0096C7;
  letter-spacing: 0.32px;
  text-decoration: none;
  position: relative;
}
.btn-txt .btn-toggle, .btn-txt .btn-toggle-w {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-txt:hover {
  color: #0077B6;
  text-decoration: underline;
}

.btn-detail, .article-nav li:nth-child(3) a {
  color: #0096C7;
  padding: 4px 10px;
  border-radius: 30px;
  border: solid 1px #0096C7;
  background-color: #fafeff;
  width: 194px;
  height: 41px;
  letter-spacing: 0.32px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.btn-detail:hover, .article-nav li:nth-child(3) a:hover {
  background-color: #0096C7;
  color: #fafeff;
}

.btn-toggle, .btn-toggle-w {
  width: 30px;
  height: 8px;
  border-radius: 10px;
  background-color: #d9d9d9;
  display: inline-block;
  position: relative;
}
.btn-toggle::before, .btn-toggle-w::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0096C7;
  border-radius: 50%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}

a:hover .btn-toggle, a:hover .btn-toggle-w,
button:hover .btn-toggle,
button:hover .btn-toggle-w {
  background-color: #cbe8f1;
}
a:hover .btn-toggle::before, a:hover .btn-toggle-w::before,
button:hover .btn-toggle::before,
button:hover .btn-toggle-w::before {
  left: 22px;
}

.btn-toggle-w {
  background-color: #fff;
}

.btn-evt {
  width: 380px;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #5642F9;
  border: 1px solid #5642F9;
  font-size: 1.06rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 14px 0px;
}
.btn-evt:hover {
  text-decoration: none;
  color: #5642F9;
  opacity: 0.7;
}
@media screen and (max-width: 699px) {
  .btn-evt {
    width: 100%;
  }
}

.btn-gray {
  height: 67px;
  padding: 15px 28px;
  border-radius: 8px;
  border: solid 1px #0096c7;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  font-size: 1.19rem;
  letter-spacing: 1.33px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-gray .btn-toggle, .btn-gray .btn-toggle-w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.btn-gray span {
  font-size: 1rem;
}

.btn-pink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  color: #FAFEFF;
  background: #F55A89;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 0.81rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-pink:hover {
  color: #FAFEFF;
  opacity: 0.7;
}

.btn-green {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  color: #FAFEFF;
  background: #90CD74;
  border-radius: 3px;
  padding: 7px 15px;
  font-size: 0.81rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-green:hover {
  color: #FAFEFF;
  opacity: 0.7;
}

.btn-map {
  font-size: 0.81rem;
  color: #FAFEFF;
  background: #333333;
  width: 47px;
  height: 22px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn-map:hover {
  color: #FAFEFF;
  opacity: 0.7;
}

.pdf-download, .btn-notice {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9.2px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 9.2px 1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 340px;
}
.pdf-download a, .btn-notice a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
  padding: 50px 20px 20px 28px;
}
.pdf-download a:hover .facility-overview-download__icon, .btn-notice a:hover .facility-overview-download__icon {
  background-image: url(../img/common/mark/vec--cir-lb.svg);
}
.pdf-download__title {
  font-size: 1.25rem;
  display: block;
}
.pdf-download__title-en {
  letter-spacing: 1.95px;
  font-size: 0.81rem;
  display: block;
  letter-spacing: 1.95px;
  margin-left: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pdf-download__icon {
  background: url(../img/common/mark/vec--cir-pk.svg) center center no-repeat;
  background-size: contain;
  width: 71px;
  height: 67px;
  position: absolute;
  top: -34px;
  left: 24px;
}
.pdf-download__icon::before {
  content: "";
  background: url(../img/common/mark/ico--pdf.svg) center center no-repeat;
  background-size: contain;
  width: 31px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 699px) {
  .pdf-download, .btn-notice {
    width: 100%;
  }
}
.pdf-download .btn-toggle, .btn-notice .btn-toggle, .pdf-download .btn-toggle-w, .btn-notice .btn-toggle-w {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体のテキストの設定
*/
.txt-ptn-s {
  font-size: 0.94rem;
  line-height: 2;
  letter-spacing: -0.45px;
}

.txt-ptn-column {
  font-size: 0.94rem;
  line-height: 1.67;
  letter-spacing: 0.3px;
}

.txt-ptn-table, .table-ptn--01, .table-ptn--02, .table-ptn--03, .table-ptn--04 {
  font-size: 1.06rem;
  line-height: 1.65;
  letter-spacing: 1.19px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article-nav {
  position: relative;
  margin-bottom: 80px;
}
.article-nav li {
  width: 30%;
  font-size: 1.13rem;
  list-style: none;
}
.article-nav li a {
  color: #0096C7;
  text-decoration: none;
  display: inline-block;
}
.article-nav li:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0;
}
.article-nav li:nth-child(1) a {
  position: relative;
  padding-left: 20px;
}
.article-nav li:nth-child(1) a::before {
  content: "<";
  display: block;
  position: absolute;
  left: 0;
}
.article-nav li:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
}
.article-nav li:nth-child(2) a {
  position: relative;
  padding-right: 20px;
}
.article-nav li:nth-child(2) a::before {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
}
.article-nav li:nth-child(3) {
  margin: 0 auto;
}
.article-nav li:nth-child(3) a {
  /*border:1px solid #010101;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
  padding: 23px;*/
}
@media screen and (max-width: 700px) {
  .article-nav li:nth-child(1), .article-nav li:nth-child(2) {
    width: 50%;
  }
  .article-nav li:nth-child(3) {
    padding-top: 100px;
    width: 100%;
  }
  .article-nav li:nth-child(3) a {
    width: 100%;
  }
}

.article-tag {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.article-tag .news-category {
  width: auto;
}

.article-time {
  float: left;
  margin-right: 30px;
}

.article-content {
  margin: 80px 0px;
}

/* ページネーションの設定 */
.pagination {
  margin-bottom: 80px;
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #0096C7;
}
.pagination a {
  border: 1px solid #0096C7;
}
.pagination a:hover {
  background-color: #0096C7;
  border: 1px solid #0096C7;
  color: #fff;
}
.pagination .current {
  background-color: #0096C7;
  border: 1px solid #0096C7;
  color: #fff;
}

.news-category {
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 170px;
}
.news-category::before {
  content: "";
  background-color: #8AEAFF;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
}
.news-category.notice::before {
  background-color: #FF8AAD;
}
.news-category.important::before {
  background-color: #B68AFF;
}

/*
	病院紹介のアイテムの設定
*/
.catch.catch-group {
  background-image: url(../img/hospital/index/pic--catch.webp);
}
.catch.catch-group .catch-icon::before {
  background-image: url(../img/hospital/index/ico--catch.svg);
}
.catch.catch-group .catch-icon::after {
  background-image: url(../img/hospital/index/ico--catch-bg.webp);
}
@media screen and (max-width: 699px) {
  .catch.catch-group {
    background-image: url(../img/hospital/index/pic--catch-sp.webp);
  }
}
.catch.catch-oasis {
  background-image: url(../img/hospital/oasis/pic--catch.webp);
}
.catch.catch-oasis .catch-icon::before {
  background-image: url(../img/hospital/oasis/ico--catch.svg);
}
.catch.catch-oasis .catch-icon::after {
  background-image: url(../img/hospital/oasis/ico--catch-bg.webp);
}
@media screen and (max-width: 699px) {
  .catch.catch-oasis {
    background-image: url(../img/hospital/oasis/pic--catch-sp.webp);
  }
}
.catch.catch-oasis2 {
  background-image: url(../img/hospital/oasis2/pic--catch.webp);
}
.catch.catch-oasis2 .catch-icon::before {
  background-image: url(../img/hospital/oasis2/ico--catch.svg);
}
.catch.catch-oasis2 .catch-icon::after {
  background-image: url(../img/hospital/oasis2/ico--catch-bg.webp);
}
@media screen and (max-width: 699px) {
  .catch.catch-oasis2 {
    background-image: url(../img/hospital/oasis2/pic--catch-sp.webp);
  }
}
.catch.catch-nanohana {
  background-image: url(../img/hospital/nanohana/pic--catch.webp);
}
.catch.catch-nanohana .catch-icon::before {
  background-image: url(../img/hospital/nanohana/ico--catch.svg);
}
.catch.catch-nanohana .catch-icon::after {
  background-image: url(../img/hospital/nanohana/ico--catch-bg.webp);
}
@media screen and (max-width: 699px) {
  .catch.catch-nanohana {
    background-image: url(../img/hospital/nanohana/pic--catch-sp.webp);
  }
}
.catch.catch-inst {
  background-image: url(../img/hospital/institution/pic--catch.webp);
}
.catch.catch-inst .catch-icon::before {
  background-image: url(../img/hospital/institution/ico--catch.svg);
  top: 40px;
}
.catch.catch-inst .catch-icon::after {
  background-image: url(../img/hospital/institution/ico--catch-bg.webp);
}
@media screen and (max-width: 699px) {
  .catch.catch-inst {
    background-image: url(../img/hospital/institution/pic--catch-sp.webp);
  }
}
.catch.catch-sitemap .catch-icon::before {
  background-image: url(../img/sitemap/ico--catch.svg);
  top: 40px;
}
.catch.catch-privacy .catch-icon::before {
  background-image: url(../img/privacy/ico--catch.svg);
  top: 40px;
}

.page-group .section-title {
  background-image: url(../img/common/mark/vec--drop-04.webp);
  margin-bottom: 50px;
}

.page-oasis .section-title {
  background-image: url(../img/common/mark/vec--drop-06.webp);
}

.page-oasis2 .section-title {
  background-image: url(../img/common/mark/vec--drop-11.webp);
}

.page-nanohana .section-title {
  background-image: url(../img/common/mark/vec--drop-04.webp);
}

.page-inst .section-title {
  background-image: url(../img/common/mark/vec--drop-08.webp);
}

/*善昭会紹介*/
.group-concept {
  margin-bottom: 100px;
}
.group-concept__lede {
  letter-spacing: 2.1px;
  font-size: 1.88rem;
  margin-bottom: 45px;
}
.group-concept__content {
  line-height: 2;
  letter-spacing: -0.16px;
  width: 502px;
}
@media screen and (max-width: 699px) {
  .group-concept__content {
    width: 100%;
  }
  .group-concept__lede {
    font-size: 1.33rem;
    margin-bottom: 30px;
  }
}

.group-philosophy {
  margin-bottom: 100px;
}

.group-philosophy-3s dt {
  font-size: 1.94rem;
  letter-spacing: 4.65px;
}
.group-philosophy-3s dt span {
  font-size: 1.25rem;
  margin-left: 22px;
  letter-spacing: 1.4px;
}
.group-philosophy-3s dd {
  font-size: 1.19rem;
  line-height: 2.1;
  letter-spacing: -0.19px;
  margin-bottom: 47px;
}
.group-philosophy-3s dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 699px) {
  .group-philosophy-3s dt span {
    font-size: 1.2rem;
  }
  .group-philosophy-3s dd {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

.group-outline {
  margin-bottom: 55px;
}
.group-outline .table-ptn--03 th {
  white-space: nowrap;
}
@media screen and (max-width: 699px) {
  .group-outline {
    margin-bottom: 100px;
  }
}

.group-history {
  margin-bottom: 255px;
}
@media screen and (max-width: 699px) {
  .group-history {
    margin-bottom: 100px;
  }
}

/* 病院ページ */
.hospital-overview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 95px;
}
.hospital-overview .section-title {
  margin-bottom: 35px;
}
.hospital-overview__content {
  width: 540px;
}
.hospital-overview__image {
  width: 498px;
  padding-top: 10px;
}
.hospital-overview__number {
  margin-top: 30px;
  width: 440px;
  background-color: #F0F7FF;
  padding: 24px 26px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .hospital-overview {
    margin-bottom: 100px;
  }
  .hospital-overview .section-title {
    margin-bottom: 50px;
  }
  .hospital-overview__content {
    width: 100%;
  }
  .hospital-overview__image {
    width: 100%;
  }
  .hospital-overview__number {
    width: 100%;
    padding: 15px;
  }
}

.hospital-outpatient {
  margin-bottom: 110px;
}
.hospital-outpatient .section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .hospital-outpatient {
    margin-bottom: 100px;
  }
}

.hospital-bring {
  padding-left: 77px;
  letter-spacing: -0.16px;
}
.hospital-bring .title-other-01 {
  margin-bottom: 15px;
}
.hospital-bring__inner {
  margin-right: calc(704px - 50vw);
  padding-right: calc(50vw - 654px);
  background-color: #F0F7FF;
  padding-top: 53px;
  padding-left: 53px;
  padding-bottom: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-bring__image {
  margin-right: -111px;
  margin-bottom: 35px;
}
.hospital-bring__caution {
  margin: 23px 0px 30px 18px;
  padding: 24px 0px 33px;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
.hospital-bring__note {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-left: 18px;
  padding: 25px 26px 32px 35px;
  color: #0096C7;
}
.hospital-bring__content {
  margin-left: 18px;
}
@media screen and (max-width: 699px) {
  .hospital-bring {
    padding-left: 0;
  }
  .hospital-bring__inner {
    margin: 0;
    padding: 15px;
  }
  .hospital-bring__image {
    margin: 0px 0px 30px;
  }
  .hospital-bring__caution {
    padding: 15px 0px;
    margin: 15px 0px;
  }
  .hospital-bring__note {
    margin: 15px 0px;
    padding: 15px;
  }
  .hospital-bring__content {
    margin-left: 0;
  }
}

.hospital-bring-list {
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  margin-left: 18px;
}
.hospital-bring-list li {
  text-align: center;
  line-height: 1;
}
.hospital-bring-list li span {
  font-size: 0.88rem;
}
.hospital-bring-list li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.hospital-bring-list li:nth-of-type(2) {
  border-right: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
}
@media screen and (max-width: 699px) {
  .hospital-bring-list {
    margin: 0px 0px 30px;
  }
  .hospital-bring-list li img {
    width: 50px;
    height: 50px;
  }
}

.hospital-hours {
  margin-bottom: 110px;
}
.hospital-hours .section-title {
  margin-bottom: 48px;
}
.hospital-hours .table-ptn--01 {
  margin-bottom: 18px;
}
.hospital-hours .table-ptn--01 tbody th {
  width: 156px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 699px) {
  .hospital-hours {
    margin-bottom: 100px;
  }
  .hospital-hours .table-ptn--01 tbody th {
    width: auto;
    white-space: nowrap;
  }
}

.hospital-dept {
  margin-bottom: 95px;
}
.hospital-dept .section-title {
  margin-bottom: 40px;
}
.hospital-dept .table-ptn--02 tr td:first-of-type {
  white-space: nowrap;
}
.hospital-dept .table-ptn--02 tbody th {
  background-color: transparent;
  white-space: nowrap;
  width: 250px;
}
.hospital-dept .table-ptn--01 .pc-row, .hospital-dept .table-ptn--01 .inst-emargency-contact__contact, .hospital-dept .table-ptn--01 .sitemap-nav-sub, .hospital-dept .table-ptn--01 .sitemap-nav-main, .hospital-dept .table-ptn--01 .hospital-director__inner, .hospital-dept .table-ptn--01 .hospital-parking__photo, .hospital-dept .table-ptn--01 .hospital-fee__content, .hospital-dept .table-ptn--01 .footer-nav-main, .hospital-dept .table-ptn--01 .footer-nav-sub, .hospital-dept .table-ptn--01 .footer-address, .hospital-dept .table-ptn--01 .footer-contact, .hospital-dept .table-ptn--01 .hospital-overview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 699px) {
  .hospital-dept {
    margin-bottom: 100px;
  }
  .hospital-dept .table-ptn--02 tr td:first-of-type {
    width: 50%;
    white-space: normal;
  }
  .hospital-dept .table-ptn--02 tbody th {
    width: 50%;
    white-space: normal;
  }
}

.hospital-daycare {
  margin-bottom: 95px;
}
.hospital-daycare .section-title {
  margin-bottom: 40px;
}
.hospital-daycare__lede {
  font-size: 1.14rem;
  margin-bottom: 70px;
}
.hospital-daycare .pdf-download__icon::before {
  background: url(../img/hospital/oasis2/daycare/ico--01.svg) center center no-repeat;
}
@media screen and (max-width: 699px) {
  .hospital-daycare {
    margin-bottom: 100px;
  }
}

.hospital-doctor {
  margin-bottom: 110px;
}
.hospital-doctor .section-title {
  margin-bottom: 40px;
}
.hospital-doctor .table-ptn--01 {
  margin-bottom: 30px;
}
.hospital-doctor .table-ptn--01 tbody th {
  width: 156px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-doctor .table-ptn--01 tbody td {
  width: 474px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hospital-doctor__caution {
  font-size: 1.88rem;
  font-weight: 500;
}
.hospital-doctor__caution span {
  color: #FF0000;
}
@media screen and (max-width: 699px) {
  .hospital-doctor {
    margin-bottom: 100px;
  }
  .hospital-doctor .table-ptn--01 tbody th {
    width: 10%;
  }
  .hospital-doctor .table-ptn--01 tbody td {
    width: 45%;
  }
}

.hospital-fee {
  margin-bottom: 170px;
}
.hospital-fee .section-title {
  margin-bottom: 35px;
}
.hospital-fee__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.hospital-fee__title {
  font-size: 1.19rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 699px) {
  .hospital-fee {
    margin-bottom: 100px;
  }
}

.room-fee-table, .special-room-table {
  width: 100%;
}
.room-fee-table th, .special-room-table th, .room-fee-table td, .special-room-table td {
  border: 1px solid #C7C7C7;
}
.room-fee-table thead th, .special-room-table thead th {
  background-color: #F0F7FF;
  padding: 10px 20px;
}
.room-fee-table tbody td, .special-room-table tbody td {
  padding: 15px 18px;
}
.room-fee-table tbody td:nth-of-type(2), .special-room-table tbody td:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 699px) {
  .room-fee-table, .special-room-table {
    margin-bottom: 20px;
  }
}

.special-room-table {
  margin-bottom: 20px;
}
.special-room-table thead th {
  background-color: #7CADE6;
  color: #FAFEFF;
}

.special-room__note {
  background-color: #D0F4FF;
  border-radius: 8px;
  padding: 20px 25px;
  color: #0592C0;
  font-size: 1.13rem;
  margin-bottom: 20px;
}
.special-room__caution {
  font-size: 1.13rem;
}
@media screen and (max-width: 699px) {
  .special-room__note {
    padding: 20px 15px;
  }
}

.hospital-checkup {
  padding-top: 128px;
  padding-bottom: 105px;
  background: url(../img/hospital/oasis/checkup/bgi--01.webp) top center no-repeat, #EDF3F5;
  background-size: 100% auto;
  margin-bottom: 150px;
}
.hospital-checkup .section-title {
  margin-bottom: 73px;
}
.hospital-checkup__content {
  width: 690px;
  margin-bottom: 87px;
}
.hospital-checkup__note {
  border-radius: 4px;
  background-color: #f8f6ef;
  padding: 22px 36px 30px;
  margin-bottom: 30px;
}
@media (max-width: 699px) {
  .hospital-checkup {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
  .hospital-checkup .section-title {
    margin-bottom: 50px;
  }
  .hospital-checkup__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .hospital-checkup__note {
    padding: 30px 15px;
  }
}

.hospital-checkup-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 30px 350px 30px 350px;
  grid-template-columns: repeat(3, 350px);
  grid-gap: 26px 30px;
  margin-bottom: 70px;
}
.hospital-checkup-list__item {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.11);
  background-color: #fafeff;
  border-top: 5px solid #5dd3db;
  padding: 20px 30px 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.hospital-checkup-list__title {
  font-size: 1.38rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.hospital-checkup-list__price {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 60px);
  left: 30px;
  border-top: 1px solid #e8e8e8;
  padding-top: 17px;
  font-size: 1.38rem;
  line-height: 1;
  text-align: right;
}
.hospital-checkup-list__price table {
  width: 100%;
}
.hospital-checkup-list__price table tr {
  height: 48px;
}
.hospital-checkup-list__price table td {
  vertical-align: baseline;
}
.hospital-checkup-list__price .price-tax {
  font-size: 0.94rem;
  width: 145px;
  display: inline-block;
  text-align: left;
}
.hospital-checkup-list__price .price-num {
  font-size: 2.06rem;
  letter-spacing: 2.31px;
}
.hospital-checkup-list__content {
  font-size: 0.94rem;
  line-height: 1.8;
  letter-spacing: -0.45px;
}
@media (max-width: 699px) {
  .hospital-checkup-list {
    display: block;
  }
  .hospital-checkup-list__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .hospital-checkup-list__price {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 20px;
  }
}

.hospital-access {
  margin-bottom: 120px;
}
.hospital-access .section-title {
  margin-bottom: 40px;
}
.hospital-access .pc-row, .hospital-access .inst-emargency-contact__contact, .hospital-access .sitemap-nav-sub, .hospital-access .sitemap-nav-main, .hospital-access .hospital-director__inner, .hospital-access .hospital-parking__photo, .hospital-access .footer-nav-main, .hospital-access .footer-nav-sub, .hospital-access .footer-address, .hospital-access .footer-contact, .hospital-access .hospital-overview, .hospital-access .hospital-fee__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hospital-access__image {
  width: 630px;
}
.hospital-access__content {
  width: 440px;
}
.hospital-access__sub-title {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.hospital-access address {
  font-style: normal;
}
@media screen and (max-width: 699px) {
  .hospital-access {
    margin-bottom: 100px;
  }
  .hospital-access__image {
    width: 100%;
    margin-bottom: 15px;
  }
  .hospital-access__content {
    width: 100%;
  }
  .hospital-access__sub-title {
    font-size: 1.2rem;
  }
}

.hospital-transportation {
  background-color: #F0F7FF;
  margin-top: 65px;
  padding: 11px 26px 34px;
}
.hospital-transportation__title {
  font-size: 1.25rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 699px) {
  .hospital-transportation {
    margin-top: 30px;
    padding: 15px;
  }
  .hospital-transportation__title {
    font-size: 1.2rem;
  }
}

.hospital-parking {
  margin-top: 60px;
}
.hospital-parking__photo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px;
  margin-top: 24px;
}
@media screen and (max-width: 699px) {
  .hospital-parking {
    margin-top: 30px;
  }
  .hospital-parking__photo .col, .hospital-parking__photo .sitemap-nav-main dl, .sitemap-nav-main .hospital-parking__photo dl, .hospital-parking__photo .footer-nav-main dl, .footer-nav-main .hospital-parking__photo dl, .hospital-parking__photo .footer-address address, .footer-address .hospital-parking__photo address, .hospital-parking__photo .hospital-bring-list li, .hospital-bring-list .hospital-parking__photo li {
    margin-bottom: 15px;
  }
}

.hospital-director {
  margin-bottom: 198px;
}
.hospital-director .section-title {
  margin-bottom: 50px;
}
.hospital-director__inner {
  margin-right: calc(704px - 50vw);
  padding-right: calc(50vw - 704px);
  margin-left: 77px;
  background-color: #F0F7FF;
  padding-top: 58px;
  padding-left: 75px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hospital-director__image {
  width: 358px;
}
.hospital-director__content {
  width: 550px;
  padding-top: 10px;
}
.hospital-director__title {
  font-size: 1.19rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.hospital-director__name {
  font-size: 1.56rem;
  line-height: 1;
  margin-bottom: 10px;
}
.hospital-director__name-en {
  font-size: 0.88rem;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 2.1px;
}
.hospital-director__dept {
  margin-bottom: 24px;
}
@media screen and (max-width: 699px) {
  .hospital-director {
    margin-bottom: 100px;
  }
  .hospital-director__inner {
    margin: 0;
    padding: 0;
  }
  .hospital-director__image {
    width: 100%;
  }
  .hospital-director__content {
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.btn-notice {
  width: 395px;
}
.btn-notice__icon {
  background: url(../img/common/mark/vec--cir-bl.svg) center center no-repeat;
  background-size: contain;
  width: 71px;
  height: 67px;
  position: absolute;
  top: -34px;
  left: 24px;
}
.btn-notice__icon::before {
  content: "";
  background: url(../img/common/mark/ico--notice.svg) center center no-repeat;
  background-size: contain;
  width: 38px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 699px) {
  .btn-notice {
    width: 100%;
    margin-bottom: 50px;
  }
}

.hospital-notice {
  margin-bottom: 70px;
}
.hospital-notice .section-title {
  margin-bottom: 40px;
}
.hospital-notice__sub-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.hospital-notice__list {
  width: 100%;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hospital-notice__list li {
  border-bottom: 1px solid #C7C7C7;
  padding: 10px 0px;
}
.hospital-notice .pc-row, .hospital-notice .inst-emargency-contact__contact, .hospital-notice .sitemap-nav-sub, .hospital-notice .sitemap-nav-main, .hospital-notice .footer-nav-main, .hospital-notice .footer-nav-sub, .hospital-notice .footer-address, .hospital-notice .footer-contact, .hospital-notice .hospital-overview, .hospital-notice .hospital-fee__content, .hospital-notice .hospital-parking__photo, .hospital-notice .hospital-director__inner {
  margin-top: 84px;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
}

.hospital-notice-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 3;
}
.hospital-notice-modal__inner {
  background-color: #FFFFFF;
  border: 1px solid #0096C7;
  position: absolute;
  border-radius: 8px;
  width: 877px;
  max-height: 80%;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 58px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.hospital-notice-modal ul {
  list-style: none;
  margin-bottom: 20px;
}
.hospital-notice-modal ul li {
  margin: 10px 0px;
}
.hospital-notice-modal__title {
  font-size: 1.88rem;
  margin-bottom: 30px;
  line-height: 1;
}
.hospital-notice-modal .modalClose {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.hospital-notice-modal .modalClose::before,
.hospital-notice-modal .modalClose::after {
  content: "";
  background-color: #333;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}
.hospital-notice-modal .modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hospital-notice-modal .modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 699px) {
  .hospital-notice-modal__inner {
    width: calc(100% - 30px);
    padding: 30px 15px;
    max-height: 70%;
  }
  .hospital-notice-modal__title {
    font-size: 1.13rem;
  }
}

.hospital-price {
  margin-bottom: 140px;
}
.hospital-price .section-title {
  margin-bottom: 20px;
}
.hospital-price__lede {
  font-size: 1.25rem;
  margin-bottom: 68px;
}

/*プライバシーポリシー*/
.page-privavy .section-title {
  margin-bottom: 30px;
}

/*サイトマップ*/
.sitemap-nav-main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 98px;
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}
.sitemap-nav-main dt {
  font-size: 1.25rem;
  background: url(../img/common/mark/ico--cross.svg) center left no-repeat;
  background-size: 44px 44px;
  padding: 7px 0px 7px 65px;
  margin-bottom: 15px;
}
.sitemap-nav-main__list {
  list-style: none;
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
.sitemap-nav-main__list li {
  border-bottom: 1px solid #D9D9D9;
}
.sitemap-nav-main__list li ul {
  list-style: none;
  margin-left: 30px;
}
.sitemap-nav-main__list li ul li {
  border: none;
}
.sitemap-nav-main__list a {
  padding: 10px 0px;
  width: 100%;
  display: block;
}
.sitemap-nav-main__list a.btn-txt {
  color: #333333;
}
.sitemap-nav-main__list a:hover {
  color: #0096C7;
}
@media screen and (max-width: 699px) {
  .sitemap-nav-main {
    margin-bottom: 30px;
  }
  .sitemap-nav-main::after {
    width: 100%;
  }
  .sitemap-nav-main dt {
    margin-top: 50px;
  }
}

.sitemap-nav-main--01 dt {
  margin-top: 0;
  background-image: url(../img/common/mark/ico--cross.svg);
}

.sitemap-nav-main--02 dt {
  background-image: url(../img/common/mark/ico--hospital.svg);
}

.sitemap-nav-main--03 dt {
  background-image: url(../img/common/mark/ico--wheelchair.svg);
  background-size: 49px 38px;
}

.sitemap-nav-sub {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  font-size: 0.94rem;
  list-style: none;
  margin-bottom: 40px;
}
.sitemap-nav-sub a {
  text-decoration: none;
  color: #333333;
}
.sitemap-nav-sub a:hover {
  color: #0096C7;
}

/*医療機関の方へ*/
.inst-intro {
  background-color: #F8F6EF;
  border-radius: 4px;
  padding: 22px 30px 30px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1.19rem;
  margin-bottom: 74px;
}
@media (max-width: 699px) {
  .inst-intro {
    padding: 20px 15px;
    margin-bottom: 60px;
    font-size: 1rem;
  }
}

.inst-info {
  margin-bottom: 137px;
}
.inst-info .section-title {
  margin-bottom: 36px;
}

.inst-info-flow {
  margin-top: 67px;
}
.inst-info-flow dt {
  font-size: 1.38rem;
}
.inst-info-flow dd {
  margin-bottom: 36px;
}
.inst-info-flow__note {
  background-color: #F8F6EF;
  border-radius: 4px;
  padding: 20px 30px;
  margin-top: 26px;
  display: inline-block;
}
.inst-info-flow .hospital-bring {
  margin-top: 50px;
}
.inst-info-flow .hospital-bring-list {
  margin: 0;
}
.inst-info-flow .hospital-bring-list li {
  padding-top: 35px;
  height: 167px;
  border-right: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inst-info-flow .hospital-bring-list li:nth-of-type(2) {
  border-left: none;
}
.inst-info-flow .hospital-bring-list li:last-of-type {
  border-right: none;
}
@media (max-width: 699px) {
  .inst-info-flow__note {
    padding: 20px 15px;
  }
  .inst-info-flow .hospital-bring-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0px;
  }
  .inst-info-flow .hospital-bring-list li {
    padding-top: 0;
    height: 120px;
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .inst-info-flow .hospital-bring-list li:nth-of-type(2n) {
    border-right: none;
  }
}

.inst-admission {
  margin-bottom: 116px;
}
.inst-admission .section-title {
  margin-bottom: 33px;
}

.inst-admission-list {
  margin-top: 40px;
  width: 100%;
}
.inst-admission-list dt {
  background-color: #F0F7FF;
  font-size: 1.06rem;
  border-bottom: 1px solid #C7C7C7;
  padding: 16px 0px 16px 24px;
}
.inst-admission-list ul {
  list-style: none;
  margin-bottom: 38px;
}
.inst-admission-list ul li {
  font-size: 0.94rem;
  border-bottom: 1px solid #C7C7C7;
  padding: 16px 0px 16px 24px;
}
.inst-admission-list ul li a {
  color: #333333;
}
@media (max-width: 699px) {
  .inst-admission-list ul li {
    padding: 10px;
  }
}

.inst-disease-list {
  background-color: #F8F6EF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 16px 0px 16px 24px;
  margin-top: 16px;
  gap: 20px 0px;
}
.inst-disease-list li {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 699px) {
  .inst-disease-list {
    padding: 20px 15px;
  }
  .inst-disease-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.inst-download {
  margin-bottom: 150px;
}
.inst-download .section-title {
  margin-bottom: 60px;
}

.inst-emargency-contact {
  margin-top: 38px;
}
.inst-emargency-contact dt {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#33a6e3), to(#2ccfe5));
  background-image: linear-gradient(to top, #33a6e3 0%, #2ccfe5 100%);
  text-align: center;
  color: #fafeff;
  padding: 18px 0px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inst-emargency-contact dt h3 {
  font-size: 1.19rem;
  letter-spacing: 1.33px;
}
.inst-emargency-contact dd {
  background-color: #f0f7ff;
  padding: 40px 77px;
}
.inst-emargency-contact__contact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inst-emargency-contact__contact img {
  width: 56px;
  height: auto;
  display: block;
}
.inst-emargency-contact__tel {
  font-size: 2.88rem;
  margin-left: 25px;
  margin-right: 40px;
  letter-spacing: 6.9px;
  color: #333333;
  text-decoration: none;
  cursor: default;
}
.inst-emargency-contact__tel:hover {
  color: #333333;
}
@media (max-width: 699px) {
  .inst-emargency-contact dt {
    height: 50px;
    padding: 7px 0px;
  }
  .inst-emargency-contact dd {
    padding: 30px 15px;
  }
  .inst-emargency-contact__contact {
    text-align: center;
  }
  .inst-emargency-contact__contact img {
    margin-left: auto;
    margin-right: auto;
  }
  .inst-emargency-contact__tel {
    margin: 0px auto;
    font-size: 2.47rem;
    letter-spacing: 4px;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-blue {
  color: #0082AD;
}

.u-color-main {
  color: #0096C7;
}

.u-color-sub {
  color: #0077B6;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
:root {
  --scrollbar: 0;
}

.u-over-parent, .hospital-checkup {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 700px) {
  .u-over-parent, .hospital-checkup {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1437px) {
  .u-over-parent, .hospital-checkup {
    margin-left: calc(50% - 142.5px - 50vw);
    margin-right: calc(50% + 142.5px - 50vw);
  }
}

.u-padding-pagewidth, .hospital-checkup {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .u-padding-pagewidth, .hospital-checkup {
    padding-right: calc(50vw - 554px);
    padding-left: calc(50vw - 554px);
  }
}
@media screen and (min-width: 1437px) {
  .u-padding-pagewidth, .hospital-checkup {
    padding-right: calc(50vw - 698px);
    padding-left: calc(50vw - 698px + 285px);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.u-over-parent-right, .common-help-list {
  margin-right: -20px;
}
@media (min-width: 700px) {
  .u-over-parent-right, .common-help-list {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1437px) {
  .u-over-parent-right, .common-help-list {
    margin-right: calc(50% + 142.5px - 50vw);
  }
}

.u-padding-pagewidth-right, .common-help-list {
  padding-right: 20px;
}
@media (min-width: 700px) {
  .u-padding-pagewidth-right, .common-help-list {
    padding-right: calc(50vw - 554px);
  }
}
@media screen and (min-width: 1437px) {
  .u-padding-pagewidth-right, .common-help-list {
    padding-right: calc(50vw - 698px);
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

/*画像のhover*/
.u-img-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.u-img-box img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a:hover .u-img-box img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
}

/*PCのみ　SPのみ*/
@media screen and (max-width: 699px) {
  .u-sp-hidden {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-pc-hidden {
    display: none;
  }
}

/*
	共通のアイテムの設定
*/
/*ページキャッチ*/
.catch {
  background-image: url(../img/common/bg/bgi--catch.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.catch::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(250, 254, 255)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(250, 254, 255) 100%);
  border-top: solid 1px rgb(250, 254, 255);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 699px) {
  .catch {
    /*margin-top: 93px;
    .catch-container{
    	width: $page-width;
    	margin: 0 auto;
    }*/
  }
}
@media screen and (max-width: 699px) {
  .catch {
    padding-top: 93px;
    padding-bottom: 148px;
  }
  .catch::after {
    height: 44px;
  }
}

.catch-title {
  font-size: 2rem;
  color: #FAFEFF;
  letter-spacing: 3.2px;
  margin-bottom: 5px;
}
.catch-title__en {
  font-size: 0.69rem;
  color: #FAFEFF;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
@media screen and (max-width: 699px) {
  .catch-title {
    font-size: 1.33rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .catch-title__en {
    font-size: 0.73rem;
  }
}

.catch-container {
  text-align: center;
}

.catch-icon {
  width: 106px;
  height: 127px;
  position: relative;
  display: inline-block;
}
.catch-icon::before {
  content: "";
  background: url(../img/common/mark/ico--catch-info.svg) center center no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  position: absolute;
  display: block;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.catch-icon::after {
  content: "";
  background: url(../img/common/mark/vec--drop-08.webp) center center no-repeat;
  background-size: contain;
  width: 106px;
  height: 127px;
  mix-blend-mode: multiply;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 699px) {
  .catch-icon {
    width: 67px;
    height: 80px;
  }
  .catch-icon::before {
    width: 26px;
    height: 26px;
    top: 34px;
  }
  .catch-icon::after {
    width: 67px;
    height: 80px;
  }
}

/*お役立ちコンテンツ*/
.common-help {
  margin-bottom: 233px;
}
.common-help .section-title--02 {
  margin-bottom: 78px;
  background-image: url(../img/common/mark/ico--search.svg);
}
@media screen and (max-width: 699px) {
  .common-help {
    margin-bottom: 100px;
  }
  .common-help .section-title--02 {
    margin-bottom: 68px;
  }
}

.common-help-list {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F6EF), to(#F8F6EF));
  background-image: linear-gradient(#F8F6EF, #F8F6EF);
  background-size: calc(50vw + 342px) 377px;
  background-position: right top;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 44px 340px 44px 340px;
  grid-template-columns: repeat(3, 340px);
  grid-gap: 87px 44px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.common-help-list__item {
  list-style: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9.2px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 9.2px 1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.common-help-list__item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
  padding: 50px 20px 20px 28px;
}
.common-help-list__title {
  font-size: 1.25rem;
  display: block;
}
.common-help-list__title-en {
  letter-spacing: 1.95px;
  font-size: 0.81rem;
  display: block;
  letter-spacing: 1.95px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.common-help-list__icon {
  background: url(../img/common/mark/vec--cir-br.svg) center center no-repeat;
  background-size: contain;
  width: 71px;
  height: 67px;
  position: absolute;
  top: -34px;
  left: 24px;
}
.common-help-list__icon::before {
  content: "";
  background: url(../img/common/mark/ico--question.svg) center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.common-help-list a:hover .common-help-list__icon {
  background-image: url(../img/common/mark/vec--cir-lb.svg);
}
.common-help-list .list-item--01 .common-help-list__icon::before {
  background-image: url(../img/common/mark/ico--question.svg);
}
.common-help-list .list-item--02 .common-help-list__icon::before {
  background-image: url(../img/common/mark/ico--schedule.svg);
}
.common-help-list .list-item--03 .common-help-list__icon::before {
  background-image: url(../img/common/mark/ico--bed.svg);
}
.common-help-list .list-item--04 .common-help-list__icon::before {
  background-image: url(../img/common/mark/ico--heart.svg);
}
.common-help-list .btn-toggle, .common-help-list .btn-toggle-w {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 699px) {
  .common-help-list {
    background-size: 260px 100%;
    display: block;
    padding-top: 65px;
    padding-bottom: 66px;
  }
  .common-help-list__item {
    width: 297px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 74px;
  }
  .common-help-list__item:last-of-type {
    margin-bottom: 0;
  }
}

/*パンクズリスト*/
.breadcrumb {
  padding: 7px 16px;
  font-size: 0.94rem;
  letter-spacing: 0.3px;
  position: relative;
  margin-bottom: 97px;
  /*a{
  	color: #c8c8c8;
  	text-decoration: none;
  }
  span{
  	color: $color--site-main;
  }*/
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0096c7), color-stop(25%, #0082ad), color-stop(51%, #8ef386), color-stop(77%, #2ccfe5), to(#ff8aad));
  background-image: linear-gradient(to right, #0096c7, #0082ad 25%, #8ef386 51%, #2ccfe5 77%, #ff8aad);
  position: absolute;
  bottom: 0;
  left: 0;
}
.breadcrumb li {
  color: #0096C7;
}
.breadcrumb li + li::before {
  content: "-->";
  color: #c8c8c8;
}
.breadcrumb li a {
  color: #c8c8c8;
  text-decoration: none;
}

/*EVT共通*/
.common-help-evt {
  padding-top: 108px;
  margin-bottom: 98px;
  position: relative;
  z-index: 1;
}
.common-help-evt .layout-container-evt {
  border: solid 1px #cbcbcb;
  background-color: #e7e7e7;
  padding: 78px 78px 115px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-help-evt .top-section-lede-evt {
  margin-bottom: 30px;
}
.common-help-evt__content {
  margin-left: 8px;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 699px) {
  .common-help-evt {
    padding-top: 0;
  }
  .common-help-evt .layout-container-evt {
    padding: 22px 20px;
  }
  .common-help-evt .top-section-lede-evt {
    font-size: 1.13rem;
    letter-spacing: -1.36px;
    line-height: 1.38;
  }
  .common-help-evt .top-section-lede-evt em {
    font-size: 1.73rem;
  }
  .common-help-evt__content {
    margin-left: 0;
    letter-spacing: normal;
    line-height: 1.53;
  }
}

.common-help-evt-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 65px 190px 65px 190px 65px 190px;
  grid-template-columns: repeat(4, 190px);
  grid-gap: 80px 65px;
  margin-top: 72px;
}
.common-help-evt-list__item {
  list-style: none;
  text-align: center;
}
.common-help-evt-list__item p {
  text-align: left;
  line-height: 1.88;
  letter-spacing: -0.24px;
}
.common-help-evt-list__title {
  background: #EFEFEF;
  position: relative;
  text-align: center;
  width: 100%;
  height: 63px;
  letter-spacing: -1.52px;
  margin-top: 20px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}
.common-help-evt-list__no {
  font-style: italic;
  font-size: 1.13rem;
  position: absolute;
  left: 10px;
  top: -18px;
}
.common-help-evt-list__no span {
  font-size: 1.38rem;
}
.common-help-evt-list img {
  height: 115px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 699px) {
  .common-help-evt-list {
    display: block;
    margin-top: 30px;
  }
  .common-help-evt-list img {
    width: 38px;
    height: auto;
    margin-right: 8px;
  }
  .common-help-evt-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #5642F9;
    padding: 20px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common-help-evt-list__item p {
    width: 100%;
  }
  .common-help-evt-list__title {
    background-color: transparent;
    text-align: left;
    font-size: 1.27rem;
    margin-top: 0;
    padding-top: 0;
    height: auto;
    width: calc(100% - 50px);
  }
  .common-help-evt-list__no {
    position: relative;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    margin-right: 17px;
  }
  .common-help-evt-list__no span {
    font-size: 1.47rem;
  }
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=hospital.css.map */