@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  line-height: 2;
  background-color: #fff;
  color: #000;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: top;
}

.js-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.l-header {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #787878;
}
.l-header::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 16px 0;
  }
}

.l-header__logo {
  width: 225px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .l-header__logo {
    width: 174px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 116px;
  }
}

.l-header__tel {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #787878;
}
.l-header__tel span {
  margin-left: 0.1em;
  font-size: 1.5em;
}
@media screen and (max-width: 991px) {
  .l-header__tel {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    margin-top: 15px;
    font-size: 14px;
  }
}

.l-header__reserve-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: -62px;
}
@media screen and (max-width: 991px) {
  .l-header__reserve-list {
    position: fixed;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    z-index: 110;
    left: 5px;
    bottom: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 75px);
    gap: 5px;
  }
}

.l-header__reserve-button {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  width: 303px;
  padding: 0.25em;
  border: 1px solid #42d3b2;
  background-color: #42d3b2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header__reserve-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .l-header__reserve-button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 14px;
  }
}

.l-header__instagram-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .l-header__instagram-list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__instagram-list {
    gap: 17px;
    margin-top: 17px;
  }
}

.l-header__instagram-item:nth-child(1) .l-header__instagram-button::before {
  background: url(../img/common/icon_instagram2.png) no-repeat 0 0;
  background-size: contain;
}

.l-header__instagram-button {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  width: 303px;
  padding: 0.25em;
  border: 1px solid #42d3b2;
  background-color: #42d3b2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header__instagram-button span {
  font-size: 20px;
}
.l-header__instagram-button:hover {
  opacity: 0.8;
}
.l-header__instagram-button::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  background: url(../img/common/icon_instagram1.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .l-header__instagram-button {
    width: 100%;
    font-size: 16px;
  }
  .l-header__instagram-button span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__instagram-button {
    padding: 0.4em 0;
    font-size: 14px;
  }
  .l-header__instagram-button span {
    font-size: 10px;
  }
}

.l-header__nav-button-wrapper {
  position: relative;
  z-index: 200;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.l-header__nav-button-wrapper.is-open + .l-nav {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.l-header__nav-button-wrapper.is-open a {
  border: 1px solid #787878;
  background-color: #fff;
  color: #787878;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 991px) {
  .l-header__nav-button-wrapper {
    margin-top: 30px;
  }
  .l-header__nav-button-wrapper.is-open + .l-nav {
    visibility: visible;
    max-height: 503px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-button-wrapper {
    margin-top: 15px;
  }
  .l-header__nav-button-wrapper.is-open + .l-nav {
    visibility: visible;
    max-height: 355px;
  }
}

.l-header__nav-button {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  pointer-events: auto;
  display: inline-block;
  width: 303px;
  padding: 0.25em;
  border: 1px solid #42d3b2;
  background-color: #42d3b2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border 0.4s ease-in 0s, background-color 0.4s ease-in 0s, color 0.4s ease-in 0s, opacity 0.2s, -webkit-box-shadow 0.4s ease-in 0s;
  transition: border 0.4s ease-in 0s, background-color 0.4s ease-in 0s, color 0.4s ease-in 0s, opacity 0.2s, -webkit-box-shadow 0.4s ease-in 0s;
  transition: border 0.4s ease-in 0s, background-color 0.4s ease-in 0s, color 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s, opacity 0.2s;
  transition: border 0.4s ease-in 0s, background-color 0.4s ease-in 0s, color 0.4s ease-in 0s, box-shadow 0.4s ease-in 0s, opacity 0.2s, -webkit-box-shadow 0.4s ease-in 0s;
}
.l-header__nav-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .l-header__nav-button {
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 100%;
    height: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-button {
    font-size: 14px;
  }
}

.l-nav {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 776px;
  margin-left: -65px;
  -webkit-transition: opacity 0.3s ease-in 0.1s, -webkit-transform 0.6s ease-in-out 0s;
  transition: opacity 0.3s ease-in 0.1s, -webkit-transform 0.6s ease-in-out 0s;
  transition: opacity 0.3s ease-in 0.1s, transform 0.6s ease-in-out 0s;
  transition: opacity 0.3s ease-in 0.1s, transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translateX(774px);
          transform: translateX(774px);
}
@media screen and (max-width: 991px) {
  .l-nav {
    width: 100%;
    visibility: hidden;
    max-height: 0;
    top: 426px;
    margin-left: -5vw;
    -webkit-transition: opacity 0.3s ease-in 0.1s, visibility 0.3s ease-in 0s, max-height 0.3s ease-in 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in 0.1s, visibility 0.3s ease-in 0s, max-height 0.3s ease-in 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in 0.1s, transform 0.3s ease-in-out 0s, visibility 0.3s ease-in 0s, max-height 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0.1s, transform 0.3s ease-in-out 0s, visibility 0.3s ease-in 0s, max-height 0.3s ease-in 0s, -webkit-transform 0.3s ease-in-out 0s;
    -webkit-transform: translateX(0) translateY(-10px);
            transform: translateX(0) translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  .l-nav {
    top: 234px;
  }
}

.l-nav__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  margin-top: -0.5em;
  margin-bottom: 1em;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-nav__title {
    font-size: 14px;
  }
}

.l-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .l-nav__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list {
    gap: 17px;
  }
}

.l-nav__button {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0.25em 66px 0.25em 30px;
  border: 1px solid #787878;
  background-color: #fff;
  color: #787878;
  font-size: 24px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-nav__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-nav__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .l-nav__button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__button {
    padding: 0.4em 43px 0.4em 20px;
    font-size: 14px;
  }
  .l-nav__button::after {
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
}

.l-nav__block {
  padding: 318px 65px 65px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .l-nav__block {
    padding: 0 5% 65px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__block {
    padding: 30px 5%;
  }
}

.l-nav__service-block {
  padding: 65px;
  background-color: rgba(66, 211, 178, 0.8);
}
@media screen and (max-width: 991px) {
  .l-nav__service-block {
    padding: 65px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__service-block {
    padding: 30px 5%;
  }
}

.l-main {
  padding-bottom: 6em;
}

.l-inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  color: #787878;
}
@media screen and (max-width: 991px) {
  .l-footer {
    padding-bottom: 65px;
  }
}

.l-footer__map iframe {
  width: 100%;
  height: 600px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-footer__map iframe {
    height: 300px;
  }
}

.l-footer__upper {
  background-color: #42d3b2;
  color: #fff;
}
.l-footer__upper .c-title {
  margin-bottom: 2em;
}
.l-footer__upper .c-title__en {
  color: #fff;
}
.l-footer__upper .c-title__ja {
  margin-top: 0.5em;
  color: #fff;
}

.l-footer__upper-inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .l-footer__upper-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__upper-inner {
    padding: 40px 0;
  }
}

.l-footer__schedule {
  width: 50%;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .l-footer__schedule {
    width: 100%;
    padding-right: 0;
  }
}

.l-footer__schedule-table {
  width: 100%;
  margin-bottom: 0.5em;
}
.l-footer__schedule-table th, .l-footer__schedule-table td {
  padding: 0.2em 0.5em;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.l-footer__schedule-table ~ .l-footer__schedule-table {
  margin-top: 1.5em;
}

.l-footer__schedule-shinryoka {
  margin-bottom: 1.5em;
}
.l-footer__schedule-shinryoka dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #fff;
}
.l-footer__schedule-shinryoka dt ~ dt {
  margin-top: 1.5em;
}

.l-footer__schedule-kyushin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
}
.l-footer__schedule-kyushin dt {
  padding: 0.5em 1em;
  border: 1px solid #fff;
}
.l-footer__schedule-kyushin dd {
  margin-left: 1em;
}

.l-footer__schedule-text {
  margin-top: 0.5em;
}

.l-footer__access {
  width: 50%;
  padding-left: 70px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .l-footer__access {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
}

.l-footer__access-tel {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}
.l-footer__access-tel span {
  margin-left: 0.1em;
  font-size: 1.5em;
}
@media screen and (max-width: 991px) {
  .l-footer__access-tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__access-tel {
    font-size: 14px;
  }
}

.l-footer__access-houhou {
  margin-top: 1.5em;
}
.l-footer__access-houhou dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #fff;
}

.l-footer__lower-inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__lower-inner {
    display: block;
    padding: 40px 0;
  }
}

.l-footer__lower-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .l-footer__lower-body {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}

.l-footer__logo {
  width: 446px;
}
.l-footer__logo img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .l-footer__logo {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 200px;
  }
}

