@charset "UTF-8";
#wpadminbar {
/*   display: none; */
}
#wpadminbar a {
  color: #fff !important;
}

html {
/*   margin-top: 0 !important; */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.6944444444vw; /* 1440px時に1rem=10px */
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 !important;
  line-height: 150%;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body::before {
    height: 0.5rem;
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: #C29337;
    z-index: 5;
    pointer-events: none;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 0 !important;
}

li {
  list-style: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1e;
}

a {
  text-decoration: unset;
  color: #333333 !important;
}

a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

img {
  vertical-align: bottom;
}

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

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

[id^=menu-] {
  scroll-margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  [id^=menu-] {
    scroll-margin-top: 11rem;
  }
}

[id^=faq-] {
  scroll-margin-top: 10rem;
}

.c-btn-black {
  color: #FFF !important;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .c-btn-black {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
.c-btn-black span {
  font-family: "Cormorant Infant";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.48rem;
}
@media screen and (max-width: 768px) {
  .c-btn-black span {
    font-size: 1.6rem;
  }
}
.c-btn-black-wrap {
  width: 40rem;
  margin: 0 auto;
  filter: drop-shadow(0 0 30px #FFF);
  text-align: center;
  background: #1E1E1E;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-black-wrap {
    width: 24rem;
  }
}
.c-btn-black-wrap:hover {
  opacity: 0.8;
}
.c-btn-black-wrap::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #CB9650 0%, #FFE189 100%);
}
@media screen and (max-width: 768px) {
  .c-btn-black-wrap-contact {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.c-btn-black-wrap-contact::after {
  background: linear-gradient(180deg, #5094CB 0%, #89CAFF 100%);
}
.c-btn-black-wrap-line:after {
  background: linear-gradient(180deg, #51A39A 0%, #7DFFF2 100%);
}
.c-btn-tate {
  color: #FFF !important;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-btn-tate {
    font-size: 1.2rem;
  }
}
.c-btn-tate span {
  font-family: "Cormorant Infant";
}

.c-sharp {
  font-family: "Bai Jamjuree";
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.2rem;
  border-radius: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  transition: opacity 0.3s;
  white-space: nowrap;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--clinic {
  background: #7db892;
  color: #ffffff !important;
}
.c-btn--clinic-outline {
  background: #ffffff;
  color: #7db892 !important;
  border: 1.5px solid #7db892;
  display: inline-block;
  width: 30rem;
  text-align: center;
}
.c-btn--nursing {
  background: #e59aa1;
  color: #ffffff !important;
}
.c-btn--nursing-outline {
  background: #ffffff;
  color: #e59aa1 !important;
  border: 1.5px solid #e59aa1;
  width: 30rem;
}
.c-btn--muted {
  background: #a8aeab;
  color: #ffffff !important;
}
.c-btn--wide {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .c-btn--wide {
    width: 100%;
  }
}

.c-hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  width: 30rem;
  line-height: 1.2;
  height: 7rem;
  padding: 1rem 2rem;
  border-radius: 5rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  transition: opacity 0.3s;
}
.c-hero-btn:hover {
  opacity: 0.85;
}
.c-hero-btn--clinic {
  background: #7db892;
}
.c-hero-btn--clinic span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.c-hero-btn--nursing {
  background: #e59aa1;
}
.c-hero-btn__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-hero-btn__text span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.c-hero-btn__text span:first-child {
  font-size: 1.6rem;
}
.c-hero-btn__text span:last-child {
  font-size: 2rem;
}
.c-hero-btn__arrow {
  display: inline-flex;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(90deg);
}

.l-footer {
  background: #8e8e93;
  padding: 8rem 2rem;
}
.l-footer__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.l-footer__columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__columns {
    grid-template-columns: 1fr;
  }
}
.l-footer__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__heading {
    margin-bottom: 1rem;
  }
}
.l-footer__heading--sm {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.l-footer__address {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.l-footer__address a {
  color: #ffffff !important;
}
.l-footer__list li {
  margin-bottom: 0.75rem;
}
.l-footer__list a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #ffffff !important;
  opacity: 0.8;
  letter-spacing: 0.04em;
}
.l-footer__list a:hover {
  opacity: 1;
}
.l-footer__copyright {
  text-align: center;
  padding-top: 1.8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}
.l-header__inner {
  max-width: 112rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  height: 8rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 3.5rem;
  }
}
.l-header__logo {
  flex-shrink: 0;
  margin-bottom: 0;
}
.l-header__logo a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.05em;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav > ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-header__nav-item {
  position: relative;
}
.l-header__nav-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 1.6rem 1.35rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #2d3a35;
  letter-spacing: 0.06em;
  transition: opacity 0.3s, color 0.3s;
}
.l-header__nav-item a:hover {
  opacity: 0.7;
}
.l-header__nav-item--clinic > a:hover {
  opacity: 1;
  color: #7db892;
}
.l-header__nav-item--clinic > a:hover .l-header__caret {
  color: #7db892;
}
.l-header__nav-item--nursing > a:hover {
  opacity: 1;
  color: #e59aa1;
}
.l-header__nav-item--nursing > a:hover .l-header__caret {
  color: #e59aa1;
}
.l-header__nav-item--nursing .l-header__list-item--sub li a:hover {
  background: #fcf3f4;
}
.l-header__list-item--sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 22rem;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
.l-header__list-item--sub.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__list-item--sub li a {
  display: block;
  width: 100%;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
.l-header__list-item--sub li a:hover {
  opacity: 1;
  background: #edf6f0;
}
.l-header__caret {
  font-size: 1rem;
  color: #6b7570;
}
.l-header__cta {
  margin-left: 0.9rem;
  white-space: nowrap;
}
.l-header__ham {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 101;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__ham {
    display: block;
  }
}
.l-header__ham--inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__ham--inner span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2d3a35;
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
}
.l-header__ham--inner span:nth-child(1) {
  top: 0.8rem;
}
.l-header__ham--inner span:nth-child(2) {
  top: 1.5rem;
}
.l-header__ham--inner span:nth-child(3) {
  top: 2.2rem;
}
.l-header__ham--inner span.active:nth-child(1) {
  top: 1.5rem;
  transform: rotate(45deg);
}
.l-header__ham--inner span.active:nth-child(2) {
  opacity: 0;
}
.l-header__ham--inner span.active:nth-child(3) {
  top: 1.5rem;
  transform: rotate(-45deg);
}
.l-header__ham--area {
  display: none;
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 3rem);
  overflow-y: auto;
  background: #ffffff;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area {
    display: block;
  }
}
.l-header__ham--area.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__ham--area .l-header__cta {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
.l-header__ham-list {
  display: flex;
  flex-direction: column;
}
.l-header__ham-item a {
  display: block;
  padding: 1.4rem 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2d3a35;
  border-bottom: 1px solid #d4d8d6;
}
.l-header__ham-item--sub {
  padding-left: 1.5rem;
}
.l-header__ham-item--sub a {
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6b7570;
  border-bottom: none;
}
.l-header__ham-item--accordion {
  border-bottom: 1px solid #d4d8d6;
}
.l-header__ham-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 0.5rem;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2d3a35;
  text-align: left;
}
.l-header__ham-toggle-arrow {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #6b7570;
  transition: transform 0.2s ease;
}
.l-header__ham-item--accordion.is-open .l-header__ham-toggle-arrow {
  transform: rotate(180deg);
}
.l-header__ham-submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.l-header__ham-item--accordion.is-open .l-header__ham-submenu {
  grid-template-rows: 1fr;
}
.l-header__ham-submenu-inner {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

.l-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.l-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-loading__inner {
  width: 100%;
  height: 100%;
}
.l-loading__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-container {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
}

body.is-front-slide {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body.is-front-slide::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: #C29337;
    z-index: 4;
    pointer-events: none;
  }
}

