@charset "UTF-8";
.heisei-w3 {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.heisei-w5 {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.heisei-w7 {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.heisei-w9 {
  /* 平成角ゴシック Std W9 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.shouten {
  /* AB-shoutenmaru Regular */
  font-family: "ab-shoutenmaru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kinuta {
  /* 砧 丸明Yoshino StdN R */
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka {
  /* 小塚ゴシック Pr6N R */
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
/**
 * 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: 14.5px;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #3c3c3c;
}

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

*:focus {
  outline: none;
}

dt {
  font-weight: unset;
}

.c-symbol {
  display: none;
}

.c-arrow-primary {
  stroke: #ec8277;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}

.c-br--xs {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--xs {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .c-kerning--pc {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.c-kerning--sp {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .c-kerning--sp {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.c-anchor--nomal {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (min-width: 481px) {
  .c-anchor--nomal {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor--nomal {
    margin-top: -105px;
    padding-top: 105px;
  }
}
@media screen and (min-width: 1024px) {
  .c-anchor--nomal {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}

.c-anchor--high {
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (min-width: 481px) {
  .c-anchor--high {
    margin-top: -170px;
    padding-top: 170px;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor--high {
    margin-top: -210px;
    padding-top: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .c-anchor--high {
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-anchor--patient {
    display: block;
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

.c-tmp-hidden {
  display: none;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.l-footer {
  position: relative;
  background-color: #ffffff;
}
.l-footer__wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 62.5%;
    max-width: 1200px;
  }
}
.l-footer__logo {
  position: relative;
  width: 9.5rem;
  margin: 0 auto;
  padding-top: 4.8rem;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 12.5rem;
    padding-top: 4.75rem;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.9rem;
  }
}
.l-footer__left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__left {
    width: 48%;
    padding-left: 3%;
  }
}
.l-footer__right {
  width: 100%;
  padding-top: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__right {
    width: 45%;
    padding-top: 0;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  font-size: 0.86rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .l-footer__list {
    line-height: 2.5;
    font-size: 0.9rem;
  }
}
.l-footer__list__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  width: 6rem;
}
.l-footer__list__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  letter-spacing: 0.05em;
  width: calc(100% - 6rem);
}
.l-footer__tel {
  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;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 1rem;
  }
}
.l-footer__tel__icon {
  width: 1.65rem;
  padding: 0 0.25rem 0.25rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__icon {
    width: 1.55rem;
  }
}
.l-footer__tel__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 2.65rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__text {
    font-size: 2.4925rem;
  }
}
.l-footer__tel:hover {
  opacity: 0.8;
}
.l-footer__menu {
  border-top: 1px solid #939393;
  padding-top: 1rem;
}
.l-footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  line-height: 2;
  font-size: 0.86rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__list {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}
.l-footer__menu__list a {
  color: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.l-footer__menu__list a:visited {
  color: #231815;
}
.l-footer__menu__list a:hover {
  color: #231815;
  opacity: 0.8;
}
.l-footer__menu__inner {
  width: 50%;
}
.l-footer__title {
  text-align: center;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 0.86rem;
  padding: 1.7rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__title {
    font-size: 0.9rem;
    padding: 3rem 0 2rem 0;
  }
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 40%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__copyright {
  background-color: #ec8277;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 0.689rem;
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: 0.7rem;
  }
}

/*   sp
--------------------------------------- */
.l-header-sp {
  height: 65px;
  width: 100%;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 481px) {
  .l-header-sp {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp {
    height: 105px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp__home {
  background-color: #ffffff;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
  z-index: 99;
}
@media screen and (min-width: 481px) {
  .l-header-sp__home {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp__home {
    height: 105px;
  }
}
.l-header-sp__home__logo {
  display: block;
  width: 95%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header-sp__home__logo {
    width: 18rem;
  }
}
.l-header-sp__menu {
  background-color: #ffffff;
  display: block;
  width: 65px;
  height: 65px;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  z-index: 99;
}
@media screen and (min-width: 481px) {
  .l-header-sp__menu {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu {
    width: 105px;
    height: 105px;
  }
}
.l-header-sp__menu__list {
  position: relative;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-header-sp__tel {
  background-color: #ec8277;
  width: 100%;
  padding: 1rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  left: 0;
  bottom: 0;
  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: 0.75rem;
}
.l-header-sp__tel:hover, .l-header-sp__tel:active {
  opacity: 0.8;
}
.l-header-sp__tel__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 0.965rem;
  display: block;
}
.l-header-sp__tel__number {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 2.334rem;
  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: 0.2rem;
}
.l-header-sp__tel__icon {
  width: 1.4rem;
  padding-bottom: 0.1em;
}

/*   drawer
--------------------------------------- */
.drawer-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.drawer-navbar .drawer-nav {
  width: 100vw;
  margin-top: 65px;
  padding: 0;
  right: -100vw;
  background-color: #d8f2ff;
}
@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-nav {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-nav {
    margin-top: 105px;
  }
}
.drawer-navbar .drawer-menu {
  padding-bottom: 0;
}

.drawer-hamburger {
  width: 65px;
  height: 65px;
  padding: 0 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    width: 105px;
    height: 105px;
  }
}
.drawer-hamburger-icon {
  background-color: #231815;
  height: 2px;
  margin: 0;
}
.drawer-hamburger-icon::before {
  background-color: #231815;
  height: 2px;
  top: -8px;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::before {
    top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon::before {
    top: -15px;
  }
}
.drawer-hamburger-icon::after {
  background-color: #231815;
  height: 2px;
  top: 8px;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon::after {
    top: 15px;
  }
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-overlay {
  background-color: unset;
}

.drawer-menu {
  background-color: #d8f2ff;
}
.drawer-menu .drawer-menu-item {
  color: #231815;
  padding: 1.75rem 2rem 1.5rem 2rem;
  border-bottom: 1px solid #6fc1e8;
  text-align: left;
  line-height: 1;
  font-size: 1.1rem;
}
.drawer-menu .drawer-menu-item:hover, .drawer-menu .drawer-menu-item:visited {
  text-decoration: none;
  color: #231815;
}
.drawer-menu .drawer-menu-item--last {
  border-bottom: none;
}
.drawer-menu .drawer-menu-item__triangle {
  display: block;
  background-color: #231815;
  width: 1.2rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer-menu .open .drawer-menu-item__triangle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drawer-menu .drawer-dropdown-menu {
  background-color: #e8f4f9;
}
.drawer-menu .drawer-dropdown-menu .drawer-menu-item {
  padding: 1.75rem 2rem 1.5rem 4rem;
}

/*   pc
--------------------------------------- */
.l-header-pc {
  display: none;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-header-pc {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}
.l-header-pc__inner {
  width: 92%;
  height: 6.5rem;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-pc__logo {
  display: block;
  width: 23%;
  margin: 0 0 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-header-pc__logo {
    margin: 0 0 0.75rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .l-header-pc__logo {
    width: 26%;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__logo {
    width: 30%;
  }
}
.l-header-pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-pc__menu {
  width: 100%;
  gap: 1rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 1280px) {
  .l-header-pc__menu {
    gap: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__menu {
    gap: 1.75rem;
    margin-right: 3rem;
  }
}
.l-header-pc__menu__text {
  color: #231815;
  line-height: 1;
  font-size: 0.9rem;
  display: block;
  position: relative;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-header-pc__menu__text:visited {
  color: #231815;
}
.l-header-pc__menu__text:hover {
  color: #ec8277;
}
.l-header-pc__menu__text::before {
  content: "";
  background-color: #ec8277;
  width: 1px;
  height: 1.6rem;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-pc__menu__text::after {
  content: "●";
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-right: 0.2em;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-pc__menu__inner {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  padding: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 1.8rem;
}
.l-header-pc__menu__inner__text {
  background-color: #ffffff;
  color: #231815;
  text-align: center;
  padding: 1em 0;
  position: relative;
  display: block;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
}
.l-header-pc__menu__inner__text:visited {
  color: #231815;
}
.l-header-pc__menu__inner__text:hover {
  background-color: #ec8277;
  color: #ffffff;
}
.l-header-pc__menu--inpage {
  position: relative;
}
.l-header-pc__menu--inpage .l-header-pc__menu__text {
  color: #ec8277;
}
.l-header-pc__menu--inpage .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__menu--hover {
  position: relative;
}
.l-header-pc__menu--hover:hover .l-header-pc__menu__text {
  color: #ec8277;
}
.l-header-pc__menu--hover:hover .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__menu--dropdown {
  position: relative;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__inner {
  visibility: visible;
  opacity: 1;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text {
  color: #ec8277;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text::before {
  opacity: 1;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__tel {
  background-color: #ec8277;
  border-radius: 0.7rem;
  white-space: nowrap;
  min-width: 14.5rem;
  padding: 0.75rem 0.5rem 0.25rem 0.5rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-pc__tel:hover {
  opacity: 0.8;
}
.l-header-pc__tel__text {
  color: #ffffff;
  line-height: 1.2;
  font-size: 0.9rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-header-pc__tel__number {
  color: #ffffff;
  line-height: 1;
  font-size: 1.8385rem;
  padding-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-header-pc__tel__icon {
  width: 1.1rem;
}

.l-main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 6.5rem;
  }
}
.l-main__wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.l-main__wrapper--wide {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 77.5%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 75%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main__wrapper {
    width: 62.5%;
  }
}
.l-main__white {
  background-color: #ffffff;
}

.l-main-header {
  position: relative;
  z-index: 2;
}
.l-main-header__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-main-header__title__ja {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: 1.448rem;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__ja {
    font-size: 1.7rem;
  }
}
.l-main-header__title__en {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: center;
  line-height: 1;
  font-size: 0.965rem;
  position: relative;
  bottom: -0.25em;
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__en {
    font-size: 1.1rem;
    padding-top: 0.75rem;
  }
}

.l-main-medicalpage {
  position: relative;
  padding-top: 4.9rem;
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage {
    padding-top: 6rem;
  }
}
.l-main-medicalpage__img {
  width: 85%;
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage__img {
    border-radius: 0.75rem 0 0 0.75rem;
    position: absolute;
    top: 6rem;
    right: 0;
    width: 32%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage__inner {
    width: 68%;
  }
}
@media screen and (min-width: 1920px) {
  .l-main-medicalpage__inner {
    width: 68.5%;
  }
}

.c-section__logo {
  border-radius: 50%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-section__logo {
    width: 14rem;
    height: 14rem;
    top: -5rem;
  }
}
.c-section__logo--white {
  background-color: #ffffff;
}
.c-section__logo--blue {
  background-color: #d8f2ff;
}
.c-section__logo__main {
  display: block;
  width: 7rem;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .c-section__logo__main {
    width: 7.5rem;
    padding-bottom: 2.5rem;
  }
}
.c-section__logo__footer {
  display: block;
  width: 6rem;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .c-section__logo__footer {
    width: 8.35rem;
    padding-bottom: 2.5rem;
  }
}
.c-section__title__ja {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  letter-spacing: 0.14em;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja {
    font-size: 1.7rem;
    padding-top: 6.2rem;
  }
}
.c-section__title__en {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en {
    font-size: 1.1rem;
  }
}
.c-section__white {
  background-color: #ffffff;
  position: relative;
}
.c-section__white__deco01 {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40%;
  top: 4.62rem;
  left: 7.5%;
}
@media screen and (min-width: 1024px) {
  .c-section__white__deco01 {
    width: 17.5%;
    left: 4%;
    top: -2rem;
  }
}
.c-section__white__deco02 {
  position: absolute;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  width: 65%;
  bottom: 3rem;
  right: 8%;
}
@media screen and (min-width: 1024px) {
  .c-section__white__deco02 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 32%;
    right: 4%;
    bottom: 4rem;
  }
}
.c-section__blue {
  background-color: #d8f2ff;
  position: relative;
}
.c-section__blue__deco01 {
  position: absolute;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 40%;
  top: 4rem;
  right: 7.5%;
}
@media screen and (min-width: 1024px) {
  .c-section__blue__deco01 {
    width: 17.5%;
    right: 5.5%;
    top: 3.25rem;
  }
}
.c-section__blue__deco02 {
  position: absolute;
  width: 65%;
  bottom: 2.6rem;
  left: 7.5%;
}
@media screen and (min-width: 1024px) {
  .c-section__blue__deco02 {
    width: 32%;
    left: 4%;
    bottom: 3.8rem;
  }
}
.c-section__underconstruction {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: center;
  font-size: 1.1rem;
  padding: 3rem 0 5rem 0;
}
@media screen and (min-width: 1024px) {
  .c-section__underconstruction {
    font-size: 1.5rem;
  }
}

.c-button {
  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;
  width: 100%;
  background: #ffffff;
  border: 2px solid #ec8277;
  height: 3.5em;
  border-radius: 0.7rem;
  padding: 0 0.75rem;
  overflow: hidden;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  font-size: 0.965rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button {
    font-size: 0.9rem;
  }
}
.c-button__space {
  display: block;
  padding-right: 1em;
}
.c-button__inner {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-button__inner {
    position: relative;
    bottom: -0.25em;
  }
}
.c-button__arrow {
  display: block;
  width: 1.2rem;
}
.c-button .st0 {
  stroke: #ec8277;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.c-button:visited {
  color: #ec8277;
}
.c-button:hover, .c-button:active, .c-button:focus {
  color: #ffffff;
  background: #ec8277;
}
.c-button:hover .st0, .c-button:active .st0, .c-button:focus .st0 {
  stroke: #ffffff;
}
.c-button--primary {
  width: 65%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button--primary {
    width: 25%;
  }
}
.c-button--aboutus {
  width: 100%;
}
.c-button--handsurgery {
  width: 75%;
  margin: 1rem auto 2rem auto;
}
@media screen and (min-width: 1024px) {
  .c-button--handsurgery {
    width: 38%;
    margin: 1.2rem 0 2.5rem 0;
  }
}
.c-button--faq {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button--faq {
    width: 100%;
    margin: 0;
  }
}

.c-button.hvr-sweep-to-right:before {
  background: #ec8277;
}

.c-breadcrumb {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 平成角ゴシック Std W3 */
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3c3c3c;
    font-size: 0.7rem;
    line-height: 1;
    padding-top: 1.85rem;
    padding-bottom: 6.8rem;
  }
  .c-breadcrumb__parent::after {
    content: ">";
    padding: 0 0.5em;
    color: #3c3c3c;
  }
  .c-breadcrumb a:hover,
  .c-breadcrumb a:visited {
    color: #3c3c3c;
  }
}

.c-medicalcontents {
  background-color: #d8f2ff;
  position: relative;
  padding-bottom: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents {
    padding-bottom: 7rem;
  }
}
.c-medicalcontents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  padding: 3.5rem 0 2.2rem 0;
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__list {
    gap: 0.9rem;
    padding-bottom: 3.15rem;
  }
}
.c-medicalcontents__list__item {
  width: calc((100% - 1.5rem) / 2);
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__list__item {
    width: calc((100% - 1.8rem) / 3);
  }
}
.c-medicalcontents__link {
  background-color: #ffffff;
  border: 1px solid #62bde8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 0.5rem 0.75rem 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__link {
    padding: 1.2rem 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-medicalcontents__link__img {
  background-color: #d5efff;
  border-radius: 50%;
  width: 6.65rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__link__img {
    width: 42.5%;
    margin: 0;
  }
}
.c-medicalcontents__link__title {
  display: block;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1.95;
  text-align: center;
  font-size: 0.89rem;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .c-medicalcontents__link__title {
    width: 52.5%;
    line-height: 1.4;
    text-align: left;
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.c-medicalcontents__link:hover {
  background-color: #62bde8;
}
.c-medicalcontents__link:hover span {
  color: #ffffff;
}

.c-medicalpage__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding-top: 1.24rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.9rem;
    padding-top: 0;
  }
}
.c-medicalpage__title__icon {
  background-color: #d8f2ff;
  border-radius: 50%;
  width: 6.65rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__title__icon {
    width: 5.825rem;
  }
}
.c-medicalpage__title__inner {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1.4;
  text-align: center;
  font-size: 1.379rem;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__title__inner {
    /* 平成角ゴシック Std W5 */
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    letter-spacing: 0.14em;
    font-size: 1.7rem;
  }
}
.c-medicalpage__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__text {
    font-size: 0.9rem;
    padding-top: 2.5rem;
  }
}
.c-medicalpage__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.c-medicalpage__contents__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 1.1rem;
  padding: 1.72rem 0 0.5em 0;
  border-bottom: 2px solid #ec8277;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__contents__title {
    font-size: 1.4rem;
    padding: 2.5rem 0 0.25em 0;
    margin-right: 0;
  }
}
.c-medicalpage__contents__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__contents__text {
    font-size: 0.9rem;
  }
}
.c-medicalpage__sub-title {
  background-color: #62bde8;
  border-radius: 0.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 1.24rem;
  padding: 0.7em 0.5em 0.7em 0.75em;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__sub-title {
    border-radius: 0.6rem;
    font-size: 1.2rem;
    padding: 1em 0.5em 0.5em 0.75em;
  }
}
.c-medicalpage__sub-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.586rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__sub-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-top: 1.7rem;
  }
}
.c-medicalpage__sub-contents__img {
  border-radius: 0.7rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__sub-contents__img {
    width: 46%;
  }
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__sub-contents__inner {
    width: 46%;
  }
}
.c-medicalpage__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-medicalpage__info__title {
  position: relative;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  line-height: 1.3;
  padding: 1.7rem 0 0.25rem 0;
  border-bottom: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__title {
    padding: 1.7rem 1rem 1.7rem 0;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .c-medicalpage__info__title {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__title--first {
    border-top: 1px solid #cecece;
  }
}
.c-medicalpage__info__inner {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__inner {
    width: 75%;
    border-bottom: 1px solid #cecece;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__inner--first {
    border-top: 1px solid #cecece;
  }
}
.c-medicalpage__info__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  text-align: justify;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__text {
    font-size: 0.9rem;
  }
}
.c-medicalpage__info__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.c-medicalpage__info__img {
  border-radius: 0.7rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__img {
    width: 55%;
    margin-bottom: 0;
  }
}
.c-medicalpage__info__list {
  width: 100%;
}
.c-medicalpage__info__list__item {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  text-align: justify;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__list__item {
    font-size: 0.9rem;
  }
}
.c-medicalpage__info__list__item--noindent {
  text-indent: 0;
  padding-left: 0;
}
.c-medicalpage__info__list__style {
  color: #62bde8;
  font-size: 0.75rem;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .c-medicalpage__info__list__style {
    font-size: 0.7rem;
  }
}
.c-medicalpage__info__list--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}

.c-fade-up {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade-visible {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade--delay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-fade--delay01--pc {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.c-fade--delay02 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-appear--01 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.c-appear--02 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
}
.c-appear--03 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
}
.c-appear--04 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  opacity: 0;
}

.is-faded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-appeared {
  opacity: 1;
}

.p-index-mv {
  background-color: #ffffff;
  position: relative;
}
.p-index-mv__swiper {
  width: 85%;
  margin: 0 auto;
  border-radius: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__swiper {
    width: 92%;
  }
}
.p-index-mv__message {
  position: absolute;
  top: 2rem;
  left: 7.5%;
  -webkit-animation: slideIn 2s ease-in forwards;
          animation: slideIn 2s ease-in forwards;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message {
    top: 5rem;
    left: 4%;
  }
}
.p-index-mv__message__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  padding: 0.5em 1em 0.25em 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title {
    font-size: 1.5rem;
  }
}
.p-index-mv__career {
  -webkit-filter: drop-shadow(0 0 9.283px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 9.283px rgba(0, 0, 0, 0.2));
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  background-color: #ec8277;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  bottom: -6rem;
  width: 6.5rem;
  height: 6.5rem;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career {
    right: 2.5rem;
    bottom: 0;
    width: 12.5rem;
    height: 12.5rem;
  }
}
.p-index-mv__career:visited {
  color: #ffffff;
}
.p-index-mv__career:hover {
  color: #ffffff;
  opacity: 0.85;
}
.p-index-mv__career__ja {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.28;
  text-align: center;
  font-size: 1.24rem;
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career__ja {
    font-size: 1.747rem;
  }
}
.p-index-mv__career__en {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  font-size: 0.778rem;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career__en {
    font-size: 1.1rem;
  }
}
.p-index-mv__career img {
  width: 2rem;
  padding-top: 0.2rem;
}

.p-index-introduction {
  background-color: #ffffff;
}
.p-index-introduction__inner {
  position: relative;
  background-color: #d8f2ff;
  padding: 1.8rem 1.75rem;
  margin-top: 4.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__inner {
    padding: 3.4rem 3.75rem;
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-introduction__inner {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.p-index-introduction__deco {
  position: absolute;
  width: calc(100% + 4rem);
  top: -3rem;
  right: -5.5rem;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__deco {
    width: 70%;
    top: -7rem;
    right: -4rem;
  }
}
.p-index-introduction__h1 {
  background-color: #ffffff;
  border-radius: 0.55rem;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  text-align: left;
  line-height: 1.66;
  font-size: 1.2rem;
  padding: 0.75em 1.25em 0.5em 1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__h1 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__h1 {
    border-radius: 0.65rem;
    text-align: center;
    line-height: 1;
    font-size: 1.25rem;
    padding: 1em 0.5em 0.75em 0.75em;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-introduction__h1 {
    font-size: 1.5rem;
  }
}
.p-index-introduction__space {
  padding-right: 0.65em;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__space {
    padding-right: 0;
  }
}
.p-index-introduction__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 1.8rem 0 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    text-align: center;
    line-height: 1.95;
    font-size: 0.9rem;
    padding: 2rem 0 0 0;
  }
}

.p-index-info {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 9.65rem;
}
@media screen and (min-width: 1024px) {
  .p-index-info {
    padding-top: 1rem;
    padding-bottom: 12.75rem;
  }
}
.p-index-info__deco {
  position: absolute;
  width: 40%;
  right: 7.5%;
  bottom: 5.75rem;
}
@media screen and (min-width: 1024px) {
  .p-index-info__deco {
    width: 15%;
    right: 4%;
    bottom: 3rem;
  }
}
.p-index-info__list {
  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;
  position: relative;
  padding: 2.6rem 1.3rem 0 1.3rem;
}
@media screen and (min-width: 1024px) {
  .p-index-info__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6.5%;
    padding: 2.9rem 0 0 0;
  }
}
.p-index-info__list article {
  width: 100%;
  padding-bottom: 2.8rem;
}
.p-index-info__list article:not(:first-child) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-info__list article {
    display: block;
    width: 29%;
    padding-bottom: 5rem;
  }
  .p-index-info__list article:not(:first-child) {
    display: block;
  }
}
.p-index-info__link {
  display: block;
}
.p-index-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0 1rem 0;
}
.p-index-info__text__date {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: left;
  line-height: 1.6;
  font-size: 1.1rem;
  padding-right: 1em;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-info__text__date {
    line-height: 1.8;
    font-size: 1rem;
  }
}
.p-index-info__text__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-index-info__text__category__text {
  background-color: #ec8277;
  border-radius: 0.25rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  padding: 0.35em 1em 0.25em 1em;
  display: inline-block;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-info__text__category__text {
    font-size: 0.65rem;
    padding: 0.5em 1em;
    min-width: 6.5em;
  }
}
.p-index-info__title {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-info__title {
    font-size: 0.9rem;
  }
}

.p-index-greeting {
  background-color: #d8f2ff;
  position: relative;
  padding-bottom: 8.965rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting {
    padding-bottom: 12.8rem;
  }
}
.p-index-greeting__deco {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__deco {
    display: block;
    position: absolute;
    width: 35%;
    left: 4%;
    bottom: 4rem;
  }
}
.p-index-greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.25rem;
  }
}
.p-index-greeting__message {
  -webkit-animation: slideIn 2s ease-in forwards;
          animation: slideIn 2s ease-in forwards;
}
.p-index-greeting__message__title {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6fc1e8;
  text-align: left;
  vertical-align: middle;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  padding: 0.5em 1em 0.25em 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__message__title {
    color: #3676a6;
    font-size: 1.5rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.p-index-greeting__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.9;
  font-size: 0.965rem;
  padding: 1.65rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__text {
    font-size: 0.9rem;
    padding: 2rem 0 3.4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__left {
    width: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__right {
    width: 32%;
  }
}
.p-index-greeting__right img {
  border-radius: 0.7rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__right img {
    border-radius: 0.75rem;
  }
}
.p-index-greeting__doctor {
  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;
  padding: 1.5rem 0 2.4rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor {
    padding: 2rem 0 0 0;
  }
}
.p-index-greeting__doctor__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-greeting__doctor__director {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__director {
    font-size: 0.9rem;
  }
}
.p-index-greeting__doctor__name {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.05em;
  font-size: 1.38rem;
  padding: 0 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__name {
    font-size: 1.2rem;
  }
}
.p-index-greeting__doctor__en {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  font-size: 0.965rem;
  padding-right: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__en {
    font-size: 0.9rem;
  }
}

.p-index-disease {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 6.9rem;
}
@media screen and (min-width: 1024px) {
  .p-index-disease {
    padding-bottom: 13rem;
  }
}
.p-index-disease__deco01 {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40%;
  top: 4.62rem;
  left: 7.5%;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__deco01 {
    width: 17.5%;
    left: 4%;
    top: 4rem;
  }
}
.p-index-disease__deco02 {
  position: absolute;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  width: 60%;
  bottom: 3rem;
  right: 8%;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__deco02 {
    width: 32.5%;
    right: 6%;
    bottom: 2rem;
  }
}
.p-index-disease__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  padding: 3.25rem 0 1.1rem 0;
  position: relative;
}
.p-index-disease__title__inner {
  display: inline-block;
  background-color: #62bde8;
  border-radius: 2rem;
  font-size: 1.24rem;
  padding: 0.8em 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__title__inner {
    border-radius: 2.5rem;
    font-size: 1.7rem;
    padding: 0.75em 2em 0.5em 2em;
  }
}
.p-index-disease__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index-disease__list__item {
  border-bottom: 1px solid #62bde8;
  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;
  padding: 1.85rem 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2rem;
    padding: 2rem 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-disease__list__item:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-disease__list__item:nth-child(7) {
    border-bottom: none;
  }
}
.p-index-disease__list__item:nth-child(8) {
  border-bottom: none;
}
.p-index-disease__list__img {
  background-color: #81caed;
  border-radius: 1.25rem;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__list__img {
    width: 8.25rem;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-disease__list__img {
    width: 9.6rem;
  }
}
.p-index-disease__content {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content {
    text-align: left;
    width: calc(100% - 8.25rem - 1.2rem);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-disease__content {
    width: calc(100% - 9.6rem - 1.2rem);
  }
}
.p-index-disease__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-index-disease__content__list {
    padding: 1.5rem 5rem 1rem 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content__list {
    padding: 0 0 0.25rem 0;
  }
}
.p-index-disease__content__list__item {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: left;
  line-height: 1.8;
  font-size: 0.965rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content__list__item {
    font-size: 0.9rem;
  }
}
.p-index-disease__content__list__item--left {
  width: auto;
  min-width: 10em;
}
@media screen and (min-width: 768px) {
  .p-index-disease__content__list__item--left {
    min-width: 11em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content__list__item--left {
    min-width: 10em;
  }
}
.p-index-disease__content__list__item--right {
  width: auto;
}
.p-index-disease__content__list__style {
  display: inline-block;
  color: #ec8277;
  padding-right: 0.25em;
}
.p-index-disease__content__bottom {
  display: inline-block;
}
.p-index-disease__content__button {
  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;
  background: #d8f2ff;
  height: 2.3em;
  border-radius: 1rem;
  padding: 0 1em;
  overflow: hidden;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  font-size: 0.965rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content__button {
    height: 2em;
    border-radius: 0.9rem;
    font-size: 0.9rem;
  }
}
.p-index-disease__content__button__inner {
  display: block;
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-disease__content__button__inner {
    position: relative;
    bottom: -0.2em;
  }
}
.p-index-disease__content__button__arrow {
  display: block;
  width: 1.1rem;
}
.p-index-disease__content__button .st0 {
  stroke: #3676a6;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.p-index-disease__content__button:visited {
  color: #3676a6;
}
.p-index-disease__content__button:hover, .p-index-disease__content__button:active, .p-index-disease__content__button:focus {
  color: #ffffff;
  background: #3676a6;
}
.p-index-disease__content__button:hover .st0, .p-index-disease__content__button:active .st0, .p-index-disease__content__button:focus .st0 {
  stroke: #ffffff;
}
.p-index-disease__content .hvr-sweep-to-right:before {
  background: #3676a6;
}

.p-index-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-clinic {
    padding-top: 0;
  }
}
.p-index-clinic div {
  width: 50%;
  padding-top: 0;
}

.p-index-career {
  background-color: #ffffff;
  position: relative;
}
.p-index-career__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 1.9rem 0 3.25rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    line-height: 2;
    font-size: 0.9rem;
    padding: 3rem 0 7.3rem 0;
  }
}

.p-aboutus-feature {
  margin-top: 3.5rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature {
    margin-top: 0;
    padding-bottom: 4.8rem;
  }
}
.p-aboutus-feature__list {
  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%;
  padding-top: 4.9rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.5%;
    padding-top: 3.8rem;
  }
}
.p-aboutus-feature__list__item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__item {
    width: 29%;
  }
}
.p-aboutus-feature__list__item img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__item img {
    border-radius: 0.75rem;
  }
}
.p-aboutus-feature__num {
  position: absolute;
  top: -0.625em;
  left: 0;
  /* AB-shoutenmaru Regular */
  font-family: "ab-shoutenmaru", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6fc0e7;
  font-size: 2.585rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__num {
    font-size: 2.5rem;
  }
}
.p-aboutus-feature__title {
  /* 砧 丸明Yoshino StdN R */
  font-family: "kinuta-maruminyoshino-stdn", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  font-size: 1.38rem;
  padding: 1.3rem 0 0.75rem 0;
  border-bottom: 1px dotted #000000;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__title {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.4rem;
    padding: 1.4rem 0 0.6rem 0;
  }
}
.p-aboutus-feature__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 1rem 0 5.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__text {
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 0.8rem;
    padding: 1rem 0 4rem 0;
  }
}

.p-aboutus-gallery {
  padding-bottom: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery {
    padding-bottom: 12.8rem;
  }
}
.p-aboutus-gallery__swiper {
  position: relative;
  width: 100%;
  padding-top: 3.1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper {
    padding-top: 2.5rem;
  }
}
.p-aboutus-gallery__swiper .swiper-button-prev,
.p-aboutus-gallery__swiper .swiper-button-next {
  display: none;
}
.p-aboutus-gallery__swiper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.1rem 0 2.1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.9rem 0;
  }
}
.p-aboutus-gallery__swiper__title {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  letter-spacing: 0.14em;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper__title {
    font-size: 1.1rem;
    width: 22.5%;
  }
}
.p-aboutus-gallery__swiper__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper__text {
    font-size: 0.8rem;
    width: 77.5%;
    min-height: 5em;
  }
}
.p-aboutus-gallery__swiper__thumb {
  width: 100%;
}
.p-aboutus-gallery__swiper__thumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper__thumb__inner {
    gap: 1.25%;
  }
}
.p-aboutus-gallery__swiper__thumb__slide {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-bottom: 0.5rem;
  width: 31.5% !important;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__swiper__thumb__slide {
    margin-bottom: 1rem;
    width: 19% !important;
  }
}
.p-aboutus-gallery__swiper__thumb .swiper-slide-thumb-active {
  border: 2px solid #62bde8;
}
.p-aboutus-gallery__space {
  background-color: #ffffff;
  width: 100%;
  height: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-gallery__space {
    display: none;
  }
}

.p-aboutus-collaboration {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 4.95rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-collaboration {
    padding-bottom: 7.3rem;
  }
}
.p-aboutus-collaboration__deco {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40%;
  top: 4.8rem;
  left: 7.5%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-collaboration__deco {
    width: 17.5%;
    left: 4%;
    top: 4.2rem;
  }
}
.p-aboutus-collaboration__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 4.55rem 0 2.4rem 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-collaboration__text {
    line-height: 1.9;
    font-size: 0.9rem;
    padding: 3.3rem 0 1.9rem 0;
  }
}
.p-aboutus-collaboration__list {
  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;
  gap: 0.69rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-collaboration__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7rem;
  }
}
.p-aboutus-collaboration__list__item {
  width: 70%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-collaboration__list__item {
    width: 25%;
  }
}

.p-medicalinformation-contents {
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents {
    margin-top: 0;
    padding-bottom: 9rem;
  }
}
.p-medicalinformation-contents__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 3.1rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__text {
    text-align: center;
    line-height: 1.9;
    font-size: 0.9rem;
    padding: 3.6rem 0 2.8rem 0;
  }
}
.p-medicalinformation-contents__list {
  width: 100%;
  position: relative;
}
.p-medicalinformation-contents__list__item {
  width: 100%;
  position: relative;
  padding-top: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__item {
    margin-bottom: 4rem;
  }
}
.p-medicalinformation-contents__list__img {
  border-radius: 0.8rem 0.8rem 0 0;
}
.p-medicalinformation-contents__list__inner {
  position: relative;
  background-color: #d8f2ff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1.5rem 1.75rem 1.75rem 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__item:nth-child(odd) .p-medicalinformation-contents__list__img {
    border-radius: 0.75rem;
    width: 47.5%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-medicalinformation-contents__list__item:nth-child(odd) .p-medicalinformation-contents__list__inner {
    width: 57.5%;
    margin: 0 0 0 auto;
    border-radius: 0.75rem;
    padding: 1.75rem 1.75rem 1.75rem 4.4rem;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__item:nth-child(even) .p-medicalinformation-contents__list__img {
    border-radius: 0.75rem;
    width: 47.5%;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-medicalinformation-contents__list__item:nth-child(even) .p-medicalinformation-contents__list__inner {
    width: 57.5%;
    margin: 0 auto 0 0;
    border-radius: 0.75rem;
    padding: 1.75rem 4.4rem 1.75rem 1.75rem;
    z-index: 2;
  }
}
.p-medicalinformation-contents__list__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.9rem;
  }
}
.p-medicalinformation-contents__list__title img {
  background-color: #ffffff;
  border-radius: 50%;
  width: 6.65rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__title img {
    width: 5.825rem;
  }
}
.p-medicalinformation-contents__list__title span {
  display: block;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  text-align: center;
  font-size: 1.379rem;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__title span {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-medicalinformation-contents__list__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 1.25rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__list__text {
    font-size: 0.8rem;
    padding: 1rem 0;
  }
}
.p-medicalinformation-contents__button {
  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;
  width: 100%;
  background: #ffffff;
  border: 1px solid #62bde8;
  height: 2.25rem;
  border-radius: 1.25rem;
  padding: 0 0.75rem;
  overflow: hidden;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  font-size: 0.965rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 11.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__button {
    font-size: 0.9rem;
    width: 11rem;
    margin: 0 0 0 auto;
  }
}
.p-medicalinformation-contents__button__inner {
  display: block;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__button__inner {
    position: relative;
    bottom: -0.175em;
  }
}
.p-medicalinformation-contents__button__arrow {
  display: block;
  width: 1.2rem;
}
.p-medicalinformation-contents__button .st0 {
  stroke: #3676a6;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.p-medicalinformation-contents__button:visited {
  color: #3676a6;
}
.p-medicalinformation-contents__button:hover, .p-medicalinformation-contents__button:active, .p-medicalinformation-contents__button:focus {
  color: #ffffff;
  background: #3676a6;
  border: 1px solid #3676a6;
}
.p-medicalinformation-contents__button:hover .st0, .p-medicalinformation-contents__button:active .st0, .p-medicalinformation-contents__button:focus .st0 {
  stroke: #ffffff;
}
.p-medicalinformation-contents__button.hvr-sweep-to-right:before {
  background: #3676a6;
}
.p-medicalinformation-contents__anchor {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (min-width: 481px) {
  .p-medicalinformation-contents__anchor {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .p-medicalinformation-contents__anchor {
    margin-top: -315px;
    padding-top: 315px;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-contents__anchor {
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

.p-medicalinformation-patient {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient {
    padding-bottom: 9rem;
  }
}
.p-medicalinformation-patient__inner {
  position: relative;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__inner {
    padding: 3.2rem 5.5rem 0.7rem 5.5rem;
    margin-top: 2.05rem;
  }
}
.p-medicalinformation-patient__title {
  background-color: #62bde8;
  border-radius: 0.5rem;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.24rem;
  padding: 0.75em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__title {
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
}
.p-medicalinformation-patient__treatmenttime {
  padding: 1rem 0 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__treatmenttime {
    padding: 2.3rem 0 4.5rem 0;
    width: 67.5%;
    margin: 0 auto;
  }
}
.p-medicalinformation-patient__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 1.2rem 0 2.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__text {
    font-size: 1rem;
    padding: 1.5rem 0 4.5rem 0;
  }
}
.p-medicalinformation-patient__list {
  position: relative;
  padding: 1rem 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__list {
    padding: 2.6rem 0 0 0;
  }
}
.p-medicalinformation-patient__list__item {
  position: relative;
  padding: 0 0 2rem 1.2rem;
}
.p-medicalinformation-patient__list__item--hidden {
  display: none;
}
.p-medicalinformation-patient__list__style {
  display: inline-block;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #62bde8;
  line-height: 1;
  font-size: 0.965rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__list__style {
    line-height: 1.2rem;
    font-size: 0.9rem;
  }
}
.p-medicalinformation-patient__list__title {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231815;
  line-height: 1.6;
  font-size: 1.24rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__list__title {
    line-height: 1.35;
    font-size: 1.2rem;
  }
}
.p-medicalinformation-patient__list__title__inner {
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__list__title__inner {
    font-size: 0.8rem;
  }
}
.p-medicalinformation-patient__list__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__list__text {
    line-height: 2;
    font-size: 0.8rem;
    padding-top: 0.25rem;
  }
}
.p-medicalinformation-patient__note {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__note {
    line-height: 2;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__note--space {
    padding-bottom: 6rem;
  }
}
.p-medicalinformation-patient__img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-medicalinformation-patient__img {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 17rem;
  }
}
.p-medicalinformation-patient__img__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-doctor-doctor {
  margin-top: 3.5rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor {
    margin-top: 0;
    padding-bottom: 10.6rem;
  }
}
.p-doctor-doctor__wrapper {
  position: relative;
}
.p-doctor-doctor__inner {
  padding-top: 2.2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__inner {
    padding-top: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__left {
    width: 70%;
  }
}
@media screen and (min-width: 1920px) {
  .p-doctor-doctor__left {
    width: 74%;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__img--sp {
    display: none;
  }
}
.p-doctor-doctor__img--sp img {
  border-radius: 0.7rem;
}
.p-doctor-doctor__img--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__img--pc {
    display: block;
    border-radius: 0.75rem 0 0 0.75rem;
    position: absolute;
    top: 3.25rem;
    right: 0;
    width: 32.5%;
  }
}
@media screen and (min-width: 1920px) {
  .p-doctor-doctor__img--pc {
    width: 30%;
  }
}
.p-doctor-doctor__message__title {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  text-align: left;
  vertical-align: middle;
  background-color: #d8f2ff;
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  padding: 0.5em 1em 0.25em 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__message__title {
    font-size: 1.5rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.p-doctor-doctor__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.9;
  font-size: 0.965rem;
  padding: 1.65rem 0;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__text {
    font-size: 0.9rem;
    padding: 1.5rem 2rem 2rem 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-doctor-doctor__text {
    padding: 2rem 2.5rem 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__text__kerning {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1920px) {
  .p-doctor-doctor__text__kerning {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__name--sp {
    display: none;
  }
}
.p-doctor-doctor__name--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__name--pc {
    display: block;
  }
}
.p-doctor-doctor__ja {
  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;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__ja {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
  }
}
.p-doctor-doctor__ja__director {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  font-size: 0.965rem;
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__ja__director {
    font-size: 1rem;
  }
}
.p-doctor-doctor__ja__name {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.14em;
  font-size: 1.38rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__ja__name {
    font-size: 1.5rem;
  }
}
.p-doctor-doctor__en {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #62bde8;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__en {
    text-align: right;
    font-size: 1.047rem;
  }
}
.p-doctor-doctor__en__space {
  padding-right: 0.75em;
}
.p-doctor-doctor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.2rem;
  }
}
.p-doctor-doctor__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__list--left {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__list--right {
    width: 42.5%;
  }
}
.p-doctor-doctor__list__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  font-size: 1.034rem;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #000000;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__list__title {
    font-size: 0.9rem;
  }
}
.p-doctor-doctor__list__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  line-height: 1.8;
  font-size: 0.9rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__list__text {
    font-size: 0.8rem;
    padding-bottom: 3rem;
  }
}
.p-doctor-doctor__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-doctor-doctor__timeline__title {
  width: 7.5em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__timeline__title {
    width: 8em;
  }
}
.p-doctor-doctor__timeline__text {
  width: calc(100% - 8em);
}
.p-doctor-doctor__book {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.p-doctor-staff {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff {
    padding-bottom: 5rem;
  }
}
.p-doctor-staff__list {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__list {
    padding-top: 3.1rem;
  }
}
.p-doctor-staff__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__list__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__img {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__contents {
    width: 60%;
  }
}
.p-doctor-staff__name {
  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;
  padding-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
  }
}
.p-doctor-staff__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-doctor-staff__ja__director {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  font-size: 0.965rem;
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__ja__director {
    font-size: 1rem;
  }
}
.p-doctor-staff__ja__name {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.14em;
  font-size: 1.38rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__ja__name {
    font-size: 1.5rem;
  }
}
.p-doctor-staff__en {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #62bde8;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__en {
    text-align: left;
    font-size: 1.047rem;
    padding-top: 0;
    padding-left: 2.5em;
  }
}
.p-doctor-staff__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__text {
    line-height: 1.9;
    font-size: 0.9rem;
  }
}

.p-access-trafficaccess {
  margin-top: 3.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess {
    margin-top: 0;
    padding-bottom: 3.5rem;
  }
}
.p-access-trafficaccess__deco02 {
  position: absolute;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  width: 60%;
  bottom: 0;
  right: 8%;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__deco02 {
    display: none;
  }
}
.p-access-trafficaccess__map {
  padding-top: 3.17rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__map {
    padding-top: 3.5rem;
  }
}
.p-access-trafficaccess__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;
  padding-top: 1.45rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 1.9rem;
  }
}
.p-access-trafficaccess__link__inner {
  display: inline-block;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00000a;
  text-decoration: underline;
  margin-right: 0.5em;
  font-size: 1.1rem;
  position: relative;
  bottom: -0.1em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__link__inner {
    font-size: 1rem;
  }
}
.p-access-trafficaccess__link__arrow {
  display: block;
  width: 1.5rem;
}
.p-access-trafficaccess__link .st0 {
  stroke: #3c3c3c;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.p-access-trafficaccess__link:visited {
  color: #00000a;
}
.p-access-trafficaccess__link:hover, .p-access-trafficaccess__link:active, .p-access-trafficaccess__link:focus {
  color: #00000a;
}
.p-access-trafficaccess__icon {
  width: 30%;
  margin: 0 auto;
  background-color: #62bde8;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__icon {
    width: 6.8rem;
  }
}
.p-access-trafficaccess__title {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  text-align: center;
  font-size: 1.379rem;
  display: block;
  padding: 0.75em 0;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__title {
    font-size: 1.4rem;
    padding: 1em 0 0 0;
  }
}
.p-access-trafficaccess__bus {
  padding: 3.38rem 0 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus {
    padding: 3.5rem 0 3.6rem 0;
    border-bottom: 1px solid #62bde8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-access-trafficaccess__bus__title {
  background-color: #d8f2ff;
  padding: 1rem;
  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: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    width: 9rem;
    padding: 0;
  }
}
.p-access-trafficaccess__bus__title__01 {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  font-size: 1.93rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__title__01 {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    bottom: -0.1em;
  }
}
.p-access-trafficaccess__bus__title__02 {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  font-size: 1.24rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__title__02 {
    text-align: center;
    font-size: 0.94rem;
    position: relative;
    bottom: -0.1em;
  }
}
.p-access-trafficaccess__bus__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__list {
    width: calc(100% - 9rem - 1.5rem);
  }
}
.p-access-trafficaccess__bus__list__item {
  padding: 1rem 0;
  border-top: 1px solid #cecece;
  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;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__list__item {
    padding: 0.8rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-access-trafficaccess__bus__list__item:first-child {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__list__item:last-child {
    padding: 0.8rem 0 0.5rem 0;
  }
}
.p-access-trafficaccess__bus__start {
  display: block;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__start {
    width: 19em;
    text-align: left;
    font-size: 0.9rem;
  }
}
.p-access-trafficaccess__bus__start--s {
  font-size: 0.857rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__start--s {
    font-size: 0.8rem;
  }
}
.p-access-trafficaccess__bus__arrow {
  width: 1rem;
  margin: 0 auto;
  padding: 0.25rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__arrow {
    width: 3.5rem;
    padding: 0;
  }
}
.p-access-trafficaccess__bus__arrival {
  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: 1rem;
}
.p-access-trafficaccess__bus__stop {
  width: 9.25em;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
  position: relative;
  bottom: -0.1em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__stop {
    width: 10.5em;
    font-size: 0.9rem;
    padding-left: 0.5em;
    bottom: -0.25em;
  }
}
.p-access-trafficaccess__bus__img {
  width: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__img {
    width: 1.75rem;
  }
}
.p-access-trafficaccess__bus__in {
  width: 4.5em;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__in {
    font-size: 0.9rem;
    position: relative;
    bottom: -0.1em;
  }
}
.p-access-trafficaccess__bus__in--l {
  font-size: 1.18rem;
  padding: 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__bus__in--l {
    font-size: 1.1rem;
  }
}
.p-access-trafficaccess__other {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-access-trafficaccess__car {
  padding: 0 0 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car {
    width: 50%;
    padding: 3.6rem 0;
    border-right: 1px solid #62bde8;
  }
}
.p-access-trafficaccess__car__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__list {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-access-trafficaccess__car__list {
    width: 80%;
  }
}
.p-access-trafficaccess__car__list__item {
  padding: 1rem 0;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__list__item {
    padding: 0.8rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-access-trafficaccess__car__list__item:first-child {
  border-top: none;
}
.p-access-trafficaccess__car__arrival {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
  width: 100%;
  position: relative;
  bottom: -0.25em;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__arrival {
    line-height: 1.5;
    font-size: 0.9rem;
    padding-bottom: 0;
    width: 15em;
  }
}
.p-access-trafficaccess__car__arrival__style {
  color: #62bde8;
  padding-right: 0.1em;
}
.p-access-trafficaccess__car__img {
  width: 1.75rem;
  margin-left: 1rem;
}
.p-access-trafficaccess__car__in {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
  padding-left: 0.5rem;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__in {
    font-size: 0.9rem;
  }
}
.p-access-trafficaccess__car__in__note {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.5;
  text-align: left;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__in__note {
    font-size: 0.9rem;
  }
}
.p-access-trafficaccess__car__in--l {
  font-size: 1.18rem;
  padding: 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__car__in--l {
    font-size: 1.1rem;
  }
}
.p-access-trafficaccess__train {
  padding: 0 0 4.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train {
    width: 50%;
    padding: 3.6rem 0 0 0;
  }
}
.p-access-trafficaccess__train__list {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__list {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-access-trafficaccess__train__list {
    width: 75%;
  }
}
.p-access-trafficaccess__train__list__item {
  padding: 1rem 0;
  border-top: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__list__item {
    padding: 0.8rem 0;
  }
}
.p-access-trafficaccess__train__list__item:first-child {
  border-top: none;
}
.p-access-trafficaccess__train__arrival {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
  width: 15.5em;
  position: relative;
  bottom: -0.1em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__arrival {
    font-size: 0.9rem;
    width: 16em;
    bottom: -0.25em;
  }
}
.p-access-trafficaccess__train__arrival__style {
  color: #62bde8;
  padding-right: 0.1em;
}
.p-access-trafficaccess__train__img {
  width: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__img {
    width: 1.75rem;
  }
}
.p-access-trafficaccess__train__in {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  line-height: 1;
  text-align: left;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__in {
    font-size: 0.9rem;
    position: relative;
    bottom: -0.1em;
  }
}
.p-access-trafficaccess__train__in--l {
  font-size: 1.18rem;
  padding: 0 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-access-trafficaccess__train__in--l {
    font-size: 1.1rem;
  }
}

.p-privacypolicy-privacypolicy {
  margin-top: 3.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy {
    margin-top: 0;
    padding-bottom: 6rem;
  }
}
.p-privacypolicy-privacypolicy__wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacypolicy-privacypolicy__wrapper {
    width: 65%;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1920px) {
  .p-privacypolicy-privacypolicy__wrapper {
    width: 53%;
  }
}
.p-privacypolicy-privacypolicy__title {
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__title {
    line-height: 1.15;
  }
}
.p-privacypolicy-privacypolicy__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__text {
    font-size: 0.9rem;
    padding-top: 5.5rem;
  }
}
.p-privacypolicy-privacypolicy__list {
  padding-top: 2rem;
}
.p-privacypolicy-privacypolicy__list__item {
  text-indent: -1em;
  padding-left: 1em;
}
.p-privacypolicy-privacypolicy__link {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__link {
    font-size: 0.9rem;
  }
}
.p-privacypolicy-privacypolicy__link__style {
  color: #62bde8;
  font-size: 0.9rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__link__style {
    font-size: 0.8rem;
  }
}
.p-privacypolicy-privacypolicy__link__inner {
  text-decoration: underline;
}
.p-privacypolicy-privacypolicy__note {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__note {
    font-size: 0.9rem;
  }
}

.p-hand_surgery-about {
  margin-top: 3.5rem;
  padding-bottom: 4.96rem;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-about {
    margin-top: 0;
    padding-bottom: 6.9rem;
  }
}
.p-hand_surgery-about__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.p-hand_surgery-about__text__link {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  text-decoration: underline;
}
.p-hand_surgery-about__text__link:visited, .p-hand_surgery-about__text__link:hover {
  color: #3676a6;
}

.p-hand_surgery-disease {
  padding-bottom: 7.655rem;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease {
    padding-bottom: 10.9rem;
  }
}
.p-hand_surgery-disease__list__item {
  border-top: 1px solid #cecece;
}
.p-hand_surgery-disease__list__item:first-child {
  border-top: none;
}
.p-hand_surgery-disease__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__list__link {
    gap: 1rem;
  }
}
.p-hand_surgery-disease__list__check {
  width: 1.5rem;
}
.p-hand_surgery-disease__list__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__list__text {
    font-size: 0.9rem;
    position: relative;
    bottom: -0.25em;
  }
}
.p-hand_surgery-disease__list__arrow {
  width: 1.5rem;
}
.p-hand_surgery-disease__contents {
  padding: 3.6rem 0 2rem 0;
}
.p-hand_surgery-disease__title {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 1.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.25em 0.5em 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__title {
    font-size: 0.9rem;
    padding: 0.75em 1.25em 0.35em 1.25em;
  }
}
.p-hand_surgery-disease__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  text-align: justify;
  font-size: 0.965rem;
  padding: 1em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__text {
    font-size: 0.9rem;
  }
}
.p-hand_surgery-disease__img {
  padding: 1rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__img {
    padding: 1.2rem 0 3.6rem 0;
    width: 85%;
    margin: 0 auto;
  }
}
.p-hand_surgery-disease__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-hand_surgery-disease__info__title {
  position: relative;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  line-height: 1.3;
  padding: 0.7rem 0 0.25rem 1.5em;
  border-top: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__info__title {
    padding: 1.7rem 2.5rem 1.7rem 1.5em;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__info__title--last {
    border-bottom: 1px solid #cecece;
  }
}
.p-hand_surgery-disease__info__title__num {
  display: block;
  /* 小塚ゴシック Pr6N R */
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__info__title__num {
    top: 1.7rem;
  }
}
@media screen and (min-width: 1536px) {
  .p-hand_surgery-disease__info__title__num {
    top: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-hand_surgery-disease__info__title__num {
    top: 1.7rem;
  }
}
.p-hand_surgery-disease__info__inner {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-hand_surgery-disease__info__inner {
    width: 75%;
    border-top: 1px solid #cecece;
    padding: 1.5rem 0;
  }
}
.p-hand_surgery-disease__info__inner--last {
  border-bottom: 1px solid #cecece;
}

.p-rehabilitation-about {
  margin-top: 3.5rem;
  padding-bottom: 4.69rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-about {
    margin-top: 0;
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-rehabilitation-about {
    padding-bottom: 11rem;
  }
}
@media screen and (min-width: 1536px) {
  .p-rehabilitation-about {
    padding-bottom: 13rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-rehabilitation-about {
    padding-bottom: 14rem;
  }
}

.p-rehabilitation-assessment__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__text {
    font-size: 0.9rem;
    padding-top: 0;
  }
}
.p-rehabilitation-assessment__title {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 1.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.25em;
  margin: 1.38rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__title {
    font-size: 0.9rem;
    padding: 0.75em 1.25em 0.35em 1.25em;
    margin: 2rem 0 1rem 0;
  }
}
.p-rehabilitation-assessment__sub-title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 1.1rem;
  padding: 1.5em 0 0.5em 0;
  border-bottom: 2px solid #ec8277;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__sub-title {
    font-size: 0.9rem;
    padding: 1.8rem 0 0.5em 0;
  }
}
.p-rehabilitation-assessment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__list {
    padding: 1.5rem 0 0.75rem 0;
  }
}
.p-rehabilitation-assessment__list__item {
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__list__item {
    width: 22.5%;
  }
}
.p-rehabilitation-assessment__list__caption {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  text-align: center;
  font-size: 0.965rem;
  padding: 0.5em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-assessment__list__caption {
    font-size: 0.9rem;
    padding: 1em 0;
  }
}

.p-rehabilitation-treatment {
  padding: 3.24rem 0 3.79rem 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment {
    padding: 3.5rem 0 4.4rem 0;
  }
}
.p-rehabilitation-treatment__title {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 1.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.25em;
  margin: 1.58rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment__title {
    font-size: 0.9rem;
    padding: 0.75em 1.25em 0.35em 1.25em;
    margin: 1.6rem 0 1.2rem 0;
  }
}
.p-rehabilitation-treatment__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment__text {
    font-size: 0.9rem;
  }
}
.p-rehabilitation-treatment__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5rem;
  }
}
.p-rehabilitation-treatment__list__item {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment__list__item {
    width: 47%;
    padding-bottom: 2rem;
  }
}
.p-rehabilitation-treatment__list__item img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-treatment__list__item img {
    border-radius: 0.75rem;
  }
}