.l-footer__copyright {
  margin-top: 50px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .l-footer__copyright {
    margin-top: 25px;
    font-size: 14px;
  }
}

.l-footer__pagetop a {
  display: block;
  padding: 0.5em 0;
  background-color: #e6e6e6;
  font-size: 30px;
  color: #787878;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-footer__pagetop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .l-footer__pagetop {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
  }
  .l-footer__pagetop a {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
  }
  .l-footer__pagetop a::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 25px;
    display: block;
    width: 12px;
    height: 13px;
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.c-breadcrumb {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
  margin-bottom: 6em;
  color: #787878;
}
.c-breadcrumb li {
  margin-right: 15px;
}
.c-breadcrumb li + li {
  position: relative;
  padding-left: 25px;
}
.c-breadcrumb li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-breadcrumb li a, .c-breadcrumb li span {
  color: #42d3b2;
  text-decoration: none;
}

.c-localnav {
  margin-bottom: 6em;
  padding: 3em 0;
  background-color: #ebf8f0;
}
.c-localnav__inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
}
.c-localnav__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
  color: #787878;
  font-size: 2.6rem;
  text-align: center;
}
.c-localnav__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin-left: -36px;
  background-color: #787878;
}
.c-localnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.c-localnav__item {
  width: calc(25% - 0.75em);
}
.c-localnav__item .c-button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  padding: 0.7em 3em 0.7em 1.25em;
}
.c-localnav__item .c-button::after {
  border-top: none;
  border-bottom: 1px solid #fff;
}
.c-localnav__item .c-button--no-arrow {
  cursor: default;
}
.c-localnav__item .c-button--no-arrow:hover {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .c-localnav__item {
    width: calc(33.3% - 0.66em);
  }
}
@media screen and (max-width: 991px) {
  .c-localnav__item {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .c-localnav__item {
    width: 100%;
  }
}
.c-localnav__item-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-localnav__item-new span {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-right: 1.5em;
  padding: 0.2em 0.4em;
  background-color: #ff3232;
  color: #fff;
  font-size: 1.4rem;
}

.c-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5em;
  text-align: center;
}
.c-title__en {
  display: block;
  line-height: 1;
  color: #42d3b2;
  font-size: 5rem;
}
.c-title__ja {
  display: block;
  margin-top: 1.75em;
  color: #787878;
}

.c-subtitle01 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #42d3b2;
  color: #42d3b2;
  font-size: 2.6rem;
}

.c-subtitle02 {
  position: relative;
  margin-bottom: 1em;
  padding-left: 0.75em;
  color: #42d3b2;
  font-size: 2.2rem;
}
.c-subtitle02::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 1em;
  background-color: #42d3b2;
}