.p-front-slide {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.p-front-slide::before, .p-front-slide::after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #C29337;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-front-slide::before, .p-front-slide::after {
    height: 0.5rem;
  }
}
.p-front-slide::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-front-slide::before {
    display: none;
  }
}
.p-front-slide::after {
  bottom: 0;
}
.p-front-slide__track {
  display: flex;
  height: 100%;
  will-change: transform;
  position: relative;
  z-index: 3;
}
.p-front-slide__panel {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front-slide__panel {
    padding: 0 1.5rem;
  }
  .p-front-slide__panel.p-front__05-sp {
    padding: 0;
  }
}
.p-front-slide__panel::-webkit-scrollbar {
  display: none;
}
.p-front-slide__panel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-front-slide__indicator {
  position: fixed;
  right: 2.4rem;
  bottom: 3.2rem;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  pointer-events: none;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
  transition: opacity 0.3s ease;
}
.p-front-slide__indicator span {
  writing-mode: vertical-rl;
}
.p-front-slide__indicator::after {
  content: "";
  display: block;
  width: 1px;
  height: 4.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  animation: front-slide-scroll-line 1.6s ease-in-out infinite;
}
.p-front-slide.is-last .p-front-slide__indicator {
  opacity: 0;
}
.p-front-slide__dots {
  position: fixed;
  right: 2.4rem;
  top: 50%;
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-front-slide__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.p-front-slide__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

@keyframes front-slide-scroll-line {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-front-slide__indicator {
    right: 1.6rem;
    bottom: 2rem;
    font-size: 1rem;
  }
  .p-front-slide__dots {
    right: 1.6rem;
  }
}
.p-front__01 {
  background: url(../img/front/front_01@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.p-front__01--content {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .p-front__01--content {
    width: 30rem;
  }
}
.p-front__01--content img {
  width: 100%;
  height: auto;
}
.p-front__02 {
  background: url(../img/front/front_02@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 16.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__02--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.p-front__02--content {
  text-align: center;
}
.p-front__02--content h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__02--content h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__02--content h2 span {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-weight: 600;
}
.p-front__02--content p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-front__02--content p {
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
  }
}
.p-front__02--content ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-front__02--content ul {
    flex-wrap: wrap;
    justify-content: start;
    width: 28rem;
    margin: 0 auto !important;
  }
}
.p-front__02--content li {
  background: #fff;
  color: #373737;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  padding: 0.3rem 0.6rem;
  margin: 0 1rem;
  border: 1px solid #373737;
}
@media screen and (max-width: 768px) {
  .p-front__02--content li {
    font-size: 1rem;
    margin: 0 0.5rem 1rem;
  }
}
.p-front__03 {
  background: url(../img/front/front_03@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-front__03 {
    padding-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-front__03--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-front__03--content h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__03--content h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__03--news--card {
  position: relative;
}
.p-front__03--news--card a {
  transition: all 0.5s;
}
.p-front__03--news--card a:hover {
  opacity: 0.8;
}
.p-front__03--news--tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #545454;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--tag {
    font-size: 1rem;
    top: 0.5rem;
    right: 0.5rem;
  }
}
.p-front__03--news--wrap {
  display: flex;
  justify-content: space-between;
  width: 103rem;
  margin: -0.5rem auto 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--wrap {
    width: 100%;
    flex-direction: column;
  }
}
.p-front__03--news--left {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-front__03--news--right {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--right {
    width: 100%;
  }
}
.p-front__03--news--right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-front__03--news--right li {
  width: 20rem;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--right li {
    width: 48%;
  }
  .p-front__03--news--right li:nth-child(n+3) {
    display: none;
  }
}
.p-front__03--news--right .p-front__03--news--img {
  height: 12rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--right .p-front__03--news--img {
    height: 7.5rem;
  }
}
.p-front__03--news--right .p-front__03--news--date,
.p-front__03--news--right .p-front__03--news--title {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--right .p-front__03--news--date,
  .p-front__03--news--right .p-front__03--news--title {
    font-size: 1.2rem;
  }
}
.p-front__03--news--cat {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  background: linear-gradient(270deg, #373737 0%, #BABABA 100%);
  width: 18rem;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--cat {
    font-size: 1.4rem;
  }
}
.p-front__03--news--img {
  width: 100%;
  height: 30rem;
  background: #7D7D7D;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--img {
    height: 18rem;
  }
}
.p-front__03--news--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__03--news--content {
  background: #B8B8B8;
  padding: 0.5rem 1rem;
}
.p-front__03--news--date {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--date {
    font-size: 1.2rem;
  }
}
.p-front__03--news--title {
  color: #000;
  letter-spacing: 0.16rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__03--news--title {
    font-size: 1.2rem;
  }
}
.p-front__04 {
  background: url(../img/front/front_04@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 22rem;
}
@media screen and (max-width: 768px) {
  .p-front__04 {
    padding-top: unset;
  }
}
.p-front__04--wrap {
  display: flex;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__04--wrap {
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-front__04--left {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-front__04--left {
    width: 100%;
  }
}
.p-front__04--left h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__04--left h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__04--left p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__04--left p {
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
    padding-left: 0;
    text-align: center;
  }
}
.p-front__04--right {
  width: 56rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__04--right {
    width: 85%;
    margin: 1rem auto;
  }
}
.p-front__04--right h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  line-height: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__04--right h3 {
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
    text-align: start;
  }
}
.p-front__04--right p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.36rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-front__04--right p {
    font-size: 1.4rem;
    letter-spacing: 0.28rem;
    text-align: start;
  }
}
.p-front__04--right ul {
  display: flex;
  flex-wrap: wrap;
}
.p-front__04--right li {
  background: #fff;
  color: #373737;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  padding: 0.5rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #373737;
}
@media screen and (max-width: 768px) {
  .p-front__04--right li {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.3rem 0.6rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}
.p-front__04--right li:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-front__04--right li:nth-of-type(4) {
    margin-right: 1rem;
  }
}
.p-front__05 {
  background: url(../img/front/front_05@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 10rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__05 {
    padding-left: 1.5rem;
  }
}
.p-front__05 h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__05 h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__05 p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__05 p {
    font-size: 1.2rem;
    letter-spacing: normal;
    padding-left: 0;
    text-align: center;
  }
}
.p-front__05--img {
  position: absolute;
  top: 53%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 95rem;
}
@media screen and (max-width: 768px) {
  .p-front__05--img {
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-front__05--img img {
  width: 100%;
  height: auto;
}
.p-front__05--side-btns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 10rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btns {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    flex-direction: row-reverse;
  }
}
.p-front__05--side-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.92);
  color: #fff !important;
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48rem;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btn {
    font-size: 1.6rem;
    letter-spacing: 0.32rem;
  }
}
.p-front__05--side-btn:hover {
  opacity: 0.8;
}
.p-front__05--side-btn-text {
  display: inline-block;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btn-text {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
}
.p-front__05--side-btn--line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(90deg, #51A39A 0%, #7DFFF2 100%);
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btn--line::before {
    left: unset;
    right: 0;
    width: 1rem;
    height: 100%;
  }
}
.p-front__05--side-btn--line::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btn--line::before {
    top: unset;
  }
}
.p-front__05--side-btn--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(90deg, #5094CB 0%, #89CAFF 100%);
}
@media screen and (max-width: 768px) {
  .p-front__05--side-btn--contact::before {
    left: unset;
    right: 0;
    width: 1rem;
    height: 100%;
  }
}
.p-front__05-sp {
  display: none;
  background: url(../img/front/front_05@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__05-sp {
    display: block;
  }
}
.p-front__05-sp--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-front__05-sp--content ul {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-front__05-sp--content li {
  margin-bottom: 7rem;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-front__05-sp--content li::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 3.5rem;
  background: url(../img/front/arrow-down@2x.png) no-repeat center center/contain;
}
.p-front__05-sp--content li:last-of-type {
  margin-bottom: 0;
}
.p-front__05-sp--content li:last-of-type::after {
  display: none;
}
.p-front__06 {
  background: url(../img/front/front_06@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__06 {
    padding-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-front__06--inner {
    padding: 0 1.5rem;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.p-front__06--title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__06--title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__06--title p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__06--title p {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-front__06 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60rem;
  margin: 3rem auto 0 !important;
}
@media screen and (max-width: 768px) {
  .p-front__06 ul {
    width: 100%;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto !important;
  }
}
.p-front__06 ul li {
  width: 28rem;
  height: 20rem;
  margin: 1rem;
  background: #fff;
  color: #373737;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__06 ul li {
    width: 100%;
    height: auto;
    margin: 0.5rem;
  }
}
.p-front__06 ul li a {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #373737;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  padding: 0.5rem;
  margin-top: 1rem;
  display: inline-block;
  margin: 0 auto;
  width: 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__06 ul li a {
    font-size: 1.2rem;
    letter-spacing: normal;
    width: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    transform: unset;
    left: unset;
    bottom: unset;
  }
}
.p-front__06 ul li h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #1B2634;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__06 ul li h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-front__06 ul li p {
  font-size: 1.4rem;
  color: #1B2634;
  padding: 0 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-front__06 ul li p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.p-front__07 {
  background: url(../img/front/front_07@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__07 {
    padding-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-front__07--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-front__07--title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-front__07--title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__07--title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__07--title p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__07--title p {
    font-size: 1.2rem;
    letter-spacing: normal;
    padding-left: 0;
    text-align: start;
  }
}
.p-front__07--content table {
  border-collapse: collapse;
  color: #fff;
  width: 70rem;
  margin: 0 auto;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 768px) {
  .p-front__07--content table {
    width: 100%;
  }
}
.p-front__07--content th {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
  text-align: start;
  vertical-align: top;
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 768px) {
  .p-front__07--content th {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-front__07--content td {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
  padding-left: 2rem;
  line-height: 1.5;
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 768px) {
  .p-front__07--content td {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-front__08 {
  background: url(../img/front/front_08@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 10rem;
}
.p-front__08--title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-front__08--title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__08--title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__08--title p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__08--title p {
    font-size: 1.2rem;
    letter-spacing: normal;
    padding-left: 0;
    text-align: center;
  }
}
.p-front__08--cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p-front__08--card {
  width: 24rem;
  margin: 2rem 0.5rem;
  background: rgba(48, 48, 47, 0.8);
  color: #B7B5AC;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  padding: 0.5rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__08--card {
    width: 100%;
    margin: 0.5rem;
  }
}
.p-front__08--card--title {
  color: #373737;
  background: #B7B5AC;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  display: inline-block;
}
.p-front__08--card--content h3 {
  color: #B7B5AC;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.p-front__08--card--content h4 {
  color: #B7B5AC;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.p-front__08--card--content p {
  color: #B7B5AC;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-front__08--card--tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.p-front__08--card--tag {
  background: #B7B5AC;
  color: #373737;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.1rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.p-front__09 {
  background: url(../img/front/front_09@2x.png) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .p-front__09 {
    padding-top: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-front__09--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
  }
}
.p-front__09--title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.p-front__09--title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__09--title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-front__09--title p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-front__09--title p {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-front__09--contact--wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 85rem;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__09--contact--wrap {
    width: 100%;
    margin: 1rem auto;
  }
}
.p-front__09--copyright {
  text-align: end;
  padding-right: 3rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__09--copyright {
    bottom: 1rem;
    right: 1rem;
    padding-right: 0;
  }
}
.p-front__09--copyright p {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__09--copyright p {
    font-size: 1rem;
  }
}

.p-home__hero {
  position: relative;
  background: #f2f1ed;
  overflow: hidden;
  height: 72.7rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-home__hero {
    height: 65rem;
  }
}
.p-home__hero-photos {
  position: absolute;
  inset: 0;
}
.p-home__hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__hero-inner {
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__hero-inner {
    top: unset;
    left: unset;
    transform: unset;
    max-width: none;
    display: flex;
    flex-direction: column;
    padding: 0 2rem 0;
    height: 100%;
    width: 100%;
    padding-top: 23rem;
  }
}
.p-home__hero-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-home__hero-heading {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-home__hero-lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-home__hero-lead {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.p-home__hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home__hero-actions {
    margin-top: auto;
    margin-left: -2rem;
    margin-right: -2rem;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  .p-home__hero-actions .c-hero-btn {
    flex: 1 1 50%;
    width: auto;
    height: 5.4rem;
    border-radius: 0;
    justify-content: space-between;
    padding: 0 0.5rem 0 0.5rem;
    filter: none;
    gap: 0;
  }
  .p-home__hero-actions .c-hero-btn__text {
    align-items: flex-start;
  }
  .p-home__hero-actions .c-hero-btn__text span {
    text-align: left;
  }
  .p-home__hero-actions .c-hero-btn__text span:first-child {
    font-size: 1.4rem;
  }
  .p-home__hero-actions .c-hero-btn__text span:last-child {
    font-size: 1.6rem;
  }
  .p-home__hero-actions .c-hero-btn--clinic span, .p-home__hero-actions .c-hero-btn--nursing span {
    font-size: 1.6rem;
  }
}
.p-home__concept {
  padding: 6rem 2rem;
  background: rgb(250, 250, 248);
}
.p-home__concept-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-home__concept-heading {
    font-size: 3.2rem;
  }
}
.p-home__diagram {
  max-width: 112rem;
  margin: 0 auto;
}
.p-home__diagram.sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media not all and (max-width: 768px) {
  .p-home__diagram.sp {
    display: none !important;
  }
}
.p-home__diagram.pc {
  display: none;
}
@media not all and (max-width: 768px) {
  .p-home__diagram.pc {
    display: block;
  }
}
.p-home__diagram.pc img {
  display: block;
  width: 100%;
  height: auto;
}
.p-home__d-sp-card {
  width: 100%;
  max-width: 34rem;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
}
.p-home__d-sp-card--white {
  background: #ffffff;
}
.p-home__d-sp-card--clinic {
  background: #d4e8dc;
  border: 2px solid #6ba47f;
}
.p-home__d-sp-card--nursing {
  background: #f5d5d9;
  border: 2px solid #d88791;
}
.p-home__d-sp-card--rehab {
  background: #f5ddea;
  border: 2px solid #d87fb0;
}
.p-home__d-sp-card--circle {
  background: rgba(243, 232, 151, 0.75);
  border: 2px solid #b89464;
}
.p-home__d-sp-card img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 0.8rem;
}
.p-home__d-sp-arrow {
  font-size: 2rem;
  color: #a8aeab;
}
.p-home__d-card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #2d3a35;
}
.p-home__d-card-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #2d3a35;
}
.p-home__d-icon-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-home__d-icon-label span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
}
.p-home__d-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2d3a35;
}
.p-home__intro {
  padding: 8rem 2rem;
  background: #ffffff;
}
.p-home__intro--nurse {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.p-home__intro-grid {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media not all and (max-width: 768px) {
  .p-home__intro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__intro-grid {
    gap: 2rem;
  }
}
.p-home__intro-photo {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-home__intro-photo img {
  width: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 768px) {
  .p-home__intro-photo {
    order: 1;
  }
}
@media not all and (max-width: 768px) {
  .p-home__intro--nurse .p-home__intro-photo {
    order: 2;
  }
}
.p-home__intro-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-home__intro-body {
    order: 2;
  }
}
@media not all and (max-width: 768px) {
  .p-home__intro--nurse .p-home__intro-body {
    order: 1;
  }
}
.p-home__intro-brand {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.p-home__intro-logo {
  width: 8.5rem;
  height: 7.5rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  color: #6b7570;
  flex-shrink: 0;
}
.p-home__intro-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.6rem;
}
.p-home__intro-brand-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #3b7a56;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  text-align: center;
}
@media not all and (max-width: 768px) {
  .p-home__intro-brand-name {
    font-size: 2.6rem;
  }
}
.p-home__intro--nurse .p-home__intro-brand-name {
  color: #a04d58;
}
.p-home__intro-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 768px) {
  .p-home__intro-heading {
    font-size: 2.6rem;
  }
}
.p-home__intro-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
@media not all and (max-width: 768px) {
  .p-home__intro-text {
    font-size: 1.8rem;
  }
}
.p-home__intro-features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.p-home__intro-features p {
  margin-bottom: 0;
  position: relative;
  padding-left: 2.7rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 768px) {
  .p-home__intro-features p {
    font-size: 1.8rem;
  }
}
.p-home__intro-features p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #6ba47f;
}
.p-home__intro--nurse .p-home__intro-features p::before {
  background: #d88791;
}
.p-home__intro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.2rem;
  max-width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-home__intro-list {
    margin-bottom: 2rem;
  }
}
.p-home__intro-list li {
  line-height: 1.5;
  position: relative;
  padding-left: 1.4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-home__intro-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #d88791;
}
.p-home__intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-home__news {
  padding: 12rem 2rem;
  background: #fafaf8;
}
.p-home__news-inner {
  max-width: 85rem;
  margin: 0 auto;
}
.p-home__news-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  margin-bottom: 3.9rem;
}
@media not all and (max-width: 768px) {
  .p-home__news-heading {
    font-size: 3.2rem;
  }
}
.p-home__news-list {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-home__news-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 3.6rem;
  border-bottom: 1px solid #eee;
}
.p-home__news-item:last-child {
  border-bottom: none;
}
@media not all and (max-width: 768px) {
  .p-home__news-item {
    align-items: baseline;
  }
}
.p-home__news-date {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #3b7a56;
  flex-shrink: 0;
}
.p-home__news-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-home__news-actions {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.p-home__recruit {
  position: relative;
  padding: 8rem 2rem;
  background: #ffffff;
  overflow: hidden;
}
.p-home__recruit-bg {
  position: absolute;
  inset: 0;
}
.p-home__recruit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__recruit-card {
  position: relative;
  max-width: 57rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20rem;
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.06);
  padding: 4.2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.p-home__recruit-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 768px) {
  .p-home__recruit-heading {
    font-size: 2.6rem;
  }
}

.p-soelu {
  background: rgb(250, 250, 248);
}
.p-soelu__hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 67rem;
  padding: 4rem;
  padding-left: 24rem;
}
@media screen and (max-width: 768px) {
  .p-soelu__hero {
    min-height: 65rem;
    padding: 1rem 2rem;
    align-items: unset;
    padding-left: 2rem;
  }
}
.p-soelu__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-soelu__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-soelu__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 54.6rem;
}
.p-soelu__hero-brand {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  .p-soelu__hero-brand {
    margin-bottom: 2rem;
  }
}
.p-soelu__hero-logo {
  width: 8.5rem;
  height: 6.4rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  color: #6b7570;
  flex-shrink: 0;
}
.p-soelu__hero-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.6rem;
}
.p-soelu__hero-brand-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #2e3a30;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-soelu__hero-brand-name {
    font-size: 1.8rem;
  }
}
.p-soelu__hero-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  .p-soelu__hero-heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-soelu__hero-heading em {
  font-style: normal;
  color: #d88791;
}
.p-soelu__hero-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2e3a30;
  letter-spacing: 0.04em;
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .p-soelu__hero-text {
    font-size: 1.5rem;
    width: 100%;
  }
}
.p-soelu__features {
  padding: 13rem 2rem;
}
.p-soelu__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-soelu__section-heading {
    font-size: 3.2rem;
  }
}
.p-soelu__features-grid {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media not all and (max-width: 768px) {
  .p-soelu__features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.p-soelu__feature-card {
  background: #ffffff;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  min-height: 27rem;
}
.p-soelu__feature-card img {
  flex-shrink: 0;
}
.p-soelu__feature-icon--24h {
  width: 9rem;
  height: 9rem;
}
.p-soelu__feature-icon--nurse {
  width: 7.8rem;
  height: 8.9rem;
}
.p-soelu__feature-icon--bed {
  width: 9.3rem;
  height: 5.8rem;
}
.p-soelu__feature-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #d88791;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-soelu__staff {
  padding: 0 2rem 8rem;
}
.p-soelu__staff-inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-soelu__staff-photo {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-soelu__staff-photo img {
  width: 100%;
  height: 100%;
  max-height: 44.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-soelu__concept {
  padding: 4rem 2rem 12rem;
  position: relative;
}
.p-soelu__concept-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90rem;
  max-width: 90%;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.p-soelu__diagram-wrap {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  z-index: 1;
}
.p-soelu__diagram-wrap.pc {
  display: none;
}
@media not all and (max-width: 768px) {
  .p-soelu__diagram-wrap.pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    position: relative;
  }
}
.p-soelu__diagram-wrap.sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media not all and (max-width: 768px) {
  .p-soelu__diagram-wrap.sp {
    display: none !important;
  }
}
.p-soelu__diagram-wrap.pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100rem;
  max-width: 100%;
  height: 100%;
  background: url("../img/soelu/bg-soelu.webp") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.p-soelu__diagram-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.p-soelu__d-icon-label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-soelu__d-icon-label img {
  width: 5rem;
  height: 4rem;
}
.p-soelu__banner {
  position: relative;
  z-index: 1;
  width: 87.1rem;
  max-width: 100%;
  background: #e59aa1;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 2rem 3rem;
  text-align: center;
}
.p-soelu__banner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.03em;
}
.p-soelu__d-sp-card {
  width: 100%;
  max-width: 34rem;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  background: #ffffff;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
}
.p-soelu__d-sp-card--clinic {
  border: 2px solid #7db892;
}
.p-soelu__d-sp-card--nursing {
  border: 2px solid #e59aa1;
}
.p-soelu__d-sp-card--rehab {
  border: 2px solid #d87fb0;
}
.p-soelu__d-sp-card--center {
  border: 2px solid #b89464;
}
.p-soelu__d-sp-card img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 0.8rem;
}
.p-soelu__d-sp-card .p-soelu__d-title {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
}
.p-soelu__d-sp-card .p-soelu__d-desc {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #2d3a35;
}
.p-soelu__d-sp-arrow {
  font-size: 2rem;
  color: #a8aeab;
}
.p-soelu__sp-banner {
  width: 100%;
  max-width: 34rem;
  background: #e59aa1;
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
}
.p-soelu__sp-banner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}
.p-soelu__pdf-btns {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  gap: 2rem;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.p-soelu__cta {
  padding: 4rem 2rem 8rem;
  background: #ffffff;
}
.p-soelu__cta-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-soelu__cta-heading {
    font-size: 3.2rem;
  }
}
.p-soelu__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #fcf3f4;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.p-soelu__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-soelu__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.p-soelu__cta-tel a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-soelu__cta-tel {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}

