@charset "UTF-8";

.p-front-mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.p-front-mv__main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__main-content {
    padding: 1rem 0 0;
  }
}

.p-front-mv__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .p-front-mv__inner {
    flex-direction: column-reverse;
    padding: 0 1.5rem;
  }
}

.p-front-mv__text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 468px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__text-content {
    gap: 2rem;
    margin-top: 3em;
    padding: 2em 0;
  }
}

.p-front-mv__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-mv__text-block {
    text-align: center;
  }
}

.p-front-mv__title {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .p-front-mv__title {
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
  }
}

.p-front-mv__description {
  margin-bottom: 0;
  color: #575757;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-front-mv__description {
    margin: auto;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

.p-front-mv__schedule-section {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__schedule-section {
    width: 100%;
    max-width: 344px;
    margin: 0 auto 1.5em;
  }
}

.p-front-mv__schedule-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.25rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.p-front-mv__schedule-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 100%;
}

.p-front-mv__schedule-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  height: 1.75rem;
}

.p-front-mv__schedule-icon {
  position: relative;
  flex-shrink: 0;
  width: 18.739px;
  height: 18px;
}

.p-front-mv__schedule-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-front-mv__schedule-title {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.p-front-mv__schedule-title p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}

.p-front-mv__info-link-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  padding: 0.25rem 0;
  border-bottom: 2px solid #f3b7a3;
}

@media screen and (max-width: 767px) {
  .p-front-mv__info-link-wrapper {
    justify-content: center;
    margin: auto;
  }
}

.p-front-mv__info-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.p-front-mv__info-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-front-mv__info-link {
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
}

.p-front-mv__info-link a {
  color: inherit;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-front-mv__info-link a:hover {
  opacity: 0.7;
}

.p-front-mv__slider {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 568px;
  height: 620.985px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-mv__slider {
    width: 327px;
    max-width: 100%;
    height: 360px;
    margin: auto;
  }
}

.p-front-mv__slider-images-wrapper {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 536/586;
}

.p-front-mv__slider-images {
  position: absolute;
  inset: 0;
}

.p-front-mv__slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  inset: 0;
  object-fit: cover;
}

.p-front-mv__slider-image--active {
  opacity: 1;
}

.p-front-mv__slider-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: #f3b7a3;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__slider-circle {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-front-mv__slider-indicators {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .p-front-mv__slider-indicators {
    padding: 0 0 10px;
  }
}

.p-front-mv__slider-indicator {
  position: relative;
  flex-shrink: 0;
  padding: 0;
  background: none;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.p-front-mv__slider-indicator img {
  display: block;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__slider-indicator img {
    width: 14px;
    height: 14px;
  }
}

.p-front-mv__slider-indicator:hover {
  opacity: 0.8;
}

.p-front-mv__slider-indicator-dot {
  width: 18px;
  height: 18px;
  background-color: #FAF7F5;
  border-radius: 9999px;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-mv__slider-indicator-dot {
    width: 10px;
    height: 10px;
  }
}

.p-front-mv__slider-indicator-dot:hover {
  background-color: #e0c4ba;
}

.p-front-mv__wave-section {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-mv__wave-section {
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    width: 424px;
    max-width: 100%;
    margin: auto;
  }
}

.p-front-mv__cta-section {
  position: absolute;
  top: 63px;
  left: calc(50% - 2px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 1170px;
  padding: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-section {
    top: 102px;
  }
}

.p-front-mv__cta-button {
  position: absolute;
  bottom: 2rem;
  left: 998px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  box-sizing: border-box;
  width: 172px;
  height: 172px;
  padding: 2.25rem 1.1875rem;
  overflow: visible;
  text-decoration: none;
  background-color: #60a2a1;
  border-radius: 86px;
  box-shadow: 4px 4px 0 0 #a8d0d0;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-button {
    gap: 0.25rem;
    width: 120px;
    height: 120px;
    padding: 1.75rem 0.1875rem;
    inset: 0 20px auto auto;
  }
}

.p-front-mv__cta-button:hover {
  background-color: #5a9695;
  box-shadow: 4px 6px 0 0 #a8d0d0;
  transform: translateY(-2px);
}

.p-front-mv__cta-icon {
  flex-shrink: 0;
  width: 19.8px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-icon {
    width: 14px;
    height: 14px;
  }
}

.p-front-mv__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-front-mv__cta-main-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-main-text {
    font-size: 17px;
  }
}

.p-front-mv__cta-main-text p {
  display: block;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: normal;
}

.p-front-mv__cta-sub-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-sub-text {
    font-size: 10px;
  }
}

.p-front-mv__cta-sub-text p {
  display: block;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.p-front-mv__cta-text-section {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  color: #6B7280;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-mv__cta-text-section {
    display: none;
  }
}

.p-front-mv__cta-text-part {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
}

.p-front-mv__cta-text-part p {
  display: block;
  margin: 0;
  line-height: 20px;
}

.p-front-mv__cta-link-button {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding: 0;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

.p-front-mv__cta-link-button p {
  margin: 0;
  line-height: 20px;
  letter-spacing: 2px;
}

.p-front-mv__cta-link-button p span.quote {
  color: inherit;
}

.p-front-mv__cta-link-button p span.link-text {
  color: #60a2a1;
  text-decoration: underline;
}

.p-front-mv__cta-link-button:hover {
  opacity: 0.7;
}

.c-schedule-table {
  position: relative;
  width: fit-content;
  border-radius: 0.5rem;
}

.c-schedule-table__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 1px;
}

.c-schedule-table__table-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 45px;
  margin-bottom: -1px;
  padding: 0 1px 0 0;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__table-container {
    height: 31.5px;
  }
}

.c-schedule-table__table-container--gray {
  background-color: #F9FAFB;
}

.c-schedule-table__table-container--white {
  background-color: #fff;
}

.c-schedule-table__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 45px;
  margin-right: -1px;
  padding: 13px 9px;
  border: 1px solid #E5E7EB;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__cell {
    height: 31.5px;
    padding: 0 1px;
  }
}

.c-schedule-table__cell--header {
  width: 191px;
  border: none;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__cell--header {
    width: 112px;
  }
}

.c-schedule-table__cell--day {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__cell--day {
    width: 2rem;
  }
}

.c-schedule-table__cell--time {
  width: 191px;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__cell--time {
    width: 112px;
  }
}

.c-schedule-table__cell--no-border {
  border-right: none;
}