.c-button {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 0.5em 3em 0.5em 1.25em;
  border: 1px solid #42d3b2;
  background: #42d3b2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 3px 0px rgba(150, 153, 150, 0.4);
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-button:hover {
  opacity: 0.8;
}
.c-button.c-button--no-arrow {
  padding: 0.5em 25px;
}
.c-button.c-button--no-arrow::after {
  display: none;
}
.c-button.c-button--full-width {
  width: 100%;
}
.c-button--instagram::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -0.25em;
  margin-right: 0.5em;
  background: url(../img/common/icon_instagram.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.c-list li {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list li::before {
  content: "・";
}
.c-list li ul {
  margin-left: 1em;
}

.c-list-note li {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list-note li::before {
  content: "※";
}

.c-list-arrow {
  line-height: 2;
}
.c-list-arrow li {
  position: relative;
  padding-left: 1.5em;
}
.c-list-arrow li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-list-blogurl {
  margin-top: 2em;
}
.c-list-blogurl dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #000;
}
.c-list-blogurl dd a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: underline;
}
.c-list-blogurl dd a:hover {
  opacity: 0.6;
}

.home .l-main {
  padding-bottom: 0;
}

.p-home-mainvisual {
  margin-top: 140px;
}
.p-home-mainvisual img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home-mainvisual {
    margin-top: 80px;
  }
}
.p-home-mainvisual__inner {
  width: min(90%, 1392px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.p-home-mainvisual__scroll {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: -100px;
  right: 55px;
  display: block;
  padding-left: 0.5em;
  color: #787878;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-home-mainvisual__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  width: 4px;
  height: 257px;
  border-left: 1px solid #787878;
  border-bottom: 1px solid #787878;
  -webkit-transform: skewY(135deg);
          transform: skewY(135deg);
}
@media screen and (max-width: 767px) {
  .p-home-mainvisual__scroll {
    top: -65px;
    right: 0;
    font-size: 14px;
  }
  .p-home-mainvisual__scroll::after {
    height: 180px;
  }
}
.p-home-mainvisual .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-home-mainvisual .swiper-horizontal > .swiper-pagination-bullets, .p-home-mainvisual .swiper-pagination-bullets.swiper-pagination-horizontal, .p-home-mainvisual .swiper-pagination-custom, .p-home-mainvisual .swiper-pagination-fraction {
  width: 4px;
  right: -20px;
  bottom: 115px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-mainvisual .swiper-horizontal > .swiper-pagination-bullets, .p-home-mainvisual .swiper-pagination-bullets.swiper-pagination-horizontal, .p-home-mainvisual .swiper-pagination-custom, .p-home-mainvisual .swiper-pagination-fraction {
    display: none;
  }
}
.p-home-mainvisual .swiper-pagination-bullet {
  width: 4px;
  height: 30px;
  border-radius: 0;
  background-color: #ebf8f0;
  opacity: 1;
}
.p-home-mainvisual .swiper-pagination-bullet-active {
  background-color: #42d3b2;
}

.p-home-news-blog {
  position: relative;
  padding: 5em 0;
  background-color: #ebf8f0;
}
.p-home-news-blog::before {
  content: "";
  position: absolute;
  top: -95px;
  z-index: -1;
  width: 100%;
  height: 95px;
  background-color: #ebf8f0;
}
@media screen and (max-width: 767px) {
  .p-home-news-blog::before {
    top: -30px;
    height: 30px;
  }
}
.p-home-news-blog__inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7em;
}
.p-home-news-blog__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #42d3b2;
}
@media screen and (max-width: 767px) {
  .p-home-news-blog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5em;
  }
  .p-home-news-blog__inner::before {
    display: none;
  }
}
.p-home-news-blog__title .c-title {
  margin-bottom: 0;
  text-align: left;
}
.p-home-news-blog__title .c-title .c-title__ja {
  margin-top: 0.5em;
}
.p-home-news-blog__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-home-news-blog__list {
    padding-left: 0;
  }
}
.p-home-news-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
.p-home-news-blog__item:not(:first-child) {
  padding-top: 1em;
  border-top: 1px solid #fff;
}
.p-home-news-blog__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-home-news-blog__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-home-news-blog__item-link:hover {
  opacity: 0.6;
}
.p-home-news-blog__item-title {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.p-home-news-blog__button {
  margin-top: auto;
  text-align: center;
}

.p-home-news,
.p-home-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .p-home-news,
  .p-home-blog {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-home-blog {
    padding-top: 5em;
    border-top: 1px solid #42d3b2;
  }
}

.p-home-about {
  margin-top: 5em;
}
.p-home-about__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2.25em;
  color: #42d3b2;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-home-about__title br {
    display: none;
  }
}
.p-home-about__text {
  margin-top: 2.25em;
  text-align: center;
}
.p-home-about__text strong {
  color: #42d3b2;
}
.p-home-about__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5em;
  margin-bottom: 5em;
}
.p-home-about__list {
  list-style: decimal;
  letter-spacing: 0.05em;
  margin-left: 1.5em;
}
.p-home-about__list li + li {
  margin-top: 1em;
}
.p-home-about__list li strong {
  color: #42d3b2;
}
.p-home-about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .p-home-about__link {
    -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;
  }
}
.p-home-about__link-item {
  width: 220px;
}
.p-home-about__link-item .c-button {
  width: 100%;
}

.p-home-about__block-wrapper {
  margin-top: 6em;
  margin-bottom: 4em;
}

.p-home-about__block {
  padding-top: 4em;
  padding-bottom: 4em;
}
.p-home-about__block:not(:first-child) {
  border-top: 1px solid #fff;
}
.p-home-about__block:nth-child(1) {
  background: #ebf8f0 url(../img/home/about_bg_01.jpg) no-repeat 100% 0/contain;
}
.p-home-about__block:nth-child(1) .p-home-about__block-inner > div {
  padding-left: 2em;
}
.p-home-about__block:nth-child(2) {
  background: #ebf8f0 url(../img/home/about_bg_02.jpg) no-repeat 0 0/contain;
}
.p-home-about__block:nth-child(2) .p-home-about__block-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-home-about__block:nth-child(2) .p-home-about__block-inner > div {
  padding-right: 2em;
}
.p-home-about__block:nth-child(3) {
  background: #ebf8f0 url(../img/home/about_bg_03.jpg) no-repeat 100% 0/contain;
}
.p-home-about__block:nth-child(3) .p-home-about__block-inner > div {
  padding-left: 2em;
}

.p-home-about__block-inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
}
.p-home-about__block-inner > div {
  max-width: 646px;
}
@media screen and (max-width: 767px) {
  .p-home-about__block-inner {
    margin-top: 56vw;
  }
  .p-home-about__block-inner > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.p-home-about__block-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  color: #787878;
  margin-bottom: 1em;
  font-size: 3rem;
  text-shadow: 1px 1px 3px #ebf8f0, -1px 1px 3px #ebf8f0, 1px -1px 3px #ebf8f0, -1px -1px 3px #ebf8f0;
}

.p-home-about__block-text {
  text-shadow: 1px 1px 3px #ebf8f0, -1px 1px 3px #ebf8f0, 1px -1px 3px #ebf8f0, -1px -1px 3px #ebf8f0;
}

.p-home-about__banner {
  max-width: 1083px;
  margin-top: 8em;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-home-about__banner img {
  width: 100%;
}
.p-home-about__banner:hover {
  opacity: 0.8;
}

.p-home-img {
  margin-top: 8em;
}
.p-home-img__inner {
  width: min(90%, 1392px);
  margin-right: auto;
  margin-left: auto;
}
.p-home-img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 575px) {
  .p-home-img__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-img__item {
  width: calc(33.3% - 0.65em);
}
.p-home-img__item img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-home-img__item {
    width: 100%;
  }
}