.p-clinic {
  background-color: #fafaf8;
}
.p-clinic__hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 60rem;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__hero {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    height: 65rem;
    padding: 0;
    background: #ffffff;
  }
}
.p-clinic__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-clinic__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, #fff 78%);
}
@media screen and (max-width: 768px) {
  .p-clinic__hero-bg {
    position: static;
    order: 2;
    height: 34.9rem;
    opacity: 0.9;
  }
  .p-clinic__hero-bg::after {
    background: linear-gradient(to bottom, #fff 6%, rgba(255, 255, 255, 0) 38%);
  }
}
.p-clinic__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 54.6rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__hero-inner {
    order: 1;
    max-width: none;
    padding: 2rem 1.5rem;
    text-align: left;
  }
}
.p-clinic__hero-brand {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.p-clinic__hero-logo {
  width: 8.5rem;
  height: 7.5rem;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  color: #6b7570;
  flex-shrink: 0;
}
.p-clinic__hero-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.6rem;
}
.p-clinic__hero-brand-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #2e3a30;
  line-height: 1.5;
  margin-bottom: 0;
}
.p-clinic__hero-brand-name span {
  display: block;
}
.p-clinic__hero-brand-name span:first-child {
  font-size: 1.6rem;
}
.p-clinic__hero-brand-name span:last-child {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-clinic__hero-brand-name span:last-child {
    font-size: 2rem;
  }
}
.p-clinic__hero-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #2e3a30;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__hero-heading {
    font-size: 2.4rem;
  }
}
.p-clinic__hero-heading em {
  font-style: normal;
  color: #3b7a56;
}
.p-clinic__hero-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2e3a30;
  letter-spacing: 0.04em;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__hero-text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-clinic__section {
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section {
    padding: 4rem 2rem;
  }
}
.p-clinic__section--1 {
  padding-top: 16rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--1 {
    padding-top: 4rem;
  }
}
.p-clinic__section--2 {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--2 {
    padding-top: 4rem;
  }
}
.p-clinic__section--3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-clinic__section--4 {
  padding-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--4 {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-clinic__section--5 {
  padding-top: 1rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-clinic__section--6 {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__section--6 {
    padding-top: 4rem;
  }
}
.p-clinic__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic__section-heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic__section-heading {
    margin-bottom: 2rem;
  }
}
.p-clinic__area-grid {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic__area-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.p-clinic__area-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic__area-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic__area-heading {
    padding-top: 0;
  }
}
.p-clinic__area-heading em {
  font-style: normal;
  color: #3b7a56;
}
.p-clinic__area-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-clinic__area-strong {
  font-weight: 700;
  color: #7db892;
  font-size: 2.4rem;
}
.p-clinic__area-photo {
  border-radius: 1.6rem;
  overflow: hidden;
  max-width: 56rem;
  width: 100%;
}
.p-clinic__area-photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__cards {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media not all and (max-width: 768px) {
  .p-clinic__cards {
    grid-template-columns: 1fr 1fr;
  }
}
.p-clinic__card {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #ffffff;
}
.p-clinic__card-photo {
  height: 30rem;
}
.p-clinic__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__card-body {
  padding: 1.8rem;
}
.p-clinic__card-eyebrow {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #3b7a56;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.p-clinic__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
}
.p-clinic__feature-grid {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic__feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
.p-clinic__feature-photo {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-clinic__feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__feature-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-clinic__feature-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 768px) {
  .p-clinic__feature-heading {
    font-size: 2.6rem;
  }
}
.p-clinic__feature-heading em {
  font-style: normal;
  color: #3b7a56;
}
.p-clinic__feature-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media not all and (max-width: 768px) {
  .p-clinic__feature-text {
    font-size: 1.8rem;
  }
}
.p-clinic__feature-points {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 2rem;
}
.p-clinic__feature-points p {
  margin-bottom: 0;
  position: relative;
  padding-left: 2.7rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 768px) {
  .p-clinic__feature-points p {
    font-size: 1.8rem;
  }
}
.p-clinic__feature-points p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #6ba47f;
}
.p-clinic__gallery {
  max-width: 144rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__gallery {
    gap: 0.5rem;
  }
}
.p-clinic__gallery-main {
  overflow: hidden;
  height: 24rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media not all and (max-width: 768px) {
  .p-clinic__gallery-main {
    height: 54rem;
  }
}
.p-clinic__gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__gallery-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__gallery-sub {
    gap: 0.5rem;
  }
}
.p-clinic__gallery-item {
  border-radius: 1.6rem;
  overflow: hidden;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__gallery-item {
    border-radius: 0;
    height: 9rem;
  }
}
@media not all and (max-width: 768px) {
  .p-clinic__gallery-item {
    height: 34rem;
  }
}
.p-clinic__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic__table {
  max-width: 112rem;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d4d8d6;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-clinic__table-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #edf6f0;
}
.p-clinic__table-row:last-child {
  border-bottom: none;
}
@media not all and (max-width: 768px) {
  .p-clinic__table-row {
    flex-direction: row;
  }
}
.p-clinic__table-label {
  background: #d4e8dc;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  padding: 1.2rem 1.5rem;
  flex-shrink: 0;
}
@media not all and (max-width: 768px) {
  .p-clinic__table-label {
    width: 27.5rem;
    display: flex;
  }
}
.p-clinic__table-data {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  padding: 1.3rem 1.5rem;
  flex: 1;
}
.p-clinic__table-data--end {
  padding: 2rem 1.5rem;
}
.p-clinic__table-data-buttons {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1.5rem;
}
.p-clinic__access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0 auto 1rem;
  max-width: 112rem;
  align-items: start;
}
@media not all and (max-width: 768px) {
  .p-clinic__access-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.p-clinic__access-maps {
  display: flex;
  flex-direction: column;
}
.p-clinic__access-map {
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  height: 37rem;
  border: 1px solid #d4d8d6;
}
@media screen and (max-width: 768px) {
  .p-clinic__access-map {
    height: 20rem;
  }
}
.p-clinic__access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.p-clinic__access-map-caption {
  margin-top: 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #2d3a35;
  text-align: center;
}
.p-clinic__access-table {
  max-width: none;
  margin: 0;
}
.p-clinic__access-table .p-clinic__table-label {
  width: 15.5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic__access-table .p-clinic__table-label {
    width: 100%;
  }
}
.p-clinic__access-table .p-clinic__table-data {
  padding: 1.5rem 1rem;
}
.p-clinic__access-directions {
  background: #ffffff;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 2.3rem 2.8rem 2.4rem;
  max-width: 112rem;
  margin: 0 auto;
}
.p-clinic__access-directions-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #2d3a35;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.p-clinic__access-directions-heading:not(:first-child) {
  margin-top: 1.5rem;
}
.p-clinic__access-directions-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
}
.p-clinic__access-directions-text small {
  display: block;
  font-size: 1.4rem;
  color: #6b7570;
}
.p-clinic__cta {
  padding: 4rem 2rem 6rem;
  background: #ffffff;
}
.p-clinic__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #edf6f0;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.p-clinic__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  line-height: 1.4;
}
@media not all and (max-width: 768px) {
  .p-clinic__cta-text {
    line-height: 1.8;
  }
}
.p-clinic__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2d3a35;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
.p-clinic__cta-tel .tel-number {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
.p-clinic__cta-tel .tel-number a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-clinic__cta-tel .tel-number {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
}
.p-clinic__cta-tel .tel-hours {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 768px) {
  .p-clinic__cta-tel .tel-hours {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.p-privacy-policy {
  background-color: #fafaf8;
}
.p-privacy-policy__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-privacy-policy__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-privacy-policy__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__title {
    font-size: 3.2rem;
  }
}
.p-privacy-policy__body {
  max-width: 112rem;
  margin: 0 auto;
  padding: 14rem 2rem 11rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__body {
    padding: 4rem 2rem;
  }
}
.p-privacy-policy__intro {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-privacy-policy__date {
  text-align: right;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #6b7570;
  letter-spacing: 0.04em;
  margin-top: -2rem;
}
.p-privacy-policy__index {
  background: #ffffff;
  border: 1px solid #d4d8d6;
  border-radius: 1.6rem;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 5rem;
}
.p-privacy-policy__index-heading {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #8a9590;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.p-privacy-policy__index-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.8rem;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__index-list {
    grid-template-columns: 1fr 1fr;
  }
}
.p-privacy-policy__index-list li {
  border-bottom: 1px dashed #d4d8d6;
  padding: 0 0.5rem;
}
.p-privacy-policy__index-list a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-privacy-policy__article {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-privacy-policy__article-heading {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  border-bottom: 1px dashed #d4d8d6;
  padding-bottom: 1rem;
}
.p-privacy-policy__article-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #a8aeab;
  text-transform: uppercase;
}
.p-privacy-policy__article-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__article-title {
    font-size: 2rem;
  }
}
.p-privacy-policy__article-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-privacy-policy__article-text a {
  text-decoration: underline;
}
.p-privacy-policy__contact-box {
  background: #ffffff;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 2.1rem 2.4rem 5rem;
}
.p-privacy-policy__contact-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__contact-heading {
    font-size: 2.6rem;
  }
}
.p-privacy-policy__contact-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__contact-row {
    flex-direction: row;
    align-items: baseline;
    gap: 2rem;
  }
}
.p-privacy-policy__contact-term {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media not all and (max-width: 768px) {
  .p-privacy-policy__contact-term {
    width: 15rem;
  }
}
.p-privacy-policy__contact-detail {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: #7db892;
}
.p-privacy-policy__contact-detail a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #7db892 !important;
}
.p-privacy-policy__back {
  display: flex;
  justify-content: center;
}