.c-schedule-table__cell-content--text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.c-schedule-table__cell-content--text p {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.c-schedule-table__cell-content--text--bold {
  font-weight: bold;
}

.c-schedule-table__cell-content--text--bold p {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .c-schedule-table__cell-content--text--bold p {
    font-weight: 500;
  }
}

.c-schedule-table__cell-content--text--day-cell {
  width: 14px;
}

.c-schedule-table__cell-content--text--day-cell p {
  display: block;
}

.c-schedule-table__cell-content--icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.c-schedule-table__cell-content--icon--circle {
  width: 18px;
  height: 18px;
}

.c-schedule-table__cell-content--icon--cross {
  width: 20px;
  height: 20px;
}

.c-schedule-table__cell-content--icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-schedule-table__cell-content--note {
  color: #F3B7A3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.c-schedule-table__cell-content--note p {
  margin: 0;
  color: #F3B7A3;
  line-height: 20px;
}

.c-schedule-table__cell-content--full-width {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  padding: 0;
}

.c-schedule-table__border-wrapper {
  position: absolute;
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  pointer-events: none;
  inset: 0;
}

.c-schedule-table__note {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 320px;
  padding: 0;
}

.c-schedule-table__note-mark {
  color: #F3B7A3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.c-schedule-table__note-mark p {
  margin: 0;
  color: #F3B7A3;
  line-height: 20px;
}

.c-schedule-table__note-text {
  flex: 1;
  color: #6B7280;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.c-schedule-table__note-text p {
  margin: 0;
  line-height: 20px;
}

.p-front-worries {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
}

.p-front-worries__wave-top {
  position: relative;
  width: 100%;
  max-height: 156px;
}

.p-front-worries__wave-bottom {
  position: relative;
  width: 100%;
  min-height: 156px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .p-front-worries__wave-bottom {
    min-height: 5rem;
  }
}

.p-front-worries__wave-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-front-worries__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  height: 820px;
  padding: 0;
  background-color: #faf7f5;
}

@media screen and (max-width: 767px) {
  .p-front-worries__container {
    justify-content: flex-start;
    height: 555px;
    padding-top: 4em;
  }
}

.p-front-worries__text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  padding: 0;
}

.p-front-worries__heading-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  padding: 0;
}

.p-front-worries__heading-en {
  color: #f3b7a3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-worries__heading-en {
    font-size: 26px;
  }
}

.p-front-worries__heading-en p {
  margin: 0;
  line-height: normal;
}

.p-front-worries__heading-decoration {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 0;
}

.p-front-worries__heading-decoration-inner {
  position: absolute;
  inset: -2px -1.504%;
}

.p-front-worries__heading-decoration-inner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-worries__heading-ja {
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-worries__heading-ja {
    font-size: 14px;
    letter-spacing: 4px;
  }
}

.p-front-worries__heading-ja p {
  margin: 0;
  line-height: 1.5;
}

.p-front-worries__illustration-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 630px;
  height: 630px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-front-worries__illustration-bg {
    width: 516px;
    max-width: 100%;
    height: 426px;
  }
}

.p-front-worries__illustration-bg img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-worries__worry-item {
  position: absolute;
}

.p-front-worries__worry-item--1 {
  top: 134px;
  left: calc(50% - 299px);
  width: 100%;
  max-width: 466px;
  height: 329px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-front-worries__worry-item--1 {
    top: 175px;
    left: 1%;
    max-width: 250px;
    height: 177px;
    transform: translateX(0%);
  }
}

.p-front-worries__worry-item--2 {
  top: 131px;
  left: calc(50% + 308.5px);
  width: 100%;
  max-width: 483px;
  height: 332px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-front-worries__worry-item--2 {
    top: 290px;
    right: 1%;
    left: auto;
    max-width: 250px;
    height: 170px;
    transform: translateX(0%);
  }
}

.p-front-worries__worry-item--3 {
  top: 520px;
  left: calc(50% - 24px);
  width: 100%;
  max-width: 582px;
  height: 218px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-front-worries__worry-item--3 {
    top: 460px;
    left: 0%;
    max-width: 300px;
    height: 100px;
    transform: translateX(0%);
  }
}

.p-front-worries__worry-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-front-care {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}

.p-front-care__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-front-care__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 156px 2rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-front-care__inner {
    padding: 1.25rem 1rem;
  }
}

.p-front-care__header {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  padding: 0;
}

.p-front-care__header-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  padding: 0;
}

.p-front-care__heading-en {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #f3b7a3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1.04236px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-care__heading-en {
    font-size: 26px;
  }
}

.p-front-care__heading-en p {
  display: block;
  margin: 0;
  line-height: normal;
}

.p-front-care__heading-decoration {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 0;
}

.p-front-care__heading-decoration-inner {
  position: absolute;
  inset: -2px -2.381%;
}

.p-front-care__heading-decoration-inner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-care__heading-ja {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-care__heading-ja {
    font-size: 14px;
  }
}

.p-front-care__heading-ja p {
  display: block;
  margin: 0;
  line-height: 62px;
}

@media screen and (max-width: 767px) {
  .p-front-care__heading-ja p {
    line-height: 1.5;
    text-align: center;
  }
}

.p-front-care__cards {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 1088px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-care__cards {
    flex-direction: column;
  }
}

.p-front-care__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 341.328px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-care__card {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.p-front-care__card-image-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-image-wrapper {
    width: 100%;
  }
}

.p-front-care__card-image {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 341.328px;
  max-width: 341.328px;
  height: 14rem;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-image {
    width: 100%;
    max-width: 100%;
    text-align: center;
    aspect-ratio: 38/25;
    object-fit: cover;
    object-position: center;
  }
}

.p-front-care__card-title {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-title {
    display: block;
  }
}

.p-front-care__card-title p {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  color: #cb705b;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-title p {
    font-size: 16px;
  }
}

.p-front-care__card-description {
  position: relative;
  box-sizing: border-box;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-description {
    display: block;
  }
}

.p-front-care__card-description p {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  color: #575757;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-care__card-description p {
    font-size: 14px;
  }
}

.p-front-story {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-front-story__wave-top {
  position: relative;
  width: 100%;
  max-height: 156px;
}

@media screen and (max-width: 767px) {
  .p-front-story__wave-top {
    min-height: 2rem;
  }
}

.p-front-story__wave-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-front-story__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #faf7f5;
}

.p-front-story__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-front-story__inner {
    padding: 0 0.2rem 1.25rem;
  }
}

.p-front-story__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 789px;
  padding: 0;
}

.p-front-story__header {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-story__heading-en {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-story__heading-en {
    font-size: 26px;
  }
}

.p-front-story__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-story__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-story__heading-ja {
    font-size: 14px;
  }
}

.p-front-story__text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  font-weight: 500;
}

.p-front-story__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: min-content;
  min-width: 100%;
  color: #443422;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.383904px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-story__text-block {
    font-size: 14px;
  }
}

.p-front-story__text-block p {
  display: block;
  margin-bottom: 0;
}

.p-front-story__text-block:last-of-type p {
  margin-bottom: 0;
}

.p-front-story__logo {
  width: 259px;
  height: 30px;
  object-fit: contain;
}

.p-front-slide {
  width: 100%;
  padding: 2rem 0;
  overflow: hidden;
  background-color: #faf7f5;
}

.p-front-slide__container {
  width: 100%;
  overflow: hidden;
}

.p-front-slide__wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.p-front-slide__track {
  display: flex;
  gap: 0.5rem;
  padding-right: 0.5rem;
  animation: marquee 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-front-slide__track {
    animation-duration: 80s;
  }
}

.p-front-slide__track[aria-hidden=true] {
  animation: marquee 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-front-slide__track[aria-hidden=true] {
    animation-duration: 80s;
  }
}