.p-home-treatment {
  margin-top: 8em;
  padding: 9em 0;
  background: url(../img/home/treatment_bg.jpg);
  background-size: cover;
}
.p-home-treatment .c-title {
  margin-bottom: 3.5em;
}
.p-home-treatment__container {
  padding: 4em;
  background-color: rgba(230, 240, 230, 0.8);
}
@media screen and (max-width: 767px) {
  .p-home-treatment__container {
    padding: 4em 2em 2em;
  }
}
.p-home-treatment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-home-treatment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-treatment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(50% - 1em);
  padding: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 153, 150, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(150, 153, 150, 0.15);
}
@media screen and (max-width: 767px) {
  .p-home-treatment__item {
    width: 100%;
  }
}
.p-home-treatment__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-top: -0.5em;
  margin-bottom: 1.25em;
  color: #787878;
  font-size: 3rem;
  text-align: center;
}
.p-home-treatment__item-text {
  text-align: center;
}
.p-home-treatment__item-shikkan {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
.p-home-treatment__item-shikkan dt {
  clear: both;
  display: inline;
  float: left;
  width: 6em;
  margin-right: -6em;
  padding: 0.5em;
  background-color: #42d3b2;
  color: #fff;
  text-align: center;
}
.p-home-treatment__item-shikkan dd {
  margin-top: -0.5em;
  margin-left: 7em;
}
@media screen and (max-width: 1199px) {
  .p-home-treatment__item-shikkan dt {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .p-home-treatment__item-shikkan dd {
    margin-top: 1em;
    margin-left: 0;
  }
}
.p-home-treatment__item-button-wrapper {
  margin-top: auto;
  text-align: center;
}
.p-home-treatment__item-button {
  display: inline-block;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #000;
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-home-treatment__item-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  margin-left: 20px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg) translateY(-3px);
          transform: skew(45deg) translateY(-3px);
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-home-treatment__item-button:hover {
  opacity: 0.6;
}

.p-home-column {
  padding: 7em 0;
}
.p-home-column .c-title {
  margin-bottom: 3em;
}
.p-home-column__lead {
  text-align: center;
}
.p-home-column__list {
  position: relative;
  margin: 3.5em auto 0;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .p-home-column__list {
    padding: 0 50px;
  }
}
.p-home-column__item-link {
  color: #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-home-column__item-link img {
  width: 100%;
}
.p-home-column__item-link:hover {
  opacity: 0.8;
}
.p-home-column__item-text {
  display: block;
  margin-top: 0.5em;
}
.p-home-column__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5em auto 0;
}
.p-home-column .swiper-button-next, .p-home-column .swiper-button-prev {
  color: #000;
}
.p-home-column .swiper-button-next::after, .p-home-column .swiper-button-prev::after {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-indent: -9999px;
}
.p-home-column .swiper-button-next {
  right: 0;
}
.p-home-column .swiper-button-next::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.p-home-column .swiper-button-prev {
  left: 0;
}
.p-home-column .swiper-button-prev::after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-home-bulletinboard {
  padding-bottom: 7em;
}

.p-about-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}
@media screen and (max-width: 767px) {
  .p-about-doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-doctor__img {
  width: 35.0877192982%;
  min-width: 250px;
  margin: 0 auto;
}
.p-about-doctor__img img {
  width: 100%;
}
.p-about-doctor__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-doctor__name {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 2em;
  color: #787878;
  text-align: center;
}
.p-about-doctor__name-ja {
  display: block;
  line-height: 1;
  margin-top: 0.5em;
  font-size: 4rem;
}
.p-about-doctor__name-en {
  display: block;
  margin-top: 0.5em;
}
.p-about-doctor__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1em;
  color: #42d3b2;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.p-about-doctor__title:not(:first-child) {
  margin-top: 3em;
}
.p-about-doctor__text {
  line-height: 2.5;
}
.p-about-doctor__text + .p-about-doctor__text {
  margin-top: 2.5em;
}
.p-about-doctor__list {
  list-style: decimal;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-left: 1.5em;
}
.p-about-doctor__list li + li {
  margin-top: 1em;
}
.p-about-doctor__list li strong {
  color: #42d3b2;
}
.p-about-doctor__list2 {
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.p-about-doctor__list2 li {
  line-height: 2.5;
  margin-left: 1em;
  text-indent: -1em;
}
.p-about-doctor__list2 li::before {
  content: "・";
}

.p-about-doctor__img-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5em;
  margin-bottom: 5em;
}
.p-about-doctor__img-group img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-doctor__img-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-about-profile {
  margin-top: 6em;
  padding: 6em 0;
  background-color: #ebf8f0;
}
.p-about-profile .c-subtitle01 {
  font-size: 2.5rem;
  border-color: #fff;
}
.p-about-profile .c-subtitle01:not(:first-child) {
  margin-top: 2em;
}
.p-about-profile__inner {
  width: min(90%, 1140px);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5em;
}
@media screen and (max-width: 767px) {
  .p-about-profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-profile__block {
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  .p-about-profile__block {
    width: 100%;
  }
}
.p-about-profile__keireki-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-profile__keireki-item span:first-child {
  white-space: nowrap;
  margin-right: 1em;
}

.p-about-performance {
  margin-top: 6em;
}

.p-about-performance__block:not(:first-of-type) {
  margin-top: 7em;
}
.p-about-performance__block .c-subtitle01 {
  margin-bottom: 2em;
}

.p-about-performance__block-title {
  position: relative;
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #fff;
  background-color: #42d3b2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-about-performance__block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.3em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-about-performance__block-title:hover {
  opacity: 0.8;
}
.p-about-performance__block-title.is-show::after {
  margin-top: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-about-performance__table-wrapper {
  display: none;
}

.p-about-performance__table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-about-performance__table caption {
  margin-bottom: 0.5em;
  color: #42d3b2;
  text-align: left;
}
.p-about-performance__table th, .p-about-performance__table td {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  vertical-align: middle;
}
.p-about-performance__table th {
  width: 25%;
  background-color: #42d3b2;
  color: #fff;
}
.p-about-performance__table td {
  width: 75%;
  background-color: #ebf8f0;
  color: #787878;
}

.p-about-performance__table2 {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.p-about-performance__table2 caption {
  margin-bottom: 0.5em;
  color: #42d3b2;
  text-align: left;
}
.p-about-performance__table2 th, .p-about-performance__table2 td {
  width: 25%;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  vertical-align: middle;
}
.p-about-performance__table2 th {
  background-color: #42d3b2;
  color: #fff;
}
.p-about-performance__table2 td {
  background-color: #ebf8f0;
  color: #787878;
}
.p-about-performance__table2 td a {
  color: #42d3b2;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-about-performance__table2 td a:hover {
  opacity: 0.8;
}

.p-about-staff {
  margin-top: 6em;
}
.p-about-staff__img img {
  width: 100%;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1140px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  outline: 17px solid #fff;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 17px;
  top: 17px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  opacity: 0.8;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 6px;
  left: 19px;
  width: 1px;
  height: 25px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 1140px;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
  width: 100%;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  opacity: 0.8;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 1px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -6px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 6px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: -50px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 6px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -6px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: -50px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 900px) {
  .modaal-container {
    outline-width: 10px;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.p-facility__lead {
  text-align: center;
}
.p-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 3.5em;
}
.p-facility__item {
  width: calc(33.3% - 1em);
}
.p-facility__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-facility__item {
    width: calc(50% - 0.75em);
  }
}
.p-facility__link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-facility__link:hover {
  opacity: 0.8;
}

.facility .modaal-image .modaal-container {
  overflow: hidden;
  max-width: 1140px;
  max-height: 749px;
}
.facility .modaal-image .modaal-container img {
  max-width: 1140px;
  max-height: 749px;
}

.p-facility-equipment {
  margin-top: 6em;
}
.p-facility-equipment .c-title {
  margin-bottom: 3.5em;
}
.p-facility-equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 1.5em;
}
.p-facility-equipment__item {
  width: calc(33.3% - 1em);
}
@media screen and (max-width: 991px) {
  .p-facility-equipment__item {
    width: calc(50% - 0.75em);
  }
}
@media screen and (max-width: 767px) {
  .p-facility-equipment__item {
    width: 100%;
  }
}
.p-facility-equipment__item-img img {
  width: 100%;
}
.p-facility-equipment__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1em;
  color: #42d3b2;
  font-size: 2.4rem;
  text-align: center;
}
.p-facility-equipment__item-text {
  margin-top: 1em;
}

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

.p-access__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .p-access__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5em;
  width: calc(50% - 2.25em);
}
@media screen and (max-width: 767px) {
  .p-access__block {
    width: 100%;
  }
}