.p-rehabilitation-physiotherapy {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-physiotherapy {
    padding-bottom: 7.2rem;
  }
}
.p-rehabilitation-physiotherapy__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-physiotherapy__text {
    font-size: 0.9rem;
    padding-top: 0;
  }
}

.p-rehabilitation-homeexercise {
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise {
    padding-bottom: 5rem;
  }
}
.p-rehabilitation-homeexercise__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1.586rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise__text {
    font-size: 0.9rem;
    padding-top: 1.7rem;
  }
}
.p-rehabilitation-homeexercise__title {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 1.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.25em;
  margin: 1.58rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise__title {
    font-size: 0.9rem;
    padding: 0.75em 1.25em 0.35em 1.25em;
    margin: 1.6rem 0 1.2rem 0;
  }
}
.p-rehabilitation-homeexercise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise__list {
    margin-bottom: 2.2rem;
  }
}
.p-rehabilitation-homeexercise__list__item {
  width: 45%;
}
.p-rehabilitation-homeexercise__list__img {
  border-radius: 0.7rem;
}
.p-rehabilitation-homeexercise__list__arrow {
  height: 100%;
  width: 5%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise__list__arrow {
    width: 3%;
  }
}
.p-rehabilitation-homeexercise__list__arrow img {
  margin-left: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-homeexercise__list__arrow img {
    margin-left: 0.5rem;
  }
}