.p-front-slide__item {
  flex-shrink: 0;
  width: 328px;
  height: 328px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-slide__item {
    width: 160px;
    height: 160px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.p-front-separator {
  width: 100%;
  margin-top: -1px;
}

.p-front-separator__image {
  display: block;
  width: 100%;
  height: auto;
  color: transparent;
}

.p-front-news {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}

.p-front-news__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.p-front-news__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 156px 0;
}

@media screen and (max-width: 767px) {
  .p-front-news__inner {
    padding: 60px 0 10px;
  }
}

.p-front-news__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  min-width: 1px;
  max-width: 900px;
  min-height: 1px;
}

@media screen and (max-width: 767px) {
  .p-front-news__content {
    gap: 0.5rem;
  }
}

.p-front-news__header {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-news__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-news__heading-en {
    font-size: 26px;
  }
}

.p-front-news__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-news__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-news__heading-ja {
    font-size: 14px;
  }
}

.p-front-news__list {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 768px;
  background-color: #fff;
  border-radius: 1rem;
}

.p-front-news__list-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 768px;
  padding: 0;
  overflow: clip;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
}

.p-front-news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  max-width: 768px;
  border-bottom: 1px solid #E5E7EB;
}

.p-front-news__item:last-child {
  border-bottom: none;
}

.p-front-news__item-link {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 768px;
  height: 100%;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.3s;
  cursor: pointer;
}

.p-front-news__item-link:hover {
  background-color: #F9FAFB;
}

.p-front-news__item-content--mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-basis: 0;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  box-sizing: border-box;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
}

@media (width >=768px) {
  .p-front-news__item-content--mobile {
    display: none;
  }
}

.p-front-news__item-content--desktop {
  display: none;
}

@media (width >=768px) {
  .p-front-news__item-content--desktop {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0;
  }
}

.p-front-news__item-meta {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  box-sizing: border-box;
  padding: 0;
}

.p-front-news__item-date {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
  letter-spacing: 1.6px;
  text-align: left;
  white-space: nowrap;
}

@media (width >=768px) {
  .p-front-news__item-date {
    font-size: 16px;
  }
}

.p-front-news__item-date p {
  display: block;
  margin: 0;
  line-height: 16px;
}

.p-front-news__item-separator {
  position: relative;
  flex-shrink: 0;
  width: 0;
  height: 1.25rem;
}

.p-front-news__item-separator img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  inset: -2.5% -0.5px;
}

.p-front-news__item-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  height: 1.5rem;
  padding: 0;
}

.p-front-news__item-title {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  text-align: left;
  white-space: nowrap;
}

.p-front-news__item-title p {
  display: block;
  margin: 0;
  line-height: 24px;
}

.p-front-news__item-icon {
  position: relative;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.p-front-news__item-icon img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-news__view-all {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin-top: 2rem;
  text-decoration: none;
  background-color: white;
  border: 1px solid rgba(96, 162, 161, 0.5);
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.p-front-news__view-all:hover {
  background-color: rgba(96, 162, 161, 0.1);
}

.p-front-news__view-all-text {
  color: #60a2a1;
  font-size: 16px;
  font-weight: bold;
}

.p-front-news__view-all-icon {
  width: 1rem;
  height: 1rem;
}

.p-front-news__view-all-icon img {
  width: 100%;
  height: 100%;
}

.p-front-flow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 156px 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-flow {
    padding: calc(50px + 1.25rem) 1rem;
  }
}

.p-front-flow__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 923px;
  height: 100%;
  margin: auto;
}

.p-front-flow__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-front-flow__inner {
    gap: 2.5rem;
  }
}

.p-front-flow__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.p-front-flow__header {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 676px;
  padding: 0;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-flow__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-flow__heading-en {
    font-size: 26px;
  }
}

.p-front-flow__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-flow__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-flow__heading-ja {
    font-size: 14px;
  }
}

.p-front-flow__description {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}

.p-front-flow__description-text {
  display: block;
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-front-flow__description-text {
    font-size: 14px;
  }
}

.p-front-flow__description-highlight {
  color: #60A2A1;
  font-weight: bold;
}

.p-front-flow__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 140px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-flow__steps {
    gap: 4rem;
  }
}

.p-front-flow__step {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 38px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
}

.p-front-flow__step-image {
  flex-shrink: 0;
  width: 353px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 43px;
  box-shadow: 6px 6px 0 0 rgba(175, 209, 208, 0.5);
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-image {
    order: 2;
    width: 100%;
  }
}

.p-front-flow__step-image--plain {
  border-radius: 0;
  box-shadow: none;
}

.p-front-flow__step-content {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16.99px;
  box-sizing: border-box;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-content {
    display: contents;
  }
}

.p-front-flow__step-header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  box-sizing: border-box;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-header {
    order: 1;
  }
}

.p-front-flow__step-number {
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-number {
    width: 29px;
  }
}

.p-front-flow__step-title {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-title {
    font-size: 16px;
  }
}

.p-front-flow__step-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: min-content;
  min-width: 100%;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-text {
    order: 3;
    font-size: 14px;
  }
}

.p-front-flow__step-text p {
  display: block;
  margin-bottom: 0;
}

.p-front-flow__step-note {
  color: #ca705b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.p-front-flow__step-button {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 214px;
  height: 60px;
  padding: 0;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-front-flow__step-button {
    order: 4;
    height: 50px;
  }
}

.p-front-flow__step-button-inner {
  position: relative;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.220001px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: clip;
  background-color: #fff;
  border: 1px solid rgba(96, 162, 161, 0.5);
  border-radius: 100px;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s;
}

.p-front-flow__step-button-inner:hover {
  background-color: #F9FAFB;
}

.p-front-flow__step-button-icon {
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%, -50%);
}

.p-front-flow__step-button-icon img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-flow__step-button-text {
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.p-front-flow__step-button-arrow {
  position: relative;
  flex-shrink: 0;
  width: 16.44px;
  height: 16.44px;
}

.p-front-flow__step-button-arrow img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-services {
  width: 100%;
}

.p-front-services__wave-top,
.p-front-services__wave-bottom {
  position: relative;
  width: 100%;
  max-height: 156px;
}

@media screen and (max-width: 767px) {

  .p-front-services__wave-top,
  .p-front-services__wave-bottom {
    max-height: 2em;
  }
}

.p-front-services__wave-bottom {
  min-height: 156px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .p-front-services__wave-bottom {
    min-height: 60px;
  }
}

.p-front-services__wave-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-front-services__container {
  padding: 2.5rem 1rem;
  background-color: #F9FAFB;
}

@media screen and (max-width: 767px) {
  .p-front-services__container {
    padding: 2.5rem 1rem;
  }
}

.p-front-services__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.p-front-services__header {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-services__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-services__heading-en {
    font-size: 26px;
  }
}

.p-front-services__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-services__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-services__heading-ja {
    font-size: 14px;
  }
}

.p-front-services__cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

.p-front-services__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 380px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.p-front-services__card-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-front-services__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: rgba(248, 164, 164, 0.1);
  border-radius: 50%;
}

.p-front-services__card-icon img {
  width: 20px;
  height: 20px;
}

