@charset "UTF-8";
.color-red {
  color: #EE5A6D;
}

.c-btn {
  display: inline-block;
  color: #1391E6;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #1391E6;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-btn:hover {
  background-color: #1391E6;
  color: #fff;
}

.c-section-ttl {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.c-section-ttl::before {
  content: "";
  background-image: url(../img/top/title-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-section-ttl::after {
  content: "";
  background-image: url(../img/top/title-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-blog__util-list {
  position: relative;
}
.p-blog__util-list:nth-child(1)::before, .p-blog__util-list:nth-child(2)::before {
  content: "NEW";
  display: block;
  border-radius: 50px;
  background: #EE5A6D;
  color: #fff;
  position: absolute;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}
.p-blog-card__util-img {
  width: 100%;
  height: 100%;
}

.p-blog-card__util-body {
  background: #fff;
}

.p-blog-card__util-category {
  background-color: #1391E6;
  color: #fff;
  position: relative;
}

.p-blog-card__util-published {
  color: #888;
  font-weight: 500;
  line-height: 3.4545;
  font-size: 11px;
}

.doted-line {
  color: #fff;
  font-weight: bold;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

body {
  margin: auto;
  padding-top: 80px;
  font-size: 14px;
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.7142857143;
  position: relative;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

.inner {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.is-active {
  color: #1391E6;
  position: relative;
}
.is-active::after {
  content: "";
  background: #1391E6;
  width: 20px;
  height: 2px;
  margin-top: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-bread__home-link {
  color: #C2C2C2;
}

.p-bread__arrow {
  margin-left: 8px;
}

.p-bread__cnt {
  margin-left: 8px;
}

.p-header {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.p-header::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.p-header-txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.p-header-ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 2;
}

.p-page-header-txt {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
  color: #fff;
}

/* コンテンツ幅を設定するための共通クラス */
/* アウトライン表示 */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

html, body {
  height: 100%;
}

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button,
input {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  /* background: transparent; */
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
/* [type="number"] {
  -moz-appearance: textfield;
} */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

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

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

caption {
  text-align: left;
}

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

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

.p-swiper {
  margin: auto;
  position: relative;
  width: 100%;
}

.p-swiper-container {
  border-radius: 20px;
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.swiper-slide01 {
  position: relative;
  text-align: center;
  z-index: 1;
}

.swiper-slide-pc,
.swiper-slide-sp {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
}

.swiper-text {
  z-index: 200;
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.08em;
}

.swiper-text-sp {
  z-index: 10;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1;
}

/* ページネーションのサイズ */

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
}

/* 前への矢印カスタマイズ */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 60px; /* 背景画像の幅を必ず指定 */
  height: 60px; /* 背景画像の高さを必ず指定 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  right: 85px;
  z-index: 10;
  /* 次へ矢印の背景画像 */
}
.swiper-button-next::after {
  background: transparent url(../img/top/swiper-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.swiper-button-prev {
  left: 85px;
  z-index: 10;
  /* 前へ矢印の背景画像 */
}
.swiper-button-prev::after {
  background: transparent url(../img/top/swiper-arrow-left.png) no-repeat center/contain;
  position: absolute;
}

.p-staff-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.staff-swiper-slide-img {
  border-radius: 20px;
}

.p-logo-drawer-img {
  width: 270px;
  height: 31px;
  margin-left: 20px;
  margin-top: 20px;
}

.p-drawerMenu__content {
  position: relative;
}

.p-drawerMenu__link {
  width: 255px;
  height: 40px;
  padding: 20px 0;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-drawerMenu__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

.p-drawerMenu__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.285714;
  position: absolute;
  left: 38px;
}
.p-drawerMenu__txt::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/header/icon-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 200px;
}

/*========= ナビゲーションのためのCSS ===============*/
.js-drawerMenu {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #0060A0;
  /*動き*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
.panelactive {
  opacity: 1;
  z-index: 200;
}

/*ナビゲーション*/
.p-drawerMenu__toggle {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
.js-drawerMenu .panelactive {
  opacity: 1;
  z-index: 200;
}

.p-drawerMenu__toggle {
  display: block;
}

/*リストのレイアウト設定*/
.p-drawerMenu__content {
  list-style: none;
  text-align: center;
}

.p-drawerMenu__link {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/

.is-open.c-button-drawer {
  top: 2%;
  right: 10%;
}

/*×ハンバーガーメニュー*/

.c-button-drawer__line:nth-child(1) {
  left: 0;
  right: 0;
  top: 0;
}

.c-button-drawer__line:nth-child(2) {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button-drawer__line:nth-child(3) {
  left: 0;
  right: 0;
  bottom: 0;
}

/*×に変化*/
.is-open .c-button-drawer__line:nth-child(1) {
  background: #fff;
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 27px;
  height: 2.25px;
  z-index: 300;
}

.is-open .c-button-drawer__line:nth-child(2) {
  opacity: 0;
  z-index: 0;
}

.is-open .c-button-drawer__line:nth-child(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 27px;
  height: 2.25px;
  background: #fff;
  z-index: 300;
}

.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-left {
  margin-right: auto;
}

.l-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: auto;
}

.l-header-tel {
  text-align: right;
  margin-left: 32px;
}

.l-top-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-top-concept {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.l-top-concept-inner::before {
  content: "";
  display: block;
  background-image: url(../img/top/bg-concept.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 725px;
  position: absolute;
  left: 32%;
  top: 0;
  width: 102%;
}

.l-top-medical-inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.l-footer {
  position: relative;
  background: #DFF1FD;
  width: 100%;
}

.l-footer-info {
  border-radius: 20px;
}

.l-about-policy {
  position: relative;
  overflow: hidden;
}
.l-blog__article-second-wrap {
  margin-top: 60px;
}

.l-blog__article-third-wrap {
  margin-top: 40px;
}

.l-blog__article-fourth-wrap {
  margin-top: 60px;
}

.p-header-logo {
  width: 269.56px;
  height: 30.94px;
}

.p-header-txt {
  font-size: 12px;
  line-height: 3;
  text-align: center;
}

.p-header-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header-tel-img {
  width: 28px;
  height: 28px;
}

.p-header-tel-num {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.625;
  line-height: 1.125;
  color: #1391E6;
  margin-left: 4px;
}

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

.p-headerMenu__item:not(:first-child) {
  margin-left: 24px;
}

.p-headerMenu__link {
  position: relative;
  display: block;
}
.p-headerMenu__link::after {
  content: "";
  /*線の形状*/
  background: #1391E6;
  width: 0;
  height: 2px;
  margin-top: 6px;
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 50%;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*X方向0、Y方向1*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*上部中央基点*/
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-headerMenu__link:hover::after {
  content: "";
  width: 20px;
}

.p-headerMenu__icon {
  width: 24px;
  display: block;
  margin: auto;
}

.p-headerMenu__txt {
  display: block;
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.6363636364;
  text-align: center;
}

.p-top-info__left {
  margin-top: 20px;
}

.p-top-news__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-news__ttl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-news__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1;
}

.p-top-news__label {
  display: inline-block;
  color: #1391E6;
  font-size: 12px;
  letter-spacing: 0.036;
  line-height: 3;
  margin-left: 1rem;
}

.p-top-news__link-ttl {
  font-size: 12px;
  color: #888;
  text-decoration: underline;
}

.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  padding: 10px 0;
  position: relative;
}

.p-top-news-date {
  font-size: 12px;
  font-weight: 500;
  padding-left: 14px;
  line-height: 2;
}

.p-top-news-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-left: 24px;
  padding-right: 14px;
}
.p-top-news-txt::after {
  content: "";
  background-image: url(../img/top/icon-arrow-black.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-news-txt:hover::after {
  content: "";
  background-image: url(../img/top/icon-arrow-blue.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-top-info__right {
  z-index: 10;
}

.p-concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.p-top-concept__image {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.p-top-concept__img {
  width: 100%;
  border-radius: 0 20px 20px 0;
}

.p-top-concept__sub-ttl {
  color: #1391E6;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 28px;
}

.p-top-concept__ttl {
  letter-spacing: 0.08em;
  font-weight: bold;
}

.p-top-concept__txt {
  font-size: 14px;
  line-height: 1.714;
  font-weight: 500;
  margin-top: 40px;
}

.p-top-concept__btn {
  margin-top: 40px;
  position: relative;
}

.p-top-concept__btnlink {
  position: relative;
  padding: 12px 46px;
}
.p-top-concept__btnlink::after {
  content: "";
  background-image: url(../img/top/icon-arrow-blue-btn.svg);
  background-position: right center;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
}
.p-top-concept__btnlink:hover::after {
  content: "";
  background-image: url(../img/top/icon-arrow-white-btn.svg);
  background-position: right center;
  background-size: cover;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 5px;
}

.p-top-recommend__ttl {
  text-align: center;
}

.p-top-recommend__head {
  width: 190px;
  margin: auto;
}

.p-top-recommend__img {
  margin-top: 15px;
  text-align: center;
}

.top-recommend__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142;
  margin-top: 24px;
}

.top-recommend__attention {
  color: #EE5A6D;
}

.p-top-medical {
  position: relative;
  margin-top: 140px;
}

.p-top-medical__head {
  position: relative;
  width: 100%;
}
.p-top-medical__head::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-top-medical__cnt {
  background: #DFF1FD;
}

.p-top-medical__ttl {
  text-align: center;
}

.top-medical__link {
  position: relative;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  background-color: #000;
}
.top-medical__link:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.6;
}
.top-medical__link::before {
  content: "";
  display: block;
  background-image: url(../img/top/medical_1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.top-medical__link:nth-child(2)::before {
  content: "";
  display: block;
  background-image: url(../img/top/medical_2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-medical__link:nth-child(n+2) {
  margin-left: 80px;
}
.top-medical__link::after {
  content: "";
  background: #000;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.p-top-medical__link-line {
  position: relative;
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
}
.p-top-medical__link-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.p-top-medical__link-line:hover {
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.p-top-medical__link-txt-cnt {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
  height: auto;
  z-index: 2;
}

.top-medical__link-ttl {
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 42px;
}
.top-medical__link-ttl::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 30px;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-medical__link-txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-top-medical__txt-wrap {
  background-color: #fff;
}

.p-top-medical__txt {
  font-weight: 500;
}

.p-top-medical__txt-attention {
  color: #EE5A6D;
}

.p-top-medical__bottom {
  position: relative;
  width: 100%;
  height: 7.578125vw;
}
.p-top-medical__bottom::before {
  content: "";
  display: block;
  background-image: url(../img/top/bg-medical-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-top-medical__bottom-deco::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/medical-deco-kirakira-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
}
.p-top-medical__bottom-deco::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/medical-deco-kirakira-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-top-blog__ttl {
  text-align: center;
}

.p-top-blog__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.p-top-blog__list:nth-child(1)::before, .p-top-blog__list:nth-child(2)::before {
  line-height: 4;
}

.p-top-blog-card__image {
  margin: auto;
}

.p-top-blog-card__category {
  background-color: #1391E6;
  color: #fff;
  border-radius: 14px;
  position: relative;
}

.p-top-blog__btn {
  text-align: center;
}

.p-top-blog__c-btn {
  position: relative;
  padding: 12px 46px;
  font-size: 14px;
}
.p-top-blog__c-btn::after {
  content: "";
  background-image: url(../img/top/icon-arrow-blue-btn.svg);
  background-position: right center;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
}
.p-top-blog__c-btn:hover::after {
  content: "";
  background-image: url(../img/top/icon-arrow-white-btn.svg);
  background-position: right center;
  background-size: cover;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 5px;
}

.p-footer-wave {
  overflow: hidden;
  position: relative;
  height: 32px;
}
.p-footer-wave::before {
  content: "";
  background-image: url(../img/top/wave.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
  width: 100%;
  position: absolute;
}

.p-footer-info {
  background: #fff;
}

.p-footer-info__logo {
  text-align: center;
}

.p-footer-info__address {
  font-weight: 500;
  line-height: 2.5714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

.p-footer-info__address-span {
  font-weight: 500;
  line-height: 2.5714;
}

.p-footer-info__tel {
  margin-top: 20px;
  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;
}

.p-footer__tel-icon {
  width: 28px;
  height: 28px;
}

.p-footer__tel-num {
  color: #1391E6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: -0.02em;
}

.p-footer-info__telltime {
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}

.p-footer-info__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-btn-footer-blue {
  background: #1391E6;
  color: #fff;
}

.p-btn-footer-white {
  background: #fff;
  color: #1391E6;
  font-weight: 500;
}

.p-footer-info__btn-pc-icon {
  width: 25px;
  height: 14px;
}

.p-footer-info__btn-mail-icon {
  width: 20px;
  height: 16px;
}

.p-footer-info__btn-span {
  display: inline-block;
  margin-left: 8px;
}

.p-footer-info__medical-time {
  margin-top: 20px;
}

.p-footer-info__iframe-wrap {
  text-align: center;
}

.p-footer-nav-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.25;
}

.p-footer-list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-nav-item2-list {
  margin-left: 24px;
}

.p-footer-list-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  padding-left: 12px;
  position: relative;
}
.p-footer-list-item::before {
  content: "";
  display: inline-block;
  background: url(../img/top/icon-footer-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 12px;
}
.p-footer-list-item:hover {
  opacity: 0.7;
}

.p-copy-right {
  background: #1391E6;
  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;
}

.p-copy-right-txt {
  line-height: 2.5714;
  color: #fff;
  font-weight: 500;
}

.p-totop {
  width: 52px;
  height: 52px;
  position: absolute;
  position: fixed;
  z-index: 30;
}

.p-about-policy__ttl {
  text-align: center;
}

.p-about-policy__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-policy__wrap::before {
  content: "";
  background: url(../img/top/bg-concept.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
}

.p-about-policy__image {
  z-index: 2;
}

.p-about-policy__img {
  border-radius: 0 20px 20px 0;
  position: relative;
}

.p-about-policy__cnt {
  z-index: 2;
}

.p-about-policy__cnt-sub-ttl {
  color: #1391E6;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-about-policy__cnt-ttl {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: left;
}

.p-about-policy__txt {
  font-weight: 500;
  line-height: 1.7142;
  font-size: 14px;
}

.p-about-policy__txt-span {
  display: block;
}

.p-about-feature__sub-ttl {
  color: #1391E6;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-about-feature__ttl {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
}

.p-about-feature__txt {
  line-height: 1.7142;
}

.p-about-feature__txt-span {
  display: block;
  font-size: 14px;
  line-height: 1.7142;
  margin-top: 20px;
}
.p-about-feature__image {
  position: relative;
}

.p-about-feature__img {
  border-radius: 20px 0 0 20px;
  position: absolute;
}

.p-about-hospital__ttl {
  text-align: center;
}

.p-about-hospital__wrap {
  display: grid;
}

.p-hospital-img {
  border-radius: 20px;
}

.p-medical-menu__special-wrap {
  margin-top: 80px;
}

.p-medical-menu__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-medical-menu__ttl-txt {
  font-weight: 700;
}

.p-medical-menu__ttl-label {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  border-radius: 50px;
  text-align: center;
  margin-left: 24px;
}

.p-medical-menu__ttl-general-label {
  background: #1391E6;
  width: 90px;
  height: 35px;
}

.p-medical-menu__ttl-special-label {
  width: 60px;
  height: 35px;
  background: #EE5A6D;
}

.p-medical-menu__btn {
  margin-top: 32px;
}

.p-medical__btn-link {
  display: block;
  border-radius: 12px;
  padding: 15px 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1391E6;
  position: relative;
  -webkit-transform-origin: 50% 70%;
          transform-origin: 50% 70%;
}
.p-medical__btn-link:hover {
  background-color: #DFF1FD;
  background-image: url(../img/medical/arrow-bottom.svg);
  background-repeat: no-repeat;
  padding: 10px 26px 20px;
  background-position: bottom 5px center;
}

.p-medical {
  position: relative;
  margin-top: 140px;
}

.p-medical__head {
  position: relative;
  width: 100%;
}
.p-medical__head::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical__cnt {
  background: #DFF1FD;
}

.p-medical__ttl {
  text-align: center;
}

.p-medical__bottom {
  position: relative;
  width: 100%;
  height: 7.578125vw;
}
.p-medical__bottom::before {
  content: "";
  display: block;
  background-image: url(../img/top/bg-medical-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
  height: inherit;
}

.p-medical__bottom-deco::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/medical-deco-kirakira-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
}
.p-medical__bottom-deco::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/medical-deco-kirakira-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-medical__article {
  background: #fff;
  border-radius: 20px;
  margin-top: 40px;
}

.p-medical__article-ttl {
  border-bottom: 1px solid #C2C2C2;
}

.p-medical__article-ttl-txt {
  font-weight: 700;
  line-height: 1.57142;
  letter-spacing: 0.08em;
}
.p-medical__article-ttl-sub-txt {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 3.42857;
  color: #1391E6;
}

.p-medical__article-cnt-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142;
}

.p-medical__article-txt:not(:first-child) {
  margin-top: 30px;
}

.p-medical__article-cnt-image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.p-medical__general-article {
  position: relative;
}
.p-medical__general-article::before {
  content: "";
  background-image: url(../img/medical/tag-01.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.p-medical__general-article {
  position: relative;
}
.p-medical__general-article::before {
  content: "";
  background-image: url(../img/medical/tag-02.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.p-director__ttl {
  text-align: center;
}

.p-director__cnt-txt-inner {
  position: relative;
}

.p-director__cnt-ttl {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-director__cnt-txt {
  line-height: 1.7143;
}

.p-director__cnt-name-wrap {
  text-align: right;
}

.p-director__career-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #393939;
}

.p-director__career-ttl-txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-director__career-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  line-height: 1.7143;
}

.p-director__career-cnt {
  margin-left: 16px;
}

.p-director__sukills-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #393939;
}

.p-director__sukills-ttl-txt {
  font-size: 16px;
  line-height: 1.75;
}

.p-director__sukill {
  margin-top: 16px;
}

.p-director__sukill-txt {
  line-height: 1.7143;
}

.p-director__image {
  border-radius: 20px;
}

.p-director__img {
  width: 100%;
}
.p-staff__ttl {
  text-align: center;
}

.p-staff__introduction-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  border-width: 100%;
}
.p-staff__introduction-ttl-txt {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 700;
}
.p-staff__introduction-memb {
  margin-top: 40px;
}

.p-staff__introduction-memb-ttl-name {
  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;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 16px;
}

.p-staff__introduction-memb-ttl {
  font-size: 12px;
  font-weight: 500;
}

.p-staff__introduction-memb-name {
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}

.p-staff__introduction-info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-staff__introduction-info-left {
  background: #DFF1FD;
  width: 50%;
  padding: 15px 0 16px 20px;
}
.p-staff__introduction-info-left:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-staff__introduction-info-right {
  width: 50%;
  padding: 15px 0 16px 20px;
}

.p-staff__introduction-memb-wrap-assistant {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-blog-list__lists {
  padding-top: 10px;
}

.p-blog__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-blog__list:nth-child(1)::before, .p-blog__list:nth-child(2)::before {
  content: "NEW";
  line-height: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-blog__list:not(:first-child) {
  margin-top: 20px;
}

.p-blog-card__image {
  margin: auto;
}

.p-blog-card__category {
  border-radius: 16px;
}

.p-blog__ttl-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.p-blog__ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #888;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.p-blog__introduction-image {
  margin-top: 20px;
}

.p-blog__introduction-sub-ttl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-blog__introduction-txt {
  margin-top: 14px;
}

.p-blog__introduction-btn {
  display: inline-block;
  margin-left: 3px;
  color: #1391E6;
  margin-top: 14px;
  padding-right: 18px;
  position: relative;
}
.p-blog__introduction-btn::after {
  content: "";
  background: url(../img/blog/sideabr-arrow.svg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.p-blog__post {
  margin-top: 60px;
}

.p-blog__side-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-blog__side-list:nth-child(1)::before, .p-blog__side-list:nth-child(2)::before {
  content: none;
}

.p-blog-card__side-image {
  max-width: 120px;
}

.p-blog-card__side-body {
  width: calc(100% - 120px - 10px);
  padding-left: 10px;
}

.p-blog-card__side-category {
  border-radius: 16px;
}

.p-blog-card__side-ttl {
  line-height: 1.428;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 8px;
}

.p-blog__category {
  margin-top: 60px;
}

.p-blog__category-link-wrap {
  padding-left: 24px;
}

.p-blog__category-link {
  display: block;
  padding-left: 12px;
  position: relative;
}
.p-blog__category-link:not(:first-child) {
  margin-top: 20px;
}
.p-blog__category-link::before {
  content: "";
  width: 6px;
  height: 12px;
  background: #1391E6;
  background-size: contain;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.wp-pagenavi {
  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;
  margin-top: 100px;
}

.prevpostslink {
  background: #1391E6;
  color: #fff;
  border-radius: 3px;
  position: relative;
  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;
}
.prevpostslink::before {
  content: "";
  display: inline-block;
  background-image: url(../img/blog/icon-circle-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.p-blog-list-prevpostslink {
  width: 82px;
  height: 36px;
}

.page {
  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;
  color: #1391E6;
  border-radius: 3px;
  border: 1px solid #1391E6;
}

.p-blog-list-page {
  width: 34px;
  height: 36px;
  margin-left: 10px;
}

.current {
  background: #1391E6;
  color: #fff;
}

.nextpostslink {
  background: #1391E6;
  color: #fff;
  border-radius: 3px;
  position: relative;
  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;
  margin-left: 10px;
}
.nextpostslink::after {
  content: "";
  display: inline-block;
  background-image: url(../img/blog/icon-circle-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.p-blog-list-nextpostslink {
  width: 82px;
  height: 36px;
}

.p-blog__article-ttl {
  font-weight: bold;
  letter-spacing: 0.08em;
}

.p-blog__article-published-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-blog__article-published {
  font-size: 16px;
  line-height: 1.4375;
  position: relative;
  padding-left: 20px;
}
.p-blog__article-published::before {
  content: "";
  background-image: url(../img/blog/icon-time.svg);
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-blog__article-category {
  background: #1391E6;
  color: #fff;
  position: relative;
  margin-left: 32px;
  width: 75px;
  height: 23px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 1;
  padding: 6px 12px;
}

.p-blog__article-body {
  margin-top: 60px;
}

.p-blog__article-txt:not(:first-child) {
  margin-top: 34px;
}

.p-blog__article-link {
  color: #1391E6;
  text-decoration: underline;
}

.p-blog__article-second-ttl {
  font-size: 24px;
  color: #1391E6;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 20px;
  border-left: 8px solid #1391E6;
}

.p-blog__article-second-image {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}

.p-blog__article-third-ttl {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1391E6;
  border-bottom: 1px solid #1391E6;
  padding-bottom: 6px;
}

.p-blog__article-sub-body {
  margin-top: 16px;
}

.p-blog__article-fourth-ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #1391E6;
}

.p-blog__article-list {
  margin-top: 20px;
  margin-left: 20px;
}
.p-blog__article-list:not(:first-child) {
  margin-top: 12px;
}

.p-blog__article-item {
  list-style-type: disc;
}

.p-blog-prevpostslink {
  width: 124px;
  height: 36px;
}

.p-blog-page {
  width: 90px;
  height: 36px;
  margin-left: 20px;
}

.p-blog-nextpostslink {
  width: 124px;
  height: 36px;
  margin-left: 20px;
}

.p-contact-form__ttl {
  text-align: center;
}

.p-contact-form__list {
  border-bottom: 1px solid #ddd;
}
.p-contact-form__list:first-child {
  border-top: 1px solid #ddd;
}

.p-contact-form__label {
  font-size: 16px;
  line-height: 2.25;
}
.p-contact-form__label::after {
  content: "必須";
  display: inline-block;
  width: 36px;
  height: 23px;
  background: #EE5A6D;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.p-input-txt__area, .p-contact-form__textarea, .p-contact-form__input {
  border-radius: 4px;
  background: #F6F6F6;
  font-size: 16px;
  padding-left: 16px;
}

.p-contact-form__input {
  height: 48px;
}

.p-contact-form__textarea {
  padding-top: 12px;
}

input::-webkit-input-placeholder {
  color: #C2C2C2;
}

input::-moz-placeholder {
  color: #C2C2C2;
}

input:-ms-input-placeholder {
  color: #C2C2C2;
}

input::-ms-input-placeholder {
  color: #C2C2C2;
}

input::placeholder {
  color: #C2C2C2;
}

textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}

textarea::-moz-placeholder {
  color: #C2C2C2;
}

textarea:-ms-input-placeholder {
  color: #C2C2C2;
}

textarea::-ms-input-placeholder {
  color: #C2C2C2;
}

textarea::placeholder {
  color: #C2C2C2;
}

.p-contact-form__btn-wrap {
  text-align: center;
}

.p-contact-form__c-btn {
  letter-spacing: 0.08em;
}

.p-reserve__msg-ttl {
  font-weight: 700;
}

.p-reserve__tel {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-reserve__tel-time {
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}

.p-reserve__msg-txt {
  margin-top: 28px;
}

.p-reservation-form__ttl {
  text-align: center;
}

.p-reservation-form__list {
  border-bottom: 1px solid #ddd;
}
.p-reservation-form__list:first-child {
  border-top: 1px solid #ddd;
}

.p-reservation-form__label {
  font-size: 16px;
  line-height: 2.25;
}
.p-reservation-form__label::after {
  content: "必須";
  display: inline-block;
  width: 36px;
  height: 23px;
  background: #EE5A6D;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.p-reservation-form__input {
  border-radius: 4px;
  background: #F6F6F6;
  font-size: 16px;
  padding-left: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.75;
}

.wpcf7-textarea {
  background: #F6F6F6;
  height: 200px;
  border-radius: 4px;
  padding-top: 12.8px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.p-reservation-form__radio {
  width: 24px;
  height: 24px;
}

.p-form-label-gray {
  font-size: 11px;
  line-height: 3.2727272727;
  color: #888;
}

.p-reservation-form__check {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #1391E6;
  display: inline-block;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 2.5714;
}

.p-reservation-form__btn-wrap {
  text-align: center;
}

.p-reservation-form__c-btn {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .c-section-ttl {
    font-size: 28px;
    line-height: 1.4285;
    padding: 0 72px;
  }
  .c-section-ttl::before {
    height: 20px;
    width: 72px;
    left: -28px;
  }
  .c-section-ttl::after {
    height: 20px;
    width: 72px;
    right: -28px;
  }
  .p-blog__util-list:hover {
    color: #1391E6;
  }
  .p-blog__util-list:hover .p-blog-card__util-img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .p-blog-card__util-image {
    overflow: hidden;
  }
  .p-blog-card__util-img {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .p-blog-card__util-ttl {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .doted-line {
    text-decoration-thickness: 4px;
    text-underline-offset: 15px;
  }
  .inner {
    max-width: 1000px;
  }
  .p-bread {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 14px;
    margin-left: 90px;
  }
  .p-header {
    width: 90%;
    height: 340px;
    max-width: 1920px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header-ttl {
    font-size: 32px;
    line-height: 1.125;
    letter-spacing: 0.1em;
  }
  .p-page-header-txt {
    font-size: 12px;
  }
  .is-sp {
    display: none;
  }
  .p-swiper {
    max-width: 1920px;
    margin-top: 40px;
    padding: 0 60px;
  }
  .swiper-text {
    font-size: 33px;
    line-height: 1.7;
    width: 50%;
    bottom: 7%;
    left: 4%;
  }
  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
    right: -2.5%;
  }
  .swiper-button-next::after {
    width: 60px;
    height: 60px;
    left: 25px;
  }
  .swiper-button-prev::after {
    width: 60px;
    height: 60px;
    right: 25px;
  }
  .p-staff-swiper {
    margin-top: 160px;
  }
  .l-header {
    height: 80px;
    padding: 0 40px 0 40px;
  }
  .l-top-info-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1080px;
  }
  .l-top-recommend {
    margin-top: 120px;
  }
  .l-top-recommend-inner {
    padding: 0 20px;
  }
  .l-top-medical {
    margin-top: 140px;
  }
  .l-top-medical-inner {
    height: 687px;
  }
  .l-top-blog {
    margin-top: 160px;
  }
  .l-top-blog-inner {
    margin-top: 80px;
    padding: 0 20px;
  }
  .l-footer {
    padding-top: 56px;
  }
  .l-footer-info {
    max-width: 1000px;
    width: 100%;
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-nav {
    margin-top: 40px;
  }
  .l-about-policy {
    margin-top: 80px;
  }
  .l-about-feature {
    margin-top: 160px;
  }
  .l-about-hospital {
    margin-top: 160px;
  }
  .l-medical {
    margin-top: 160px;
  }
  .l-medical-menu__inner {
    margin-top: 80px;
  }
  .l-director {
    margin-top: 80px;
  }
  .l-staff {
    margin-top: 160px;
  }
  .l-blog {
    margin-top: 80px;
  }
  .l-blog__left {
    width: calc(100% - 300px - 30px);
  }
  .l-blog__right {
    width: 300px;
  }
  .l-contact {
    margin-top: 80px;
  }
  .l-contact-inner {
    max-width: 728px;
  }
  .l-contact-form {
    margin-top: 160px;
  }
  .l-reserve {
    margin-top: 80px;
  }
  .l-reserve-inner {
    max-width: 728px;
  }
  .l-reserve__second-msg {
    margin-top: 42px;
  }
  .l-reservation-form {
    margin-top: 160px;
  }
  .p-top-info__left {
    width: 50%;
    max-width: 500px;
  }
  .p-top-news__list:hover {
    color: #1391E6;
  }
  .p-top-info__right {
    margin-top: -36px;
    max-width: 500px;
    margin-left: 62px;
  }
  .p-concept__wrap {
    padding-top: 180px;
    padding-bottom: 8.4375vw;
  }
  .p-top-concept__image {
    width: 50%;
    max-height: 438px;
  }
  .p-top-concept__cnt {
    width: 32%;
    margin-left: 95px;
    padding-top: 30px;
  }
  .p-top-concept__sub-ttl {
    font-size: 14px;
    line-height: 2.5714;
  }
  .p-top-concept__ttl {
    font-size: 28px;
    line-height: 1.5714;
  }
  .p-top-concept__btn {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .p-top-recommend__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-recommend__item:not(:first-child) {
    margin-left: 60px;
  }
  .p-top-medical__head {
    height: 15.546875vw;
    background-image: url(../img/top/bg-medical-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-top-medical__cnt {
    padding-bottom: 94px;
    padding-top: 6px;
  }
  .p-top-medical__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-medical__link {
    width: 50%;
    height: 288px;
  }
  .top-medical__link-ttl {
    font-size: 28px;
  }
  .p-top-medical__link-txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-top-medical__txt-wrap {
    max-width: 1280px;
    padding: 40px;
    margin-top: 60px;
  }
  .p-top-medical__txt {
    line-height: 2;
  }
  .p-top-medical__bottom-deco::before {
    width: 58px;
    height: 58px;
    left: 42px;
    bottom: 10%;
  }
  .p-top-medical__bottom-deco::after {
    width: 126px;
    height: 138px;
    right: 19px;
    bottom: 10%;
  }
  .p-top-blog__lists {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }
  .p-top-blog__list:nth-child(1)::before, .p-top-blog__list:nth-child(2)::before {
    width: 60px;
    height: 60px;
    font-size: 16px;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-blog__list {
    width: 300px;
  }
  .p-top-blog-card__image {
    max-width: 300px;
    border-radius: 20px 20px 0 0;
  }
  .p-top-blog-card__body {
    padding: 0 24px 0 24px;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .p-top-blog-card__category {
    width: 57px;
    height: 28px;
    font-size: 11px;
    line-height: 1.5;
    padding: 6px 12px;
    top: -15px;
  }
  .p-top-blog__btn {
    margin-top: 60px;
  }
  .p-footer-wave {
    margin-top: 160px;
  }
  .p-footer-info__logo-img {
    width: 402px;
    height: 45px;
  }
  .p-btn-footer-blue {
    width: 220px;
    height: 56px;
    padding: 17px 57px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.375;
  }
  .p-btn-footer-blue:hover {
    color: #fff;
    background-color: #0060A0;
  }
  .p-btn-footer-white {
    width: 220px;
    height: 56px;
    padding: 17px 46px;
    line-height: 2.375;
    margin-left: 20px;
  }
  .p-btn-footer-white:hover .p-footer-info__btn-mail-icon {
    display: none;
  }
  .p-btn-footer-white:hover::before {
    content: "";
    background-image: url(../img/header/icon-06-drawer.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  }
  .p-footer-info__medical-time-img {
    width: 477px;
    height: 166px;
  }
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-footer-nav-item:nth-child(n+2) {
    margin-left: 40px;
  }
  .p-copy-right {
    height: 55px;
    margin-top: 60px;
  }
  .p-totop {
    right: 20px;
    bottom: 3%;
  }
  .p-reserved-btn {
    width: 92px;
    height: 120px;
    position: fixed;
    top: 160px;
    right: 0;
    background: #1391E6;
    border-radius: 20px 0 0 20px;
    text-align: center;
    z-index: 30;
    padding: 21px 17px;
  }
  .p-reserved-btn:hover {
    background: #0060A0;
  }
  .p-reserved-icon {
    width: 49px;
    height: 28px;
  }
  .p-reserved-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.285714;
    margin-top: 12px;
  }
  .p-about-header {
    background: url(../img/about/page-about_top.jpg) no-repeat center center/cover;
  }
  .p-about-policy__wrap {
    padding-top: 240px;
    padding-bottom: 160px;
  }
  .p-about-policy__wrap::before {
    width: 102%;
    height: 725px;
    top: 0;
    left: 32%;
    margin-top: 60px;
  }
  .p-about-policy__img {
    width: 640px;
    height: 438px;
  }
  .p-about-policy__cnt {
    width: 50%;
    margin-left: 93px;
    padding-top: 30px;
  }
  .p-about-policy__cnt-sub-ttl {
    font-size: 14px;
    line-height: 2.5714;
  }
  .p-about-policy__cnt-ttl {
    font-size: 28px;
    margin-top: 28px;
  }
  .p-about-policy__txt {
    margin-top: 40px;
  }
  .p-about-policy__txt-span {
    margin-top: 20px;
  }
  .p-about-feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-about-feature__cnt {
    width: 50%;
    padding-left: 140px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about-feature__sub-ttl {
    font-size: 14px;
    line-height: 2.5714;
  }
  .p-about-feature__ttl {
    font-size: 28px;
    line-height: 1.5714;
    margin-top: 28px;
  }
  .p-about-feature__txt {
    margin-top: 40px;
  }
  .p-about-feature__image {
    width: 50%;
  }
  .p-about-feature__img {
    width: 640px;
    height: 438px;
    right: 0;
  }
  .p-about-hospital__wrap {
    margin-top: 60px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(317px, 1fr));
  }
  .p-medical-header {
    background: url(../img/medical/page-medical_top.jpg) no-repeat center/cover;
  }
  .p-medical-menu__ttl-txt {
    font-size: 28px;
    line-height: 1.4286;
    letter-spacing: 0.08em;
  }
  .p-medical-menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-medical__btn-item {
    background: #fff;
    border: 2px solid #1391E6;
    border-radius: 12px;
    color: #1391E6;
    display: inline-block;
  }
  .p-medical__btn-item:not(:first-child) {
    margin-left: 16px;
  }
  .p-medical__btn-link {
    font-size: 24px;
    line-height: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-position: bottom center;
  }
  .p-medical__head {
    height: 15.546875vw;
    background-image: url(../img/top/bg-medical-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-medical__cnt {
    padding-bottom: 167px;
    padding-top: 6px;
  }
  .p-medical__bottom-deco::before {
    width: 57px;
    height: 57px;
    left: 42px;
    bottom: 4%;
  }
  .p-medical__bottom-deco::after {
    width: 126px;
    height: 138px;
    right: 19px;
    bottom: 4%;
  }
  .p-medical__article {
    padding: 60px;
  }
  .p-medical__article-ttl {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-medical__article-ttl-txt {
    font-size: 28px;
  }
  .p-medical__article-ttl-sub-txt {
    margin-left: 40px;
  }
  .p-medical__article-cnt {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .p-medical__article-cnt-txt {
    width: 50%;
  }
  .p-medical__article-cnt-image {
    width: 50%;
  }
  .p-medical__article-cnt-img {
    width: 420px;
    height: 315px;
  }
  .p-medical__general-article::before {
    width: 100px;
    height: 80px;
    position: absolute;
    right: 60px;
    top: 0;
  }
  .p-medical__general-article::before {
    width: 100px;
    height: 80px;
    position: absolute;
    right: 60px;
    top: 0;
  }
  .p-staff-header {
    background: url(../img/staff/page-staff_top.jpg) no-repeat center center/cover;
  }
  .p-director__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-director__cnt-txt-inner {
    max-width: 460px;
  }
  .p-director__cnt-ttl {
    font-size: 28px;
    line-height: 1.5714;
  }
  .p-director__cnt-txt-wrap {
    margin-top: 30px;
  }
  .p-director__cnt-name-wrap {
    margin-top: 20px;
  }
  .p-director__career-sukill {
    bottom: 0;
  }
  .p-director__career {
    margin-top: 50px;
  }
  .p-director__sukills {
    margin-top: 32px;
  }
  .p-director__image {
    max-width: 460px;
    margin-left: 80px;
  }
  .p-staff__introduction {
    margin-top: 60px;
  }
  .p-staff__introduction-memb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-staff__introduction-memb {
    max-width: 280px;
  }
  .p-staff__introduction-memb:not(:first-child, :nth-child(4)) {
    margin-left: 80px;
  }
  .p-blog-header {
    background: url(../img/blog/page_blog_top.jpg) no-repeat center center/cover;
  }
  .p-blog-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-blog__list:nth-child(1)::before, .p-blog__list:nth-child(2)::before {
    width: 60px;
    height: 60px;
    font-size: 16px;
    top: 5px;
    left: 5px;
  }
  .p-blog__list {
    min-height: 153px;
  }
  .p-blog-card__image {
    max-width: 244px;
  }
  .p-blog-card__body {
    padding: 41px 0 12px 20px;
    width: calc(100% - 244px);
  }
  .p-blog-card__category {
    font-size: 11px;
    padding: 6px 12px;
    width: 75px;
    height: 23px;
    line-height: 1;
    top: -15px;
  }
  .p-blog-card__published {
    padding-top: 16px;
  }
  .p-blog__side-list {
    max-height: 91px;
  }
  .p-blog-card__side-category {
    padding: 2px 8px;
    font-size: 10px;
    width: 56px;
    height: 18px;
    line-height: 1.5;
    top: 0;
    left: 0;
  }
  .p-blog__category-link-wrap {
    margin-top: 17px;
  }
  .p-blog__article-ttl {
    font-size: 28px;
    line-height: 1.4286;
  }
  .p-contact-form__wrap {
    margin-top: 72px;
  }
  .p-contact-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .p-contact-form__label::after {
    margin-left: 16px;
  }
  .p-input-txt__area, .p-contact-form__textarea, .p-contact-form__input {
    width: 488px;
  }
  .p-contact-form__textarea {
    height: 200px;
  }
  .p-contact-form__c-btn {
    margin-top: 72px;
    width: 360px;
    height: 56px;
    padding: 17px 154px;
    font-size: 16px;
  }
  .p-reserve__msg-ttl {
    font-size: 28px;
    line-height: 1.4286;
    letter-spacing: 0.04em;
  }
  .p-reservation-form__wrap {
    margin-top: 66px;
  }
  .p-reservation-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .p-reservation-form__label {
    width: 240px;
  }
  .p-reservation-form__label::after {
    margin-left: 16px;
  }
  .wpcf7-form-control-wrap {
    width: 488px;
  }
  .p-reservation-form__input {
    width: 488px;
  }
  .wpcf7-textarea {
    width: 488px;
  }
  .p-reservation-form__second-radio {
    margin-left: 32px;
  }
  .wpcf7-list-item:not(:first-child) + :not(:last-child) {
    margin-left: 32px;
  }
  .p-reservation-form__c-btn {
    margin-top: 72px;
    font-size: 16px;
    padding: 17px 155px;
  }
  #general, #special #policy,
  #inside-the-hospital,
  #director, #staff, #general-dental, #pediatric-dental,
  #preventive-dental, #dentures, #orthodontics, #whitening,
  #oral-surgery, #laser-therapy {
    /* ズレるヘッダーの高さ分を指定 */
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .c-section-ttl {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 50px;
  }
  .c-section-ttl::before {
    height: 15px;
    width: 50px;
    left: -16px;
  }
  .c-section-ttl::after {
    height: 15px;
    width: 50px;
    right: -16px;
  }
  .p-blog-card__util-category {
    width: 56px;
    height: 14px;
    font-size: 10px;
    line-height: 1.5;
    top: 0;
    text-align: center;
  }
  .p-blog-card__util-ttl {
    line-height: 1.428;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 8px;
  }
  .p-blog-card__util-published {
    padding-top: 8px;
    font-size: 11px;
  }
  .doted-line {
    text-decoration-thickness: 3px;
    text-underline-offset: 15px;
  }
  .inner {
    max-width: 335px;
  }
  .p-bread {
    padding-left: 20px;
    margin-top: 10px;
  }
  .p-header {
    max-width: 335px;
    padding: 20px;
    width: 335px;
    height: 188px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-header-ttl {
    font-size: 23px;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .p-page-header-txt {
    font-size: 12px;
    line-height: 3;
  }
  .is-pc {
    display: none;
  }
  .p-swiper {
    max-width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
  .swiper-text {
    font-size: 20px;
    width: 100%;
    line-height: 2.5;
    bottom: 10%;
    left: 4%;
  }
  .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px 7px;
    right: 0;
  }
  .swiper-button-next::after {
    width: 40px;
    height: 40px;
    left: 70px;
  }
  .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    right: 70px;
  }
  .p-staff-swiper {
    margin-top: 100px;
  }
  .l-header {
    height: 60px;
    padding: 0 20px;
  }
  .l-top-info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
  }
  .l-top-concept-inner::before {
    left: 3%;
    width: 150%;
  }
  .l-top-recommend {
    margin-top: 95px;
  }
  .l-top-medical {
    margin-top: 95px;
  }
  .l-top-medical-inner {
    padding-top: 28px;
  }
  .l-top-blog {
    margin-top: 100px;
  }
  .l-top-blog-inner {
    margin-top: 48px;
  }
  .l-footer {
    padding-top: 13.7px;
  }
  .l-footer-info {
    padding: 32px 10px;
    max-width: 355px;
  }
  .l-footer-nav {
    margin-top: 60px;
  }
  .l-about-policy {
    margin-top: 60px;
  }
  .l-about-feature {
    margin-top: 100px;
  }
  .l-about-hospital {
    margin-top: 375px;
  }
  .l-medical {
    margin-top: 100px;
  }
  .l-medical-menu__inner {
    margin-top: 60px;
  }
  .l-director {
    margin-top: 60px;
  }
  .l-staff {
    margin-top: 100px;
  }
  .l-blog {
    margin-top: 60px;
  }
  .l-contact {
    margin-top: 60px;
  }
  .l-contact-inner {
    margin-top: 60px;
  }
  .l-contact-form {
    margin-top: 100px;
  }
  .l-reserve {
    margin-top: 60px;
  }
  .l-reserve-inner {
    margin-top: 60px;
  }
  .l-reserve__second-msg {
    margin-top: 40px;
  }
  .l-reservation-form {
    margin-top: 100px;
  }
  .p-top-info__left {
    width: 100%;
    margin-top: 35px;
  }
  .p-top-news__label {
    font-size: 10px;
  }
  .p-top-info__right {
    max-width: 100%;
    margin-top: -23px;
  }
  .p-concept__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 110px;
  }
  .p-top-concept__image {
    width: 100%;
    max-height: 334px;
    margin-top: 40px;
  }
  .p-top-concept__img {
    width: 90%;
  }
  .p-top-concept__cnt {
    width: 100%;
    padding: 0 20px;
  }
  .p-top-concept__sub-ttl {
    font-size: 11px;
    line-height: 3.2727;
  }
  .p-top-concept__ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-top-concept__btn {
    text-align: center;
  }
  .p-top-recommend__list {
    margin-top: 40px;
    display: block;
    padding: 0 25px;
  }
  .p-top-recommend__item {
    margin-top: 60px;
  }
  .p-top-medical__head {
    height: 22.6666vw;
    background-image: url(../img/top/bg-medical-top-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-top-medical__cnt {
    padding-bottom: 98.3px;
  }
  .p-top-medical__list {
    margin-top: 40px;
  }
  .top-medical__link {
    height: 210px;
  }
  .top-medical__link:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .top-medical__link-ttl {
    font-size: 20px;
  }
  .p-top-medical__link-txt {
    font-size: 12px;
    line-height: 1.58;
  }
  .p-top-medical__txt-wrap {
    max-width: 375px;
    padding: 20px;
    margin-top: 20px;
  }
  .p-top-medical__txt {
    line-height: 1.74;
  }
  .p-top-medical__bottom-deco::before {
    width: 25px;
    height: 25px;
    left: 12px;
    bottom: 5%;
  }
  .p-top-medical__bottom-deco::after {
    width: 53px;
    height: 59px;
    right: 8px;
    bottom: 5%;
  }
  .p-top-blog__lists {
    grid-column-gap: 20px;
  }
  .p-top-blog__list:nth-child(1)::before, .p-top-blog__list:nth-child(2)::before {
    width: 40px;
    height: 40px;
    font-size: 10px;
    top: 10%;
    left: 3%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30.14925vw;
  }
  .p-top-blog-card__image {
    max-width: 133px;
  }
  .p-top-blog-card__body {
    padding: 8px 0;
    width: calc(100% - 133px);
    margin-left: 10px;
  }
  .p-top-blog__btn {
    margin-top: 40px;
  }
  .p-top-blog__c-btn {
    padding: 10px 40px;
  }
  .p-footer-wave {
    margin-top: 100px;
  }
  .p-footer-wave::before {
    background-position: top left -62px;
  }
  .p-footer-inner {
    max-width: 355px;
  }
  .p-footer-info__logo-img {
    width: 311px;
    height: 33px;
  }
  .p-footer__tel-num {
    margin-left: 4px;
  }
  .p-btn-footer-blue {
    width: 150px;
    height: 38px;
    padding: 10px 30px;
    font-weight: normal;
    line-height: 1.8571;
    font-size: 13px;
  }
  .p-btn-footer-white {
    width: 150px;
    height: 38px;
    padding: 10px 20px;
    line-height: 1.8571;
    margin-left: 15px;
    font-size: 13px;
  }
  .p-footer-info__medical-time {
    width: 335px;
    height: 116px;
    position: relative;
  }
  .p-footer-info__medical-time-img {
    width: 105%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-footer-info__map {
    margin-top: 35px;
  }
  .p-footer-nav-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-copy-right {
    height: 115px;
    margin-top: 75.5px;
  }
  .p-copy-right-txt {
    position: absolute;
    top: 10px;
    font-weight: 300;
  }
  .p-totop {
    right: 10px;
    bottom: 15.5%;
  }
  .p-reserved-btn {
    position: fixed;
    right: 10px;
    bottom: 5px;
    width: 157px;
    height: 47px;
    background: #1391E6;
    border-radius: 10px;
    text-align: center;
    z-index: 30;
    padding: 10px;
    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;
  }
  .p-reserved-icon {
    width: 45px;
    height: 23px;
  }
  .p-reserved-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-left: 15px;
  }
  .p-footer-fixed-info {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 60px;
    position: fixed;
    padding: 0 20px;
    bottom: 0;
    z-index: 500;
  }
  .p-footer-tel-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 10px;
  }
  .p-footer-tel-img {
    width: 20px;
    height: 20px;
  }
  .p-footer-tel-num {
    color: #1391E6;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
  }
  .p-footer-tel-num::after {
    content: "(年中無休 AM9:00〜PM22:00)";
    font-size: 10px;
    color: #393939;
    position: absolute;
    left: 0;
    bottom: -10px;
    font-weight: 500;
  }
  .p-about-header {
    background: url(../img/about/page-about_top-sp.jpg) no-repeat center center/cover;
  }
  .p-about-policy__wrap {
    padding-top: 135px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-about-policy__wrap::before {
    width: 200%;
    height: 303px;
    top: 0;
    left: 10px;
    margin-top: 40px;
  }
  .p-about-policy__image {
    margin-top: 40px;
  }
  .p-about-policy__img {
    width: 334px;
    height: 229px;
    left: 0;
  }
  .p-about-policy__cnt {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-about-policy__cnt-sub-ttl {
    font-size: 11px;
    line-height: 3.2727;
  }
  .p-about-policy__cnt-ttl {
    font-size: 20px;
    margin-top: 12px;
  }
  .p-about-policy__txt {
    margin-top: 26px;
  }
  .p-about-policy__txt-span {
    margin-top: 20px;
  }
  .p-about-feature__cnt {
    max-width: 375px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .p-about-feature__sub-ttl {
    font-size: 11px;
    line-height: 3.2727;
  }
  .p-about-feature__ttl {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-about-feature__txt {
    margin-top: 32px;
  }
  .p-about-feature__image {
    margin-top: 40px;
  }
  .p-about-feature__img {
    width: 334px;
    height: 229px;
    right: 0;
  }
  .p-about-hospital__wrap {
    margin-top: 40px;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
  }
  .p-medical-header {
    background: url(../img/medical/page-medical_top-sp.jpg) no-repeat center/cover;
  }
  .p-medical-menu__ttl-txt {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-medical__btn-item:not(:first-child) {
    margin-top: 16px;
  }
  .p-medical__btn-link {
    border: 2px solid #1391E6;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  .p-medical__head {
    height: 22.6666vw;
    background-image: url(../img/top/bg-medical-top-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-medical__cnt {
    padding-bottom: 98.3px;
  }
  .p-medical__bottom-deco::before {
    width: 25px;
    height: 25px;
    left: 12px;
    bottom: 1%;
  }
  .p-medical__bottom-deco::after {
    width: 53px;
    height: 59px;
    right: 8px;
    bottom: 1%;
  }
  .p-medical__article {
    padding: 20px;
  }
  .p-medical__article-ttl {
    margin-bottom: 20px;
  }
  .p-medical__article-ttl-sub-txt {
    margin-top: 20px;
  }
  .p-medical__article-cnt {
    margin-top: 20px;
  }
  .p-medical__article-cnt-txt {
    margin-top: 20px;
  }
  .p-medical__article-cnt-image {
    margin-top: 20px;
  }
  .p-medical__general-article::before {
    width: 80px;
    height: 60px;
    position: absolute;
    background-size: contain;
    right: 20px;
    top: 0;
  }
  .p-medical__general-article::before {
    width: 80px;
    height: 60px;
    position: absolute;
    background-size: contain;
    right: 20px;
    top: 0;
  }
  .p-staff-header {
    background: url(../img/staff/page-staff_top-sp.jpg) no-repeat center center/cover;
  }
  .p-director__wrap {
    margin-top: 40px;
  }
  .p-director__cnt-ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-director__cnt-txt-wrap {
    margin-top: 32px;
  }
  .p-director__cnt-name-wrap {
    margin-top: 40px;
  }
  .p-director__career {
    margin-top: 40px;
  }
  .p-director__sukills {
    margin-top: 40px;
  }
  .p-staff__introduction {
    margin-top: 40px;
  }
  .p-staff__introduction-memb {
    max-width: 335px;
  }
  .p-blog-header {
    background: url(../img/blog/page_blog_top-sp.jpg) no-repeat center center/cover;
  }
  .p-blog__list:nth-child(1)::before, .p-blog__list:nth-child(2)::before {
    width: 40px;
    height: 40px;
    font-size: 10px;
    top: 10px;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-blog__list {
    min-height: 101px;
  }
  .p-blog-card__image {
    max-width: 133px;
  }
  .p-blog-card__body {
    padding: 11px 10px 5px 10px;
    width: calc(100% - 133px);
  }
  .p-blog__side-list {
    max-height: 101px;
  }
  .p-blog-card__side-image {
    max-width: 133px;
  }
  .p-blog-card__side-body {
    width: calc(100% - 133px);
    padding: 11px 10px 5px 10px;
  }
  .p-blog__category-link-wrap {
    margin-top: 20px;
  }
  .p-blog__article-ttl {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-contact-form__wrap {
    margin-top: 68px;
  }
  .p-contact-form__list {
    padding: 28px 0;
  }
  .p-contact-form__label::after {
    margin-left: 12px;
  }
  .p-input-txt__area, .p-contact-form__textarea, .p-contact-form__input {
    width: 100%;
    margin-top: 12px;
  }
  .p-contact-form__textarea {
    height: 160px;
  }
  .p-contact-form__c-btn {
    margin-top: 68px;
    padding: 9px 115px;
    width: 273px;
    height: 38px;
    font-size: 14px;
  }
  .p-reserve__msg-ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .p-reservation-form__wrap {
    margin-top: 68px;
  }
  .p-reservation-form__list {
    padding: 28px 0;
  }
  .p-reservation-form__label::after {
    margin-left: 12px;
  }
  .wpcf7-form-control-wrap {
    width: 335px;
  }
  .p-reservation-form__input {
    width: 100%;
    margin-top: 12px;
  }
  .wpcf7-textarea {
    width: 335px;
  }
  .p-reservation-form__second-radio {
    margin-left: 40px;
  }
  .wpcf7-list-item:not(:first-child) + :not(:last-child) {
    margin-left: 24px;
  }
  .p-reservation-form__c-btn {
    font-size: 14px;
    padding: 10px 115px;
    margin-top: 70px;
  }
  #general, #special #policy,
  #inside-the-hospital,
  #director, #staff, #general-dental, #pediatric-dental,
  #preventive-dental, #dentures, #orthodontics, #whitening,
  #oral-surgery, #laser-therapy {
    /* ズレるヘッダーの高さ分を指定 */
    padding-top: 60px;
    margin-top: -60px;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .inner {
    max-width: 750px;
  }
  .is-tab {
    display: block;
  }
  .not-tab {
    display: none;
  }
  .p-swiper {
    padding: 0 40px;
  }
  .swiper-text {
    width: 60%;
    bottom: 20%;
    left: 10%;
  }
  .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    right: -1.5%;
  }
  .swiper-button-next::after {
    left: 40px;
  }
  .swiper-button-prev::after {
    right: 40px;
  }
  .l-top-info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 20px;
  }
  .l-footer-info {
    display: block;
  }
  .p-top-info__left {
    margin-left: 30px;
    width: 100%;
    max-width: 540px;
  }
  .p-top-info__right {
    margin-left: 0;
    position: relative;
    right: -3%;
    margin-top: -32px;
  }
  .p-top-medical-time-cnt {
    width: 110%;
  }
  .p-concept__wrap {
    padding-bottom: 8.4375vw;
  }
  .p-top-concept__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .p-top-concept__cnt {
    margin-left: 40px;
    width: 40%;
    padding-top: 0;
  }
  .p-top-blog__list {
    width: 360px;
  }
  .p-top-blog-card__image {
    max-width: 360px;
  }
  .p-footer-info__medical-time {
    text-align: center;
  }
  .p-footer-info__map {
    margin-top: 30px;
  }
  .p-footer-info__iframe {
    width: 70%;
  }
  .p-footer-nav {
    display: block;
  }
  .p-footer-nav-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 40px;
  }
  .p-reserved-btn {
    display: none;
  }
  .p-about-policy__wrap {
    padding-bottom: 0;
  }
  .p-about-policy__image {
    width: 50%;
  }
  .p-about-policy__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .p-about-policy__cnt {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
  }
  .p-about-feature__cnt {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-about-feature__img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .p-medical-menu__btn {
    width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-medical__btn-item:nth-child(n+4) {
    margin-top: 32px;
  }
  .p-medical__btn-item:nth-child(4) {
    margin-left: 0;
  }
  .p-medical__cnt {
    padding-bottom: 200px;
  }
  .p-medical__article-cnt-image {
    padding-top: 55%;
    margin-left: 1%;
  }
  .p-medical__article-cnt-img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 120%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
  .p-director__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-director__cnt-txt-inner {
    width: 45%;
  }
  .p-director__image {
    margin-left: 30px;
    width: 45%;
  }
  .p-staff__introduction-memb {
    max-width: 235px;
  }
  .p-staff__introduction-memb:not(:first-child, :nth-child(4)) {
    margin-left: 20px;
  }
  .p-blog-card__image {
    max-width: 215px;
    margin: 0;
  }
  .p-blog-card__body {
    padding: 18px 0 15px 20px;
    width: calc(100% - 215px);
  }
}

@media screen and (max-width: 1200px) {
  .is-tab-less {
    display: none;
  }
  .p-drawerMenu {
    background: #0060A0;
  }
  .c-button-drawer {
    position: fixed;
    height: 18px;
    margin-left: auto;
    top: 3.2%;
    right: 6%;
    width: 28px;
    display: block;
    z-index: 400;
    cursor: pointer;
  }
  .c-button-drawer__line {
    display: inline-block;
    background-color: #1391E6;
    border-radius: 1px;
    height: 3px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100%;
    z-index: 400;
    position: absolute;
  }
  .l-header-inner {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*# sourceMappingURL=style.css.map */