.p-rehabilitation-adl {
  padding-bottom: 4.138rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl {
    padding-bottom: 5.6rem;
  }
}
.p-rehabilitation-adl__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1.586rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl__text {
    font-size: 0.9rem;
    padding-top: 1.7rem;
  }
}
.p-rehabilitation-adl__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5rem;
  }
}
.p-rehabilitation-adl__list__item {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl__list__item {
    width: 47%;
  }
}
.p-rehabilitation-adl__list__item img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl__list__item img {
    border-radius: 0.75rem;
  }
}
.p-rehabilitation-adl__list__caption {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1.5;
  text-align: center;
  font-size: 0.965rem;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-adl__list__caption {
    font-size: 0.9rem;
    padding-top: 1em;
  }
}

.p-rehabilitation-frequency {
  padding-bottom: 9.38rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-frequency {
    padding-bottom: 12rem;
  }
}
.p-rehabilitation-frequency__list {
  width: 100%;
  padding-top: 1.586rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-frequency__list {
    padding-top: 1.7rem;
  }
}
.p-rehabilitation-frequency__list__item {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  text-align: justify;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-frequency__list__item {
    font-size: 0.9rem;
  }
}
.p-rehabilitation-frequency__list__style {
  color: #62bde8;
  font-size: 0.75rem;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .p-rehabilitation-frequency__list__style {
    font-size: 0.7rem;
  }
}

