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

.ff-zen-m, .breadcrumb, .common-help-list__title, .catch-title, .top-news-list__title, .top-doctor-list__position, .top-doctor-list__message, .top-doctor-list__name, .top-about-list__title, .top-about__lede, .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 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-en-l, .common-help-list__title-en, .catch-title__en, .top-news-list__date, .top-doctor-list__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, .top-about-list, .top-about__inner, .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, .top-about-list .col, .top-about__inner .col, .footer-contact .col, .footer-address .col, .footer-address address, .footer-nav-sub .col, .footer-nav-main .col, .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, .important-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .important-news .col, .row .footer-address address, .important-news .footer-address address, .footer-address .row address, .footer-address .important-news address, .row .footer-nav-main dl, .important-news .footer-nav-main dl, .footer-nav-main .row dl, .footer-nav-main .important-news 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 {
  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 {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
  padding: 50px 20px 20px 28px;
}
.pdf-download 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 {
    width: 100%;
  }
}
.pdf-download .btn-toggle, .pdf-download .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, .top-about-list__content, .top-medical-list__content {
  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;
}

/*
	トップページのアイテムの設定
*/
.top-main {
  background: url(../img/top/main/bgi--01.webp) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 152px;
}
.top-main__lede {
  position: absolute;
  margin-left: calc(50vw - 706px);
  bottom: 162px;
  max-width: 100%;
  max-height: 100vh;
}
.top-main__lede img {
  display: block;
  width: 836px;
  max-width: 100%;
  max-height: 100vh;
}
@media screen and (max-width: 1460px) {
  .top-main__lede {
    margin-left: 50px;
  }
}
@media screen and (max-width: 699px) {
  .top-main {
    background-image: url(../img/top/main/bgi--01-sp.webp);
    background-position: top right;
    background-size: cover;
    margin-bottom: 0px;
  }
  .top-main__lede {
    width: calc(100% - 80px);
    bottom: 100px;
    margin-left: 0px;
    display: block;
    left: 20px;
  }
  .top-main__lede img {
    width: 100%;
  }
  .top-main__bgi {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-animation: bgAnime 10s infinite;
            animation: bgAnime 10s infinite;
    background-size: cover;
  }
  .top-main__bgi.bgi01 {
    background-image: url(../img/top/main/bgi--01-sp.webp);
    background-position: top right;
  }
  .top-main__bgi.bgi02 {
    background-image: url(../img/top/main/bgi--02-sp.webp);
    background-position: top left;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }
}

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.important-news {
  width: 884px;
  height: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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: nowrap;
      flex-wrap: nowrap;
  -webkit-backdrop-filter: blur(15.7px);
          backdrop-filter: blur(15.7px);
  border: solid 1px rgba(250, 254, 255, 0.25);
  border-bottom: none;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 254, 255, 0.05)), to(#fafeff));
  background-image: linear-gradient(to bottom, rgba(250, 254, 255, 0.05) 0%, #fafeff 100%);
  background-color: transparent;
  background-size: 100% 75px;
  background-position: bottom center;
  padding: 0px 40px;
}
.important-news .top-news-list__date {
  color: #FFFFFF;
  margin-right: 32px;
  text-align: center;
}
.important-news .top-news-list__date-md {
  width: 78px;
  border-bottom: 1px solid #fff;
}
.important-news .news-category {
  color: #FFFFFF;
}
.important-news .top-news-list__title {
  color: #606060;
  text-decoration: none;
}
.important-news .top-news-list__title:hover {
  opacity: 0.7;
}
@media screen and (max-width: 699px) {
  .important-news {
    position: relative;
    width: calc(100% - 40px);
    left: 0px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 10px 10px;
    height: auto;
    background-size: cover;
    border-radius: 10px;
    margin: 20px auto;
    border: 1px solid #606060;
    background: #fafeff;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .important-news .top-news-list__date {
    margin-right: 20px;
    color: #606060;
  }
  .important-news .top-news-list__date-md {
    width: 42px;
  }
  .important-news .news-category {
    color: #606060;
  }
}

.top-medical {
  background: url(../img/top/medical/bgi--01.webp) center center no-repeat;
  background-size: 100% 757px;
  margin-top: 10px;
  margin-bottom: 240px;
}
.top-medical .section-title--02 {
  margin-bottom: 58px;
  background-image: url(../img/common/mark/ico--cross.svg);
}
@media screen and (max-width: 699px) {
  .top-medical {
    margin-bottom: 125px;
    background: none;
    position: relative;
    margin-top: 0;
    padding-top: 56px;
  }
  .top-medical::before {
    content: "";
    width: 100%;
    height: 1885px;
    background: url(../img/top/medical/bgi--01-sp.webp) top right no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.top-medical-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 496px 116px 496px;
  grid-template-columns: repeat(2, 496px);
  grid-gap: 102px 116px;
  border-radius: 4px;
}
.top-medical-list li {
  list-style: none;
}
.top-medical-list li a {
  display: block;
  width: 100%;
  height: 456px;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #333333;
  position: relative;
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.top-medical-list li a::before {
  content: "";
  background: url(../img/top/medical/ico--bg-01.webp) top center no-repeat;
  width: 86px;
  height: 102px;
  background-size: contain;
  position: absolute;
  top: 167px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-medical-list li a::after {
  content: "";
  background: url(../img/top/medical/ico--01.svg) top center no-repeat;
  width: 44px;
  height: 46px;
  background-size: contain;
  position: absolute;
  top: 206px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.top-medical-list__title {
  margin-top: 68px;
  font-size: 1.31rem;
  text-align: center;
  letter-spacing: 0.42px;
  margin-bottom: 15px;
}
.top-medical-list__content {
  letter-spacing: 0.3px;
  line-height: 1.4;
  color: #666;
  display: block;
  padding: 0px 58px;
}
.top-medical-list__icon {
  mix-blend-mode: color-burn;
}
.top-medical-list__new {
  position: absolute;
  background-color: rgba(255, 0, 0, 0.66);
  border-radius: 4px;
  color: #fff;
  font-size: 1.13rem;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 0px 30px;
}
.top-medical-list .u-img-box {
  width: 100%;
  height: 217px;
}
.top-medical-list .btn-toggle, .top-medical-list .btn-toggle-w {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 26px;
}
.top-medical-list .top-medical-list--01 a::before {
  background-image: url(../img/top/medical/ico--bg-01.webp);
}
.top-medical-list .top-medical-list--01 a::after {
  background-image: url(../img/top/medical/ico--01.svg);
}
.top-medical-list .top-medical-list--02 a::before {
  background-image: url(../img/top/medical/ico--bg-02.webp);
}
.top-medical-list .top-medical-list--02 a::after {
  background-image: url(../img/top/medical/ico--02.svg);
}
.top-medical-list .top-medical-list--03 a::before {
  background-image: url(../img/top/medical/ico--bg-03.webp);
}
.top-medical-list .top-medical-list--03 a::after {
  background-image: url(../img/top/medical/ico--03.svg);
}
.top-medical-list .top-medical-list--04 a::before {
  background-image: url(../img/top/medical/ico--bg-04.webp);
}
.top-medical-list .top-medical-list--04 a::after {
  background-image: url(../img/top/medical/ico--04.svg);
}
@media screen and (max-width: 699px) {
  .top-medical-list {
    display: block;
  }
  .top-medical-list li {
    margin-bottom: 30px;
  }
  .top-medical-list li a {
    height: auto;
    padding-bottom: 65px;
  }
  .top-medical-list li a::before {
    top: 110px;
  }
  .top-medical-list li a::after {
    top: 142px;
  }
  .top-medical-list .u-img-box {
    height: 165px;
  }
  .top-medical-list__title {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .top-medical-list__content {
    padding: 0px 30px;
    font-size: 1rem;
  }
}

.top-about {
  position: relative;
  padding-bottom: 250px;
}
.top-about::before {
  content: "";
  background: url(../img/top/about/bgi--01.webp) right center no-repeat;
  background-size: cover;
  width: 342px;
  height: 250px;
  display: block;
  position: absolute;
  top: 610px;
  left: calc(50% - 936px);
  z-index: -1;
}
.top-about .section-title--02 {
  margin-bottom: 92px;
  background-image: url(../img/common/mark/ico--hospital.svg);
}
.top-about__inner {
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-bottom: 148px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-about__content {
  width: 467px;
}
.top-about__content p {
  font-size: 1.13rem;
  line-height: 2.28;
  letter-spacing: 1.26px;
}
.top-about__image {
  width: 594px;
}
.top-about__lede {
  font-size: 1.75rem;
  line-height: 2.04;
  letter-spacing: 2.8px;
  margin-top: 38px;
  margin-bottom: 92px;
}
.top-about .btn-txt {
  margin-top: 60px;
  padding-right: 35px;
  text-align: right;
  display: block;
}
.top-about .btn-txt .btn-toggle, .top-about .btn-txt .btn-toggle-w {
  margin-left: 10px;
}
@media screen and (max-width: 699px) {
  .top-about {
    padding-bottom: 150px;
  }
  .top-about__content {
    width: 100%;
  }
  .top-about__content p {
    font-size: 1rem;
    line-height: 1.93;
    letter-spacing: 1.05px;
  }
  .top-about__image {
    width: 100%;
  }
  .top-about .section-title--02 {
    margin-bottom: 60px;
  }
  .top-about__lede {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.33rem;
    line-height: 1.85;
    letter-spacing: 2px;
  }
  .top-about .btn-txt {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
  }
  .top-about .btn-txt .btn-toggle, .top-about .btn-txt .btn-toggle-w {
    position: absolute;
    right: auto;
  }
  .top-about__inner {
    margin-bottom: 62px;
  }
}

.top-about-list {
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  position: relative;
  padding-bottom: 92px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F7FF), to(#F0F7FF));
  background-image: linear-gradient(#F0F7FF, #F0F7FF);
  background-size: calc(50vw + 270px) 377px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 98px;
}
.top-about-list__item {
  width: 326px;
  list-style: none;
  position: relative;
  padding-top: 22px;
}
.top-about-list__item::before {
  content: "";
  background: url(../img/top/about/ico--bg-01.svg) top center no-repeat;
  width: 76px;
  height: 90px;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.top-about-list__item::after {
  content: "";
  background: url(../img/top/about/ico--01.svg) top center no-repeat;
  width: 37px;
  height: 37px;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 19px;
  z-index: 2;
}
.top-about-list__item.top-about-list--01::before {
  background-image: url(../img/top/about/ico--bg-01.webp);
}
.top-about-list__item.top-about-list--01::after {
  background-image: url(../img/top/about/ico--01.svg);
}
.top-about-list__item.top-about-list--02::before {
  background-image: url(../img/top/about/ico--bg-02.webp);
}
.top-about-list__item.top-about-list--02::after {
  background-image: url(../img/top/about/ico--02.svg);
  width: 20px;
  height: 53px;
  top: 23px;
  left: 28px;
}
.top-about-list__item.top-about-list--03::before {
  background-image: url(../img/top/about/ico--bg-03.webp);
}
.top-about-list__item.top-about-list--03::after {
  background-image: url(../img/top/about/ico--03.svg);
  width: 46px;
  height: 22px;
  top: 39px;
  left: 15px;
}
.top-about-list a {
  color: #333333;
  text-decoration: none;
  width: 294px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.top-about-list a:hover img {
  opacity: 1;
}
.top-about-list__title {
  font-size: 1.25rem;
  padding-left: 54px;
}
.top-about-list__content {
  margin-top: 18px;
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #D7D7D7;
  line-height: 1.67;
  letter-spacing: 0.3px;
}
.top-about-list .btn-toggle, .top-about-list .btn-toggle-w {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  .top-about-list {
    margin-right: 0;
    padding-right: 0;
    padding-top: 48px;
    padding-bottom: 20px;
    margin-bottom: 53px;
    background-size: 260px 100%;
  }
  .top-about-list::after {
    width: calc(100% - 20px);
  }
  .top-about-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-about-list a {
    width: calc(100% - 33px);
    padding-left: 33px;
  }
  .top-about-list__title {
    font-size: 1.33rem;
  }
  .top-about-list__content {
    font-size: 1rem;
  }
}

.top-about-banner {
  width: 966px;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  display: block;
  position: relative;
}
.top-about-banner .btn-toggle, .top-about-banner .btn-toggle-w {
  position: absolute;
  right: 44px;
  bottom: 30px;
}
.top-about-banner + .top-about-banner {
  margin-top: 37px;
}
@media screen and (max-width: 699px) {
  .top-about-banner {
    width: 100%;
  }
  .top-about-banner .btn-toggle, .top-about-banner .btn-toggle-w {
    right: 13px;
    bottom: 17px;
  }
  .top-about-banner + .top-about-banner {
    margin-top: 20px;
  }
}

.top-doctor {
  position: relative;
  background: url(../img/top/doctor/bgi--01.webp) top center no-repeat;
  background-size: 100% auto;
  padding-top: 135px;
  padding-bottom: 130px;
}
.top-doctor .section-title--02 {
  margin-bottom: 76px;
  background-image: url(../img/common/mark/ico--doctor.svg);
}
.top-doctor .btn-detail, .top-doctor .article-nav li:nth-child(3) a, .article-nav li:nth-child(3) .top-doctor a {
  position: absolute;
  right: calc(50vw - 698px);
  top: 150px;
  display: block;
}
.top-doctor .btn-detail.btn-bottom, .top-doctor .article-nav li:nth-child(3) a.btn-bottom, .article-nav li:nth-child(3) .top-doctor a.btn-bottom {
  position: relative;
  display: block;
  top: 0;
  right: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 699px) {
  .top-doctor {
    padding-left: 20px;
    background-size: auto 423px;
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .top-doctor .section-title--02 {
    margin-bottom: 50px;
  }
  .top-doctor .btn-detail, .top-doctor .article-nav li:nth-child(3) a, .article-nav li:nth-child(3) .top-doctor a {
    position: relative;
    top: 0;
    right: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-doctor .btn-detail.btn-bottom, .top-doctor .article-nav li:nth-child(3) a.btn-bottom, .article-nav li:nth-child(3) .top-doctor a.btn-bottom {
    display: none;
  }
}

.top-doctor-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px calc(50% - 525px) 350px calc(50% - 525px) 350px;
  grid-template-columns: repeat(3, 350px);
  grid-gap: 50px calc(50% - 525px);
  /*a{
  	text-decoration: none;
  	color: $color--text;
  	display: block;
  }*/
  /*a:hover{
  	img{
  		opacity: 1;
  	}
  	&::before,&::after{
  		content: none;
  	}
  	.top-doctor-list__image{
  		&::before{
  			content: '';
  			position: absolute;
  			top: 0;
  			right: 0;
  			bottom: 0;
  			left: 0;
  			background-image: none;
  			background-color: rgba(0, 194, 220, 0.8);
  			height: 350px;
  			width: 100%;
  			mix-blend-mode:normal;
  		}
  		&::after{
  			content:"";
  			position: absolute;
  			background: url(../img/common/mark/ico--click.svg) center center no-repeat;
  			width: 55px;
  			height: 87px;
  			background-size: contain;
  			top: 50%;
  			left: 50%;
  			transform: translate(-50%,-50%);
  		}
  	}
  	.top-doctor-list__name,
  	.top-doctor-list__name-en,
  	.top-doctor-list__message{
  		color:#2ACEE5;
  	}
  }*/
}
.top-doctor-list__item {
  width: 100%;
  margin-right: 80px;
}
.top-doctor-list__image {
  width: 100%;
  height: 437px;
  margin-bottom: 20px;
  position: relative;
  /*&::before{
  	content: "";
  	background: url(../img/common/mark/vec--cir-lb.webp) center center no-repeat;
  	background-size: contain;
  	width: 48px;
  	height: 46px;
  	position: absolute;
  	top: 12px;
  	right: 12px;
  	mix-blend-mode: multiply;
  	z-index: 1;
  }
  &::after{
  	content: "+";
  	font-size: 1.44rem;
  	color: #fff;
  	position: absolute;
  	z-index: 2;
  	top: 12px;
  	right: 26px;
  }*/
}
.top-doctor-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-doctor-list__name {
  font-size: 1.31rem;
}
.top-doctor-list__name-en {
  font-size: 0.81rem;
  margin-bottom: 28px;
  color: #000;
  display: block;
  letter-spacing: 1.95px;
}
.top-doctor-list__message {
  font-size: 0.94rem;
  color: #666;
  margin-bottom: 44px;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.top-doctor-list__position {
  font-size: 0.94rem;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 699px) {
  .top-doctor-list {
    display: block;
  }
  .top-doctor-list__item {
    width: 262px;
    margin-right: 40px;
  }
  .top-doctor-list__name {
    font-size: 1.4rem;
  }
  .top-doctor-list__name-en {
    font-size: 0.87rem;
  }
  .top-doctor-list__message {
    font-size: 1rem;
  }
}

.top-news {
  border-top: 1px solid #ccc;
  padding-top: 110px;
  position: relative;
  margin-bottom: 110px;
}
.top-news .section-title--02 {
  margin-bottom: 20px;
  background-image: url(../img/common/mark/ico--info.svg);
}
.top-news .btn-detail, .top-news .article-nav li:nth-child(3) a, .article-nav li:nth-child(3) .top-news a {
  position: absolute;
  right: 0;
  top: 126px;
  display: block;
}
@media screen and (max-width: 699px) {
  .top-news {
    padding-top: 70px;
  }
  .top-news .btn-detail, .top-news .article-nav li:nth-child(3) a, .article-nav li:nth-child(3) .top-news a {
    position: relative;
    top: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-news-list li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  list-style: none;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news-list__date {
  width: 78px;
  display: block;
  margin-right: 45px;
}
.top-news-list__date-m {
  font-size: 1.25rem;
  margin-left: 5px;
  line-height: 1;
  letter-spacing: -0.6px;
}
.top-news-list__date-d {
  font-size: 2rem;
  margin-right: 5px;
  line-height: 1;
  letter-spacing: -0.6px;
}
.top-news-list__date-y {
  border-top: 1px solid #333;
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 5px;
}
.top-news-list a {
  text-decoration: none;
  color: #333333;
}
.top-news-list a:hover {
  opacity: 0.8;
}
.top-news-list .news-category {
  width: 215px;
  color: #9B9B9B;
}
.top-news-list .btn-toggle, .top-news-list .btn-toggle-w {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 699px) {
  .top-news-list__date-m, .top-news-list__date-d, .top-news-list__date-y {
    font-size: 1.07rem;
    margin: 0;
  }
  .top-news-list__date {
    width: 46px;
    margin-right: 12px;
  }
  .top-news-list__date-md {
    width: 42px;
  }
  .top-news-list .btn-toggle, .top-news-list .btn-toggle-w {
    display: none;
  }
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.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, .top-medical, .top-doctor {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 700px) {
  .u-over-parent, .top-medical, .top-doctor {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1437px) {
  .u-over-parent, .top-medical, .top-doctor {
    margin-left: calc(50% - 142.5px - 50vw);
    margin-right: calc(50% + 142.5px - 50vw);
  }
}

.u-padding-pagewidth, .top-medical, .top-doctor {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .u-padding-pagewidth, .top-medical, .top-doctor {
    padding-right: calc(50vw - 554px);
    padding-left: calc(50vw - 554px);
  }
}
@media screen and (min-width: 1437px) {
  .u-padding-pagewidth, .top-medical, .top-doctor {
    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, .top-about-list {
  margin-right: -20px;
}
@media (min-width: 700px) {
  .u-over-parent-right, .common-help-list, .top-about-list {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1437px) {
  .u-over-parent-right, .common-help-list, .top-about-list {
    margin-right: calc(50% + 142.5px - 50vw);
  }
}

.u-padding-pagewidth-right, .common-help-list, .top-about-list {
  padding-right: 20px;
}
@media (min-width: 700px) {
  .u-padding-pagewidth-right, .common-help-list, .top-about-list {
    padding-right: calc(50vw - 554px);
  }
}
@media screen and (min-width: 1437px) {
  .u-padding-pagewidth-right, .common-help-list, .top-about-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=top.css.map */