.p-front-services__card-department {
  margin: 0;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.p-front-services__card-description {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-front-services__card-title {
  margin: 0;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.p-front-services__card-subtitle {
  margin: 0;
  color: #6B7280;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.p-front-services__card-image {
  height: 181px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.p-front-services__card-list {
  margin: 0;
  padding-left: 0.25rem;
  color: #6B7280;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  list-style: none;
}

.p-front-services__card-list li {
  line-height: 28.5px;
}

.p-front-services__card-button-wrapper {
  width: 214px;
  height: 60px;
}

.p-front-services__card-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1.5rem;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(96, 162, 161, 0.5);
  border-radius: 9999px;
  transition: background-color 0.3s;
}

.p-front-services__card-button:hover {
  background-color: #F9FAFB;
}

.p-front-services__card-button img {
  width: 1rem;
  height: 1rem;
}

.p-front-services__cooperation {
  width: 100%;
  max-width: 1042px;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-services__cooperation {
    font-size: 16px;
  }
}

.p-front-services__cooperation p {
  margin-bottom: 0;
}

.p-front-services__cooperation p a {
  color: #575757;
  font-weight: 600;
}

.p-front-services__cooperation-link {
  color: #60a2a1;
  text-decoration: underline;
}

.p-front-services__cooperation-link:hover {
  opacity: 0.8;
}

.p-front-sdv {
  width: 100%;
  padding: 156px 1rem;
}

@media screen and (max-width: 767px) {
  .p-front-sdv {
    padding: 60px 1rem 0;
  }
}

.p-front-sdv__container {
  max-width: 1152px;
  margin: 0 auto;
}

.p-front-sdv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-front-sdv__inner {
    gap: 2rem;
  }
}

.p-front-sdv__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-front-sdv__header {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-sdv__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-sdv__heading-en {
    font-size: 26px;
  }
}

.p-front-sdv__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-sdv__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-sdv__heading-ja {
    font-size: 14px;
  }
}

.p-front-sdv__description {
  padding: 0 12rem;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-sdv__description {
    padding: 0;
    font-size: 14px;
    line-height: 26px;
  }
}

.p-front-sdv__description-text {
  margin-bottom: 0.25rem;
}

.p-front-sdv__description-text:last-child {
  margin-bottom: 0;
}

.p-front-sdv__cards {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  width: 100%;
}

@media (width >=768px) {
  .p-front-sdv__cards {
    flex-direction: row;
    gap: 2rem;
  }
}

.p-front-sdv__card {
  position: relative;
  flex: 0 0 calc(50% - 0.25rem);
  min-width: 9rem;
  height: 180px;
  background-color: #fff;
  border-radius: 1rem;
}

@media (width >=768px) {
  .p-front-sdv__card {
    flex: 0 0 calc(25% - 2.6666666667rem);
    min-width: 1px;
    height: 230px;
  }
}

.p-front-sdv__card--desktop-only {
  display: none;
}

@media (width >=768px) {
  .p-front-sdv__card--desktop-only {
    display: block;
  }
}

.p-front-sdv__card-border {
  position: absolute;
  border: 1px solid #F3F4F6;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  pointer-events: none;
  inset: 0;
}

.p-front-sdv__card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

@media (width >=768px) {
  .p-front-sdv__card-content {
    padding: 30px 23px;
  }
}

.p-front-sdv__card-icon {
  width: 33px;
  height: 2rem;
  margin-bottom: 0.5rem;
}

@media (width >=768px) {
  .p-front-sdv__card-icon {
    width: 50px;
    height: 3rem;
    margin-bottom: 1rem;
  }
}

.p-front-sdv__card-icon img {
  width: 100%;
  height: 100%;
}

.p-front-sdv__card-title {
  margin-bottom: 0.25rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}

@media (width >=768px) {
  .p-front-sdv__card-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.p-front-sdv__card-text {
  margin: 0;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

@media (width >=768px) {
  .p-front-sdv__card-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.p-front-reservation {
  width: 100%;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-front-reservation {
    width: calc(100% - 2rem);
    margin: 50px 1rem;
    padding: 2.5rem 0 0;
    background-color: #F9FAFB;
    border-radius: 1rem;
  }
}

.p-front-reservation__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-front-reservation__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0 8rem;
}

@media (width <=1024px) {
  .p-front-reservation__inner {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem 1rem;
  }
}

.p-front-reservation__cta-section {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  box-sizing: border-box;
  width: 368px;
  max-width: 1152px;
  padding: 0;
}

@media (width <=1024px) {
  .p-front-reservation__cta-section {
    width: 100%;
  }
}

.p-front-reservation__heading {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__heading {
    font-size: 20px;
  }
}

.p-front-reservation__button {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 60px;
  padding: 1rem 2rem;
  overflow: visible;
  text-decoration: none;
  background-color: #60a2a1;
  border-radius: 100px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.p-front-reservation__button:hover {
  background-color: #5a9695;
}

.p-front-reservation__button-text {
  color: #fff;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
}

@media (width >=768px) {
  .p-front-reservation__button-text {
    font-size: 18px;
  }
}

.p-front-reservation__description {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: min-content;
  min-width: 100%;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__description {
    font-size: 14px;
  }
}

.p-front-reservation__description p {
  display: block;
  margin-bottom: 0;
}

.p-front-reservation__support-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  width: 561px;
  padding: 30px;
  background-color: #fff;
  border-radius: 1rem;
}

@media (width <=767px) {
  .p-front-reservation__support-card {
    width: 100%;
    padding: 1rem;
  }
}

.p-front-reservation__support-border {
  position: absolute;
  border: 1px solid #F3F4F6;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  pointer-events: none;
  inset: 0;
}

.p-front-reservation__support-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.p-front-reservation__support-header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__support-header {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}

.p-front-reservation__support-icon {
  position: relative;
  flex-shrink: 0;
  width: 49.992px;
  height: 3rem;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__support-icon {
    width: 33px;
    height: auto;
  }
}

.p-front-reservation__support-icon img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
}

.p-front-reservation__support-text {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__support-text {
    flex-direction: row;
    min-height: auto;
    font-size: 14px;
    text-align: center;
  }
}

.p-front-reservation__contact-info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.p-front-reservation__phone {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.p-front-reservation__phone-label {
  margin-bottom: 0.5rem;
  color: #232323;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -2.04px;
}

.p-front-reservation__phone-number {
  color: #4b4c4c;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: -2.04px;
}

@media screen and (max-width: 767px) {
  .p-front-reservation__phone-number {
    font-size: 22px;
  }
}

.p-front-reservation__office-hours {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  color: #787878;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: normal;
  text-align: center;
}

.p-front-reservation__office-hours p {
  display: block;
  margin-bottom: 0;
}

.p-front-reservation__office-hours p:first-child {
  margin-bottom: 0;
}

.p-front-message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.p-front-message__wave-top {
  position: relative;
  width: 100%;
  max-height: 156px;
}

.p-front-message__wave-bottom {
  position: relative;
  width: 100%;
  min-height: 156px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .p-front-message__wave-bottom {
    min-height: 60px;
  }
}

.p-front-message__wave-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-front-message__container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0 0 60px;
  background-color: #faf7f5;
}

@media screen and (max-width: 767px) {
  .p-front-message__container {
    padding: 0 0 20px;
  }
}

.p-front-message__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1360px;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .p-front-message__inner {
    padding: 0;
  }
}

.p-front-message__header {
  width: fit-content;
  padding: 1rem calc(1rem + 60px) 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-message__header {
    width: 100%;
    padding: 1rem 0 1.5rem;
  }
}

.p-front-message__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-message__heading-en {
    font-size: 26px;
  }
}