.p-orthopaedic-about {
  margin-top: 3.5rem;
  padding-bottom: 4.96rem;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-about {
    margin-top: 0;
    padding-bottom: 6.9rem;
  }
}
.p-orthopaedic-about__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 1.1rem;
  padding: 1.72rem 0 0.5em 0;
  border-bottom: 2px solid #ec8277;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-about__title {
    font-size: 1.4rem;
    padding: 2.5rem 0 0.25em 0;
    margin-right: 0;
  }
}
.p-orthopaedic-about__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-about__text {
    font-size: 0.9rem;
    padding-top: 0.75rem;
  }
}
.p-orthopaedic-about__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.p-orthopaedic-about__text__link {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  text-decoration: underline;
}

.p-orthopaedic-treatment {
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment {
    padding-bottom: 7.2rem;
  }
}
.p-orthopaedic-treatment__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__text {
    font-size: 0.9rem;
    padding-top: 0;
  }
}
.p-orthopaedic-treatment__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.p-orthopaedic-treatment__text__link {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  text-decoration: underline;
}
.p-orthopaedic-treatment__text__link:visited, .p-orthopaedic-treatment__text__link:hover {
  color: #3676a6;
}
.p-orthopaedic-treatment__title {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 1.5rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.1rem;
  padding: 0.5em 1.25em 0.5em 1.25em;
  margin: 3.6rem 0 1.8rem 0;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__title {
    font-size: 0.9rem;
    padding: 0.75em 1.25em 0.35em 1.25em;
    margin: 3.6rem 0 1.8rem 0;
  }
}
.p-orthopaedic-treatment__space {
  padding-top: 2rem;
}
.p-orthopaedic-treatment__list {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__list {
    padding-bottom: 4rem;
  }
}
.p-orthopaedic-treatment__list__item {
  border-bottom: 1px solid #cecece;
}
.p-orthopaedic-treatment__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__list__link {
    gap: 1rem;
  }
}
.p-orthopaedic-treatment__list__check {
  width: 1.5rem;
}
.p-orthopaedic-treatment__list__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1;
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__list__text {
    font-size: 0.9rem;
    position: relative;
    bottom: -0.25em;
  }
}
.p-orthopaedic-treatment__list__arrow {
  width: 1.5rem;
}
.p-orthopaedic-treatment__info__space {
  padding-top: 2rem;
}
.p-orthopaedic-treatment__info__link {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  text-decoration: underline;
}
.p-orthopaedic-treatment__info__link:visited, .p-orthopaedic-treatment__info__link:hover {
  color: #3676a6;
}
.p-orthopaedic-treatment__note {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  border: 1px solid #ec8277;
  padding: 2em 1.75em;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .p-orthopaedic-treatment__note {
    font-size: 0.9rem;
    padding: 2.25em 2.5em;
    margin: 7.2rem 0 6rem 0;
  }
}