.p-contact-us {
  background: rgba(247, 248, 248, 0.8);
}
.p-contact-us__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-contact-us__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-contact-us__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-contact-us__title {
    font-size: 3.2rem;
  }
}
.p-contact-us__body {
  max-width: 112rem;
  margin: 0 auto;
  padding: 8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-contact-us__tel-section {
  text-align: center;
}
.p-contact-us__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  margin-bottom: 1rem;
}
@media not all and (max-width: 768px) {
  .p-contact-us__section-heading {
    font-size: 3.2rem;
  }
}
.p-contact-us__tel-lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.p-contact-us__tel-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.p-contact-us__tel-card {
  background: #ffffff;
  border-radius: 1.6rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 2rem 4rem;
  text-align: left;
  min-width: 26rem;
  width: 45rem;
}
.p-contact-us__tel-card-label {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  color: #6b7570;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.p-contact-us__tel-card-number {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
@media not all and (max-width: 768px) {
  .p-contact-us__tel-card-number {
    font-size: 3.2rem;
  }
}
.p-contact-us__tel-card-number a {
  color: inherit !important;
}
.p-contact-us__tel-card--clinic .p-contact-us__tel-card-number {
  color: #7db892;
}
.p-contact-us__tel-card--nursing .p-contact-us__tel-card-number {
  color: #e59aa1;
}
.p-contact-us__form-wrap {
  background: #ffffff;
  border: 1px solid #d4d8d6;
  border-radius: 1.6rem;
  padding: 4rem 2rem;
}
@media not all and (max-width: 768px) {
  .p-contact-us__form-wrap {
    padding: 4rem 8rem;
  }
}
.p-contact-us__form-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2d3a35;
  text-align: center;
  margin-bottom: 3rem;
}
@media not all and (max-width: 768px) {
  .p-contact-us__form-heading {
    font-size: 3.2rem;
  }
}
.p-contact-us__tabs {
  margin-bottom: 3rem;
}
.p-contact-us__tab-nav {
  display: flex;
  gap: 0.4rem;
}
.p-contact-us__tab-btn {
  flex: 1;
  background: #eceeed;
  border: none;
  border-radius: 1rem 1rem 0 0;
  padding: 1.4rem 1rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #6b7570;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media not all and (max-width: 768px) {
  .p-contact-us__tab-btn {
    padding: 1.6rem 1rem;
    font-size: 1.7rem;
  }
}
.p-contact-us__tab-btn:hover {
  opacity: 0.8;
}
.p-contact-us__tab-btn--clinic {
  background: #d4e8dc;
  color: #3b7a56;
}
.p-contact-us__tab-btn--clinic.active {
  background: #7db892;
  color: #ffffff;
  font-weight: 600;
}
.p-contact-us__tab-btn--nursing {
  background: #f5d5d9;
  color: #a04d58;
}
.p-contact-us__tab-btn--nursing.active {
  background: #e59aa1;
  color: #ffffff;
  font-weight: 600;
}
.p-contact-us__tab-panel {
  padding: 3rem 2rem;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media not all and (max-width: 768px) {
  .p-contact-us__tab-panel {
    padding: 3rem 4rem;
  }
}
.p-contact-us__tab-panel[hidden] {
  display: none;
}
.p-contact-us__tab-panel--clinic {
  background: rgb(237.8, 245.8, 241);
}
.p-contact-us__tab-panel--nursing {
  background: rgb(251, 238.2, 239.8);
}
.p-contact-us__field {
  margin-bottom: 2rem;
}
.p-contact-us__label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.p-contact-us__required {
  display: inline-block;
  background: #c75959;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.6rem;
  border-radius: 7.5rem;
}
.p-contact-us__hint {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #6b7570;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.p-contact-us__input, .p-contact-us__select, .p-contact-us__textarea {
  width: 100%;
  background: #fafaf8;
  border: 1px solid #d4d8d6;
  border-radius: 0.6rem;
  padding: 1.1rem 1.3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-contact-us__input::-moz-placeholder, .p-contact-us__select::-moz-placeholder, .p-contact-us__textarea::-moz-placeholder {
  color: #757575;
}
.p-contact-us__input::placeholder, .p-contact-us__select::placeholder, .p-contact-us__textarea::placeholder {
  color: #757575;
}
.p-contact-us__input:focus, .p-contact-us__select:focus, .p-contact-us__textarea:focus {
  outline: 2px solid #7db892;
  outline-offset: 1px;
}
.p-contact-us__textarea {
  min-height: 13.5rem;
  resize: vertical;
}
.p-contact-us__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7570' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  padding-right: 3rem;
}
.p-contact-us__agree {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 2rem;
}
.p-contact-us__agree input {
  margin-top: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.p-contact-us__agree label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-contact-us__agree label a {
  text-decoration: underline;
}
.p-contact-us__submit-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.p-contact-us__submit,
.p-contact-us .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  padding: 1.6rem 3.2rem;
  border: none;
  border-radius: 5rem;
  background: #7db892;
  color: #ffffff !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-contact-us__submit:hover,
.p-contact-us .wpcf7-submit:hover {
  opacity: 0.8;
}
.p-contact-us__note {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #2d3a35;
}
.p-contact-us__note a {
  color: #7db892 !important;
}
.p-contact-us__tab-panel--nursing .p-contact-us__submit,
.p-contact-us__tab-panel--nursing .wpcf7-submit {
  background: #e59aa1;
}
.p-contact-us__tab-panel--nursing .p-contact-us__note a {
  color: #e59aa1 !important;
}
.p-contact-us__tab-panel--nursing .p-contact-us__input:focus,
.p-contact-us__tab-panel--nursing .p-contact-us__select:focus,
.p-contact-us__tab-panel--nursing .p-contact-us__textarea:focus {
  outline-color: #e59aa1;
}
.p-contact-us__message {
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.p-contact-us__message--success {
  background: #d4e8dc;
  color: #3b7a56;
}
.p-contact-us__message--error {
  background: #fbe9e9;
  color: #c75959;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=url],
input[type=search],
input[type=color] {
  padding: 1rem;
}

.p-information {
  background-color: #fafaf8;
}
.p-information__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-information__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-information__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-information__title {
    font-size: 3.2rem;
  }
}
.p-information__body {
  max-width: 85rem;
  margin: 0 auto;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-information__body {
    padding-top: 4rem;
  }
}
.p-information__list {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 1rem 2rem;
}
.p-information__item {
  display: block;
  padding: 2.4rem 2.6rem;
  border-bottom: 1px dashed #d4d8d6;
}
.p-information__item:last-child {
  border-bottom: none;
}
.p-information__item:hover {
  opacity: 0.75;
}
.p-information__date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  color: #3b7a56;
  margin-bottom: 0.8rem;
}
.p-information__excerpt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-information__empty {
  padding: 4rem 3.6rem;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #6b7570;
}
.p-information__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
.p-information__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #7db892 !important;
}
.p-information__pagination a.page-numbers,
.p-information__pagination span.page-numbers {
  width: 3rem;
  height: 3rem;
  border: 1px solid #7db892;
  border-radius: 0;
  background: #ffffff;
}
.p-information__pagination .page-numbers.current {
  background: #7db892;
  color: #ffffff !important;
  border-color: #7db892;
}
.p-information__pagination .page-numbers.dots {
  border: none;
  background: transparent;
  width: auto;
}
.p-information__pagination .prev.page-numbers,
.p-information__pagination .next.page-numbers {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  padding: 0 0.5rem;
}

.p-information-single {
  background-color: #fafaf8;
}
.p-information-single__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-information-single__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-information-single__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 60rem;
  margin: 0 auto;
}
@media not all and (max-width: 768px) {
  .p-information-single__title {
    font-size: 2.8rem;
  }
}
.p-information-single__date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #3b7a56;
  margin-top: 1.6rem;
}
.p-information-single__body {
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 2rem 12rem;
}
@media screen and (max-width: 768px) {
  .p-information-single__body {
    padding: 0 2rem 6rem;
  }
}
.p-information-single__thumbnail {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-bottom: 3.2rem;
}
.p-information-single__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.p-information-single__content {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 3.6rem 4rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-information-single__content {
    padding: 2.8rem 2rem;
  }
}
.p-information-single__content > * + * {
  margin-top: 1.8rem;
}
.p-information-single__content h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.1rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d4e8dc;
  margin-top: 4.4rem;
}
.p-information-single__content h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.9rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-top: 3.6rem;
}
.p-information-single__content h4 {
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 2.8rem;
}
.p-information-single__content p {
  margin: 0;
}
.p-information-single__content a {
  color: #7db892 !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-information-single__content a:hover {
  opacity: 0.75;
}
.p-information-single__content strong {
  font-weight: 700;
}
.p-information-single__content ul,
.p-information-single__content ol {
  padding-left: 1.6em;
}
.p-information-single__content ul {
  list-style: disc;
}
.p-information-single__content ol {
  list-style: decimal;
}
.p-information-single__content li + li {
  margin-top: 0.5rem;
}
.p-information-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 0 auto;
}
.p-information-single__content figure {
  margin: 0;
}
.p-information-single__content figcaption {
  font-size: 1.3rem;
  color: #6b7570;
  text-align: center;
  margin-top: 0.8rem;
}
.p-information-single__content blockquote {
  border-left: 4px solid #d4e8dc;
  background: #edf6f0;
  padding: 1.6rem 2rem;
  color: #6b7570;
  border-radius: 0 0.8rem 0.8rem 0;
}
.p-information-single__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.p-information-single__content th,
.p-information-single__content td {
  border: 1px solid #d4d8d6;
  padding: 0.8rem 1.2rem;
  text-align: left;
}
.p-information-single__content hr {
  border: none;
  border-top: 1px solid #d4d8d6;
  margin: 3.6rem 0;
}
.p-information-single__nav {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-information-single__nav {
    flex-direction: column;
  }
}
.p-information-single__nav-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.8rem 2.2rem;
  transition: opacity 0.3s;
}
.p-information-single__nav-link:hover {
  opacity: 0.7;
}
.p-information-single__nav-link--next {
  text-align: right;
  align-items: flex-end;
}
.p-information-single__nav-label {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #3b7a56;
}
.p-information-single__nav-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
.p-information-single__back {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.p-soelu-service {
  background: #f8f8f8;
}
.p-soelu-service__header {
  width: 100%;
  background: #f5d5d9;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-soelu-service__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-soelu-service__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__title {
    font-size: 3.2rem;
  }
}
.p-soelu-service__section {
  padding: 8rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__section {
    padding: 4rem 2rem;
  }
}
.p-soelu-service__section--1 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__section--1 {
    padding-top: 4rem;
  }
}
.p-soelu-service__section--2 {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__section--2 {
    padding-top: 4rem;
  }
}
.p-soelu-service__section--3 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__section--3 {
    padding-top: 4rem;
  }
}
.p-soelu-service__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  margin-bottom: 3rem;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__section-heading {
    font-size: 3.2rem;
  }
}
.p-soelu-service__section-lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 5rem;
}
.p-soelu-service__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-soelu-service__inner--narrow {
  max-width: 104rem;
  margin: 0 auto;
}
.p-soelu-service__menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-soelu-service__menu-card {
  position: relative;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 0.5rem rgba(168, 174, 171, 0.4);
  padding: 4rem 2.4rem;
  text-align: center;
  overflow: hidden;
}
.p-soelu-service__menu-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.4rem;
  background: linear-gradient(to right, #f5c2c7, #d89aa0);
}
.p-soelu-service__menu-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #fcf3f4;
  border: 2px solid #e59aa1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.p-soelu-service__menu-icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.p-soelu-service__menu-eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #e59aa1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.p-soelu-service__menu-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}