.p-access__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #787878;
  color: #787878;
  font-size: 2.4rem;
  text-align: center;
}

.p-access__bg-text {
  margin-top: 1.5em;
  padding: 1em 1.5em;
  background-color: #ebf8f0;
  color: #787878;
}

.p-news__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .p-news__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5em;
  }
}
.p-news__layout--single {
  margin-top: 2em;
}
.p-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-news__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26rem;
}
@media screen and (max-width: 991px) {
  .p-news__sidebar {
    width: 100%;
  }
}
.p-news__categories {
  padding: 1.75em 1.5em;
  background-color: #ebf8f0;
}
.p-news__categories-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #42d3b2;
  color: #42d3b2;
  font-size: 2rem;
  line-height: 1.4;
}
.p-news__categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__categories-item + .p-news__categories-item {
  margin-top: 0.5em;
}
.p-news__categories-link {
  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;
  gap: 1em;
  padding: 0.65em 0.85em;
  border: 1px solid transparent;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.p-news__categories-link:hover, .p-news__categories-link.is-active {
  border-color: #42d3b2;
  background-color: #fff;
  color: #42d3b2;
}
.p-news__categories-link.is-active {
  font-weight: 500;
}
.p-news__categories-count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 2em;
  padding: 0.1em 0.45em;
  background-color: #fff;
  color: #787878;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.is-active .p-news__categories-count {
  background-color: #42d3b2;
  color: #fff;
}
.p-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__empty {
  padding: 3em 1em;
  background-color: #ebf8f0;
  text-align: center;
}

.p-news__item:not(:first-child) {
  margin-top: 3.5em;
  padding-top: 3.5em;
  border-top: 1px solid #787878;
}
.p-news__item-head {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1em;
  color: #42d3b2;
  font-size: 2.4rem;
}
.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em 1.5em;
  margin-bottom: 0.75em;
  font-size: 1.6rem;
}
.p-news__item-date {
  margin-right: 0;
}
.p-news__item-cat {
  padding: 0.15em 0.75em;
  border: 1px solid #42d3b2;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-news__item-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.p-news__item-title a {
  color: inherit;
  text-decoration: none;
}
.p-news__item--single {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-news__archive-link {
  color: inherit;
  text-decoration: none;
}
.p-news__archive-link:hover {
  opacity: 0.8;
}
.p-news__back {
  margin-top: 3em;
  text-align: center;
}
.p-news__item-body > p:not(:first-child) {
  margin-top: 1.5em;
}
.p-news__item-body img {
  max-width: 100%;
  height: auto;
}
.p-news__item-body a:not(.c-button) {
  color: #42d3b2;
  text-decoration: underline;
}
.p-news__item-body .c-button {
  color: #fff;
  text-decoration: none;
}
.p-news__item-body ul,
.p-news__item-body ol {
  margin-top: 1.5em;
  padding-left: 1.5em;
}
.p-news__item-body li + li {
  margin-top: 0.5em;
}
.p-news__pagination {
  margin-top: 3em;
}
.p-news__pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__pagination a.page-numbers,
.p-news__pagination span.page-numbers {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.75em;
  min-height: 2.75em;
  padding: 0.25em 0.75em;
  border: 1px solid #42d3b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #42d3b2;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: opacity 0.2s, background-color 0.2s, color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
.p-news__pagination span.page-numbers.current {
  background-color: #42d3b2;
  color: #fff;
}
.p-news__pagination a.page-numbers:hover {
  opacity: 0.8;
  background-color: #ebf8f0;
}
.p-news__pagination span.page-numbers.dots {
  min-width: auto;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border: none;
}
.p-news__pagination a.prev.page-numbers,
.p-news__pagination a.next.page-numbers {
  min-width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin-top: 2.5em;
  }
  .p-news__pagination ul.page-numbers {
    gap: 0.5em 0.4em;
  }
  .p-news__pagination a.page-numbers,
  .p-news__pagination span.page-numbers {
    min-width: 4.4rem;
    min-height: 4.4rem;
    padding: 0.2em 0.5em;
    font-size: 1.6rem;
  }
  .p-news__pagination li:has(.prev),
  .p-news__pagination li:has(.next) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.2em);
            flex: 1 1 calc(50% - 0.2em);
    max-width: calc(50% - 0.2em);
  }
  .p-news__pagination li:has(.prev) a.page-numbers,
  .p-news__pagination li:has(.next) a.page-numbers {
    width: 100%;
    min-width: 0;
  }
  .p-news__pagination li:has(.prev) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-news__pagination li:has(.next) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-news__pagination li:not(:has(.prev)):not(:has(.next)) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-news__pagination a.prev.page-numbers,
  .p-news__pagination a.next.page-numbers {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media screen and (max-width: 575px) {
  .p-news__pagination ul.page-numbers {
    gap: 0.4em 0.35em;
  }
  .p-news__pagination a.page-numbers,
  .p-news__pagination span.page-numbers {
    min-width: 4rem;
    min-height: 4rem;
    font-size: 1.4rem;
  }
  .p-news__pagination a.prev.page-numbers,
  .p-news__pagination a.next.page-numbers {
    font-size: 1.4rem;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .p-news__pagination span.page-numbers.dots {
    min-width: 2rem;
    min-height: auto;
  }
}

.p-news-imglist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
  margin-top: 1.5em;
}
.p-news-imglist img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news-imglist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-columns__lead {
  margin-top: 1.5em;
  text-align: center;
}
.p-columns__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .p-columns__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5em;
  }
}
.p-columns__layout--single {
  margin-top: 2em;
}
.p-columns__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-columns__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26rem;
}
@media screen and (max-width: 991px) {
  .p-columns__sidebar {
    width: 100%;
  }
}
.p-columns__categories {
  padding: 1.75em 1.5em;
  background-color: #ebf8f0;
}
.p-columns__categories-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #42d3b2;
  color: #42d3b2;
  font-size: 2rem;
  line-height: 1.4;
}
.p-columns__categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-columns__categories-item + .p-columns__categories-item {
  margin-top: 0.5em;
}
.p-columns__categories-link {
  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;
  gap: 1em;
  padding: 0.65em 0.85em;
  border: 1px solid transparent;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.p-columns__categories-link:hover, .p-columns__categories-link.is-active {
  border-color: #42d3b2;
  background-color: #fff;
  color: #42d3b2;
}
.p-columns__categories-link.is-active {
  font-weight: 500;
}
.p-columns__categories-count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 2em;
  padding: 0.1em 0.45em;
  background-color: #fff;
  color: #787878;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}
.is-active .p-columns__categories-count {
  background-color: #42d3b2;
  color: #fff;
}
.p-columns__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-columns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-columns__item:not(:first-child) {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #787878;
}
@media screen and (max-width: 767px) {
  .p-columns__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.p-columns__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22rem;
  overflow: hidden;
  background-color: #ebf8f0;
}
@media screen and (max-width: 767px) {
  .p-columns__item-img {
    width: 100%;
  }
}
.p-columns__item-img-link {
  display: block;
  overflow: hidden;
}
.p-columns__item-img-link:hover img {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.p-columns__item-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.p-columns__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-columns__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em 1.5em;
  margin-bottom: 0.75em;
  color: #42d3b2;
  font-size: 1.6rem;
}
.p-columns__item-cat {
  padding: 0.15em 0.75em;
  border: 1px solid #42d3b2;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-columns__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #42d3b2;
  font-size: 2.2rem;
  line-height: 1.5;
}
.p-columns__item-title a {
  color: inherit;
  text-decoration: none;
}
.p-columns__item-title a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-columns__item-title {
    font-size: 2rem;
  }
}
.p-columns__item-text {
  margin-top: 1em;
}
.p-columns__item-link {
  margin-top: 1.5em;
}
.p-columns__item-link .c-button {
  color: #fff;
  text-decoration: none;
}
.p-columns__empty {
  padding: 3em 1em;
  background-color: #ebf8f0;
  text-align: center;
}
.p-columns__archive-link {
  color: inherit;
  text-decoration: none;
}
.p-columns__archive-link:hover {
  opacity: 0.8;
}
.p-columns__single {
  margin-top: 0;
}
.p-columns__single-head {
  margin-bottom: 2em;
}
.p-columns__single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em 1.5em;
  margin-bottom: 0.75em;
  color: #42d3b2;
  font-size: 1.6rem;
}
.p-columns__single-cat {
  padding: 0.15em 0.75em;
  border: 1px solid #42d3b2;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-columns__single-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  color: #42d3b2;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-columns__single-thumb {
  margin: 0 0 2em;
}
.p-columns__single-thumb img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p-columns__single-body > p:not(:first-child) {
  margin-top: 1.5em;
}
.p-columns__single-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
}
.p-columns__single-body a:not(.c-button) {
  color: #42d3b2;
  text-decoration: underline;
}
.p-columns__single-body .c-button {
  color: #fff;
  text-decoration: none;
}
.p-columns__single-body ul,
.p-columns__single-body ol {
  margin-top: 1.5em;
  padding-left: 1.5em;
}
.p-columns__single-body li + li {
  margin-top: 0.5em;
}
.p-columns__back {
  margin-top: 3em;
  text-align: center;
}
.p-columns__related {
  margin-top: 4em;
  padding-top: 3em;
  border-top: 1px solid #787878;
}
.p-columns__related-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 1.5em;
  color: #42d3b2;
  font-size: 2rem;
  line-height: 1.4;
}
.p-columns__related-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-columns__related-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-columns__related-item:not(:first-child) {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #787878;
}
@media screen and (max-width: 767px) {
  .p-columns__related-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75em;
  }
}
.p-columns__related-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  overflow: hidden;
  background-color: #ebf8f0;
}
.p-columns__related-item-img a {
  display: block;
  overflow: hidden;
}
.p-columns__related-item-img a:hover img {
  opacity: 0.85;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .p-columns__related-item-img {
    width: 100%;
  }
}
.p-columns__related-item-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.p-columns__related-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-columns__related-item-date {
  display: block;
  color: #42d3b2;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-columns__related-item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin: 0.35em 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-columns__related-item-title a {
  color: #42d3b2;
  text-decoration: none;
}
.p-columns__related-item-title a:hover {
  opacity: 0.8;
}

.p-sitemap__block {
  margin-top: 3.5em;
}
.p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.p-sitemap__item {
  width: calc(25% - 0.75em);
}
.p-sitemap__item .c-button {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-sitemap__item {
    width: calc(33.3% - 0.66em);
  }
}
@media screen and (max-width: 991px) {
  .p-sitemap__item {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    width: 100%;
  }
}

.p-notfound {
  margin-top: 2em;
  text-align: center;
}
.p-notfound__code {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #42d3b2;
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-notfound__code {
    font-size: 6rem;
  }
}
.p-notfound__title {
  margin-top: 0.5em;
}
.p-notfound__text {
  margin-top: 2em;
}
.p-notfound__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em;
  margin-top: 3em;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-notfound__links {
    -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;
  }
}

.p-treatment__section:not(:first-of-type) {
  margin-top: 6em;
  padding-top: 6em;
  border-top: 1px solid #787878;
}

.p-treatment__block:not(:first-of-type) {
  margin-top: 4em;
}
.p-treatment__block .c-subtitle02 + .p-treatment__block-text {
  margin-top: 0;
}

.p-treatment__block-text {
  margin-top: 2em;
}

.p-treatment__bg-text {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #ebf8f0;
  color: #787878;
}

.p-treatment-head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5em;
}
.p-treatment-head-block__img {
  width: calc(50% - 1.75em);
}
.p-treatment-head-block__img img {
  width: 100%;
}
.p-treatment-head-block__body {
  width: calc(50% - 1.75em);
}
.p-treatment-head-block__text:not(:first-of-type) {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-treatment-head-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatment-head-block__img {
    width: 100%;
  }
  .p-treatment-head-block__body {
    width: 100%;
  }
}

.p-treatment-border-block {
  margin-top: 2em;
  padding: 1.5em 2em 2em;
  border: 1px solid #787878;
}
.p-treatment-border-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  margin-top: 2em;
}
.p-treatment-border-block__wrapper .p-treatment-border-block {
  width: calc(50% - 1.5em);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-treatment-border-block__wrapper {
    gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-treatment-border-block__wrapper .p-treatment-border-block {
    width: 100%;
  }
}
.p-treatment-border-block__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #787878;
  color: #787878;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.p-treatment-column {
  margin-top: 4em;
}
.p-treatment-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-treatment-column__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-treatment-column__item-img {
  width: calc(40% - 1em);
}
.p-treatment-column__item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-treatment-column__item-img {
    width: 100%;
  }
}
.p-treatment-column__item-body {
  width: calc(60% - 1em);
}
@media screen and (max-width: 767px) {
  .p-treatment-column__item-body {
    width: 100%;
  }
}
.p-treatment-column__item-title {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-treatment-column__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1em;
}