.p-shoulderelbow_surgery-about {
  margin-top: 3.5rem;
  padding-bottom: 4.96rem;
}
@media screen and (min-width: 1024px) {
  .p-shoulderelbow_surgery-about {
    margin-top: 0;
    padding-bottom: 6.9rem;
  }
}
.p-shoulderelbow_surgery-about__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 1.1rem;
  padding: 1.72rem 0 0.5em 0;
  border-bottom: 2px solid #ec8277;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-shoulderelbow_surgery-about__title {
    font-size: 1.4rem;
    padding: 2.5rem 0 0.25em 0;
    margin-right: 0;
  }
}
.p-shoulderelbow_surgery-about__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-shoulderelbow_surgery-about__text {
    font-size: 0.9rem;
    padding-top: 0.75rem;
  }
}
.p-shoulderelbow_surgery-about__text--accent {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
}
.p-shoulderelbow_surgery-about__text__link {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  text-decoration: underline;
}

.p-surgical_treatments-about {
  margin-top: 3.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about {
    margin-top: 0;
    padding-bottom: 7rem;
  }
}
.p-surgical_treatments-about__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about__list__item {
    width: 47%;
  }
}
.p-surgical_treatments-about__list__img {
  border-radius: 0.7rem;
}
.p-surgical_treatments-about__list__caption {
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1.5;
  text-align: center;
  font-size: 0.965rem;
  padding: 0.75em 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about__list__caption {
    font-size: 0.9rem;
    padding-bottom: 1.5rem;
  }
}
.p-surgical_treatments-about__list__caption--none {
  display: none;
}
.p-surgical_treatments-about__sub-title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3676a6;
  line-height: 1.8;
  font-size: 0.965rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about__sub-title {
    font-size: 0.9rem;
  }
}
.p-surgical_treatments-about__sub-title--space {
  padding-top: 2em;
}
.p-surgical_treatments-about__sub-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-about__sub-list {
    padding-bottom: 0.25rem;
  }
}
.p-surgical_treatments-about__sub-list__item {
  width: 47%;
}
.p-surgical_treatments-about__sub-list__img {
  border-radius: 0.7rem;
}
.p-surgical_treatments-about__sub-list__caption {
  display: none;
}