.p-front-message__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-message__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-message__heading-ja {
    font-size: 14px;
  }
}

.p-front-message__card {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 1360px;
  background-color: #fff;
  border-radius: 60px;
}

@media screen and (max-width: 767px) {
  .p-front-message__card {
    border-radius: 30px;
  }
}

.p-front-message__card-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: inherit;
  height: 100%;
}

.p-front-message__card-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 1.75rem;
  width: 100%;
  max-width: inherit;
  max-width: 1240px;
  margin: auto;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .p-front-message__card-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }
}

.p-front-message__left-content {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  min-width: 1px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-message__left-content {
    flex: none;
    gap: 1rem;
    width: 100%;
  }
}

.p-front-message__profile {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-message__profile {
    gap: 0;
  }
}

.p-front-message__profile-position {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 0;
  letter-spacing: 0.8px;
  text-align: left;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-message__profile-position {
    font-size: 12px;
  }
}

.p-front-message__profile-position p {
  display: block;
  line-height: 32px;
}

.p-front-message__profile-name {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 141px;
  padding: 0;
  line-height: 0;
  text-align: left;
}

.p-front-message__profile-name-ja {
  width: 100%;
  margin: 0;
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 0.125em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-message__profile-name-ja {
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-front-message__profile-name-en {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  color: #a3a3a3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-front-message__profile-name-en {
    font-size: 14px;
  }
}

.p-front-message__motto {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0 0;
}

.p-front-message__motto p {
  width: 100%;
  margin: 0;
  color: #60A2A1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .p-front-message__motto p {
    font-size: 20px;
  }
}

.p-front-message__text {
  position: relative;
  flex-shrink: 0;
  width: min-content;
  min-width: 100%;
  color: #1d1d1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-message__text {
    line-height: 1.8;
  }
}

.p-front-message__text p {
  display: block;
  margin-bottom: 0;
}

.p-front-message__right-content {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-message__right-content {
    flex: none;
  }
}

.p-front-message__credentials {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-message__credentials {
    padding: 0;
  }
}

.p-front-message__credentials-section {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #595959;
  line-height: 0;
  text-align: left;
}

.p-front-message__credentials-title {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 767px) {
  .p-front-message__credentials-title {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-front-message__credentials-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.8px;
}

.p-front-message__credentials-text p {
  display: block;
  margin-bottom: 0;
  line-height: 22px;
}

.p-front-message__credentials-text--first p {
  line-height: 26px;
}

.p-front-message__doctor-image {
  position: absolute;
  top: -465px;
  left: 0.5px;
  width: 100%;
  max-width: 546px;
  height: 449.099px;
  background-color: #d4d4d4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 155px;
  
}

@media screen and (max-width: 767px) {
  .p-front-message__doctor-image {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    background: none;
    border-radius: 40px;
    object-fit: contain;
  }
}

.p-front-message__doctor-image-border {
  position: absolute;
  border: 20px solid #fff;
  border-radius: 155px;
  pointer-events: none;
  inset: 0;
}

.p-front-message__tmat {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 1120px;
  padding: 2rem 2rem 0;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat {
    padding: 2rem 1rem 0;
  }
}

.p-front-message__tmat-header {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  color: #595959;
  line-height: 0;
  letter-spacing: 0.8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat-header {
    gap: 0;
  }
}

.p-front-message__tmat-header>p {
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 43px;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat-header>p {
    font-size: 13px;
    line-height: 2;
  }
}

.p-front-message__tmat-header>p:first-child {
  display: block;
}

.p-front-message__tmat-description {
  max-width: 100%;
  margin-top: 1rem;
}

.p-front-message__tmat-description p {
  display: block;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat-description p {
    font-size: 12px;
  }
}

.p-front-message__tmat-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat-content {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.p-front-message__tmat-image {
  width: 345px;
  height: 229.91px;
  object-fit: cover;
}

.p-front-message__tmat-achievements {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  width: 366px;
  padding: 0;
  color: #595959;
  line-height: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-front-message__tmat-achievements {
    padding: 0 2rem;
  }
}

.p-front-message__tmat-achievements-title {
  width: 100%;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.p-front-message__tmat-achievements-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.p-front-message__tmat-achievements-text p {
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.8px;
}

.p-front-hours-access {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.5rem;
  padding-top: 60px;
}

.p-front-hours-access__container {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}

.p-front-hours-access__inner {
  width: 100%;
}

.p-front-hours-access__header {
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}

.p-front-hours-access__heading-en {
  position: relative;
  display: inline-block;
  color: #F3B7A3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__heading-en {
    font-size: 26px;
  }
}

.p-front-hours-access__heading-en::after {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0.25rem;
  background-color: #F3B7A3;
  border-radius: 0.25rem;
  content: "";
}

.p-front-hours-access__heading-ja {
  margin-top: 1rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__heading-ja {
    font-size: 14px;
  }
}

.p-front-hours-access__content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5rem;
  max-width: 1028px;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 340px;
    margin: 2rem auto 0;
  }
}

.p-front-hours-access__info-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  max-width: 468px;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__info-section {
    gap: 2rem;
  }
}

.p-front-hours-access__location {
  display: flex;
  flex-direction: column;
}

.p-front-hours-access__location-text {
  margin-bottom: 2.25rem;
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__location-text {
    text-align: center;
  }
}

.p-front-hours-access__logo {
  width: 216px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__logo {
    width: 160px;
    height: 65px;
    margin: auto;
    text-align: center;
  }
}

.p-front-hours-access__schedule {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-front-hours-access__schedule-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  height: 1.75rem;
}

.p-front-hours-access__schedule-icon {
  position: relative;
  flex-shrink: 0;
  width: 18.739px;
  height: 18px;
}

.p-front-hours-access__schedule-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-front-hours-access__schedule-title {
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
}

.p-front-hours-access__schedule-title p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}

.p-front-hours-access__table {
  position: relative;
  width: fit-content;
  border-radius: 0.5rem;
}

.p-front-hours-access__table-wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 1px;
}

.p-front-hours-access__table-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: 45px;
  margin-bottom: -1px;
  padding: 0 1px 0 0;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-row {
    height: 31.5px;
  }
}

.p-front-hours-access__table-row--header {
  background-color: #F9FAFB;
}

.p-front-hours-access__table-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 40px;
  height: 45px;
  margin-right: -1px;
  padding: 13px 9px;
  border: 1px solid #E5E7EB;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell {
    width: 32px;
    height: 31.5px;
    padding: 0;
  }
}

.p-front-hours-access__table-cell--time-header {
  width: 191px;
  border: none;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell--time-header {
    width: 112px;
    border: 1px solid #E5E7EB;
  }
}

.p-front-hours-access__table-cell--time {
  align-items: flex-start;
  width: 191px;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell--time {
    width: 112px;
  }
}

.p-front-hours-access__table-cell--time p {
  width: 100%;
  margin: 0;
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell--time p {
    font-size: 14px;
    font-weight: 400;
  }
}

.p-front-hours-access__table-cell--day {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell--day {
    width: 32px;
  }
}

.p-front-hours-access__table-cell--day p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 19px;
  margin: 0;
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.p-front-hours-access__table-cell--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-front-hours-access__table-cell--icon svg {
  flex-shrink: 0;
}