.p-soelu-service__menu-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-soelu-service__flow-box {
  background: #ffffff;
  border: 1px solid #d4d8d6;
  border-radius: 1.6rem;
  padding: 2rem 2rem;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__flow-box {
    padding: 2.1rem 4.1rem;
  }
}
.p-soelu-service__flow-step {
  position: relative;
  display: flex;
  gap: 2rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.p-soelu-service__flow-step:last-child {
  border-bottom: none;
}
.p-soelu-service__flow-step:last-child .p-soelu-service__flow-line {
  display: none;
}
.p-soelu-service__flow-badge {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e59aa1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-soelu-service__flow-badge-label {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #e59aa1;
  text-transform: uppercase;
}
.p-soelu-service__flow-badge-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: #e59aa1;
}
.p-soelu-service__flow-line {
  position: absolute;
  top: 9rem;
  bottom: -2.4rem;
  left: 3.45rem;
  width: 2px;
  background: #e59aa1;
  opacity: 0.4;
}
.p-soelu-service__flow-body {
  flex: 1;
  min-width: 0;
  padding-top: 0.4rem;
}
.p-soelu-service__flow-tag {
  display: inline-block;
  background: #fcf3f4;
  color: #e59aa1;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 0.2rem 1rem;
  border-radius: 1.2rem;
  margin-bottom: 0.8rem;
}
.p-soelu-service__flow-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 0.6rem;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__flow-title {
    font-size: 1.8rem;
  }
}
.p-soelu-service__flow-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.p-soelu-service__price-badge {
  display: inline-block;
  background: #e59aa1;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.3rem 1.2rem;
  border-radius: 0.4rem;
  margin-bottom: 0rem;
}
.p-soelu-service__price-heading-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 2px solid #e59aa1;
  margin-bottom: 5rem;
}
.p-soelu-service__price-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  width: calc(100% - 11rem);
}
.p-soelu-service__price-heading h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__price-heading h3 {
    font-size: 2rem;
  }
}
.p-soelu-service__price-heading span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  color: #6b7570;
}
.p-soelu-service__price-heading-wrap--2 {
  margin-bottom: 2rem;
}
.p-soelu-service__price-heading-wrap--3 {
  margin-bottom: 2rem;
}
.p-soelu-service__price-block {
  margin-bottom: 4rem;
}
.p-soelu-service__price-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
  margin-bottom: 0.5rem;
  background: #f5d5d9;
  color: #a04d58;
  display: inline-block;
  padding: 0.2rem 1.4rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.p-soelu-service__price-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #2d3a35;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.p-soelu-service__price-table-wrap {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.p-soelu-service__price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 60rem;
  margin-top: 1rem;
  margin-bottom: 0;
  background: #fff;
}
.p-soelu-service__price-table th,
.p-soelu-service__price-table td {
  padding: 1.4rem 1.5rem;
  text-align: start;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  border-bottom: 1px solid #f5d5d9;
  white-space: nowrap;
}
.p-soelu-service__price-table th {
  background: #fcf3f4;
  color: #6b7570;
  font-weight: 700;
}
.p-soelu-service__price-table td:first-child,
.p-soelu-service__price-table td:nth-child(2) {
  text-align: left;
}
.p-soelu-service__price-table td:nth-last-child(-n+3) {
  color: #a04d58;
  text-align: right;
  padding-right: 2.5rem;
}
.p-soelu-service__price-table tr.is-highlight td {
  background: #fcf3f4;
}
.p-soelu-service__price-table tr.is-highlight td:first-child {
  color: #a04d58;
}
.p-soelu-service__price-table--2 {
  margin-bottom: 1rem;
}
.p-soelu-service__price-table--2 th,
.p-soelu-service__price-table--2 td {
  text-align: center !important;
}
.p-soelu-service__price-small-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  color: #6b7570;
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
}
.p-soelu-service__price-small-note::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e59aa1;
}
.p-soelu-service__price-addition {
  background: #fcf3f4;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
  margin-bottom: 4rem;
  border-radius: 8px;
  border-left: 4px solid var(--nursing-primary, #E59AA1);
  background: #FFF;
  /* bt */
  box-shadow: 0 5px 5px 0 rgba(168, 174, 171, 0.4);
}
.p-soelu-service__price-addition h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #e59aa1;
  margin-bottom: 1rem;
}
.p-soelu-service__price-addition p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.p-soelu-service__price-addition p strong {
  color: #a04d58;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__price-addition p strong {
    font-size: 2rem;
  }
}
.p-soelu-service__price-cash {
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__price-cash {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.p-soelu-service__price-cash p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
}
.p-soelu-service__price-phone-box-wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  border-radius: 8px;
  padding: 3rem;
  border: 1px solid var(--nursing-surface-light, #F5D5D9);
}
@media screen and (max-width: 768px) {
  .p-soelu-service__price-phone-box-wrap {
    flex-direction: column;
  }
}
.p-soelu-service__price-phone-box-wrap p {
  margin-bottom: 0;
  font-weight: normal;
}
.p-soelu-service__price-phone-box {
  background: #e59aa1;
  padding: 1.6rem 3rem;
  text-align: center;
  flex-shrink: 0;
  border-radius: 3rem;
  transition: opacity 0.3s;
}
.p-soelu-service__price-phone-box:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__price-phone-box {
    padding: 1rem 1.5rem;
  }
}
.p-soelu-service__price-phone-box span {
  display: block;
}
.p-soelu-service__price-phone-box .label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  color: #fff;
}
.p-soelu-service__price-phone-box .tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-soelu-service__price-attention {
  border-radius: 1.6rem;
  padding: 2.4rem 2.8rem;
  border-radius: var(--radius-lg, 16px);
  border-left: 4px solid var(--nursing-primary, #E59AA1);
  background: #FFF;
  /* bt */
  box-shadow: 0 5px 5px 0 rgba(168, 174, 171, 0.4);
}
.p-soelu-service__price-attention h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #e59aa1;
  margin-bottom: 1.2rem;
}
.p-soelu-service__price-attention ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-soelu-service__price-attention li {
  position: relative;
  padding-left: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #2d3a35;
}
.p-soelu-service__price-attention li a {
  color: inherit !important;
}
.p-soelu-service__price-attention li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #e59aa1;
}
.p-soelu-service__access-grid {
  display: flex;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__access-grid {
    flex-direction: column;
  }
}
@media not all and (max-width: 768px) {
  .p-soelu-service__access-grid {
    grid-template-columns: 1fr 1.1fr;
  }
}
.p-soelu-service__map {
  border-radius: 1.6rem;
  overflow: hidden;
  width: 54rem;
  height: 35rem;
  border: 1px solid #d4d8d6;
}
@media screen and (max-width: 768px) {
  .p-soelu-service__map {
    width: 100%;
    height: 20rem;
  }
}
.p-soelu-service__map iframe {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  border: 0;
  display: block;
}
.p-soelu-service__access-table {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid #d4d8d6;
}
.p-soelu-service__access-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #fcf3f4;
}
.p-soelu-service__access-row:last-child {
  border-bottom: none;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__access-row {
    flex-direction: row;
  }
}
.p-soelu-service__access-label {
  background: #f5d5d9;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  padding: 1.2rem 1.5rem;
  flex-shrink: 0;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__access-label {
    width: 15rem;
    display: flex;
    align-items: center;
  }
}
.p-soelu-service__access-data {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  padding: 1.2rem 1.5rem;
  flex: 1;
}
.p-soelu-service__access-data a {
  color: inherit !important;
}
.p-soelu-service__directions {
  background: #ffffff;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 2.3rem 2.8rem 2.4rem;
}
.p-soelu-service__directions-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #2d3a35;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.p-soelu-service__directions-heading:not(:first-child) {
  margin-top: 1.5rem;
}
.p-soelu-service__directions-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
}
.p-soelu-service__directions-text small {
  display: block;
  font-size: 1.4rem;
  color: #6b7570;
}
.p-soelu-service__cta {
  padding: 8rem 2rem 10rem;
  background: #ffffff;
}
.p-soelu-service__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #fcf3f4;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.p-soelu-service__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-soelu-service__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.p-soelu-service__cta-tel a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-soelu-service__cta-tel {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}