.p-surgical_treatments-surgery {
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery {
    padding-bottom: 7.2rem;
  }
}
.p-surgical_treatments-surgery__space {
  padding-bottom: 2.7rem;
}
.p-surgical_treatments-surgery__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__text {
    font-size: 0.9rem;
    padding-top: 0;
  }
}
.p-surgical_treatments-surgery__table {
  margin-top: 1.8rem;
  margin-bottom: 6.3rem;
  width: 100%;
}
.p-surgical_treatments-surgery__table tr {
  width: 100%;
}
.p-surgical_treatments-surgery__table .p-surgical_treatments-surgery__table--odd {
  background-color: #ffffff;
}
.p-surgical_treatments-surgery__table .p-surgical_treatments-surgery__table--even {
  background-color: #f2f2f2;
}
.p-surgical_treatments-surgery__table th {
  background-color: #d8f2ff;
  border-right: 1px solid #cecece;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 0.965rem;
  padding: 0.5rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table th {
    line-height: 1;
    font-size: 0.8rem;
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}
.p-surgical_treatments-surgery__table th.p-surgical_treatments-surgery__table--last {
  border: none;
}
.p-surgical_treatments-surgery__table td {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 0.965rem;
  padding: 0.75rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table td {
    line-height: 1;
    font-size: 0.8rem;
    padding: 0.75rem 1em;
  }
}
.p-surgical_treatments-surgery__table__disease {
  border-right: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__disease {
    width: 30%;
  }
}
.p-surgical_treatments-surgery__table__technique {
  border-right: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__technique {
    width: 40%;
  }
}
.p-surgical_treatments-surgery__table__technique__space {
  padding-right: 2em;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__technique__space {
    padding-right: 4em;
  }
}
.p-surgical_treatments-surgery__table__score {
  border-right: 1px solid #cecece;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__score {
    width: 15%;
  }
}
.p-surgical_treatments-surgery__table__score__space {
  padding-right: 1em;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__score__space {
    padding-right: 2em;
  }
}
.p-surgical_treatments-surgery__table__price {
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .p-surgical_treatments-surgery__table__price {
    width: 15%;
  }
}