.p-front-hours-access__table-cell--note p {
  margin: 0;
  color: #F3B7A3;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.p-front-hours-access__table-cell--no-border {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__table-cell--no-border {
    border: 1px solid #E5E7EB;
  }
}

.p-front-hours-access__table-note {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  box-sizing: border-box;
  width: 320px;
  padding: 0;
  font-style: normal;
  line-height: 0;
}

.p-front-hours-access__table-note-mark {
  color: #F3B7A3;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-front-hours-access__table-note-mark p {
  margin: 0;
  line-height: 20px;
  white-space: nowrap;
}

.p-front-hours-access__table-note-text {
  flex: 1;
  color: #6B7280;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  text-align: left;
}

.p-front-hours-access__table-note-text p {
  margin: 0;
  line-height: 20px;
  white-space: nowrap;
}

.p-front-hours-access__reservation-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 60px;
  text-decoration: none;
  background-color: #60a2a1;
  border-radius: 9999px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__reservation-button {
    width: 100%;
  }
}

.p-front-hours-access__reservation-button:hover {
  background-color: #5a9695;
}

.p-front-hours-access__reservation-button span {
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.p-front-hours-access__info-link {
  color: #F3B7A3;
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__info-link {
    text-align: center;
  }
}

.p-front-hours-access__info-link:hover {
  opacity: 0.8;
}

.p-front-hours-access__info-link p {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-front-hours-access__map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 500px;
  overflow: hidden;
  background-color: #e9f4fb;
  border-radius: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-front-hours-access__map {
    height: 340px;
  }
}

.p-front-hours-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* --------------------------
初診の方へ
--------------------------- */
.p-mynumber-notice {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

@media screen and (max-width: 767px) {
  .p-mynumber-notice {
    padding: 0 1rem 4rem;
  }
}

.p-mynumber-notice__card {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-mynumber-notice__card {
    padding: 0;
  }
}

.p-mynumber-notice__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.p-mynumber-notice__heading {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mynumber-notice__heading {
    font-size: 20px;
  }
}

.p-mynumber-notice__description {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}

.p-mynumber-notice__text {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-mynumber-notice__text {
    font-size: 15px;
  }
}

.p-mynumber-notice__note {
  width: 100%;
  padding: 1rem;
  background-color: #faf7f5;
  border-radius: 0.75rem;
}

.p-mynumber-notice__note-text {
  margin: 0;
  color: #ffa587;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mynumber-notice__note-text {
    font-size: 14px;
  }
}

.p-for-new-sec02 {
  padding: 4rem 0;
  background-color: #fbf9fa;
}

.p-for-new-sec02__inner {
  width: 100%;
  max-width: 72rem;
  margin: auto;
  padding-inline: 2em;
}

.p-for-new-sec02__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-for-new-sec02__row {
    gap: 2rem;
  }
}

.p-clinic-message {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.p-clinic-message__container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 2rem;
}

.p-clinic-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.p-clinic-message__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

@media (width >=1024px) {
  .p-clinic-message__content {
    flex-direction: row;
  }
}

.p-clinic-message__text-area {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.p-clinic-message__paragraph {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .p-clinic-message__paragraph {
    font-size: 14px;
    line-height: 2;
  }
}

.p-clinic-message__image-wrapper {
  width: 100%;
}

@media (width >=1024px) {
  .p-clinic-message__image-wrapper {
    width: 506px;
  }
}

.p-clinic-message__image-container {
  width: 100%;
  height: 337px;
  overflow: hidden;
  background-color: #d9d9d9;
  border-radius: 36px;
}

.p-clinic-message__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------
地域医療連携
--------------------------- */
@media screen and (max-width: 767px) {
  .p-regional-sec01 {
    padding: 0 1rem;
  }
}

.p-regional-sec01__lead {
  padding: 0.5em 0;
  color: #575757;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-regional-sec01__lead {
    font-size: 16px;
  }
}

.p-regional-sec01__lead p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-regional-sec01__lead p {
    margin-bottom: 0;
    line-height: 2;
  }
}

.p-partner-hospitals {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

.p-partner-hospitals__container {
  width: 100%;
  max-width: 964px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__container {
    padding: 0;
  }
}

.p-partner-hospitals__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__list {
    gap: 1rem;
  }
}

.p-partner-hospitals__card {
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__card {
    padding: 1rem;
  }
}

.p-partner-hospitals__card-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__card-inner {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-partner-hospitals__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__info {
    flex: none;
    width: 100%;
  }
}

.p-partner-hospitals__name {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__name {
    font-size: 20px;
  }
}

.p-partner-hospitals__address-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}

.p-partner-hospitals__address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}

.p-partner-hospitals__location-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.25rem;
}

.p-partner-hospitals__address-text {
  color: #4b5563;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  white-space: pre-line;
}

.p-partner-hospitals__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  width: 214px;
  height: 60px;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(96, 162, 161, 0.5);
  border-radius: 9999px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .p-partner-hospitals__link {
    width: 100%;
  }
}

.p-partner-hospitals__link:hover {
  background-color: rgba(96, 162, 161, 0.1);
}

.p-partner-hospitals__link-icon {
  width: 16px;
  height: 16px;
}

.p-partner-hospitals__map-wrapper {
  flex-shrink: 0;
  width: 480px;
  max-width: 100%;
}

.p-partner-hospitals__map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 270px;
  overflow: hidden;
  background-color: #f3f4f6;
  border-radius: 0.75rem;
}

.p-partner-hospitals__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-referral-flow {
  width: 100%;
  max-width: 964px;
  margin: 0 auto 2rem;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-referral-flow {
    padding: 2rem 0;
  }
}

.p-referral-flow__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 692px;
}

.p-referral-flow__heading {
  margin: 0 0 1rem;
  color: #4c5766;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.p-referral-flow__list {
  display: flex;
  flex-direction: column;
}

.p-referral-flow__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.p-referral-flow__item--last .p-referral-flow__step-line {
  display: none;
}

.p-referral-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-referral-flow__step-number {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #eff6f6;
  border-radius: 9999px;
}

.p-referral-flow__step-number span {
  color: #60a2a1;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.p-referral-flow__step-line {
  width: 2px;
  height: 80px;
  background-color: rgba(69, 81, 90, 0.2);
}

.p-referral-flow__content {
  flex: 1;
  padding-bottom: 1.5rem;
}

