@charset "UTF-8";
/**
 * 大坪メンタルクリニック メインスタイルシート
 * FLOCSS設計
 */
body {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-en {
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
}

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

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

span {
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* --------------------------------------------------
	Form
-------------------------------------------------- */
input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
}

input {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}

textarea,
select,
label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

legend {
  display: none;
}

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

img {
  vertical-align: bottom;
}

img.responsive {
  width: 100%;
}

img.svg {
  width: auto;
}

html,
body {
  overflow-x: hidden;
}

/**
 * 大坪メンタルクリニック メインスタイルシート
 * FLOCSS設計
 */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #4a524e;
  background-image: url("./img/bg-fixed-bottom.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  line-height: 1.7;
  font-size: 16px;
  min-height: 100vh;
}

.b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

a {
  color: #4a524e;
  text-decoration: none;
}
a:visited, a:hover, a:active, a:focus {
  color: #4a524e;
  text-decoration: none;
}
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a.link-none {
  pointer-events: none !important;
}

[id] {
  scroll-margin-top: 72px;
}

::-moz-selection {
  background-color: #cef5e2;
  color: #4a524e;
}

::selection {
  background-color: #cef5e2;
  color: #4a524e;
}

.l-main {
  background-color: #ffffff;
  padding-top: 72px;
  max-width: 800px;
  margin-inline: auto;
  min-height: 100dvh;
}
@media screen and (min-width: 801px) {
  .l-main {
    -webkit-box-shadow: 0 0 0 1px rgba(90, 100, 96, 0.05), 0 10px 36px rgba(95, 200, 150, 0.07);
            box-shadow: 0 0 0 1px rgba(90, 100, 96, 0.05), 0 10px 36px rgba(95, 200, 150, 0.07);
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(100%, 800px);
  max-width: 800px;
  height: 72px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px 6px 12px;
}
.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
}
.l-header__logo-link:visited, .l-header__logo-link:hover, .l-header__logo-link:active, .l-header__logo-link:focus {
  text-decoration: none;
}
.l-header__logo-img {
  display: block;
  height: 55px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.l-header__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #7edca8;
  color: #ffffff;
}
.l-header__action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.l-header__action + .l-header__action {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.l-header__action:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}
.l-header__action-link:visited {
  color: #ffffff;
}
.l-header__action-link:hover, .l-header__action-link:active {
  background-color: rgba(0, 0, 0, 0.07);
}
.l-header__action-menu:hover, .l-header__action-menu:active {
  background-color: rgba(0, 0, 0, 0.07);
}
.l-header__action-icon.material-icons {
  font-size: 22px;
  line-height: 1;
}
.l-header__action-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
}