.p-faq-faq {
  position: relative;
  margin-top: 3.5rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq {
    margin-top: 0;
    padding-bottom: 6.9rem;
  }
}
.p-faq-faq__wrapper {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq-faq__wrapper {
    width: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 1536px) {
  .p-faq-faq__wrapper {
    width: 65%;
    max-width: 1020px;
  }
}
@media screen and (min-width: 1600px) {
  .p-faq-faq__wrapper {
    width: 1020px;
  }
}
.p-faq-faq__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  font-size: 0.965rem;
  padding: 4.55rem 0;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__text {
    line-height: 1.9;
    text-align: center;
    font-size: 0.9rem;
    padding: 3.3rem 0;
  }
}
.p-faq-faq__link {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
}
.p-faq-faq__link__item {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__link__item {
    width: 28%;
    padding-bottom: 0;
  }
}
.p-faq-faq__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ec8277;
  line-height: 1;
  font-size: 1.1rem;
  padding: 1.72rem 0 0.5em 0;
  border-bottom: 2px solid #ec8277;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__title {
    font-size: 1.4rem;
    padding: 2.5rem 0 0.25em 0;
  }
}
.p-faq-faq__list {
  width: 100%;
}
.p-faq-faq__list__item {
  padding: 1.8rem 0;
  border-bottom: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__list__item {
    padding: 1.8rem 0;
  }
}
.p-faq-faq__list__item--last {
  border-bottom: 0;
}
.p-faq-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.p-faq-faq__question__num {
  display: inline-block;
  background-color: #ec8277;
  border-radius: 0.45rem;
  height: 2.5em;
  width: 2.5em;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__question__num {
    font-size: 1.35rem;
  }
}
.p-faq-faq__question__num span {
  font-size: 1.485rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__question__num span {
    font-size: 1.485rem;
  }
}
.p-faq-faq__question__text {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.6;
  font-size: 1.1rem;
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__question__text {
    font-size: 1.1rem;
    padding-top: 0.75em;
  }
}
.p-faq-faq__question__text--low {
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__question__text--low {
    padding-top: 0.75em;
  }
}
.p-faq-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding-top: 0.85rem;
}
.p-faq-faq__answer__num {
  display: inline-block;
  background-color: #d8f2ff;
  border-radius: 0.45rem;
  height: 2.5em;
  width: 2.5em;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 平成角ゴシック Std W7 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3676a6;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__answer__num {
    font-size: 1.35rem;
  }
}
.p-faq-faq__answer__num span {
  font-size: 1.485rem;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__answer__num span {
    font-size: 1.485rem;
  }
}
.p-faq-faq__answer__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 0.965rem;
  padding-top: 0.1em;
}
@media screen and (min-width: 1024px) {
  .p-faq-faq__answer__text {
    font-size: 0.9rem;
    padding-top: 1em;
  }
}

