@charset "UTF-8";
/**
 * ViewportScale v0.2.2
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*! destyle.css v3.0.2 | 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;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ======================================================================
  # ベースグループ 共通パーツ
 ======================================================================*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 100vh;
  overflow-wrap: break-word;
  color: #393939;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

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

hr {
  margin: 8px 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .inner-sp {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.header {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}

.header__inner {
  height: 100%;
  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;
  position: relative;
}

.header__logo {
  width: 270px;
  height: 31px;
  z-index: 21;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__right {
    display: none;
  }
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-item {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__menu-item::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1391e6;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__menu-item:hover::after, .header__menu-item:focus::after {
  width: 20px;
}
.header__menu-item a {
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  color: #393939;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__menu-item a:hover, .header__menu-item a:focus {
  color: #1391e6;
}
.header__menu-item a:hover .header__nav-icon-path, .header__menu-item a:focus .header__nav-icon-path {
  fill: #1391e6;
}

.header__nav-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.header__nav-icon-path {
  fill: #393939;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.header__nav-text {
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.header__contact-info {
  text-align: center;
  margin-left: 32px;
}

.header__address {
  font-size: 12px;
}

.header__phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #1391e6;
  gap: 4px;
}
.header__phone img {
  width: 28px;
}

.header__nav .current-menu-item a {
  color: #1391e6;
}
.header__nav .current-menu-item .header__nav-icon-path {
  fill: #1391e6;
}
.header__nav .current-menu-item::after {
  width: 20px;
}

.l-inner {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1039px) {
  .l-inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-container-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .l-container-single {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-container-single {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 60px;
  }
}

.l-container {
  margin-top: 80px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    margin-top: 60px;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

.l-container-form {
  margin-top: 80px;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-container-form {
    padding-top: 20px;
  }
}

.el_space {
  width: 100%;
  height: 80px;
}
.footer {
  position: relative;
  background: #dff1fd;
}

.footer__bg-top {
  margin-top: 160px;
  position: relative;
  height: 32px;
}
.footer__bg-top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  background: url(../images/bg-wave.svg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .footer__bg-top {
    margin-top: 100px;
  }
}

.footer__inner {
  padding-top: 56px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1039px) {
  .footer__inner {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer__clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  padding: 40px 49px;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .footer__clinic {
    display: block;
    border-radius: 8px;
    padding: 32px 10px 20px;
  }
}

.clinic-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 477px;
          flex: 1 1 477px;
  text-align: center;
}

.clinic-info__logo {
  width: 404px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .clinic-info__logo {
    width: 310px;
  }
}

.clinic-info__address {
  font-size: 14px;
  margin-top: 8px;
}
.clinic-info__address span {
  margin-left: 14px;
}

.clinic-info__time-table {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.clinic-info__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.125;
  color: #1391e6;
  margin-top: 20px;
}
.clinic-info__tel img {
  width: 28px;
}

.clinic-info__hours {
  color: #1391e6;
  line-height: 1;
  font-size: 12px;
}

.clinic-info__buttons {
  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;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .clinic-info__buttons {
    gap: 4.2135%;
  }
}

.clinic-info__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 385px;
          flex: 0 1 385px;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  .clinic-info__map {
    margin-top: 30px;
    max-width: 477px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .clinic-info__map {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.clinic-info__map iframe {
  width: 100%;
  height: 100%;
}

.footer__nav {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding-left: 10px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.375;
  gap: 40px;
}
@media screen and (max-width: 1039px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-nav__item {
  font-size: 16px;
  font-weight: 500;
}

.footer-nav__sub-list {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .footer-nav__sub-list {
    margin-top: 20px;
  }
}

.footer-nav__sub-item {
  position: relative;
  padding-left: 10px;
  margin-top: 16px;
}
.footer-nav__sub-item::before {
  content: "";
  position: absolute;
  background: url(../images/triangle-right.svg) no-repeat;
  width: 6px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav__sub-item:hover {
  opacity: 0.7;
}

.footer-nav__medical-menu {
  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;
  gap: 40px;
}

.footer__copy-right {
  margin-top: 60px;
  width: 100%;
  height: 55px;
  background: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .footer__copy-right {
    height: 115px;
    padding-bottom: 60px;
  }
}

.footer__copy-right-text {
  font-size: 14px;
  color: #ffffff;
}

.footer__cta {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  height: 60px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cta__tel {
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
  padding-left: 24px;
}
.cta__tel::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
}

.cta__hours {
  font-size: 10px;
  line-height: 1.2;
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1391e6;
  border-radius: 8px;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  width: 157px;
  height: 47px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta__button:hover {
  background: #0060a0;
}
.cta__button img {
  width: 44px;
}

.reserve-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1391e6;
  width: 92px;
  height: 120px;
  border-radius: 20px 0 0 20px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  position: fixed;
  top: 175px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.reserve-button:hover {
  background: #0060a0;
}
@media screen and (max-width: 1039px) {
  .reserve-button {
    display: none;
  }
}
.reserve-button img {
  width: 49px;
}
.reserve-button p {
  margin-top: 12px;
}

.button {
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 46px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid currentColor;
  color: #1391e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 40px;
  }
}
.button:hover, .button:focus {
  color: #ffffff;
  background: #1391e6;
  border: 1px solid #1391e6;
}
.button::after {
  content: url(../images/icon-arrow-blue-btn.svg);
  position: absolute;
  right: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover::after, .button:focus::after {
  content: url(../images/arrow-right-white.svg);
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.icon-button {
  width: 220px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #1391e6;
  background: #ffffff;
  color: #1391e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .icon-button {
    width: 150px;
    height: 38px;
    font-weight: 500;
  }
}
.icon-button img {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.icon-button:hover, .icon-button:focus {
  color: #ffffff;
  background: #1391e6;
}
.icon-button:hover path, .icon-button:focus path {
  fill: #ffffff;
}

.icon-button.icon-button--blue {
  background: #1391e6;
  color: #ffffff;
  border: 1px solid #1391e6;
}
.icon-button.icon-button--blue:hover, .icon-button.icon-button--blue:focus {
  background: #0060a0;
  border: 1px solid #0060a0;
}

.el_toTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 30;
}
.el_toTopBtn img {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 1200px) {
  .el_toTopBtn {
    display: none;
  }
}

.title {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 20px;
  }
}

.label {
  font-size: 11px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  height: 28px;
  background: #1391e6;
  color: #ffffff;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .label {
    font-size: 10px;
    line-height: 1.4;
    padding: 0 8px;
    height: 18px;
  }
}

.labelSide {
  vertical-align: top;
  font-size: 10px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  height: 18px;
  background: #1391e6;
  color: #ffffff;
  border-radius: 14px;
  line-height: 1;
}

.new-label {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: #ee5a6d;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-label {
    font-size: 10px;
    width: 40px;
    height: 40px;
    top: -8px;
    left: -8px;
  }
}
.new-label.new-label__s {
  width: 40px;
  height: 40px;
  font-size: 10px;
}

.sidebar .new-label {
  width: 40px;
  height: 40px;
  font-size: 10px;
}

.heading {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 20px;
    line-height: 1.6;
  }
}

.blog-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.blog-archive__item {
  width: 100%;
}

.post-card {
  position: relative;
}

.post-card__action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: inherit;
}

.post-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 245px;
          flex: 0 1 245px;
  min-width: 150px;
  aspect-ratio: 245/153;
  overflow: hidden;
}
.post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .post-card__action:hover .post-card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.post-card__body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 245px - 20px);
          flex: 1 1 calc(100% - 245px - 20px);
  min-width: 200px;
  padding: 18px 0 15px;
}

.post-card__label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 10px;
  color: #ffffff;
  line-height: 1;
  background-color: #1391e6;
  border-radius: 10px;
  margin-bottom: 12px;
}

.post-card__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}

.post-card__date {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  font-size: 14px;
  color: #666;
}

.blog-archive__pagination {
  margin-top: 100px;
}

.section-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  padding: 0 95px;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding: 0 64px;
  }
}
.section-title::before, .section-title::after {
  position: absolute;
  content: "";
  background: url(../images/title-deco.svg) no-repeat center/contain;
  width: 72px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section-title::before, .section-title::after {
    width: 50px;
  }
}
.section-title::before {
  left: 0;
}
.section-title::after {
  right: 0;
}

.vector-decoration-top {
  height: 15.85vw;
  position: relative;
  width: 100%;
}
.vector-decoration-top::before {
  background: url(../images/bg-deco-top.svg) no-repeat center/cover;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.vector-decoration-bottom {
  height: 7.57812vw;
  position: relative;
  width: 100%;
}
.vector-decoration-bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-deco-bottom.svg) no-repeat bottom center/cover;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .vector-decoration-bottom::after {
    height: 100px;
  }
}

.vector-decoration-bottom2 {
  position: relative;
}
.vector-decoration-bottom2::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../images/deco-kira-w.svg) no-repeat center center/contain;
  left: 42px;
  bottom: 7.57812vw;
}
.vector-decoration-bottom2::after {
  background-image: url(../images/deco-kirakira-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5.78125vw;
  content: "";
  height: 138px;
  position: absolute;
  right: 20px;
  width: 125px;
}

.bread-crumb {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px auto 0;
  max-width: 1920px;
  width: 90.625%;
  padding-right: 28px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .bread-crumb {
    padding-right: 0;
    padding-left: 0;
    margin-top: 8px;
  }
}
.bread-crumb .home {
  color: #c2c2c2;
}

.blog-card {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 321px;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  .blog-card {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    height: auto;
  }
}
.blog-card:hover .blog-card__image > img, .blog-card:focus .blog-card__image > img {
  scale: 1.1;
}
.blog-card:hover .blog-card__title, .blog-card:focus .blog-card__title {
  color: #1391e6;
}

.blog-card__image {
  width: 100%;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog-card__image {
    border-radius: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    aspect-ratio: 4/3;
  }
}
.blog-card__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-card__body {
  position: relative;
  padding: 24px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .blog-card__body {
    padding: 6px 10px 0;
    display: block;
  }
}

.blog-card__label {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 0;
  left: 24px;
  font-size: 11px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  height: 28px;
  background: #1391e6;
  color: #ffffff;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .blog-card__label {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    vertical-align: top;
    font-size: 10px;
    line-height: 1.4;
    padding: 0 8px;
    height: 18px;
  }
}

.blog-card__title {
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .blog-card__title {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.blog-card__date {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .blog-card__date {
    margin-top: 8px;
  }
}

.medical-info__subjects {
  margin-top: 60px;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .medical-info__subjects {
    margin-top: 40px;
  }
}
.medical-info__subjects > .medical-info__subject {
  margin-bottom: 40px;
}

.medical-info__subject {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 60px 60px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject {
    padding: 24px 20px 20px;
  }
}

.medical-info__subject-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-header {
    display: block;
  }
}

.medical-info__subject-summary {
  font-size: 14px;
  font-weight: 700;
  color: #1391e6;
  letter-spacing: 0.08em;
  margin-left: 40px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-summary {
    margin-left: 0;
    margin-top: 14px;
  }
}

.medical-info__subject-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #c2c2c2;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-body {
    display: block;
    margin-top: 20px;
  }
}

.medical-info__subject-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.7142857143;
}

.medical-info__subject-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.545%;
}
.medical-info__subject-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-image {
    margin-left: 0;
    margin-top: 20px;
  }
}
.medical-info__subject-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.medical-info__subject-label {
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-label {
    right: 20px;
  }
}

.staff__card {
  width: 100%;
}

.staff__card_imgWrapper {
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.staff__card_imgWrapper > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.staff__card_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 16px 0;
}

.staff__card_occupation {
  font-size: 12px;
  font-weight: 500;
  margin-right: 12px;
}

.staff__card_info {
  margin-bottom: -1px;
}

.staff__card_taxonomy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 1px;
}
.staff__card_taxonomy > dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #dff1fd;
  padding: 17px 0 18px 20px;
  font-weight: 500;
}
.staff__card_taxonomy > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 17px 0 18px 20px;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
}

.drawer__button {
  z-index: 41;
  display: none;
  position: fixed;
  width: 28px;
  height: 18px;
  top: 21px;
  right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .drawer__button {
    display: block;
  }
}

.drawer__button-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #1391e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__button-bar:nth-child(1) {
  top: 0;
}
.drawer__button-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__button-bar:nth-child(3) {
  bottom: 0;
}

.drawer__button.is_active .drawer__button-bar {
  background: #ffffff;
}
.drawer__button.is_active .drawer__button-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.drawer__button.is_active .drawer__button-bar:nth-child(2) {
  opacity: 0;
}
.drawer__button.is_active .drawer__button-bar:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.drawer__nav {
  width: 255px;
  margin: 0 auto;
  padding-top: 80px;
}

.drawer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: 1px dashed #ffffff;
}
.drawer__nav-item:last-child {
  border-bottom: 1px dashed #ffffff;
}
.drawer__nav-item a {
  position: relative;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}
.drawer__nav-item a svg {
  display: inline-block;
}
.drawer__nav-item a svg path {
  fill: #ffffff;
}
.drawer__nav-item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-right-white.svg) no-repeat center/cover;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.drawer__nav-text {
  color: #fff;
  font-size: 500px;
  font-size: 14px;
  line-height: 1.2857142857;
  margin-left: 14px;
}

.drawer__nav_arrow {
  position: absolute;
  width: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer_BG {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #0060a0;
  z-index: 40;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.drawer_BG nav {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.drawer_BG.is_active {
  visibility: visible;
  opacity: 1;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .form-field {
    display: block;
  }
}
.form-field:first-child {
  border-top: 1px solid #dddddd;
}

.form-field__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form-field__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 16px;
}

.form-field__label {
  font-size: 16px;
  font-weight: 500;
}

.form-field__note {
  font-size: 11px;
  color: #888888;
}

.form-field__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 488px;
          flex: 0 0 488px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-field__item {
    margin-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;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  background: #f6f6f6;
  padding: 16px;
  font-size: 16px;
  line-height: 1.375;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  select,
  textarea {
    font-size: 14px;
  }
}

textarea {
  height: 200px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 160px;
  }
}

.bl_form_note {
  position: absolute;
  content: "";
  font-size: 11px;
  color: #888888;
  bottom: -17px;
  left: 0;
}

.form-field__tag {
  background: #ee5a6d;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  width: 36px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_form_btn {
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 30px;
  width: 360px;
}

input[name=your-radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
input[name=your-radio] + span {
  font-size: 14px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 32px;
  margin-top: 16px;
}
input[name=your-radio] + span::before, input[name=your-radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input[name=your-radio] + span:before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391e6;
  border-radius: 50%;
  left: 0;
  display: block;
  -webkit-transition: border-color 0.3s ease, border-width 0.3s ease;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}
input[name=your-radio] + span::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1391e6;
  left: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
input[name=your-radio]:focus + span::before {
  border-color: #4a90e2;
  border-width: 2px;
}
input[name=your-radio]:checked + span::after {
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
}

.form-field__item input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.form-field__item input[type=checkbox] + span {
  font-size: 14px;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 32px;
  margin-top: 16px;
}
.form-field__item input[type=checkbox] + span::before, .form-field__item input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__item input[type=checkbox] + span:before {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #1391e6;
  left: 0;
  display: block;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.form-field__item input[type=checkbox] + span::after {
  display: block;
  width: 12px;
  height: 12px;
  border-left: 4px solid #1391e6;
  border-bottom: 4px solid #1391e6;
  left: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.form-field__item input[type=checkbox]:focus + span::before {
  border-color: #4a90e2;
  border-width: 2px;
}
.form-field__item input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f6f6f6 url(../images/select-arrow.svg) no-repeat center right 16px/24px 24px;
  cursor: pointer;
  padding: 16px;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  background-image: url(../images/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 16px;
}
.wpcf7-form-control-wrap:first-child {
  margin-top: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
  color: #dc3232;
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  margin: 24px 0 0;
  padding: 12px;
  border: 2px solid #dc3232 !important;
  color: #dc3232;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.is-active {
  display: block;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.wpcf7.invalid .wpcf7-response-output {
  display: block !important;
  border-color: #dc3232 !important;
}
.wpcf7.invalid .wpcf7-not-valid-tip {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: #dc3232 !important;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip {
  display: block !important;
}

.wrapper {
  overflow: hidden;
  margin-top: 120px;
}

.notice {
  position: relative;
  z-index: 2;
}

.notice__inner {
  max-width: 1080px;
  padding-right: 48px;
  padding-left: 48px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .notice__inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.notice__content {
  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: -35px;
  gap: 60px;
}
@media screen and (max-width: 1039px) {
  .notice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}

.notice__news {
  width: 542px;
}
@media screen and (max-width: 768px) {
  .notice__news {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .notice__news {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .notice__news {
    width: 100%;
  }
}

.notice__header {
  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;
}

.notice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.notice__title-japanese {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .notice__title-japanese {
    letter-spacing: 0.08em;
  }
}

.notice__title-english {
  font-size: 12px;
  font-weight: 700;
  color: #1391e6;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .notice__title-english {
    font-size: 11px;
  }
}

.notice__past-news {
  color: #888888;
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .notice__past-news {
    font-size: 11px;
  }
}

.notice__article {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .notice__article {
    height: 46px;
  }
}
.notice__article::after {
  content: "";
  background: url(../images/icon-arrow-black.svg) no-repeat center/cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notice__article:hover {
  color: #1391e6;
}
.notice__article:hover::after {
  background: url(../images/arrow-right-blue.svg) no-repeat center/cover;
  right: 0;
}

.notice__article-time {
  font-size: 12px;
}

.notice__article-title {
  font-size: 14px;
  margin-left: 24px;
}

.clinic-info__time-table {
  width: 477px;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .clinic-info__time-table {
    width: 100%;
  }
}

.concept {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .concept {
    margin-top: 40px;
    padding: 0;
  }
}
.concept::before {
  content: "";
  position: absolute;
  background: url(../images/concept-bg.png) no-repeat top/contain;
  width: 102%;
  height: 725px;
  left: 32.5%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .concept::before {
    width: 148%;
    left: 3%;
    top: 60px;
  }
}

.concept__inner {
  padding-top: 180px;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 95px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1039px) {
  .media {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.media__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.8%;
          flex: 0 1 31.8%;
}
@media screen and (max-width: 1039px) {
  .media__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media screen and (max-width: 768px) {
  .media__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.media__title {
  font-size: 14px;
  font-weight: 700;
  color: #1391e6;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .media__title {
    font-size: 11px;
    margin-bottom: 16px;
  }
}

.media__text {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .media__text {
    margin-top: 32px;
  }
}

.media__button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .media__button {
    text-align: center;
  }
}

.media__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 438px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .media__image {
    width: 89%;
    margin-right: auto;
    height: 61.2vw;
  }
}
.media__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.recommend {
  margin-top: 120px;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 60px;
  }
}

.recommend__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recommend__inner {
    padding: 0 20px;
    max-width: 100%;
  }
}

.recommend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 963px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .recommend__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 40px;
    margin-top: 40px;
    padding: 0;
  }
}

.recommend__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recommend__item {
    max-width: 100%;
  }
}

.recommend__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}

.recommend_item-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.71428;
}

.medical {
  margin-top: 140px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .medical {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}

.medical__inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 96px;
  background: #dff1fd;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .medical__inner {
    padding: 0 20px;
  }
}

.medical__content {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .medical__content {
    padding: 0;
  }
}

.medical__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  max-width: 1000px;
  gap: 8%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .medical__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3%;
    height: 440px;
    max-width: 400px;
  }
}

.medical__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  width: 50%;
  height: 288px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical__item:nth-child(n+2)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-special-medicine.jpg) no-repeat center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical__item:nth-child(n+2):hover::before, .medical__item:nth-child(n+2):focus::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.medical__item:hover .medical__inner-line, .medical__item:focus .medical__inner-line {
  border: 2px solid #ffffff;
}
.medical__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg-general-medicine.jpg) no-repeat center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medical__item:hover::before, .medical__item:focus::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.medical__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.medical__item:hover img, .medical__item:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.medical__item:hover::after, .medical__item:focus::after {
  opacity: 0.3;
}

.medical__inner-line {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 20px;
  border: 2px solid transparent;
  pointer-events: none;
  position: relative;
  margin: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}

.medical__department {
  position: absolute;
  width: 100%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .medical__department {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.medical__department-name {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  color: #ffffff;
  padding-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .medical__department-name {
    font-size: 20px;
  }
}
.medical__department-name::after {
  content: "";
  background: #ffffff;
  position: absolute;
  border-radius: 2px;
  width: 40px;
  height: 2px;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .medical__department-name::after {
    width: 30px;
  }
}

.medical__department-subject {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  z-index: 1;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .medical__department-subject {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

.medical__description {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .medical__description {
    margin-top: 20px;
  }
}

.medical__text {
  padding: 40px;
  background: #ffffff;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .medical__text {
    padding: 20px;
    line-height: 1.7142857143;
  }
}
.medical__text span {
  color: #ee5a6d;
}

.blog {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .blog {
    margin-top: 100px;
  }
}

.blog__cards {
  margin-top: 80px;
  gap: 58px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1039px) {
  .blog__cards {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
}

.blog__card {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 33.3333333333px);
          flex: 0 1 calc(33.333% - 33.3333333333px);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition: width 0.4s ease-in-out, -webkit-flex-basis 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, -webkit-flex-basis 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, flex-basis 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, flex-basis 0.4s ease-in-out, -webkit-flex-basis 0.4s ease-in-out, -ms-flex-preferred-size 0.4s ease-in-out;
}
@media screen and (max-width: 1039px) {
  .blog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .blog__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.blog__button {
  margin-top: 66px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog__button {
    margin-top: 40px;
  }
}

.main-visual {
  max-height: 800px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-visual {
    max-height: none;
  }
}

.main-visual-inner {
  position: relative;
  max-width: 1920px;
  max-height: 800px;
  width: 90.625%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.main-visual__swiper {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.main-visual__swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main-visual__swiper {
    border-radius: 12px;
    margin-top: 20px;
  }
}

.main-visual__pagination .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;
  gap: 10px;
  position: absolute;
  bottom: 24px;
  left: -20px;
  width: 100%;
  z-index: 2;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

.swiper-button-prev {
  left: -24px;
}
.swiper-button-prev::after {
  background-image: url("../images/arrow-left.svg");
}

.swiper-button-next {
  right: -24px;
}
.swiper-button-next::after {
  background-image: url("../images/arrow-right.svg");
}

.main-visual_txt {
  width: 414px;
  position: absolute;
  bottom: 55px;
  left: 62px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main-visual_txt {
    width: 264px;
  }
}

.media-cardSide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.media-cardSide:hover .media-cardSide_imgWrapper > img, .media-cardSide:focus .media-cardSide_imgWrapper > img {
  scale: 1.1;
}
.media-cardSide:hover .card_ttl, .media-cardSide:focus .card_ttl {
  color: #1391e6;
}

.media-cardSide_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 40%;
          flex: 0 40%;
  position: relative;
  margin-right: 3%;
  overflow: hidden;
}
.media-cardSide_imgWrapper::before {
  display: block;
  content: "";
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.media-cardSide_imgWrapper > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media-cardSide_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
}
.media-cardSide_body .labelSide {
  margin-bottom: 6px;
}
.media-cardSide_body > *:last-child {
  margin-bottom: 0;
}

.media-cardSide_ttl {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 16px;
  margin-top: -2px;
  line-height: 1.4285714286;
}

.media-cardSide_date {
  display: block;
  margin-top: -8px;
  font-size: 11px;
  line-height: 1;
  color: #888888;
}
@media screen and (max-width: 768px) {
  .media-cardSide_date {
    margin-top: 6px;
  }
}

.policy-feature {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .policy-feature {
    margin-top: 40px;
    padding: 0;
  }
}

.policy {
  margin-top: 60px;
}

.policy__inner {
  position: relative;
  padding-top: 180px;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .policy__inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.policy__inner::before {
  content: "";
  position: absolute;
  background: url(../images/concept-bg.png) no-repeat top/contain;
  width: 102%;
  height: 725px;
  left: 32.5%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .policy__inner::before {
    width: 148%;
    left: 3%;
    top: 60px;
  }
}

.feature {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .feature {
    margin-top: 92px;
  }
}
.feature .media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.feature .media > .media__image {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .feature .media > .media__image {
    margin-right: 0;
    margin-left: auto;
  }
}
.feature::before {
  content: none;
}

.gallery {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 100px;
  }
}

.gallery_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1040px;
  width: 100%;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1039px) {
  .gallery_items {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 40px;
  }
}

.gallery_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 16px);
          flex: 0 1 calc(33.333% - 16px);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  .gallery_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 12px);
            flex: 0 1 calc(50% - 12px);
  }
}

.medical-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .medical-nav {
    gap: 85px;
  }
}

@media screen and (max-width: 768px) {
  .medical-nav__department {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

.medical-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medical-nav__label {
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  height: 35px;
  background: #1391e6;
  color: #ffffff;
  border-radius: 24px;
  letter-spacing: 0.08em;
}
.medical-nav__label.medical-nav__label--red {
  background: #ee5a6d;
}

.medical-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .medical-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.medical-nav__link {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 28px;
  height: 72px;
  background: #ffffff;
  color: #1391e6;
  border: 2px solid #1391e6;
  border-radius: 12px;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s eases;
  transition: all 0.3s eases;
}
.medical-nav__link:hover, .medical-nav__link:focus {
  color: #ffffff;
  background: #1391e6;
}
@media screen and (max-width: 1039px) {
  .medical-nav__link {
    font-size: 20px;
    padding: 0 24px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .medical-nav__link {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.medical-info__subjects {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .medical-info__subjects {
    margin-top: 40px;
  }
}

.medical-info__subject {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 60px 60px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject {
    padding: 24px 20px 20px;
  }
}

.medical-info__subject-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-header {
    display: block;
  }
}

.medical-info__subject-summary {
  font-size: 14px;
  font-weight: 700;
  color: #1391e6;
  letter-spacing: 0.08em;
  margin-left: 40px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-summary {
    margin-left: 0;
    margin-top: 14px;
  }
}

.medical-info__subject-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #c2c2c2;
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-body {
    display: block;
    margin-top: 20px;
  }
}

.medical-info__subject-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.7142857143;
}

.medical-info__subject-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4.545%;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-image {
    margin-left: 0;
    margin-top: 20px;
  }
}

.medical-info__subject-label {
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .medical-info__subject-label {
    right: 20px;
  }
}

.ribbon-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 64px;
  font-size: 16px;
  color: #ffffff;
  background: #1391e6;
}
@media screen and (max-width: 768px) {
  .ribbon-label {
    font-size: 14px;
    width: 80px;
    height: 48px;
  }
}
.ribbon-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 50px solid #1391e6;
  border-right: 50px solid #1391e6;
  border-bottom: 16px solid transparent;
}
@media screen and (max-width: 768px) {
  .ribbon-label::after {
    border-left: 40px solid #1391e6;
    border-right: 40px solid #1391e6;
    border-bottom: 12px solid transparent;
  }
}
.ribbon-label.ribbon-label--red {
  background: #ee5a6d;
}
.ribbon-label.ribbon-label--red::after {
  border-left: 50px solid #ee5a6d;
  border-right: 50px solid #ee5a6d;
  border-bottom: 16px solid transparent;
}
@media screen and (max-width: 768px) {
  .ribbon-label.ribbon-label--red::after {
    border-left: 40px solid #ee5a6d;
    border-right: 40px solid #ee5a6d;
    border-bottom: 12px solid transparent;
  }
}

.page-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 340px;
  max-width: 1920px;
  text-align: center;
  border-radius: 12px;
  margin: 160px auto 0;
  width: 90.625%;
}
@media screen and (max-width: 768px) {
  .page-head {
    border-radius: 12px;
    height: 188px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.page-head.page-head__about {
  background: url(../images/mv-about.jpg) no-repeat center/cover;
}
.page-head.page-head__medical {
  background: url(../images/page-medical_top.jpg) no-repeat center/cover;
}
.page-head.page-head__staff {
  background: url(../images/mv-staff.jpg) no-repeat center/cover;
}
.page-head.page-head__blog {
  background: url(../images/mv-blog.jpg) no-repeat center/cover;
}
.page-head.page-head__single {
  background: url(../images/mv-blog.jpg) no-repeat center/cover;
}
.page-head.page-head__contact {
  background: url(../images/mv-contact.jpg) no-repeat center/cover;
}

.page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-head__title {
    gap: 16px;
  }
}

.heading-lv1 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .heading-lv1 {
    font-size: 26px;
  }
}

.heading-sub {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.bl_memberGallery {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .bl_memberGallery {
    margin-top: 100px;
  }
}

.our-staff {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .our-staff {
    margin-top: 100px;
  }
}

.director__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "greeting image" "career image";
  gap: 49px 80px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .director__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "greeting" "image" "career";
    gap: 40px;
    margin-top: 40px;
    max-width: 480px;
  }
}

.director__greeting {
  grid-area: greeting;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.director__subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5714285714;
}

.director__text-wrapper {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .director__text-wrapper {
    margin-top: 27px;
  }
}

.director__text-wrapper2 {
  margin-top: 24px;
}

.director__text-wrapper3 {
  margin-left: auto;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .director__text-wrapper3 {
    margin-top: 36px;
  }
}

.director__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}

.director__career {
  grid-area: career;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.director-career__title {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 8px;
  border-bottom: 1px solid #393939;
}

.director-career__body {
  padding-top: 16px;
}

.director-career__item {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.director-career__year {
  margin-right: 16px;
}

.director__image {
  grid-area: image;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 460/613;
}
.director__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  margin-top: 160px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .staff-swiper {
    margin-top: 100px;
  }
}
.staff-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.staff-swiper__item {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 305/229;
  width: 100%;
}
.staff-swiper__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.staff {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 40px;
  }
}

.staff__department:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .staff__department:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff__department {
    margin-right: auto;
    margin-left: auto;
  }
}

.staff__occupation {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #393939;
  padding-bottom: 12px;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px auto 0;
  padding: 0 20px;
  max-width: 100%;
}
.staff-list .staff__card {
  width: calc((100% - 80px) / 3);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1039px) {
  .staff-list .staff__card {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .staff-list .staff__card {
    width: 100%;
    max-width: 480px;
  }
}

.bl_staffRegistration .staff__card {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.bl_staffRegistration .staff__card {
  border: 1px solid #000;
}

.singleForm .bl_formArea {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .singleForm .bl_formArea {
    margin-top: 100px;
  }
}
.singleForm h2 {
  margin-top: 40px;
}
.singleForm .bl_form {
  margin-top: 60px;
}
.singleForm .form-field__tag {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .singleForm .form-field__tag {
    margin-left: 11px;
  }
}
.singleForm .bl_form_btn {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .singleForm .bl_form_btn {
    margin-top: 94px;
  }
}

.contact__content {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .contact__content {
    margin-top: 90px;
  }
}

.contact__tel-wrapper {
  text-align: center;
  display: inline-block;
  margin-top: 28px;
}

.contact__tel-number {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  line-height: 1.125;
  color: #1391e6;
}
.contact__tel-number::before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 4px;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
}

.contact__hours {
  color: #1391e6;
  line-height: 1;
  font-size: 12px;
}

.contact__text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
}
.contact__text.contact__text--red {
  color: #ee5a6d;
}

.contact__by-mail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact__by-mail {
    margin-top: 35px;
  }
}

.contact__form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 60px;
  }
}

.form-area > *:first-child {
  margin-top: 0;
}

.bl_form_btn {
  border-radius: 28px;
  border: 1px solid #1391e6;
  color: #1391e6;
  width: 360px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .bl_form_btn {
    width: 273px;
    height: 38px;
    font-size: 14px;
  }
}
.bl_form_btn:hover, .bl_form_btn:focus {
  color: #ffffff;
  background: #1391e6;
  border: 1px solid #1391e6;
}

.contact__form .button {
  text-align: center;
  margin-top: 72px;
  max-width: 360px;
  width: 100%;
  height: 56px;
  display: block;
  margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
  .contact__form .button {
    margin-top: 68px;
  }
}

.pagination {
  margin-top: 40px;
}

.pagination__inner {
  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;
  gap: 10px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #1391e6;
  border-radius: 4px;
  font-size: 14px;
  color: #1391e6;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  background-color: #1391e6;
  color: #ffffff;
}
.pagination .page-numbers.current {
  background-color: #1391e6;
  border-color: #1391e6;
  color: #fff;
}

.related-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .related-link {
    gap: 7px;
  }
}

.related-link__archive {
  width: 90px;
  height: 41px;
  font-size: 14px;
  border: 1px solid #1391e6;
  border-radius: 4px;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.related-link__prev,
.related-link__next {
  font-size: 14px;
  position: absolute;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  height: 36px;
  background: #1391e6;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.related-link__prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 16px;
  right: calc(50% + 65px);
}
.related-link__prev::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-circle-left.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.related-link__prev:hover::before {
  -webkit-transform: translateY(-50%) translateX(-4px);
          transform: translateY(-50%) translateX(-4px);
}

.related-link__next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 16px;
  left: calc(50% + 65px);
}
.related-link__next::after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-circle-right.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.related-link__next:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

.page-numbers.prev {
  width: 82px;
  height: 36px;
  background: #1391e6;
  color: #ffffff;
}
.page-numbers.prev:hover::before, .page-numbers.prevfocus::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.page-numbers.prev::before {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-circle-left.svg) no-repeat center/contain;
  margin-right: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page-numbers.prev::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-numbers.prev {
    font-size: 12px;
    width: 71px;
    height: 30px;
    margin-right: 5px;
  }
}

.page-numbers.next {
  width: 82px;
  height: 36px;
  background: #1391e6;
  color: #ffffff;
}
.page-numbers.next:hover::after, .page-numbers.nextfocus::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.page-numbers.next::after {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-circle-right.svg) no-repeat center/contain;
  margin-left: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .page-numbers.next::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-numbers.next {
    font-size: 12px;
    width: 71px;
    height: 30px;
    margin-right: 5px;
  }
}

.pagination.pagination--single > .page-numbers {
  margin-right: 20px;
}
.pagination.pagination--single > .page-numbers:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pagination.pagination--single > .page-numbers {
    margin-right: 12px;
  }
}
.pagination.pagination--single .page-numbers {
  width: 90px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .pagination.pagination--single .page-numbers {
    width: 95px;
  }
}
.pagination.pagination--single .page-numbers.prev,
.pagination.pagination--single .page-numbers.next {
  width: 124px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .pagination.pagination--single .page-numbers.prev,
  .pagination.pagination--single .page-numbers.next {
    width: 108px;
    height: 39px;
  }
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}

.profile > .widget-title::before {
  background: url(../images/sidebar-icon_1.svg) no-repeat;
}

.profile__body {
  padding-top: 23px;
}

.profile__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 14px;
}

.profile__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}

.profile__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1391e6;
  position: relative;
}
.profile__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/chev-right.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  right: -18px;
}

.new-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.4285714286;
}
.new-articles > .widget-title::before {
  background: url(../images/sidebar-icon_2.svg) no-repeat;
}

.new-article {
  display: block;
  width: 100%;
  height: 91px;
  position: relative;
}

.new-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.media-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: inherit;
}
.media-card:hover .media-card__image > img, .media-card:focus .media-card__image > img {
  scale: 1.1;
}
.media-card:hover .card_ttl, .media-card:focus .card_ttl {
  color: #1391e6;
}

.media-card__image {
  position: relative;
  overflow: hidden;
  width: 120px;
  aspect-ratio: 4/3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media-card__image > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.media-card_body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  height: 100%;
}
.media-card_body .label {
  font-size: 10px;
  height: 18px;
  vertical-align: top;
}

.media-card__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.media-card_date {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #888888;
}

.side-category > .widget-title::before {
  background: url(../images/sidebar-icon_3.svg) no-repeat;
}

.side-category__item {
  position: relative;
}
.side-category__item::before {
  display: inline-block;
  content: "";
  background: url(../images/triangle-right.svg) no-repeat center;
  width: 6px;
  height: 12px;
  margin-right: 6px;
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #393939;
  margin-bottom: 20px;
}
.widget-title::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.singular-content h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .singular-content h1 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.singular-content h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #1391e6;
  margin-top: 40px;
  border-left: 8px solid #1391e6;
}
@media screen and (max-width: 768px) {
  .singular-content h2 {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.singular-content h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #1391e6;
  margin-top: 40px;
  border-bottom: 1px solid #1391e6;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .singular-content h3 {
    font-size: 16px;
    line-height: 2;
  }
}
.singular-content h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.375;
  color: #1391e6;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .singular-content h4 {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.single__date {
  font-size: 16px;
  color: #1391e6;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single__date::before {
  content: "";
  display: inline-block;
  background: url(../images/Icon\ awesome-pen-nib.svg);
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.single__body {
  margin-top: 54px;
}
.single__body li {
  list-style-type: disc;
}
.single__body p,
.single__body span {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 24px;
}
.single__body a {
  text-decoration: underline;
  color: #1391e6;
}

.single_imgWrapper {
  margin-top: 20px;
}

.single__list {
  margin-top: 20px;
}

.single__pagination {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .single__pagination {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1040px) {
  .only_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1039px) {
  .only_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .only_sptab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only_tabpc {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only_tabOnly {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) {
  .only_tabOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) {
  .is_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) {
  .is_sptab {
    display: none !important;
  }
}

/* ===============================================================================
  # ヘルパーグループ
 ===============================================================================*/
.hp_tal {
  text-align: left !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_fzb {
  font-weight: bold;
}

.hp_color-red {
  color: #ee5a6d;
}

.hp_mt32 {
  margin-top: 32px;
}

.hp_mr0 {
  margin-right: 0 !important;
}

.hp_txtRed {
  color: #ee5a6d;
}

@media screen and (max-width: 768px) {
  .only_tabpc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only_sp {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .only_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .only_tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only_tab {
    display: none !important;
  }
}