.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-color: #ffffff;
  z-index: 600;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  overflow-y: auto;
}
.l-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-drawer__inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-drawer__top {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
.l-drawer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 48px 8px 12px;
  text-decoration: none;
}
.l-drawer__logo img {
  height: 36px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-drawer__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: absolute;
  top: 4px;
  right: 0;
  width: 44px;
  height: 44px;
  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;
  cursor: pointer;
  color: #4a524e;
  border-radius: 9999px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.l-drawer__close:hover, .l-drawer__close:active {
  background-color: #fff6f8;
}
.l-drawer__close .material-icons {
  font-size: 28px;
}
.l-drawer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 8px;
}
.l-drawer__quick {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 320px) {
  .l-drawer__quick {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-drawer__quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  min-height: 76px;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f0faf6));
  background: linear-gradient(180deg, #feffff 0%, #f0faf6 100%);
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-drawer__quick-link:hover, .l-drawer__quick-link:active {
  opacity: 0.86;
}
.l-drawer__quick-icon.material-icons {
  font-size: 26px;
  color: #7edca8;
}
.l-drawer__quick-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.l-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-drawer__item {
  border-bottom: 1px solid #f0e8ea;
}
.l-drawer__item:first-child {
  border-top: 1px solid #f0e8ea;
}
.l-drawer__link--plain {
  display: block;
  padding: 18px 6px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.l-drawer__link--plain:hover, .l-drawer__link--plain:active {
  opacity: 0.72;
}
.l-drawer__placeholder-note {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.l-drawer__bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #f0e8ea;
}
.l-drawer__tel-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#fff5f7));
  background: linear-gradient(180deg, #feffff 0%, #fff5f7 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-drawer__tel-large:hover, .l-drawer__tel-large:active {
  opacity: 0.9;
}
.l-drawer__tel-large-icon.material-icons {
  font-size: 28px;
  color: #7edca8;
}
.l-drawer__tel-large-num {
  font-style: normal;
  font-weight: 700;
  font-size: calc(26 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .l-drawer__tel-large-num {
    font-style: normal;
    font-weight: 700;
    font-size: calc(24 / 16 * 1rem);
    color: #57af80;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
.l-drawer__hours-note {
  margin: 12px 0 0;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1.55;
}

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}

.l-footer-nav {
  max-width: 800px;
  margin-inline: auto;
  padding: 16px 20px 100px;
  text-align: center;
  background-color: #ffffff;
}
.l-footer-nav__inner {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.l-footer-nav__inner--sub {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-nav a {
  color: #7a817c;
  text-decoration: none;
}
.l-footer-nav a:visited, .l-footer-nav a:hover, .l-footer-nav a:active, .l-footer-nav a:focus {
  color: #7a817c;
  text-decoration: none;
}
.l-footer-nav span {
  margin: 0 6px;
  color: #aeb4af;
}
.l-footer-nav__home-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.l-footer-nav__home-icon {
  font-size: 14px;
  color: #7edca8;
  vertical-align: middle;
}
.l-footer-nav__ig-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-footer-nav__ig-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}

.l-back-to-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  position: fixed;
  right: 14px;
  bottom: 86px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: 1px solid #f0e8ea;
  background-color: rgba(255, 255, 255, 0.95);
  color: #aeb4af;
  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;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-back-to-top .material-icons {
  font-size: 20px;
  line-height: 1;
}

.l-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(100%, 800px);
  max-width: 800px;
  height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 10px rgba(80, 139, 108, 0.1);
          box-shadow: 0 -2px 10px rgba(80, 139, 108, 0.1);
  z-index: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}
.l-footer__tel {
  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: 8px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #cef5e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0faf6), color-stop(55%, #cef5e2), to(#cef5e2));
  background-image: linear-gradient(180deg, #f0faf6 0%, #cef5e2 55%, #cef5e2 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer__tel:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f5ec), color-stop(55%, #cef5e2), to(#cef5e2));
  background-image: linear-gradient(180deg, #e4f5ec 0%, #cef5e2 55%, #cef5e2 100%);
}
.l-footer__tel-icon {
  width: 34px;
  height: 34px;
  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;
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: 20px;
  color: #7edca8;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
.l-footer__tel-num {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
}

.c-btn {
  --btn-text-color: #ffffff;
  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-height: 52px;
  padding: 14px 28px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-btn, .c-btn:visited, .c-btn:hover, .c-btn:active, .c-btn:focus {
  color: var(--btn-text-color);
  text-decoration: none;
}
.c-btn--hero-primary {
  --btn-text-color: #ffffff;
  background-color: #7edca8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8f0cb), color-stop(55%, #7edca8), to(#6dd49a));
  background-image: linear-gradient(180deg, #a8f0cb 0%, #7edca8 55%, #6dd49a 100%);
  -webkit-box-shadow: 0 3px 12px rgba(80, 139, 108, 0.25);
          box-shadow: 0 3px 12px rgba(80, 139, 108, 0.25);
}
.c-btn--hero-primary:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9ae8bf), color-stop(55%, #72d19e), to(#5fc88e));
  background-image: linear-gradient(180deg, #9ae8bf 0%, #72d19e 55%, #5fc88e 100%);
}
.c-btn--hero-guide {
  --btn-text-color: #57af80;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f2f8fc));
  background-image: linear-gradient(180deg, #feffff 0%, #f2f8fc 100%);
  border-color: #dce8e2;
  -webkit-box-shadow: 0 2px 8px rgba(110, 150, 130, 0.12);
          box-shadow: 0 2px 8px rgba(110, 150, 130, 0.12);
}

.u-inline-block {
  display: inline-block;
}

.p-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.p-section-head__en {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #7edca8;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.p-section-head__icon {
  display: block;
  width: 42px;
  height: auto;
  margin: 0 auto 8px;
}
.p-section-head__icon--clinic {
  width: 86px;
  margin-bottom: 10px;
}
.p-section-head__ja {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.p-section-head__ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 2px;
  background-color: #7edca8;
}
.p-section-head--compact {
  margin-bottom: 20px;
}

.p-hero__inner {
  position: relative;
}
.p-hero__img-wrap {
  position: relative;
  width: 100%;
}
.p-hero__img-wrap > img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hero__img-wrap .p-hero__img {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.p-hero__img-wrap .p-hero__img.is-fading {
  opacity: 0;
}
.p-hero__deco-fusen {
  position: absolute;
  right: 22px;
  bottom: -34px;
  z-index: 3;
  width: clamp(74px, 18vw, 122px);
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .p-hero__deco-fusen {
    right: 14px;
    bottom: -26px;
    width: 76px;
  }
}

.p-home-lead {
  position: relative;
  padding: 52px 0 20px;
  overflow: hidden;
  margin-top: -73px;
}
.p-home-lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: #f6e6ea;
  border-radius: 50% 50% 0 0/100px 125px 0 0;
  z-index: 0;
}
.p-home-lead__inner {
  position: relative;
  z-index: 1;
  padding-inline: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-home-lead__inner {
    padding-inline: 20px;
  }
}
.p-home-lead__en {
  font-style: normal;
  font-weight: 900;
  font-size: calc(11 / 16 * 1rem);
  color: #b97383;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .p-home-lead__en {
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: calc(20 / 16 * 1rem);
    color: #b97383;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.p-home-lead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .p-home-lead__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.p-home-lead__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
}
@media screen and (max-width: 640px) {
  .p-home-lead__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-inline: auto;
  }
}
.p-home-lead__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 8px solid #ffffff;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
@media screen and (max-width: 640px) {
  .p-home-lead__image img {
    aspect-ratio: 400/220;
  }
}
.p-home-lead__text {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.03em;
  line-height: 1.7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 640px) {
  .p-home-lead__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-home-lead-transition {
  height: 60px;
  background-color: #ffffff;
  background-image: url("./home/lead-transition.png"), -webkit-gradient(linear, left top, left bottom, from(#f6e6ea), to(#ffffff));
  background-image: url("./home/lead-transition.png"), linear-gradient(180deg, #f6e6ea 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 60px, 100% 60px;
}

.p-home-editable {
  padding: 48px 0;
  background-color: #ffffff;
}
.p-home-editable__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-home-editable__inner {
    padding-inline: 20px;
  }
}
.p-home-editable__content {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-home-editable__content > *:first-child {
  margin-top: 0;
}
.p-home-editable__content > *:last-child {
  margin-bottom: 0;
}
.p-home-editable__content p {
  margin: 0 0 1.2em;
}
.p-home-editable__content h2 {
  margin: 2.2em 0 0.75em;
  padding-left: 14px;
  border-left: 4px solid #7edca8;
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.p-home-editable__content h3 {
  margin: 1.85em 0 0.65em;
  padding: 0 0 10px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.p-home-editable__content h4 {
  margin: 1.65em 0 0.55em;
  padding: 10px 14px;
  border-radius: 6px;
  background-color: #f4fbf7;
  font-style: normal;
  font-weight: 600;
  font-size: calc(18 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.035em;
  line-height: 1.55;
}
.p-home-editable__content h5 {
  margin: 1.5em 0 0.5em;
  padding-left: 11px;
  border-left: 2px dotted #dce8e2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.035em;
  line-height: 1.55;
}
.p-home-editable__content h6 {
  margin: 1.35em 0 0.45em;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0e8ea;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.06em;
  line-height: 1.65;
}
.p-home-editable__content ul,
.p-home-editable__content ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.p-home-editable__content ul li,
.p-home-editable__content ol li {
  margin-bottom: 0.45em;
}
.p-home-editable__content a {
  color: #57af80;
  text-decoration: none;
}
.p-home-editable__content a:visited, .p-home-editable__content a:hover, .p-home-editable__content a:active, .p-home-editable__content a:focus {
  color: #57af80;
  text-decoration: none;
}
.p-home-editable__content a {
  text-decoration: underline;
}
.p-home-editable__content strong {
  font-weight: 700;
}
.p-home-editable__content img {
  max-width: 100%;
  height: auto;
}
.p-home-editable__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0 1.4em;
  border: 1px solid #f0e8ea;
  background-color: #ffffff;
}
.p-home-editable__content th,
.p-home-editable__content td {
  border: 1px solid #f0e8ea;
  padding: 10px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.p-home-editable__content th {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1.4;
  background-color: #f4fbf7;
  white-space: nowrap;
}
.p-home-editable__content blockquote {
  margin: 1.2em 0 1.4em;
  padding: 12px 14px;
  background-color: rgba(126, 220, 168, 0.08);
  border-left: 3px solid #7edca8;
}

.p-home-notice {
  padding: 24px 0;
}
.p-home-notice .p-section-head__ja {
  color: #b97383;
}
.p-home-notice .p-section-head__ja::after {
  display: none;
}
.p-home-notice .p-section-head__icon--note {
  width: 42px;
  margin: 0 auto 12px;
}
.p-home-notice .p-section-head__icon--dots {
  width: 68px;
  margin: 16px auto 0;
}
.p-home-notice__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-home-notice__inner {
    padding-inline: 20px;
  }
}
.p-home-notice__content {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-home-notice__content > *:first-child {
  margin-top: 0;
}
.p-home-notice__content > *:last-child {
  margin-bottom: 0;
}
.p-home-notice__content p {
  margin: 0 0 1.2em;
}
.p-home-notice__content h2 {
  margin: 2.2em 0 0.75em;
  padding-left: 14px;
  border-left: 4px solid #7edca8;
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.p-home-notice__content h3 {
  margin: 1.85em 0 0.65em;
  padding: 0 0 10px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.p-home-notice__content h4 {
  margin: 1.65em 0 0.55em;
  padding: 10px 14px;
  border-radius: 6px;
  border-left: 3px solid #57af80;
  background-color: #f4fbf7;
  font-style: normal;
  font-weight: 600;
  font-size: calc(18 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.035em;
  line-height: 1.55;
}
.p-home-notice__content h5 {
  margin: 1.5em 0 0.5em;
  padding-left: 11px;
  border-left: 2px dotted #dce8e2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.035em;
  line-height: 1.55;
}
.p-home-notice__content h6 {
  margin: 1.35em 0 0.45em;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0e8ea;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.06em;
  line-height: 1.65;
}
.p-home-notice__content ul,
.p-home-notice__content ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}
.p-home-notice__content ul li,
.p-home-notice__content ol li {
  margin-bottom: 0.45em;
}
.p-home-notice__content a {
  color: #57af80;
  text-decoration: none;
}
.p-home-notice__content a:visited, .p-home-notice__content a:hover, .p-home-notice__content a:active, .p-home-notice__content a:focus {
  color: #57af80;
  text-decoration: none;
}
.p-home-notice__content a {
  text-decoration: underline;
}
.p-home-notice__content strong {
  font-weight: 700;
}
.p-home-notice__content img {
  max-width: 100%;
  height: auto;
}
.p-home-notice__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0 1.4em;
  border: 1px solid #f0e8ea;
  background-color: #ffffff;
}
.p-home-notice__content th,
.p-home-notice__content td {
  border: 1px solid #f0e8ea;
  padding: 10px 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
.p-home-notice__content th {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1.4;
  background-color: #f4fbf7;
  white-space: nowrap;
}
.p-home-notice__content blockquote {
  margin: 1.2em 0 1.4em;
  padding: 12px 14px;
  background-color: rgba(126, 220, 168, 0.08);
  border-left: 3px solid #7edca8;
}

.p-home-hours,
.p-home-access {
  padding: 46px 0;
}
.p-home-hours__inner,
.p-home-access__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-home-hours__inner,
  .p-home-access__inner {
    padding-inline: 20px;
  }
}

.p-home-hours {
  background-color: #f4fbf7;
}
.p-home-hours .p-section-head__ja {
  color: #57af80;
}
.p-home-hours__lead {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-bottom: 16px;
  text-align: center;
}
.p-home-hours__table-wrap {
  width: 100%;
  margin: 16px 0 12px;
  overflow-x: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
.p-home-hours__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background-color: #ffffff;
}
.p-home-hours__table th,
.p-home-hours__table td {
  border: 1px solid #dce8e2;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0em;
  line-height: 1.35;
}
.p-home-hours__table thead th {
  background-color: #cef5e2;
  color: #57af80;
  font-weight: 700;
}
.p-home-hours__table tbody th {
  width: 46%;
  background-color: #f0faf6;
  color: #7a817c;
  text-align: left;
  white-space: nowrap;
}
.p-home-hours__table tbody td {
  color: #57af80;
}
.p-home-hours__notes {
  margin: 0 0 18px;
}
.p-home-hours__note {
  font-style: normal;
  font-weight: 700;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 2px;
}
.p-home-hours__note--blue {
  color: #57af80;
}
.p-home-hours__note--red {
  color: #b97383;
}
.p-home-hours__list {
  margin: 0 0 16px;
  padding-left: 1.3em;
}
.p-home-hours__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 0.3em;
}
.p-home-hours__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 20px;
}
.p-home-hours__link {
  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;
  gap: 9px;
  padding-bottom: 3px;
  color: #8fbfd1;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-hours__link:visited, .p-home-hours__link:hover, .p-home-hours__link:active, .p-home-hours__link:focus {
  color: #8fbfd1;
  text-decoration: none;
}
.p-home-hours__link:hover {
  color: #57af80;
}
.p-home-hours__link-icon.material-icons {
  width: 22px;
  height: 22px;
  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;
  border: 2px solid currentColor;
  border-radius: 9999px;
  font-size: 18px;
  line-height: 1;
}
.p-home-hours__link-label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: currentColor;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.p-home-access {
  background-color: #ffffff;
}
.p-home-access__map {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
.p-home-access__map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}
@media screen and (max-width: 480px) {
  .p-home-access__map iframe {
    height: 260px;
  }
}
.p-home-access__body {
  margin-top: 26px;
}
.p-home-access__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-home-access__ttl--center {
  text-align: center;
}
.p-home-access__address {
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background-color: #f4fbf7;
}
.p-home-access__list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.p-home-access__list li {
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding: 10px 0;
  border-bottom: 1px solid #f0e8ea;
}
.p-home-access__list span {
  color: #57af80;
  font-weight: 700;
}
.p-home-access__note {
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-bottom: 6px;
}

.p-shinryo {
  padding: 56px 0;
  background-color: #ffffff;
}
.p-shinryo__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-shinryo__inner {
    padding-inline: 20px;
  }
}
.p-shinryo__info {
  margin-bottom: 0;
}
.p-shinryo__detail {
  background-color: #f4fbf7;
  border: 1px solid #f0e8ea;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.p-shinryo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 16px;
  border-bottom: 1px solid #f0e8ea;
}
.p-shinryo__row:last-child {
  border-bottom: none;
}
.p-shinryo__label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-shinryo__value {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-shinryo__value a {
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__value a:hover {
  text-decoration: underline;
}
.p-shinryo__access-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-left: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__access-link:visited, .p-shinryo__access-link:hover, .p-shinryo__access-link:active, .p-shinryo__access-link:focus {
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__access-link {
  white-space: nowrap;
}
.p-shinryo__access-link .material-icons {
  font-size: 17px;
  line-height: 1;
}
.p-shinryo__doc-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__doc-link:visited, .p-shinryo__doc-link:hover, .p-shinryo__doc-link:active, .p-shinryo__doc-link:focus {
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__doc-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__doc-link:hover {
  opacity: 0.7;
}
.p-shinryo__doc-link span.material-icons {
  font-size: 17px;
  color: #7edca8;
  text-decoration: none !important;
}
.p-shinryo__payment-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin: 0 0 8px;
}
.p-shinryo__payment-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-shinryo__payment-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__payment-link:visited, .p-shinryo__payment-link:hover, .p-shinryo__payment-link:active, .p-shinryo__payment-link:focus {
  color: #57af80;
  text-decoration: none;
}
.p-shinryo__payment-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__payment-link:hover {
  opacity: 0.75;
}
.p-shinryo__payment-link .material-icons {
  font-size: 16px;
  color: #7edca8;
  text-decoration: none !important;
}
.p-shinryo__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #4a524e;
  text-decoration: none;
}
.p-shinryo__sns-link:visited, .p-shinryo__sns-link:hover, .p-shinryo__sns-link:active, .p-shinryo__sns-link:focus {
  color: #4a524e;
  text-decoration: none;
}
.p-shinryo__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shinryo__sns-link:hover {
  opacity: 0.75;
}
.p-shinryo__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}
.p-shinryo__table-wrap {
  margin-top: 8px;
}
.p-shinryo__table-ttl {
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.p-shinryo__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f4fbf7;
  border-radius: 16px;
  overflow: hidden;
}
.p-shinryo__table th,
.p-shinryo__table td {
  border: 1px solid #f0e8ea;
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0em;
  line-height: 1.4;
}
.p-shinryo__table thead th {
  background-color: #7edca8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8f0cb), color-stop(55%, #7edca8), to(#6dd49a));
  background-image: linear-gradient(180deg, #a8f0cb 0%, #7edca8 55%, #6dd49a 100%);
  font-style: normal;
  font-weight: 600;
  font-size: calc(15 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 10px 4px;
}
.p-shinryo__table-time {
  text-align: left;
  padding: 8px 8px !important;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0em;
  line-height: 1.5;
  min-width: 68px;
}
.p-shinryo__table-time span {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0em;
  line-height: 1.3;
  display: block;
}
.p-shinryo__table-time-note {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: calc(11 / 16 * 1rem);
  color: #d9506a;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 2px;
}
.p-shinryo__circle {
  color: #57af80;
  font-weight: 700;
  font-size: 18px;
}
.p-shinryo__cross {
  color: #aeb4af;
  font-size: 17px;
}
.p-shinryo__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
}
.p-shinryo__note-em {
  color: #d9506a;
  font-weight: 600;
}
.p-shinryo__about {
  margin-top: 24px;
  padding: 22px 20px;
  background-color: #f4fbf7;
  border: 1px solid #f0e8ea;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}
.p-shinryo__about-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.p-shinryo__about-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-shinryo__about-btn {
  min-width: 220px;
}

.p-director__team-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 32px;
  padding: 12px 16px;
  background-color: rgba(126, 220, 168, 0.06);
  border-radius: 0 4px 4px 0;
}

.p-doctor-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #f0e8ea;
  margin-bottom: 28px;
}
.p-doctor-tabs__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-doctor-tabs__btn.is-active {
  color: #57af80;
  border-bottom-color: #7edca8;
  font-weight: 700;
}
.p-doctor-tabs__btn:not(.is-active):hover {
  color: #7edca8;
}
.p-doctor-tabs__panel {
  display: none;
}
.p-doctor-tabs__panel.is-active {
  display: block;
}

.p-director {
  padding: 56px 0;
  background-color: #faf7f8;
}
.p-director__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-director__inner {
    padding-inline: 20px;
  }
}
.p-director__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 16px 0 24px;
  text-align: center;
}
.p-director__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.p-director__photo {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 22px rgba(95, 200, 150, 0.09);
          box-shadow: 0 6px 22px rgba(95, 200, 150, 0.09);
}
.p-director__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-director__text {
  width: 100%;
}
.p-director__name-en {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #7edca8;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.p-director__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline;
  margin-right: 8px;
}
.p-director__name-kana {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline;
}
.p-director__message {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0e8ea;
}
.p-director__career {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
}
.p-director__accordion-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  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;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e8ea;
  cursor: pointer;
  gap: 8px;
}
.p-director__career-ttl-label {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.p-director__career-ttl-label::after {
  content: "（クリックで開閉）";
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.p-director__accordion-icon {
  font-size: 22px;
  color: #aeb4af;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-director__accordion-btn[aria-expanded=true] .p-director__accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-director__accordion-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.p-director__career-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(18 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e8ea;
}
.p-director__career-ttl--sub {
  margin-top: 28px;
}
.p-director__career-intro {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-director__career-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-director__career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #f0e8ea;
}
.p-director__career-item:last-child {
  border-bottom: none;
}
.p-director__career-item--current {
  background-color: rgba(126, 220, 168, 0.06);
  border-radius: 4px;
  padding: 10px 8px;
  margin: 0 -8px;
}
.p-director__career-item--current .p-director__career-year {
  color: #57af80;
  font-weight: 700;
}
.p-director__career-item--current .p-director__career-desc {
  color: #57af80;
  font-weight: 600;
}
.p-director__career-year {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-width: 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-director__career-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-access {
  padding: 56px 0;
  background-color: #ffffff;
}
.p-access__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-access__inner {
    padding-inline: 20px;
  }
}
.p-access__info {
  margin-bottom: 24px;
}
.p-access__detail {
  background-color: #f4fbf7;
  border-radius: 16px;
  overflow: hidden;
}
.p-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 14px 16px;
  border-bottom: 1px solid #f0e8ea;
}
.p-access__row:last-child {
  border-bottom: none;
}
.p-access__label {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  min-width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-access__value {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-access__map {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: none;
}
.p-access__map-placeholder {
  width: 100%;
  height: 280px;
  background-color: #f4fbf7;
  border-radius: 16px;
  border: 1px dashed #dce8e2;
  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;
}
.p-access__map-placeholder p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-reservation {
  padding: 56px 0 50px;
  background-image: url("./blog/hero.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.p-reservation__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-reservation__inner {
    padding-inline: 20px;
  }
}
.p-reservation__lead {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
.p-reservation__lead-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
}
.p-reservation__lead-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-reservation__items {
  margin-bottom: 28px;
}
.p-reservation__sub-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0e8ea;
}
.p-reservation__sub-ttl--note {
  color: #7a817c;
  font-size: 0.875rem;
}
.p-reservation__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-reservation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #f0e8ea;
}
.p-reservation__list-item:last-child {
  border-bottom: none;
}
.p-reservation__list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reservation__list-title {
  font-style: normal;
  font-weight: 600;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 4px;
}
.p-reservation__list-desc {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.p-reservation__list-icon {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #7edca8;
  letter-spacing: 0em;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.p-reservation__about-img {
  margin-top: 20px;
}
.p-reservation__about-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.p-reservation__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-reservation__notes {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #f0e8ea;
  padding: 20px;
}
.p-reservation__notes-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-reservation__notes-list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.p-reservation__notes-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #aeb4af;
  font-size: 11px;
}

.p-medical-care {
  padding-bottom: 80px;
  background-color: #ffffff;
}
.p-medical-care__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-medical-care__inner {
    padding-inline: 20px;
  }
}
.p-medical-care__head {
  padding-top: 40px;
}
.p-medical-care__section {
  padding-top: 28px;
}
.p-medical-care__section--soft {
  margin-top: 10px;
  padding: 28px 0;
  background-color: #f4fbf7;
}
.p-medical-care__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(21 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-medical-care__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-bottom: 0.9em;
}
.p-medical-care__overview {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.p-medical-care__overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 16px;
  background-color: #fff5f7;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
@media screen and (max-width: 480px) {
  .p-medical-care__overview-item {
    gap: 12px;
    padding: 16px 14px;
  }
}
.p-medical-care__overview-icon.material-icons {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #b97383;
  font-size: 31px;
}
@media screen and (max-width: 480px) {
  .p-medical-care__overview-icon.material-icons {
    width: 44px;
    height: 44px;
    font-size: 27px;
  }
}
.p-medical-care__overview-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-medical-care__overview-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-bottom: 6px;
}
.p-medical-care__overview-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 0;
}
.p-medical-care__overview-note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-top: 8px;
}
.p-medical-care__disease-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(120px, 34%) 20px 1fr;
  grid-template-columns: minmax(120px, 34%) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 1.1em;
}
@media screen and (max-width: 480px) {
  .p-medical-care__disease-layout {
    -ms-grid-columns: minmax(96px, 30%) 14px 1fr;
    grid-template-columns: minmax(96px, 30%) 1fr;
    gap: 14px;
  }
}
.p-medical-care__disease-image {
  margin: 0;
}
.p-medical-care__disease-img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  margin-inline: auto;
}
.p-medical-care__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.p-medical-care__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.45em;
}
.p-medical-care__list li::before {
  content: "fiber_manual_record";
  position: absolute;
  top: 0.48em;
  left: 0;
  font-family: "Material Icons";
  font-size: 0.68em;
  line-height: 1;
  color: #57af80;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.p-medical-care__qa {
  margin-top: 18px;
}
.p-medical-care__qa-item {
  border-top: 1px solid #f0e8ea;
}
.p-medical-care__qa-item:last-child {
  border-bottom: 1px solid #f0e8ea;
}
.p-medical-care__qa-question {
  font-style: normal;
  font-weight: 700;
  font-size: calc(16 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.04em;
  line-height: 1.6;
  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: 14px;
  padding: 16px 4px;
  cursor: pointer;
  list-style: none;
}
.p-medical-care__qa-question::-webkit-details-marker {
  display: none;
}
.p-medical-care__qa-question::after {
  content: "+";
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #f4fbf7;
  color: #57af80;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-medical-care__qa-item[open] .p-medical-care__qa-question::after {
  content: "-";
  background-color: #7edca8;
  color: #ffffff;
}
.p-medical-care__qa-answer {
  overflow: hidden;
  padding: 0 4px 18px;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.p-medical-care__qa-answer p {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-bottom: 0.9em;
}
.p-medical-care__qa-answer p:last-child {
  margin-bottom: 0;
}
.p-medical-care__qa-list {
  margin: 0 0 0.9em;
  padding-left: 1.4em;
}
.p-medical-care__qa-list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 0.35em;
}
.p-medical-care__formula {
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background-color: #f4fbf7;
}
.p-medical-care__formula p {
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.p-medical-care__formula ul {
  margin: 0;
  padding-left: 1.2em;
}
.p-medical-care__formula li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 0.25em;
}
.p-medical-care__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
}

.p-about-clinic {
  padding-bottom: 80px;
  background-color: #ffffff;
}
.p-about-clinic__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-about-clinic__inner {
    padding-inline: 20px;
  }
}
.p-about-clinic__head {
  padding-top: 40px;
}
.p-about-clinic__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-top: 18px;
}
.p-about-clinic__section {
  padding-top: 30px;
}
.p-about-clinic__section--soft {
  margin-top: 12px;
  padding: 28px 0;
  background-color: #f4fbf7;
}
.p-about-clinic__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(21 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-about-clinic__subttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(17 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 20px 0 8px;
}
.p-about-clinic__subttl--card {
  margin-top: 0;
}
.p-about-clinic__name {
  font-style: normal;
  font-weight: 700;
  font-size: calc(19 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-about-clinic__facility-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 18px;
  margin-top: 22px;
}
@media screen and (max-width: 580px) {
  .p-about-clinic__facility-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.p-about-clinic__facility-card {
  min-width: 0;
}
.p-about-clinic__facility-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.p-about-clinic__facility-ttl {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-top: 14px;
}
.p-about-clinic__facility-text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 4px;
}
.p-about-clinic__profile-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(110px, 28%) 22px 1fr;
  grid-template-columns: minmax(110px, 28%) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 22px;
  margin-top: 18px;
}
@media screen and (max-width: 580px) {
  .p-about-clinic__profile-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.p-about-clinic__profile-image {
  margin: 0;
}
@media screen and (max-width: 580px) {
  .p-about-clinic__profile-image {
    max-width: 180px;
    margin-inline: auto;
  }
}
.p-about-clinic__profile-img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-inline: auto;
  border-radius: 12px;
}
.p-about-clinic__profile-body {
  min-width: 0;
}
.p-about-clinic__profile-body .p-about-clinic__subttl {
  margin-top: 0;
}
.p-about-clinic__history, .p-about-clinic__list {
  margin: 0;
  padding-left: 1.35em;
}
.p-about-clinic__history li, .p-about-clinic__list li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-bottom: 0.45em;
}
.p-about-clinic__list--books li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-about-clinic__career-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .p-about-clinic__career-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-about-clinic__career-card {
  padding: 18px 18px 16px;
  border: 1px solid #f0e8ea;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
          box-shadow: 0 4px 18px rgba(95, 200, 150, 0.07);
}
.p-about-clinic__career-card .p-about-clinic__list {
  list-style: none;
  padding-left: 0;
}
.p-about-clinic__career-card .p-about-clinic__list li {
  position: relative;
  padding-left: 1.45em;
}
.p-about-clinic__career-card .p-about-clinic__list li::before {
  content: "fiber_manual_record";
  position: absolute;
  top: 0.52em;
  left: 0;
  font-family: "Material Icons";
  font-size: 0.65em;
  line-height: 1;
  color: #57af80;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.p-about-clinic__access {
  border: 1px solid #f0e8ea;
  background-color: #ffffff;
}
.p-about-clinic__access-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #f0e8ea;
}
.p-about-clinic__access-row:last-child {
  border-bottom: none;
}
.p-about-clinic__access-row dt {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-clinic__access-row dd {
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-news {
  padding: 40px 0;
  background-color: #f4fbf7;
  border-top: 1px solid #f0e8ea;
  border-bottom: 1px solid #f0e8ea;
}
.p-news__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 640px) {
  .p-news__inner {
    padding-inline: 20px;
  }
}
.p-news__deco {
  text-align: center;
  margin-bottom: 8px;
}
.p-news__deco img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-news__list {
  list-style: none;
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 30px 0;
  border-bottom: 1px solid #f0e8ea;
}
.p-news__item:first-child {
  border-top: 1px solid #f0e8ea;
}
.p-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 92px;
}
.p-news__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #7edca8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8f0cb), to(#6dd49a));
  background-image: linear-gradient(180deg, #a8f0cb 0%, #6dd49a 100%);
  font-style: normal;
  font-weight: 500;
  font-size: calc(10 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
}
.p-news__cat:visited, .p-news__cat:hover, .p-news__cat:active, .p-news__cat:focus {
  color: #ffffff;
  text-decoration: none;
}
.p-news__cat {
  white-space: nowrap;
  text-decoration: none;
}
.p-news__link {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #4a524e;
  text-decoration: none;
}
.p-news__link:visited, .p-news__link:hover, .p-news__link:active, .p-news__link:focus {
  color: #4a524e;
  text-decoration: none;
}
.p-news__link {
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-news__link:hover {
  color: #7edca8;
}
.p-news__more {
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-news__more {
    text-align: center;
  }
}
.p-news__more-link {
  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-height: 46px;
  padding: 10px 22px;
  border-radius: 16px;
  border: 1px solid #dce8e2;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#f2f8fc));
  background-image: linear-gradient(180deg, #feffff 0%, #f2f8fc 100%);
  font-style: normal;
  font-weight: 500;
  font-size: calc(15 / 16 * 1rem);
  color: #57af80;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #57af80;
  text-decoration: none;
}
.p-news__more-link:visited, .p-news__more-link:hover, .p-news__more-link:active, .p-news__more-link:focus {
  color: #57af80;
  text-decoration: none;
}
.p-news__more-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-news__more-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff6f8), to(#fff5f7));
  background-image: linear-gradient(180deg, #fff6f8 0%, #fff5f7 100%);
}

.p-blog-hero {
  height: 130px;
  background-image: url("./blog/hero.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}
.p-blog-hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.2em;
  line-height: 1;
  text-shadow: 0 1px 10px rgba(80, 139, 108, 0.35);
}

.p-archive-news {
  padding: 40px 0 80px;
  background-color: #ffffff;
}
.p-archive-news__inner {
  padding: 24px 40px 0;
}
@media screen and (max-width: 640px) {
  .p-archive-news__inner {
    padding: 24px 20px 0;
  }
}
.p-archive-news__list {
  list-style: none;
  margin-bottom: 32px;
}
.p-archive-news__item {
  border-bottom: 1px solid #f0e8ea;
}
.p-archive-news__item:first-child {
  border-top: 1px solid #f0e8ea;
}
.p-archive-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__link:hover .p-archive-news__title {
  color: #7edca8;
}
.p-archive-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-archive-news__title {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__empty {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 40px 0;
  text-align: center;
}
.p-archive-news__back {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-archive-news__back-link {
  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-height: 44px;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #dce8e2;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f8fd));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  -webkit-box-shadow: 0 1px 4px rgba(110, 150, 130, 0.1);
          box-shadow: 0 1px 4px rgba(110, 150, 130, 0.1);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #7a817c;
  text-decoration: none;
}
.p-archive-news__back-link:visited, .p-archive-news__back-link:hover, .p-archive-news__back-link:active, .p-archive-news__back-link:focus {
  color: #7a817c;
  text-decoration: none;
}
.p-archive-news__back-link {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-archive-news__back-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f7), to(#f4f8fd));
  background-image: linear-gradient(180deg, #fff5f7 0%, #f4f8fd 100%);
  border-color: #cef5e2;
  color: #57af80;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination li a,
.p-pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #f0e8ea;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-pagination li a:hover {
  background-color: #7edca8;
  color: #ffffff;
  border-color: #7edca8;
}
.p-pagination li .current {
  background-color: #7edca8;
  color: #ffffff;
  border-color: #7edca8;
  font-weight: 600;
}
.p-pagination li .dots {
  border: none;
  background: none;
  color: #aeb4af;
}

.p-single-news {
  padding: 40px 0 80px;
  background-color: #ffffff;
}
.p-single-news__inner {
  padding: 24px 40px 0;
}
@media screen and (max-width: 640px) {
  .p-single-news__inner {
    padding: 24px 20px 0;
  }
}
.p-single-news__article {
  margin-bottom: 48px;
}
.p-single-news__header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0e8ea;
}
.p-single-news__date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.p-single-news__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-single-news__body {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.p-single-news__body p {
  margin-bottom: 1.5em;
}
.p-single-news__body p:last-child {
  margin-bottom: 0;
}
.p-single-news__body a {
  color: #57af80;
  text-decoration: underline;
}
.p-single-news__body a:hover {
  text-decoration: none;
}
.p-single-news__body strong {
  font-weight: 700;
}
.p-single-news__body ul,
.p-single-news__body ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-single-news__body ul li,
.p-single-news__body ol li {
  margin-bottom: 0.4em;
}
.p-single-news__back {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-news__back-link {
  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-height: 44px;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #dce8e2;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f8fd));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  -webkit-box-shadow: 0 1px 4px rgba(110, 150, 130, 0.1);
          box-shadow: 0 1px 4px rgba(110, 150, 130, 0.1);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #7a817c;
  text-decoration: none;
}
.p-single-news__back-link:visited, .p-single-news__back-link:hover, .p-single-news__back-link:active, .p-single-news__back-link:focus {
  color: #7a817c;
  text-decoration: none;
}
.p-single-news__back-link {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-single-news__back-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f7), to(#f4f8fd));
  background-image: linear-gradient(180deg, #fff5f7 0%, #f4f8fd 100%);
  border-color: #cef5e2;
  color: #57af80;
}

.p-post-nav {
  border-top: 1px solid #f0e8ea;
  border-bottom: 1px solid #f0e8ea;
  padding: 4px 0;
  margin-bottom: 8px;
}
.p-post-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.p-post-nav__prev, .p-post-nav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-post-nav__next {
  text-align: right;
}
.p-post-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
  text-decoration: none;
  gap: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-post-nav__link--next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-post-nav__link:hover .p-post-nav__ttl {
  color: #7edca8;
}
.p-post-nav__arrow {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #7edca8;
  letter-spacing: 0em;
  line-height: 1;
}
.p-post-nav__label {
  font-style: normal;
  font-weight: 400;
  font-size: calc(10 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.p-post-nav__ttl {
  font-style: normal;
  font-weight: 400;
  font-size: calc(12 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p-blog-index {
  margin-top: 40px;
}
.p-blog-index__divider {
  border: none;
  border-top: 1px solid #f0e8ea;
  margin: 0 0 32px;
}
.p-blog-index__section {
  margin-bottom: 28px;
}
.p-blog-index__ttl {
  font-style: normal;
  font-weight: 600;
  font-size: calc(12 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0e8ea;
}
.p-blog-index__recent {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-blog-index__recent-item {
  border-bottom: 1px dotted #f0e8ea;
}
.p-blog-index__recent-item:last-child {
  border-bottom: none;
}
.p-blog-index__recent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  padding: 8px 2px;
  color: #4a524e;
  text-decoration: none;
}
.p-blog-index__recent-link:visited, .p-blog-index__recent-link:hover, .p-blog-index__recent-link:active, .p-blog-index__recent-link:focus {
  color: #4a524e;
  text-decoration: none;
}
.p-blog-index__recent-link:hover {
  opacity: 0.7;
}
.p-blog-index__recent-date {
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #aeb4af;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-blog-index__recent-title {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-blog-index__select-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blog-index__select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #f0e8ea;
  border-radius: 4px;
  padding: 9px 36px 9px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-blog-index__select:focus {
  outline: none;
  border-color: #7edca8;
}
.p-blog-index__select-arrow {
  position: absolute;
  right: 10px;
  font-size: 18px;
  color: #aeb4af;
  pointer-events: none;
}

.p-shindan__inner {
  padding: 24px 40px 48px;
}
@media screen and (max-width: 640px) {
  .p-shindan__inner {
    padding: 24px 20px 40px;
  }
}
.p-shindan__note {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 4px;
}
.p-shindan__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f0e8ea;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 32px;
}
.p-shindan__th {
  font-style: normal;
  font-weight: 600;
  font-size: calc(13 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 12px 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8f0cb), color-stop(55%, #7edca8), to(#6dd49a));
  background-image: linear-gradient(180deg, #a8f0cb 0%, #7edca8 55%, #6dd49a 100%);
  border-bottom: 1px solid #f0e8ea;
  text-align: left;
  vertical-align: middle;
}
.p-shindan__th--price {
  text-align: right;
  white-space: nowrap;
  width: 90px;
}
.p-shindan__td {
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 11px 14px;
  vertical-align: middle;
}
.p-shindan__td--price {
  font-style: normal;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}
.p-shindan__td small {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: calc(11 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2px;
}
.p-shindan__table tbody tr {
  border-bottom: 1px solid #f0e8ea;
}
.p-shindan__table tbody tr:last-child {
  border-bottom: none;
}
.p-shindan__table tbody tr:nth-child(odd) {
  background-color: #f7fbfd;
}
.p-shindan__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-shindan__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #f0e8ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f8fd));
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  font-style: normal;
  font-weight: 400;
  font-size: calc(13 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #7a817c;
  text-decoration: none;
}
.p-shindan__back-link:visited, .p-shindan__back-link:hover, .p-shindan__back-link:active, .p-shindan__back-link:focus {
  color: #7a817c;
  text-decoration: none;
}
.p-shindan__back-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-shindan__back-link:hover {
  opacity: 0.7;
}

.p-404 {
  padding: 80px 20px;
  text-align: center;
}
.p-404__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(64 / 16 * 1rem);
  color: #7edca8;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Segoe UI", sans-serif;
  margin-bottom: 8px;
}
.p-404__sub {
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #4a524e;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 24px;
}
.p-404__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(17 / 16 * 1rem);
  color: #7a817c;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 32px;
}
.p-404__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 32px;
  color: #ffffff;
  text-decoration: none;
}
.p-404__btn:visited, .p-404__btn:hover, .p-404__btn:active, .p-404__btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.p-404__btn {
  background-color: #7edca8;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: calc(17 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-404__btn:hover {
  background-color: #57af80;
}