.l-inner > .p-home-treatment {
  margin-top: 4em;
}

.p-treatment-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2em;
}
.p-treatment-nav .c-button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  padding: 0.7em 3em 0.7em 1.25em;
}
.p-treatment-nav .c-button::after {
  border-top: none;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-treatment-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-dermatology-atopic__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .p-dermatology-atopic__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-dermatology-atopic__block-body {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 767px) {
  .p-dermatology-atopic__block-body {
    width: 100%;
  }
}
.p-dermatology-atopic__block-img {
  width: calc(50% - 1.5em);
}
.p-dermatology-atopic__block-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-dermatology-atopic__block-img {
    width: 100%;
  }
}
.p-dermatology-atopic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-dermatology-atopic__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-dermatology-atopic__item {
  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;
  width: calc(33.3% - 1em);
  padding: 1.5em;
  background-color: #ebf8f0;
  color: #787878;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dermatology-atopic__item {
    width: 100%;
  }
}

.p-dermatology-areata__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;
  gap: 3em;
}
.p-dermatology-areata__item {
  width: calc(33.3% - 2em);
}
@media screen and (max-width: 767px) {
  .p-dermatology-areata__item {
    width: calc(50% - 1.5em);
  }
}
.p-dermatology-areata__item-img img {
  width: 100%;
}
.p-dermatology-areata__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1em;
  color: #787878;
  font-size: 2.2rem;
  text-align: center;
}
.p-dermatology-areata__item-text {
  margin-top: 1em;
}

.p-dermatology-acne__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.p-dermatology-acne__item:not(:first-child) {
  margin-top: 2.5em;
}
.p-dermatology-acne__item:not(:first-child) .p-dermatology-acne__item-img {
  position: relative;
}
.p-dermatology-acne__item:not(:first-child) .p-dermatology-acne__item-img::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-dermatology-acne__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-dermatology-acne__item:not(:first-child) {
    margin-top: 4.5em;
  }
  .p-dermatology-acne__item:not(:first-child) .p-dermatology-acne__item-img::before {
    top: -3em;
  }
}
.p-dermatology-acne__item-img {
  width: calc(38.5% - 1em);
  max-width: 420px;
  margin: 0 auto;
}
.p-dermatology-acne__item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-dermatology-acne__item-img {
    width: 100%;
  }
}
.p-dermatology-acne__item-body {
  width: calc(61.5% - 1em);
}
@media screen and (max-width: 767px) {
  .p-dermatology-acne__item-body {
    width: 100%;
  }
}
.p-dermatology-acne__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #787878;
  font-display: 22px;
}
.p-dermatology-acne__item-text {
  margin-top: 1em;
}

.p-cosmetic__link {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 4em;
  padding: 0.5em;
  border: 1px solid #42d3b2;
  background: #42d3b2;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(150, 153, 150, 0.4);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-cosmetic__link:hover {
  opacity: 0.8;
}
.p-cosmetic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.p-cosmetic__item:not(:first-child) {
  margin-top: 2.5em;
}
.p-cosmetic__item:not(:first-child) .p-cosmetic__item-img {
  position: relative;
}
.p-cosmetic__item:not(:first-child) .p-cosmetic__item-img::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-cosmetic__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cosmetic__item:not(:first-child) {
    margin-top: 4.5em;
  }
  .p-cosmetic__item:not(:first-child) .p-cosmetic__item-img::before {
    top: -3em;
  }
}
.p-cosmetic__item-img {
  width: calc(38.5% - 1em);
  max-width: 420px;
  margin: 0 auto;
}
.p-cosmetic__item-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cosmetic__item-img {
    width: 100%;
  }
}
.p-cosmetic__item-body {
  width: calc(61.5% - 1em);
}
@media screen and (max-width: 767px) {
  .p-cosmetic__item-body {
    width: 100%;
  }
}
.p-cosmetic__item-title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #787878;
  font-size: 2.2rem;
}
.p-cosmetic__item-text {
  margin-top: 1em;
}
.p-cosmetic__item-text:not(:first-of-type) {
  margin-top: 1.5em;
}

.p-plan-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-plan-img-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-plan-img-block__img {
  width: calc(48.5% - 1em);
}
.p-plan-img-block__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-plan-img-block__img {
    width: 100%;
  }
}
.p-plan-img-block__body {
  width: calc(51.5% - 1em);
}
@media screen and (max-width: 767px) {
  .p-plan-img-block__body {
    width: 100%;
  }
}
.p-plan-img-block__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #42d3b2;
  font-size: 3rem;
}
.p-plan-img-block__title small {
  display: block;
  font-size: 2rem;
}
.p-plan-img-block__text strong {
  color: #42d3b2;
  font-weight: normal;
}

.p-plan__price-table-wrapper {
  overflow: auto;
}
@media screen and (max-width: 575px) {
  .p-plan__price-table-wrapper .p-plan__price-table,
  .p-plan__price-table-wrapper .p-plan__price-table2 {
    width: 576px;
  }
}

.p-plan__price-table {
  width: 100%;
  margin-top: 2em;
  color: #787878;
}
.p-plan__price-table caption {
  position: relative;
  padding-bottom: 0.5em;
  text-align: right;
}
.p-plan__price-table tbody tr + tr th, .p-plan__price-table tbody tr + tr td {
  border-top: 1px solid #fff;
}
.p-plan__price-table tbody th, .p-plan__price-table tbody td {
  padding: 0.5em 1em;
}
.p-plan__price-table tbody th {
  width: 75%;
  background-color: #42d3b2;
  color: #fff;
  text-align: left;
}
.p-plan__price-table tbody td {
  width: 25%;
  background-color: #ebf8f0;
  text-align: right;
}
.p-plan__price-table-title {
  position: absolute;
  left: 0;
  color: #42d3b2;
}

.p-plan__price-table-title {
  position: absolute;
  left: 0;
  color: #42d3b2;
}