.p-referral-flow__step-title {
  margin: 0 0 0.25rem;
  color: #4c5766;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.p-referral-flow__step-text {
  margin: 0;
  color: #374151;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* --------------------------
当院で満たす施設基準及び加算に関するご案内
--------------------------- */
.p-info-sec01__inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

.p-medical-equipment {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-medical-equipment {
    padding: 1.5rem 1rem;
  }
}

.p-medical-equipment__header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-medical-equipment__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (width >=768px) {
  .p-medical-equipment__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >=1024px) {
  .p-medical-equipment__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-medical-equipment__card {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
}

.p-medical-equipment__icon-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0.75rem;
  background-color: #60a2a1;
  border-radius: 9999px;
}

.p-medical-equipment__icon {
  width: 24px;
  height: 24px;
}

.p-medical-equipment__title {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.p-facility-standards {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-facility-standards {
    padding: 1.5rem 1rem;
  }
}

.p-facility-standards__header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-facility-standards__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-facility-standards__item {
  display: flex;
  flex-direction: column;
}

.p-facility-standards__notice {
  margin-bottom: 0.75rem;
  padding: 1rem;
  background-color: rgba(96, 162, 161, 0.1);
  border-radius: 0.5rem;
}

.p-facility-standards__notice-text {
  margin: 0;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.p-facility-standards__text {
  margin: 0 0 0.75rem;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.p-facility-standards__text:last-child {
  margin-bottom: 0;
}

.p-facility-standards__text--medium {
  font-weight: 500;
}

.p-facility-standards__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  list-style: none;
}

.p-facility-standards__bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.p-facility-standards__bullet {
  flex-shrink: 0;
}

.p-facility-standards__bullet-text {
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.p-document-fees {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-document-fees {
    margin-bottom: 0;
    padding: 1.5rem 1rem;
  }
}

.p-document-fees__header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.p-document-fees__table-wrapper {
  overflow-x: auto;
}

.p-document-fees__table {
  width: 100%;
  border-collapse: collapse;
}

.p-document-fees__row--header {
  background-color: rgba(96, 162, 161, 0.1);
}

.p-document-fees__row:hover:not(.p-document-fees__row--header) {
  background-color: #f9fafb;
}

.p-document-fees__cell {
  padding: 0.75rem 1rem;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  text-align: left;
  border: 1px solid #e0e0e0;
}

.p-document-fees__cell--header {
  font-weight: bold;
  background-color: rgba(96, 162, 161, 0.1019607843);
}

.p-document-fees__cell--price {
  font-weight: 500;
  text-align: right;
}

/* --------------------------
内科
--------------------------- */
.p-service-block01 {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto 4em;
  padding: 60px 4em 2em;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .p-service-block01 {
    padding: 0 2em 2em;
  }
}

.p-symptoms-section {
  margin-bottom: 3rem;
}

.p-symptoms-section__heading {
  margin: 0 0 1.25rem;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.p-symptoms-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (width <=768px) {
  .p-symptoms-section__grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.p-symptoms-section__card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 17px;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}

.p-symptoms-section__arrow {
  display: none;
  flex-shrink: 0;
  margin-left: auto;
  color: #60a2a1;
  font-size: 12px;
  transition: transform 0.3s ease;
}

@media (width <=767px) {
  .p-symptoms-section__arrow {
    position: relative;
    display: block;
  }

  .p-symptoms-section__arrow::before {
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    transition: 0.2s;
    content: "";
  }
}

.p-symptoms-section__card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (width <=767px) {
  .p-symptoms-section__card-header {
    cursor: pointer;
    user-select: none;
  }
}

.p-symptoms-section__icon-wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: rgba(96, 162, 161, 0.1);
  border-radius: 9999px;
}

.p-symptoms-section__icon {
  width: 18px;
  height: 18px;
}

.p-symptoms-section__card-title {
  margin: 0;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.p-symptoms-section__card-text {
  margin: 0;
  color: #4b5563;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media (width <=767px) {
  .p-symptoms-section__card-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
  }
}

@media (width <=767px) {
  .p-symptoms-section__card.is-open .p-symptoms-section__arrow::before {
    transform: rotate(-45deg);
  }

  .p-symptoms-section__card.is-open .p-symptoms-section__card-text {
    max-height: 500px;
    margin-top: 0.5rem;
    opacity: 1;
  }
}

.p-symptoms-section__description {
  margin: 0;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.p-fever-response {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .p-fever-response {
    margin-bottom: 0;
  }
}

.p-fever-response__heading {
  margin: 0 0 1rem;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.p-fever-response__text {
  margin: 0;
  color: #4b5563;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p-facilities-section {
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .p-facilities-section {
    padding-bottom: 100px;
  }
}

.p-facilities-section__container {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 2rem;
}

.p-facilities-section__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.p-facilities-section__item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

@media (width <=768px) {
  .p-facilities-section__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.p-facilities-section__image-wrapper {
  flex-shrink: 0;
  width: 341px;
  height: 224px;
  overflow: hidden;
  border-radius: 1rem;
}

@media (width <=768px) {
  .p-facilities-section__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 341/224;
  }
}

.p-facilities-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-facilities-section__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-facilities-section__content {
    gap: 5px;
  }
}

.p-facilities-section__title {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.p-facilities-section__subtitle {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.p-facilities-section__description {
  margin: 0;
  color: rgba(87, 87, 87, 0.8);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  line-height: 24px;
}

/* --------------------------
救急科
--------------------------- */
.p-sports-gallery {
  width: 100%;
  margin-bottom: 2rem;
}

.p-sports-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

@media (width <=1024px) {
  .p-sports-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-sports-gallery__image {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}

/* --------------------------
自由診療
--------------------------- */
.p-free-medical-sec01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-free-medical-sec01 {
    gap: 30px;
    padding-inline: 1rem;
  }
}

.p-free-medical-intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.p-free-medical-intro__text {
  margin: 0;
  color: #575757;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-free-medical-intro__text {
    font-size: 14px;
  }
}

.p-price-table {
  width: 100%;
  max-width: 864px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-price-table__header {
  padding: 1rem 1.5rem;
  background-color: #60a2a1;
}

.p-price-table__title {
  margin: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.p-price-table__content {
  padding: 1.5rem;
}

.p-price-table__category {
  margin-bottom: 1rem;
}

.p-price-table__category-title {
  margin: 0;
  color: #1f2937;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.p-price-table__wrapper {
  width: 814px;
}

@media (width <=896px) {
  .p-price-table__wrapper {
    width: 100%;
  }
}

.p-price-table__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #e5e7eb;
}

@media (width <=640px) {
  .p-price-table__head {
    display: none;
  }
}

.p-price-table__head-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.75rem 1rem;
}

.p-price-table__head-cell--name {
  width: 164px;
}

@media (width <=896px) {
  .p-price-table__head-cell--name {
    flex: 1;
  }
}

.p-price-table__head-cell--price {
  width: 114px;
}

@media (width <=896px) {
  .p-price-table__head-cell--price {
    width: 100px;
  }
}

.p-price-table__head-cell--description {
  width: 535px;
}

@media (width <=896px) {
  .p-price-table__head-cell--description {
    flex: 2;
  }
}

.p-price-table__head-text {
  margin: 0;
  color: #374151;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.p-price-table__body {
  display: flex;
  flex-direction: column;
}

.p-price-table__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #f3f4f6;
}

.p-price-table__row:last-child {
  border-bottom: none;
}

@media (width <=640px) {
  .p-price-table__row {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
  }
}

.p-price-table__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .p-price-table__cell {
    padding: 0;
  }
}

.p-price-table__cell--name {
  width: 164px;
}

@media (width <=896px) {
  .p-price-table__cell--name {
    flex: 1;
  }
}

@media (width <=640px) {
  .p-price-table__cell--name {
    flex: none;
    width: 164px;
    padding: 0;
  }
}

.p-price-table__cell--price {
  width: 114px;
}

@media screen and (max-width: 767px) {
  .p-price-table__cell--price {
    text-align: right;
  }
}

.p-price-table__cell--description {
  width: 535px;
}

@media (width <=896px) {
  .p-price-table__cell--description {
    flex: 2;
  }
}

@media (width <=640px) {
  .p-price-table__cell--description {
    width: 100%;
    padding-top: 0.5rem;
  }
}

.p-price-table__name {
  margin: 0;
  color: #1f2937;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.p-price-table__price {
  margin: 0;
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.p-price-table__description {
  margin: 0;
  color: #4b5563;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* --------------------------

--------------------------- */
.p-our-team {
  position: relative;
  margin-top: -5rem;
  padding: 0 5rem;
}

@media (width <=768px) {
  .p-our-team {
    margin-top: -2rem;
    padding: 0 1rem;
  }
}

.p-our-team__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-our-team__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  padding: 4rem 0;
}

@media (width <=768px) {
  .p-our-team__container {
    gap: 1rem;
    padding: 2rem 0;
  }
}

.p-our-team__header {
  padding: 1rem 1.5rem;
  text-align: center;
}

.p-our-team__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

@media (width <=768px) {
  .p-our-team__list {
    gap: 2.5rem;
  }
}

.p-our-team__card {
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media (width <=768px) {
  .p-our-team__card {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}

.p-our-team__card-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
  width: 100%;
}

@media (width <=1024px) {
  .p-our-team__card-inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.p-our-team__card-inner--reverse {
  align-items: flex-end;
}

@media (width <=1024px) {
  .p-our-team__card-inner--reverse {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-our-team__images {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
}

@media (width <=768px) {
  .p-our-team__images {
    gap: 1rem;
  }
}

.p-our-team__image-main {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px rgba(96, 162, 161, 0.2);
  aspect-ratio: 3/2;
}

@media (width <=768px) {
  .p-our-team__image-main {
    border-radius: 1rem;
  }
}

.p-our-team__image-sub-list {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}

.p-our-team__image-sub-item {
  flex: 1;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px rgba(96, 162, 161, 0.2);
}

@media (width <=768px) {
  .p-our-team__image-sub-item {
    border-radius: 1rem;
  }
}

.p-our-team__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-our-team__profile {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2.5rem;
}

@media (width <=768px) {
  .p-our-team__profile {
    gap: 1.5rem;
  }
}

.p-our-team__profile--compact {
  gap: 1.5rem;
}

@media (width <=768px) {
  .p-our-team__profile--compact {
    gap: 1rem;
  }
}

.p-our-team__profile-header {
  display: flex;
  flex-direction: column;
}

.p-our-team__position {
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.8px;
}

.p-our-team__position--light {
  font-weight: 300;
}

.p-our-team__name-ja {
  color: #595959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 3px;
}

@media (width <=768px) {
  .p-our-team__name-ja {
    font-size: 24px;
    line-height: 36px;
  }
}

.p-our-team__name-en {
  color: #a3a3a3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 3.2px;
}

@media (width <=768px) {
  .p-our-team__name-en {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.p-our-team__motto {
  color: #60a2a1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.38px;
}

@media (width <=768px) {
  .p-our-team__motto {
    font-size: 20px;
    line-height: 32px;
  }
}

.p-our-team__message {
  color: #1d1d1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.p-our-team__message p {
  margin-bottom: 0;
}

@media (width <=768px) {
  .p-our-team__message {
    font-size: 13px;
    line-height: 24px;
  }
}

.p-our-team__message-label {
  color: #595959;
  font-weight: bold;
}

.p-our-team__credentials {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

@media (width <=768px) {
  .p-our-team__credentials {
    flex-direction: column;
    gap: 1rem;
  }
}

.p-our-team__credentials--compact {
  gap: 1.5rem;
}

.p-our-team__credentials-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.p-our-team__credentials-column:last-child {
  width: 305px;
}

@media (width <=768px) {
  .p-our-team__credentials-column:last-child {
    width: 100%;
  }
}

.p-our-team__credential-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #595959;
}

.p-our-team__credential-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1.8px;
}

@media (width <=768px) {
  .p-our-team__credential-title {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

.p-our-team__credential-content {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.p-our-team__credential-content p {
  margin-bottom: 0;
}

.p-our-team__credential-content--small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.8px;
}

@media (width <=768px) {
  .p-our-team__credential-content {
    font-size: 12px;
    line-height: 20px;
  }
}


/* ==========================================================================
   海外渡航ワクチン セクション専用 (p-general-sec04)
   ========================================================================== */

/* 1. 表のレスポンシブ対応：スマホで横スクロールさせるラッパー */
.p-custom-table-container {
  width: 100%;
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS用スムーズスクロール */
}

/* 2. スケジュール表本体の調整 */
.p-general-sec04 .p-custom-table01 {
  width: 100%;
  min-width: 550px; /* スマホで潰れず横スクロールさせるための最低幅 */
  border-collapse: collapse;
  background-color: #fff;
}

/* 3. セル内の調整（日・祝などの改行防止を含む） */
.p-general-sec04 .p-custom-table01 th,
.p-general-sec04 .p-custom-table01 td {
  padding: 1rem 0.5rem;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #575757;
  white-space: nowrap; /* 「日・祝」や「受付時間」の改行を禁止 */
}

/* 4. 表のヘッダー（曜日・受付時間の背景色） */
.p-general-sec04 .p-custom-table01 thead th,
.p-general-sec04 .p-custom-table01 tbody th {
  background-color: #fdf8f6; /* サイトのテーマに合わせた薄い暖色 */
  font-weight: bold;
}

/* 5. 注意事項内の電話番号強調 */
.p-general-sec04 .p-custom-list01__list a._tel {
  color: #F3B7A3; /* ページヘッダーのアンダーラインと同色 */
  font-weight: bold;
  text-decoration: none;
}

/* 6. スマホ閲覧時（767px以下）の微調整 */
@media screen and (max-width: 767px) {
  .p-general-sec04 .p-custom-table01 {
    min-width: 500px; /* スマホではスクロールしやすさを考慮して微調整 */
  }

  .p-general-sec04 .p-custom-table01 th,
  .p-general-sec04 .p-custom-table01 td {
    padding: 0.75rem 0.25rem;
    font-size: 14px;
  }

  .p-general-sec04 .p-custom-list01__list li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* スクロールを促すヒント表示 */
.p-table-scroll-hint {
  display: none; /* デフォルトは非表示 */
}

@media screen and (max-width: 767px) {
  .p-table-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 8px;
    color: #F3B7A3; /* サイトのテーマカラー */
    font-size: 12px;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
  }

  /* 指のアイコン（CSSで作成） */
  .p-table-scroll-hint__icon {
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23F3B7A3"%3E%3Cpath d="M9 11.24V7.5a2.5 2.5 0 0 1 5 0v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6a1 1 0 0 0-2 0v10.53l-3.29-.68a1.002 1.002 0 0 0-1.03.54c-.15.3-.12.66.08.93l2.86 3.92c.38.53 1 .84 1.65.84h6.26c1.01 0 1.86-.74 1.98-1.74l.43-3.64c.07-.57-.12-1.14-.53-1.53z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    animation: scroll-move 1.5s infinite; /* 左右に揺らすアニメーション */
  }

  /* アイコンが左右に動くアニメーション設定 */
  @keyframes scroll-move {
    0% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
  }
}