.p-clinic-patients {
  background: rgb(250, 250, 248);
}
.p-clinic-patients__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-clinic-patients__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-clinic-patients__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__title {
    font-size: 3.2rem;
  }
}
.p-clinic-patients__section {
  padding: 8rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section {
    padding: 4rem 2rem;
  }
}
.p-clinic-patients__section--1 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--1 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--2 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--2 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--3 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--3 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--4 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--4 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--5 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--5 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--6 {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--6 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section--7 {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__section--7 {
    padding-top: 4rem;
  }
}
.p-clinic-patients__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__section-heading {
    font-size: 3.2rem;
  }
}
.p-clinic-patients__section-lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 4rem;
}
.p-clinic-patients__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-clinic-patients__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.p-clinic-patients__hero-photo {
  border-radius: 1.6rem;
  overflow: hidden;
  order: -1;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__hero-photo {
    order: 0;
  }
}
.p-clinic-patients__hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-patients__hero-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__hero-heading {
    font-size: 2.8rem;
  }
}
.p-clinic-patients__hero-heading em {
  font-style: normal;
  color: #3b7a56;
  display: block;
}
.p-clinic-patients__hero-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-clinic-patients__contact-box {
  max-width: 112rem;
  margin: 0 auto;
  border: 1px solid #7db892;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  background: #fff;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__contact-box {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 4rem;
  }
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__contact-col {
    border-left: 1px dashed #7db892;
    padding-left: 4rem;
  }
}
.p-clinic-patients__contact-col:first-child {
  border-left: none;
  padding-left: 0;
}
.p-clinic-patients__contact-badge {
  display: inline-block;
  background: #7db892;
  color: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.4rem 1.4rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.p-clinic-patients__contact-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  color: #3b7a56;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  letter-spacing: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__contact-label {
    font-size: 1.6rem;
  }
}
.p-clinic-patients__contact-value {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #3b7a56;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.p-clinic-patients__contact-value a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__contact-value {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.p-clinic-patients__contact-value--2 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__contact-value--2 {
    font-size: 3.2rem;
  }
}
.p-clinic-patients__contact-note {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #2d3a35;
  margin-bottom: 0;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.064rem;
}
.p-clinic-patients__reason-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-patients__reason-card {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 0.5rem rgba(168, 174, 171, 0.4);
}
.p-clinic-patients__reason-photo {
  aspect-ratio: 345/236;
}
.p-clinic-patients__reason-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-patients__reason-body {
  padding: 1.5rem 2rem 2rem;
}
.p-clinic-patients__reason-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 1.2rem;
}
.p-clinic-patients__reason-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-clinic-patients__reason-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.3rem;
  padding: 4rem 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.p-clinic-patients__reason-cta p {
  font-size: 2.6rem;
  color: #3b7a56;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
}
.p-clinic-patients__content-box {
  max-width: 112rem;
  margin: 0 auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
}
.p-clinic-patients__content-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.9rem 2.8rem;
  border-bottom: 1px solid #edf6f0;
}
.p-clinic-patients__content-row:last-child {
  border-bottom: none;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__content-row {
    flex-direction: row;
    align-items: baseline;
    gap: 2rem;
  }
}
.p-clinic-patients__content-label {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-shrink: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2d3a35;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__content-label {
    width: 22rem;
  }
}
.p-clinic-patients__content-label::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #7db892;
  flex-shrink: 0;
}
.p-clinic-patients__content-desc {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-clinic-patients__flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-patients__flow-card {
  background: #ffffff;
  border: 2px solid #7db892;
  border-radius: 1.6rem;
  padding: 4.3rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__flow-card {
    padding: 2rem 1rem;
  }
}
.p-clinic-patients__flow-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
.p-clinic-patients__flow-badge {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #7db892;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-clinic-patients__flow-badge-label {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #7db892;
  text-transform: uppercase;
}
.p-clinic-patients__flow-badge-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #7db892;
  font-size: 2.4rem;
}
.p-clinic-patients__flow-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.p-clinic-patients__flow-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__flow-text {
    text-align: start;
  }
}
.p-clinic-patients__flow-tel {
  display: block;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #7db892;
  margin-top: 0.8rem;
}
.p-clinic-patients__flow-tel a {
  color: inherit !important;
}
.p-clinic-patients__price-box {
  max-width: 112rem;
  margin: 0 auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  background: #fff;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__price-box {
    padding: 6rem 5rem;
  }
}
.p-clinic-patients__price-box h3 {
  color: var(--text-primary, #2D3A35);
  text-align: center;
  /* heading/h2 */
  font-family: "Noto Serif JP";
  font-size: var(--text-size-h2, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: 0.078rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__price-box h3 {
    font-size: 2rem;
  }
}
.p-clinic-patients__price-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2d3a35;
  text-align: center;
  margin-bottom: 0.6rem;
}
.p-clinic-patients__price-lead {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  text-align: center;
  margin-bottom: 5rem;
}
.p-clinic-patients__price-block {
  margin-bottom: 3rem;
}
.p-clinic-patients__price-block-title {
  display: inline-block;
  background: #d4e8dc;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3b7a56;
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}
.p-clinic-patients__price-block-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #2d3a35;
  margin-bottom: 1.5rem;
}
.p-clinic-patients__price-table-wrap {
  overflow-x: auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
}
.p-clinic-patients__price-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__price-table {
    min-width: 42rem;
  }
}
.p-clinic-patients__price-table td {
  padding: 1.2rem 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  border-bottom: 1px solid #d4e8dc;
}
.p-clinic-patients__price-table td:first-child {
  width: 20rem;
  background: #edf6f0;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__price-table td:first-child {
    width: 13rem;
  }
}
.p-clinic-patients__price-table td:last-child {
  font-size: 1.4rem;
}
.p-clinic-patients__price-table tr:last-child td {
  border-bottom: none;
}
.p-clinic-patients__price-small-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #6b7570;
  margin: 2rem 0;
  margin-top: -2rem;
}
.p-clinic-patients__price-callout {
  padding: 2rem 2.4rem;
  border-left: 3px solid var(--clinic-primary, #7DB892);
  background: var(--text-on-color, #FFF);
}
.p-clinic-patients__price-callout h4 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #7db892;
  margin-bottom: 1rem;
}
.p-clinic-patients__price-callout p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  margin-bottom: 0;
}
.p-clinic-patients__cta {
  padding: 4rem 2rem 6rem;
  background: #ffffff;
}
.p-clinic-patients__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #edf6f0;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-clinic-patients__cta-card {
    gap: 0;
  }
}
.p-clinic-patients__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__cta-text {
    line-height: 1.8;
  }
}
.p-clinic-patients__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2d3a35;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-clinic-patients__cta-tel .tel-number {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
.p-clinic-patients__cta-tel .tel-number a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__cta-tel .tel-number {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
}
.p-clinic-patients__cta-tel .tel-hours {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 768px) {
  .p-clinic-patients__cta-tel .tel-hours {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.p-clinic-professionals {
  background: rgb(250, 250, 248);
}
.p-clinic-professionals__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-clinic-professionals__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-clinic-professionals__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__title {
    font-size: 3.2rem;
  }
}
.p-clinic-professionals__section {
  padding: 8rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section {
    padding: 4rem 2rem;
  }
}
.p-clinic-professionals__section--1 {
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--1 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--2 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--2 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--3 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--3 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--4 {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--4 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--5 {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--5 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--6 {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--6 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section--7 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__section--7 {
    padding-top: 4rem;
  }
}
.p-clinic-professionals__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__section-heading {
    font-size: 3.2rem;
  }
}
.p-clinic-professionals__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-clinic-professionals__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.p-clinic-professionals__hero-photo {
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-clinic-professionals__hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-professionals__hero-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__hero-heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-clinic-professionals__hero-heading em {
  font-style: normal;
  color: #3b7a56;
  display: block;
}
.p-clinic-professionals__hero-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__hero-text {
    width: 100%;
  }
}
.p-clinic-professionals__contact-box {
  max-width: 112rem;
  margin: 0 auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  background: #fff;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__contact-box {
    grid-template-columns: 1fr 1fr;
    padding: 3rem 4rem;
  }
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__contact-col {
    border-left: 1px dashed #d4e8dc;
    padding-left: 4rem;
  }
}
.p-clinic-professionals__contact-col:first-child {
  border-left: none;
  padding-left: 0;
}
.p-clinic-professionals__contact-badge {
  display: inline-block;
  background: #7db892;
  color: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.4rem 1.4rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.p-clinic-professionals__contact-label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  color: #3b7a56;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  letter-spacing: 0.12rem;
  font-weight: 500;
}
.p-clinic-professionals__contact-value {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #3b7a56;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.p-clinic-professionals__contact-value a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__contact-value {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.p-clinic-professionals__contact-value--2 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__contact-value--2 {
    font-size: 3.2rem;
  }
}
.p-clinic-professionals__contact-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2d3a35;
  margin-bottom: 0;
}
.p-clinic-professionals__list-box {
  max-width: 112rem;
  margin: 0 auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
  padding: 3rem 2.4rem;
  background: #fff;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__list-box {
    padding: 3rem 3.3rem;
  }
}
.p-clinic-professionals__list-heading {
  font-weight: 500;
  font-size: 2.4rem;
  color: #2d3a35;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__list-heading {
    font-size: 1.8rem;
  }
}
.p-clinic-professionals__list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__list-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-professionals__list-grid li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-default, #D4D8D6);
}
@media screen and (max-width: 768px) {
  .p-clinic-professionals__list-grid li {
    font-size: 1.6rem;
  }
}
.p-clinic-professionals__list-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #7db892;
}
.p-clinic-professionals__flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-professionals__flow-card {
  background: #ffffff;
  border: 2px solid #7db892;
  border-radius: 1.6rem;
  padding: 2.3rem 2.5rem;
}
.p-clinic-professionals__flow-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}
.p-clinic-professionals__flow-badge {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #7db892;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-clinic-professionals__flow-badge-label {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #7db892;
  text-transform: uppercase;
}
.p-clinic-professionals__flow-badge-num {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #7db892;
  font-size: 2.4rem;
}
.p-clinic-professionals__flow-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
.p-clinic-professionals__flow-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-clinic-professionals__hospital-grid {
  max-width: 112rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  text-align: center;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__hospital-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-professionals__hospital-item {
  padding: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.8rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--border-default, #D4D8D6);
  background: #FFF;
}
.p-clinic-professionals__cta {
  padding: 8rem 2rem 6rem;
  background: #ffffff;
}
.p-clinic-professionals__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #edf6f0;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.p-clinic-professionals__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  line-height: 1.4;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__cta-text {
    line-height: 1.8;
  }
}
.p-clinic-professionals__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2d3a35;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
.p-clinic-professionals__cta-tel .tel-number {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
.p-clinic-professionals__cta-tel .tel-number a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__cta-tel .tel-number {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
}
.p-clinic-professionals__cta-tel .tel-hours {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 768px) {
  .p-clinic-professionals__cta-tel .tel-hours {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.p-clinic-message {
  background: rgb(250, 250, 248);
}
.p-clinic-message__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-clinic-message__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-clinic-message__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__title {
    font-size: 3.2rem;
  }
}
.p-clinic-message__section {
  padding: 8rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__section {
    padding: 4rem 2rem;
  }
}
.p-clinic-message__section--1 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__section--1 {
    padding-top: 4rem;
  }
}
.p-clinic-message__section--2 {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__section--2 {
    padding-top: 4rem;
  }
}
.p-clinic-message__section--3 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__section--3 {
    padding-top: 4rem;
  }
}
.p-clinic-message__section--4 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__section--4 {
    padding-bottom: 4rem;
  }
}
.p-clinic-message__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__section-heading {
    font-size: 3.2rem;
  }
}
.p-clinic-message__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-clinic-message__director-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 8rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__director-grid {
    grid-template-columns: 30.7rem 1fr;
    gap: 4rem;
  }
}
.p-clinic-message__director-photo {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__director-photo {
    aspect-ratio: 307/373;
  }
}
.p-clinic-message__director-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-message__director-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  letter-spacing: 0.03em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__director-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-message__director-heading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-clinic-message__director-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-clinic-message__director-text p {
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
.p-clinic-message__director-sign {
  text-align: right;
  margin-top: 5rem;
}
.p-clinic-message__director-sign .role {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
}
.p-clinic-message__director-sign .name {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2d3a35;
  margin-top: 0.4rem;
}
.p-clinic-message__history-table {
  max-width: 104rem;
  margin: 0 auto;
  border: 1px solid #d4e8dc;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
}
.p-clinic-message__history-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #edf6f0;
}
.p-clinic-message__history-row:last-child {
  border-bottom: none;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__history-row {
    flex-direction: row;
  }
}
.p-clinic-message__history-date {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #3b7a56;
  padding: 1.2rem 1.6rem;
  flex-shrink: 0;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__history-date {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-message__history-date {
    padding-bottom: 0;
  }
}
.p-clinic-message__history-data {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  padding: 1.5rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-message__history-data {
    padding-top: 1rem;
  }
}
.p-clinic-message__staff-group {
  margin-bottom: 4rem;
}
.p-clinic-message__staff-group:last-child {
  margin-bottom: 0;
}
.p-clinic-message__staff-group-container {
  max-width: 108rem;
  margin: 0 auto;
}
.p-clinic-message__staff-group-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__staff-group-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 8rem;
  }
}
.p-clinic-message__staff-group-row .p-clinic-message__staff-group {
  margin-bottom: 0;
}
.p-clinic-message__staff-group-row .p-clinic-message__staff-grid {
  grid-template-columns: 1fr;
}
.p-clinic-message__staff-group-label {
  display: inline-block;
  background: #7db892;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0.6rem 1.6rem;
  border-radius: 0.8rem;
  margin-bottom: 1.5rem;
  width: 16.5rem;
  text-align: center;
}
.p-clinic-message__staff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__staff-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-clinic-message__staff-card {
  background: #ffffff;
  border: 1px solid #d4d8d6;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-clinic-message__staff-photo {
  background: #edf6f0;
  aspect-ratio: 330/244;
  overflow: hidden;
}
.p-clinic-message__staff-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-message__staff-body {
  padding: 1.4rem 1.6rem 1.8rem;
}
.p-clinic-message__staff-role {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #7db892;
  margin-bottom: 0.3rem;
}
.p-clinic-message__staff-name {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2d3a35;
}
.p-clinic-message__staff-kana {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.5rem;
  color: #6b7570;
  margin-bottom: 0.5rem;
}
.p-clinic-message__staff-specialty {
  display: flex;
  gap: 0.6rem;
  border-top: 1px solid #d4d8d6;
  padding-top: 0.9rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
}
.p-clinic-message__staff-specialty .label {
  color: #7db892;
  flex-shrink: 0;
}
.p-clinic-message__staff-specialty .value {
  color: #2d3a35;
}
.p-clinic-message__staff-photo-group {
  max-width: 108rem;
  margin: 0 auto;
}
.p-clinic-message__group-photo {
  border-radius: 1.6rem;
  overflow: hidden;
  margin-top: 6rem;
}
.p-clinic-message__group-photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-message__group-caption {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  margin-top: 4rem;
}
.p-clinic-message__recruit {
  position: relative;
  padding: 8rem 2rem;
  background: #ffffff;
  overflow: hidden;
}
.p-clinic-message__recruit-bg {
  position: absolute;
  inset: 0;
}
.p-clinic-message__recruit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-clinic-message__recruit-card {
  position: relative;
  max-width: 57rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20rem;
  box-shadow: 0 0.6rem 3rem rgba(0, 0, 0, 0.06);
  padding: 4.2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.p-clinic-message__recruit-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 768px) {
  .p-clinic-message__recruit-heading {
    font-size: 2.6rem;
  }
}