.p-plan__price-table2 {
  width: 100%;
  margin-top: 4em;
  color: #787878;
}
.p-plan__price-table2 caption {
  position: relative;
  padding-bottom: 0.5em;
  text-align: right;
}
.p-plan__price-table2 th, .p-plan__price-table2 td {
  width: 20%;
  padding: 0.5em 1em;
  border: 1px solid #fff;
  vertical-align: middle;
}
.p-plan__price-table2 tr:first-child th:first-child {
  width: 40%;
}
.p-plan__price-table2 thead th {
  background-color: #ebf8f0;
  text-align: center;
}
.p-plan__price-table2 tbody th {
  background-color: #42d3b2;
  color: #fff;
  text-align: left;
}
.p-plan__price-table2 tbody td {
  background-color: #ebf8f0;
  text-align: right;
}
.p-plan__price-table2 tbody td.u-tac {
  text-align: center;
}

.p-plan-localnav__text {
  margin-top: 1em;
  padding: 0.5em 1em;
  background-color: #fff;
}

.p-plan-laser__kouka {
  display: -ms-grid;
  display: grid;
  margin-top: 2em;
}
.p-plan-laser__kouka dt {
  margin-bottom: 0.5em;
}
.p-plan-laser__kouka dt span {
  min-width: 9em;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #ebf8f0;
  color: #787878;
  text-align: center;
}
.p-plan-laser__kouka dt ~ dt {
  margin-top: 1em;
}

.p-plan-laser__button {
  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: 1.5em;
  margin-top: 4em;
  padding: 0.75em 1em;
  background-color: #42d3b2;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(150, 153, 150, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(150, 153, 150, 0.4);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-plan-laser__button span {
  font-size: 3rem;
}
.p-plan-laser__button::before {
  content: "";
  width: 2em;
  height: 2em;
  background: url(../img/treatment/cosmetic-dermatology/plan-price/icon_pdf.png) no-repeat 0 0/contain;
}
.p-plan-laser__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-plan-laser__button {
    gap: 1em;
  }
  .p-plan-laser__button span {
    font-size: inherit;
  }
}

.p-plan-peeling__onayami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.p-plan-peeling__onayami-item {
  padding: 0.5em 1em;
  background-color: #ebf8f0;
  color: #787878;
}

.p-plan-dermapen4__table {
  width: 100%;
  margin-top: 4em;
  color: #787878;
}
.p-plan-dermapen4__table caption {
  padding-bottom: 0.5em;
  color: #42d3b2;
  font-size: 2.2rem;
  text-align: left;
}
.p-plan-dermapen4__table tbody tr + tr th, .p-plan-dermapen4__table tbody tr + tr td {
  border-top: 1px solid #fff;
}
.p-plan-dermapen4__table tbody th, .p-plan-dermapen4__table tbody td {
  padding: 0.5em 1em;
}
.p-plan-dermapen4__table tbody th {
  width: 25%;
  background-color: #42d3b2;
  color: #fff;
  text-align: left;
}
.p-plan-dermapen4__table tbody td {
  width: 75%;
  background-color: #ebf8f0;
}

.p-plan-botox__kouka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
.p-plan-botox__kouka dt {
  width: 6em;
  padding: 0.5em 1em;
  background-color: #ebf8f0;
  color: #787878;
  text-align: center;
}
.p-plan-botox__kouka dd {
  width: calc(100% - 6em - 1em);
}
@media screen and (max-width: 767px) {
  .p-plan-botox__kouka {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-plan-botox__kouka dt {
    width: 100%;
    text-align: center;
  }
  .p-plan-botox__kouka dd {
    width: 100%;
  }
}

.p-plan-botox__table {
  width: 100%;
  margin-top: 3em;
  color: #787878;
}
.p-plan-botox__table caption {
  text-align: right;
}
.p-plan-botox__table caption div {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background-color: #e6e6e6;
  text-align: center;
}
.p-plan-botox__table th, .p-plan-botox__table td {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  vertical-align: middle;
}
.p-plan-botox__table tr:first-child th:first-child {
  width: 40%;
}
.p-plan-botox__table thead th {
  background-color: #ebf8f0;
  text-align: center;
}
.p-plan-botox__table tbody th {
  width: 40%;
  background-color: #42d3b2;
  color: #fff;
  text-align: left;
}
.p-plan-botox__table tbody td {
  width: 20%;
  background-color: #ebf8f0;
  text-align: right;
}

.p-plan-botox__list {
  margin-top: 2em;
  padding: 1.5em 2em;
  background-color: #ebf8f0;
  color: #787878;
}

.p-plan-care__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
.p-plan-care__title-wrapper:not(:first-of-type) {
  margin-top: 4em;
}
.p-plan-care__title-wrapper + .p-plan__price-table {
  margin-top: 1em;
}
.p-plan-care__title-wrapper img {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-plan-care__title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2em;
  }
}

.p-plan-care__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  color: #42d3b2;
  font-size: 3rem;
}
.p-plan-care__title small {
  display: block;
  font-size: 2rem;
}

.p-plan-datsumo-agreement {
  margin-top: 2em;
  padding: 1.5em 2em 2em;
  border: 1px solid #787878;
}

.p-plan-datsumo-agreement__title {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #787878;
  color: #787878;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.p-plan-datsumo-agreement__button {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.p-plan-datsumo-img {
  max-width: 687px;
  margin-top: 4em;
  margin-right: auto;
  margin-left: auto;
}
.p-plan-datsumo-img img {
  width: 100%;
  height: auto;
}

.p-plan-kabellin__list {
  margin-top: 4em;
}
.p-plan-kabellin__list dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #ebf8f0;
  color: #787878;
}
.p-plan-kabellin__list dt ~ dt {
  margin-top: 2em;
}

.p-plan-kabellin__block {
  margin-top: 2em;
  padding: 2em;
  background-color: #ebf8f0;
  color: #787878;
}

.p-plan-kabellin__block-title {
  color: #42d3b2;
  font-weight: 500;
}

.p-surgery-hokuro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .p-surgery-hokuro__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-surgery-hokuro__item {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 767px) {
  .p-surgery-hokuro__item {
    width: 100%;
  }
}

.p-surgery-intro {
  margin-bottom: 5em;
  padding: 1.5em;
  background-color: #ebf8f0;
  color: #787878;
}

.u-border-img {
  border: 1px solid #787878;
}

.u-none-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-none-pc {
    display: block;
  }
}

.u-none-sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-none-sp {
    display: none;
  }
}

.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-cf {
  content: "";
  display: table;
  clear: both;
}

.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

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

.u-tac {
  text-align: center;
}

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

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 0.25em;
}

.u-mt2 {
  margin-top: 0.5em;
}

.u-mt3 {
  margin-top: 1em;
}

.u-mt4 {
  margin-top: 1.5em;
}

.u-mt5 {
  margin-top: 3em;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 0.25em;
}

.u-mb2 {
  margin-bottom: 0.5em;
}

.u-mb3 {
  margin-bottom: 1em;
}

.u-mb4 {
  margin-bottom: 1.5em;
}

.u-mb5 {
  margin-bottom: 3em;
}