.p-wp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 3.5rem 0 3.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    padding: 3.5rem 0 20rem 0;
  }
}
.p-wp-blog__main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__main {
    width: 67%;
  }
}
.p-wp-blog__side {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side {
    width: 33%;
    padding-left: 9%;
    padding-top: 0;
  }
}
.p-wp-blog__post {
  border-top: 1px dotted #000000;
  padding: 2rem 0.2rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post {
    padding: 2rem 0.2rem;
  }
}
.p-wp-blog__post:last-child {
  border-bottom: 1px dotted #000000;
}
.p-wp-blog__post__link {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__img {
    width: 33%;
  }
}
.p-wp-blog__post__inner {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner {
    width: 65%;
    padding-top: 0;
  }
}
.p-wp-blog__post__date {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: 0.9rem;
  }
}
.p-wp-blog__post__title {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3c3c3c;
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__title {
    font-size: 1.1rem;
  }
}
.p-wp-blog__post__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-wp-blog__post__category__list__item {
  background-color: #ec8277;
  border-radius: 0.25rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__category__list__item {
    font-size: 0.65rem;
  }
}
.p-wp-blog__side__list {
  position: relative;
}
.p-wp-blog__side__list h2 {
  position: relative;
  border-bottom: 1px solid #62bde8;
  padding-bottom: 0.5em;
  margin-bottom: 1.5px;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #62bde8;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: 1.2rem;
  }
}
.p-wp-blog__side__list h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 5em;
  height: inherit;
  border-bottom: 2px solid #62bde8;
}
.p-wp-blog__side__list ul {
  padding: 0.5rem 0 3rem 0;
  position: relative;
}
.p-wp-blog__side__list ul.children {
  padding: 0 0 0 1rem;
}
.p-wp-blog__side__list a {
  font-size: 0.8rem;
  display: block;
  padding: 0.5em 0.2em;
  line-height: 1.6;
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #231815;
}
.p-wp-blog__side__list a:visited, .p-wp-blog__side__list a:hover {
  color: #231815;
}
.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  margin-right: 1rem;
  padding: 1rem 1.25rem;
  color: #3c3c3c;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #c6cbd4;
          box-shadow: 0 3px 3px #c6cbd4;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1rem 1.25rem;
  background: #ec8277;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #231815;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-wp-blog__single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.p-wp-blog__single__date {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  line-height: 1.6;
  font-size: 1rem;
  padding-top: 0.075rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__date {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}
.p-wp-blog__single__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-wp-blog__single__category__item {
  background-color: #ec8277;
  border-radius: 0.25rem;
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__category__item {
    font-size: 0.65rem;
  }
}
.p-wp-blog__single__title {
  /* 平成角ゴシック Std W5 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  text-align: left;
  line-height: 1.4;
  font-size: 1.1rem;
  border-bottom: 1px dotted #231815;
  padding: 0.5em 0 1.5rem 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__title {
    font-size: 1.1rem;
  }
}
.p-wp-blog__single__text {
  /* 平成角ゴシック Std W3 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #231815;
  text-align: justify;
  font-size: 1.15rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text {
    font-size: 0.9rem;
  }
}
.p-wp-blog__single__text p {
  line-height: 2.4;
}
.p-wp-blog__single__text img {
  display: inline-block;
  width: auto;
}/*# sourceMappingURL=style.css.map */