.p-recruitment {
  background: rgba(247, 248, 248, 0.8);
}
.p-recruitment__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-recruitment__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-recruitment__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-recruitment__title {
    font-size: 3.2rem;
  }
}
.p-recruitment__section {
  padding: 8rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment__section {
    padding: 4rem 2rem;
  }
}
.p-recruitment__section--1 {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment__section--1 {
    padding-top: 4rem;
  }
}
.p-recruitment__section--2 {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment__section--2 {
    padding-top: 4rem;
  }
}
.p-recruitment__section--3 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruitment__section--3 {
    padding-top: 4rem;
  }
}
.p-recruitment__section-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #2d3a35;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}
@media not all and (max-width: 768px) {
  .p-recruitment__section-heading {
    font-size: 3.2rem;
  }
}
.p-recruitment__inner {
  max-width: 112rem;
  margin: 0 auto;
}
.p-recruitment__lead {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}
.p-recruitment__lead-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-recruitment__job-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media not all and (max-width: 768px) {
  .p-recruitment__job-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-recruitment__job-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 0.25rem rgba(168, 174, 171, 0.4);
  padding: 2.8rem;
}
.p-recruitment__job-badge {
  display: inline-block;
  align-self: flex-start;
  background: #edf6f0;
  color: #3b7a56;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 0.25rem 1rem;
  border-radius: 10rem;
  margin-bottom: 1.2rem;
  width: 100%;
}
.p-recruitment__job-badge--nursing {
  background: #fcf3f4;
  color: #a04d58;
}
.p-recruitment__job-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #2d3a35;
  margin-bottom: 1.2rem;
}
.p-recruitment__job-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.p-recruitment__job-desc {
  border-top: 1px dashed #d4d8d6;
  padding-top: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-recruitment__job-desc-row {
  display: flex;
  gap: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
}
.p-recruitment__job-desc-row .term {
  flex-shrink: 0;
  width: 6.4rem;
  white-space: nowrap;
}
.p-recruitment__job-more {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}
.p-recruitment__job-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #7db892 !important;
}
.p-recruitment__empty {
  max-width: 76rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 0.5rem 0.5rem rgba(168, 174, 171, 0.4);
  padding: 6rem 3.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
}
.p-recruitment__empty-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #2d3a35;
}
.p-recruitment__empty-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-recruitment__empty-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  border-top: 1px dashed #d4d8d6;
  padding-top: 1.7rem;
}
.p-recruitment__cta {
  padding: 4rem 2rem 6rem;
  background: #ffffff;
}
.p-recruitment__cta-card {
  max-width: 58rem;
  margin: 0 auto;
  background: #edf6f0;
  border-radius: 3rem;
  filter: drop-shadow(0 0.5rem 0.25rem rgba(168, 174, 171, 0.4));
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.p-recruitment__cta-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-recruitment__cta-tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #2d3a35;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
.p-recruitment__cta-tel .tel-number {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
.p-recruitment__cta-tel .tel-number a {
  color: inherit !important;
}
@media not all and (max-width: 768px) {
  .p-recruitment__cta-tel .tel-number {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
}
.p-recruitment__cta-tel .tel-hours {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 768px) {
  .p-recruitment__cta-tel .tel-hours {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}

.p-faq__header {
  width: 100%;
  background: #d4e8dc;
  padding: 7rem 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.p-faq__eyebrow {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  color: #2d3a35;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.p-faq__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 768px) {
  .p-faq__title {
    font-size: 3.2rem;
  }
}
.p-faq__section {
  padding: 6rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__section {
    padding: 4rem 2rem;
  }
}
.p-faq__section--1 {
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-faq__section--1 {
    padding-top: 4rem;
  }
}
.p-faq__section--2 {
  padding-top: 2rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-faq__section--2 {
    padding-top: 4rem;
  }
}
.p-faq #faq-nursing .p-faq__category-label {
  background: #E59AA1 !important;
}
.p-faq__inner {
  max-width: 85rem;
  margin: 0 auto;
}
.p-faq__lead {
  max-width: 112rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.2rem;
  text-align: center;
}
.p-faq__lead-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #2d3a35;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media not all and (max-width: 768px) {
  .p-faq__lead-heading {
    font-size: 3.2rem;
  }
}
.p-faq__lead-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.p-faq__lead-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.p-faq__lead-nav-link {
  display: block;
  background: #ffffff;
  box-shadow: 0 0.5rem 0.25rem rgba(168, 174, 171, 0.4);
  border-radius: 0.6rem;
  padding: 2rem 5rem;
  text-align: left;
  width: 41rem;
}
.p-faq__lead-nav-link .kicker {
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 2rem;
  color: #6b7570;
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
  margin-bottom: 1rem;
}
.p-faq__lead-nav-link .label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-faq__lead-nav-link--clinic .label {
  color: #7db892;
}
.p-faq__lead-nav-link--nursing .label {
  color: #e59aa1;
}
.p-faq__category-label {
  display: block;
  background: #ffffff;
  border-radius: 10rem;
  background: #7DB892;
  padding: 0.6rem 2rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
}
.p-faq__item {
  overflow: hidden;
  position: relative;
}
.p-faq__item::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  border-bottom: 2px dashed #D4D8D6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-faq__item:last-child::after {
  display: none;
}
.p-faq__item--clinic {
  background: #e5f1ea;
}
.p-faq__item--nursing {
  background: #f5d5d9;
}
.p-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 2.6rem 3.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
.p-faq__item--clinic .p-faq__question {
  color: #3b7a56;
}
.p-faq__item--nursing .p-faq__question {
  color: #a04d58;
}
.p-faq__question-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.p-faq__item.is-open .p-faq__question-arrow {
  transform: rotate(180deg);
}
.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.p-faq__item.is-open .p-faq__answer {
  grid-template-rows: 1fr;
}
.p-faq__answer-inner {
  overflow: hidden;
}
.p-faq__answer-text {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2d3a35;
  letter-spacing: 0.04em;
  padding: 0 3.8rem 0;
}

.p-news {
  background: #000;
  height: 100vh;
  padding-top: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-top: unset;
  }
}
.p-news__inner {
  width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5rem;
  }
}
.p-news__title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-news__title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
}
.p-news__title p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
}
@media screen and (max-width: 768px) {
  .p-news__title p {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-news__cats {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 2rem;
}
.p-news__cat a {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  background: #545454;
  margin-right: 2rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-news__cat a {
    font-size: 1.2rem;
    letter-spacing: normal;
    margin-right: 1rem;
  }
}
.p-news__cat a:hover, .p-news__cat a.is-current {
  color: #fff;
}
.p-news__cat a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-news__cards--wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .p-news__cards--wrap::-webkit-scrollbar {
    display: none;
  }
  .p-news__cards--wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.p-news__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-news__cards {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.5rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-news__card {
  width: 25rem;
  position: relative;
}
.p-news__card a {
  transition: all 0.5s;
}
.p-news__card a:hover {
  opacity: 0.8;
}
.p-news__card--img {
  width: 100%;
  height: 16rem;
  background: #7D7D7D;
  overflow: hidden;
  position: relative;
}
.p-news__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-news__card--tag {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  background: #545454;
  padding: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.p-news__card--content {
  background: #B8B8B8;
  padding: 1rem;
}
.p-news__card--content p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  margin-bottom: 0;
}
.p-news__card--date {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  margin-bottom: 0;
}
.p-news__card--title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  margin-bottom: 0;
}
.p-news__bottom {
  background: #2C2A28;
  padding: 2rem 0;
  margin-top: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-news__bottom--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.p-news__bottom--nav li {
  list-style: none;
  margin: 0;
}
.p-news__bottom--nav a.page-numbers,
.p-news__bottom--nav span.page-numbers {
  font-size: 2.4rem;
  font-weight: 400;
  border-radius: 50%;
  color: rgb(114, 113, 113) !important;
  background: #000;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-news__bottom--nav a.page-numbers,
  .p-news__bottom--nav span.page-numbers {
    font-size: 1.6rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
.p-news__bottom--nav a.page-numbers:hover {
  opacity: 0.8;
}
.p-news__bottom--nav span.page-numbers.current {
  color: #FFF !important;
  background: #C29337;
}

.p-news__detail {
  background: #000;
  color: #fff;
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail {
    padding-top: 5rem;
  }
}
.p-news__detail h1 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail h1 {
    font-size: 2rem;
    letter-spacing: normal;
    margin-bottom: 2rem;
  }
}
.p-news__detail--inner {
  width: 104rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--inner {
    width: 100%;
    padding: 1.5rem;
    padding-bottom: 5rem;
  }
}
.p-news__detail--meta {
  display: flex;
  justify-content: space-between;
}
.p-news__detail--meta--cat {
  background: #545454;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-news__detail--meta--cat {
    font-size: 1.2rem;
  }
}
.p-news__detail--meta--date {
  color: #7D7D7D;
  letter-spacing: 0.32rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--meta--date {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.p-news__detail--main {
  width: 79rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news__detail--main {
    width: 100%;
  }
}
.p-news__detail--main p {
  color: #B8B8B8;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12rem;
}
.p-news__detail--main--thumb {
  width: 54rem;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--main--thumb {
    width: 100%;
    height: 20rem;
    margin: 0 auto 1.5rem;
  }
}
.p-news__detail--main--thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__detail--nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2C2A28;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-news__detail--nav {
    padding: 1rem 0;
  }
}
.p-news__detail--nav li {
  width: 33.3%;
  text-align: center;
}
.p-news__detail--nav a {
  color: #fff !important;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .p-news__detail--nav a {
    font-size: 1.2rem;
  }
}

.p-contact-page {
  background: #000;
  min-height: 100vh;
  padding-top: 9rem;
  padding-bottom: 2rem;
  position: relative;
}
.p-contact-page::before, .p-contact-page::after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #C29337;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact-page::before, .p-contact-page::after {
    height: 0.5rem;
  }
}
.p-contact-page::before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-page::before {
    display: none;
  }
}
.p-contact-page::after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-page {
    padding: 10rem 1.5rem 4rem;
  }
}
.p-contact-page form.wpcf7-form {
  margin: 0;
}
.p-contact-page .wpcf7-response-output {
  width: calc(100% - 3rem);
  max-width: 61rem;
  margin: 2rem auto 0;
}
.p-contact-page .p-contact__submit button.wpcf7-submit.c-btn-black {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact {
  background: #000;
}
.p-contact__title h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__title h2 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
  }
}
.p-contact__inner {
  width: 61rem;
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}
.p-contact__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
.p-contact__label {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.p-contact__badge {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18.5px; /* 185% */
  letter-spacing: 0.015rem;
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
}
.p-contact__badge--required {
  background: #9A746D;
}
.p-contact__badge--optional {
  background: #9D9288;
}
.p-contact input, .p-contact textarea, .p-contact select {
  border-radius: 1rem;
  border: 1px solid #DDD4CA;
  background: #EFEFEF;
  padding: 1rem 1.5rem;
  width: 100%;
}
.p-contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 4.5rem;
  cursor: pointer;
  color: #373737;
}
.p-contact .wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: block;
}
.p-contact .wpcf7-form-control-wrap:has(select)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.55rem solid transparent;
  border-right: 0.55rem solid transparent;
  border-top: 0.7rem solid #373737;
  pointer-events: none;
}
.p-contact textarea {
  height: 14rem;
}
.p-contact__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__row {
    flex-direction: column;
  }
}
.p-contact__row .p-contact__field {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-contact__row .p-contact__field {
    width: 100%;
  }
}
.p-contact__bottom {
  margin-top: 0;
}
.p-contact__bottom p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.015rem;
}
.p-contact__bottom a {
  color: #fff !important;
  text-decoration: underline !important;
}
.p-contact__submit {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.p-contact__caution {
  margin-top: 2rem;
  text-align: center;
}
.p-contact__caution p {
  color: #fff;
  font-size: 1.2rem;
}
.p-contact__copyright {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  text-align: end;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__copyright {
    position: static;
    text-align: center;
    margin-top: 2rem;
  }
}
.p-contact__copyright p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding-bottom: 0;
}
.p-contact__02 {
  background: #1E1E1E;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__02 {
    padding-top: 5rem;
  }
}

.wpcf7-response-output {
  margin: 0 auto !important;
}

.u-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-right-text-sp {
    display: block;
    text-align: end;
  }
}

.u-w-100 {
  width: 100%;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pb-15 {
  padding-bottom: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */