@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../font/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
}
.u-ShowOnlyPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-ShowOnlyPC {
    display: none;
  }
}
@media screen and (min-width: 1096px) {
  .u-ShowOnlyPC {
    display: inline-block;
  }
}

.u-ShowOnlyTab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-ShowOnlyTab {
    display: inline-block;
  }
}
@media screen and (min-width: 1096px) {
  .u-ShowOnlyTab {
    display: none;
  }
}

.u-HideOnlyTab {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-HideOnlyTab {
    display: none;
  }
}
@media screen and (min-width: 1096px) {
  .u-HideOnlyTab {
    display: inline-block;
  }
}

.u-ShowOnlySP {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-ShowOnlySP {
    display: none;
  }
}

.u-ShowOnlySP-Block {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-ShowOnlySP-Block {
    display: none;
  }
}

.u-UpperText {
  text-transform: uppercase;
}

.u-Bold {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 120px; /* 追記 */
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP";
  font-family: "Zen Maru Gothic";
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0px;
  color: #6c6c6c;
  font-weight: normal;
}

a {
  display: inline-block;
  width: 100%;
}
a:hover {
  cursor: pointer;
}
a:focus-visible {
  outline: 4px solid #eda099; /* キーボード操作時にアウトラインを表示 */
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  border-collapse: collapse;
}

iframe {
  width: 100%;
}

.l-Container {
  margin-inline: auto;
  max-width: 78.75rem;
  padding-inline: 4%;
}
@media screen and (min-width: 768px) {
  .l-Container {
    padding-inline: 30px;
  }
}

.l-Container-Header {
  margin-inline: auto;
  max-width: 78.75rem;
  padding-inline: 4%;
}
@media screen and (min-width: 768px) {
  .l-Container-Header {
    padding-inline: 15px;
  }
}

.l-Container-MainView {
  margin-inline: auto;
  padding-inline: 4%;
}
@media screen and (min-width: 768px) {
  .l-Container-MainView {
    padding-inline: 30px;
  }
}

.l-Containe-Medical {
  margin-inline: auto;
  max-width: 69.375rem;
  padding-inline: 4%;
}
@media screen and (min-width: 768px) {
  .l-Containe-Medical {
    padding-inline: 30px;
  }
}

.l-SubPageBody {
  padding-block: 6.25rem;
}

.c-BurgerIcon {
  width: 5rem;
  aspect-ratio: 1;
  position: relative;
  z-index: 101;
}

.c-BurgerLine {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background: #eda099;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: rotate 0.5s ease, background-color 0.5s ease;
}
.c-BurgerLine::before, .c-BurgerLine::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 0.1875rem;
  background: #eda099;
  content: "";
}
.c-BurgerLine::before {
  top: 0.625rem;
}
.c-BurgerLine::after {
  bottom: 0.625rem;
}

.c-Main__Headline02-English {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
  font-family: "Zen Maru Gothic";
  color: #eda099;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(
    1.875rem,
    1.22vw + 1.2894rem,
    2.75rem
  );
  line-height: 1.4545454545;
  letter-spacing: 0em;
}

.c-Main__Headline02-Japanese {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(
    1.25rem,
    0vw + 1.25rem,
    1.25rem
  );
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.c-Sub__Headline02Wrap-A,
.c-Sub__Headline02Wrap-B,
.c-Sub__Headline02Wrap-C {
  position: relative;
  padding-bottom: 20px;
  padding-left: 2.8125rem;
  color: #eda099;
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    0vw + 1.875rem,
    1.875rem
  );
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
}
.c-Sub__Headline02Wrap-A::before,
.c-Sub__Headline02Wrap-B::before,
.c-Sub__Headline02Wrap-C::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-5px);
  width: 42px;
  aspect-ratio: 0.9545454545;
  background-color: Color-Main;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-Sub__Headline02Wrap-A::after,
.c-Sub__Headline02Wrap-B::after,
.c-Sub__Headline02Wrap-C::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-4px);
  width: 100%;
  height: 4px;
  background-color: #eda099;
  content: "";
}

.c-Sub__Headline02Wrap-A::before {
  background-image: url(../images/pages/common/doctor-a.svg);
}

.c-Sub__Headline02Wrap-B::before {
  background-image: url(../images/pages/common/doctor-b.svg);
}

.c-Sub__Headline02Wrap-C::before {
  background-image: url(../images/pages/common/doctor-c.svg);
}

.c-Spacer {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .c-Spacer {
    height: 120px;
  }
}

.c-Button {
  width: 241px;
  background-color: #eda099;
  border-radius: 50px;
  border: 1px solid transparent;
  padding-block: 8px;
  padding-inline: 8px;
  display: grid;
  place-content: center;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 0.3s background-color;
}
@media (hover: hover) {
  .c-Button:hover {
    background-color: #ffffff;
    color: #eda099;
    border: 1px solid #eda099;
  }
}

@-webkit-keyframes shine-move {
  from {
    left: -100%; /* 始点: ボタンの左外側 */
  }
  to {
    left: 100%; /* 終点: ボタンの右外側 */
  }
}

@keyframes shine-move {
  from {
    left: -100%; /* 始点: ボタンの左外側 */
  }
  to {
    left: 100%; /* 終点: ボタンの右外側 */
  }
}
.c-Button__Entry,
.c-Button__Gradation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.125rem;
  background: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
  box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.1607843137);
  padding-inline: 3.375rem;
  padding-block: 0.5625rem;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(
    1rem,
    0vw + 1rem,
    1rem
  );
  line-height: 1.7;
  letter-spacing: 0.1875em;
}

.c-Button__Entry {
  display: inline-block;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.c-Button__Entry::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -320px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  transform: rotate(-45deg);
  opacity: 0.5;
  z-index: 0;
  transition: all 0.3s ease-out;
}
.c-Button__Entry > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.c-Button__Entry:hover::before {
  top: 100%;
  left: 100%;
}

.c-Button__Gradation {
  position: relative;
  transition: ease 0.3s;
}
.c-Button__Gradation::before {
  position: absolute;
  top: 0;
  left: -2%;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  content: "";
}
@media (hover: hover) {
  .c-Button__Gradation:hover::before {
    -webkit-animation: shiny 2.5s ease-in-out infinite;
            animation: shiny 2.5s ease-in-out infinite;
  }
}

/* ホバーした時の背景変化 */
/* 基本スタイル */
.shiny-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(45deg, #ff7eb3, #ff758c, #fc3a52);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease-in-out infinite;
}

.c-Button__Entry:hover::before {
  left: 0;
}

.button a {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  max-width: 250px;
  background: #333;
  margin: auto;
  padding: 10px 30px;
  font-family: "Noto Sans Japanese";
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 500;
  outline: none;
  color: #fff;
  transition: ease 0.2s;
}

.button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.button a:hover::before {
  -webkit-animation: shine 0.7s;
          animation: shine 0.7s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.c-CardService__ImageArea {
  position: relative;
}

.c-CardService__Image {
  width: 100%;
}

.c-CardService__Title {
  position: absolute;
  left: 15px;
  bottom: 12px;
  background-color: #ffffff;
  padding-block: 0.375rem;
  padding-inline: 0.875rem;
  font-size: clamp(
    1.125rem,
    0.17vw + 1.0434rem,
    1.25rem
  );
  font-weight: 700;
  letter-spacing: clamp(
    0rem,
    0.22vw + -0.1056rem,
    0.15625rem
  );
}

.c-CardService__SubTitle {
  position: absolute;
  left: 30px;
  bottom: -5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.c-CardService__Body {
  width: 90%;
  margin-inline: auto;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.c-CardService__Note {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8571428571;
}

.c-CardService__Button {
  color: #eda099;
  margin-top: 40px;
  margin-inline: auto;
}

.c-WorksCard {
  width: 618px;
}

@media (hover: hover) {
  .c-ColumnWorks__Link:hover .c-ColumnWorks__Button {
    background-color: #ffffff;
  }
}

.c-ScrollDown__Text {
  position: absolute;
  rotate: 90deg;
}

.c-ScrollDown__Bar {
  width: 1px;
  height: 56px;
  background-color: #ffffff;
  position: relative;
}
.c-ScrollDown__Bar::before {
  position: absolute;
  top: -38px;
  left: -20px;
  rotate: 90deg;
  content: "scroll";
  font-family: "Quicksand";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.c-ScrollDown__Bar-Active {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 9px;
  background-color: #eda099;
  -webkit-animation: 3s ease-in-out backwards infinite ScrollDown;
          animation: 3s ease-in-out backwards infinite ScrollDown;
}
@-webkit-keyframes ScrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -5%;
  }
}
@keyframes ScrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -5%;
  }
}

.c-ListLayout {
  padding-left: 20px;
}

.c-ListStyle-Dot {
  position: relative;
}
.c-ListStyle-Dot::before {
  position: absolute;
  top: 13px;
  left: -11px;
  transform: translate(-50%);
  width: 5px;
  height: 5px;
  background-color: #6c6c6c;
  border-radius: 6px;
  content: "";
}

.c-ListFormat-Color {
  color: #eda099;
}

.c-ListStyle-Number {
  list-style-type: auto;
}

.c-Timetable {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}

.c-TimetableTitle {
  background-color: #eda099;
  color: #ffffff;
}

.c-TimeIndex {
  border-left: #eda099 1px solid;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-inline: clamp(
    0.625rem,
    4.34vw + -1.4582rem,
    3.75rem
  );
  font-size: 12px;
  letter-spacing: 0;
}

.c-TimeIndex-Top {
  border-left: #eda099 1px solid;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 16px;
  padding-inline: clamp(
    0.625rem,
    4.34vw + -1.4582rem,
    3.75rem
  );
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-TimeIndex-Top {
    padding-block: 25px 22px;
    padding-left: clamp(
    0.625rem,
    3.99vw + -1.2902rem,
    3.5rem
  );
    padding-right: clamp(
    0.625rem,
    7.81vw + -3.1238rem,
    6.25rem
  );
    font-size: clamp(
    1rem,
    0.26vw + 0.8752rem,
    1.1875rem
  );
    line-height: 1.2631578947;
    letter-spacing: 0;
  }
}

.c-DayIndex,
.c-DayIndex-Top {
  white-space: nowrap;
  padding-inline: clamp(
    0.625rem,
    0.52vw + 0.3754rem,
    1rem
  );
  border-left: 2px solid #eda099;
}

.c-DayIndex {
  font-size: 12px;
}

.c-DayIndex-Top {
  font-size: clamp(
    0.75rem,
    0.61vw + 0.4572rem,
    1.1875rem
  );
}
@media screen and (min-width: 768px) {
  .c-DayIndex-Top {
    padding-inline: 1.25rem;
    font-size: clamp(
    1rem,
    0.26vw + 0.8752rem,
    1.1875rem
  );
    line-height: 0.7037037037;
  }
}

.c-DayIndex-TopSpacer {
  padding-left: clamp(
    0rem,
    2.6vw + -1.248rem,
    1.875rem
  );
  padding-right: clamp(
    0rem,
    1.74vw + -0.8352rem,
    1.25rem
  );
}

.c-TimeTitle-AM,
.c-TimeTitle-PM {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-inline: clamp(
    0.625rem,
    0.87vw + 0.2074rem,
    1.25rem
  );
  font-size: 14px;
}

.c-TBody {
  background-color: #ffffff;
}

.c-TimeTitle-AM-Top,
.c-TimeTitle-PM-Top {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-inline: clamp(
    0.625rem,
    0.87vw + 0.2074rem,
    1.25rem
  );
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-TimeTitle-AM-Top,
.c-TimeTitle-PM-Top {
    padding-left: clamp(
    0rem,
    3.47vw + -1.6656rem,
    2.5rem
  );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: clamp(
    1.125rem,
    0.35vw + 0.957rem,
    1.375rem
  );
    line-height: 1.0909090909;
  }
}

.c-TimeTitle-AM-Top,
.c-TimeCell-01 {
  padding-top: 29px;
  padding-bottom: 12px;
}

.c-TimeTitle-PM-Top,
.c-TimeCell-02 {
  padding-top: 12px;
  padding-bottom: 28px;
}

.c-Timetable-Circle,
.c-Timetable-Circle-Top {
  margin-inline: auto;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background-color: #6c6c6c;
}

.c-Timetable-Circle {
  width: 0.75rem;
}

.c-Timetable-Circle-Top {
  width: 1.1875rem;
}

.c-Timetable-Bar,
.c-Timetable-Bar-Top {
  margin-inline: auto;
  display: block;
  background-image: url(../images/Icon/table-bar.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-Timetable-Bar {
  width: 12px;
  height: 20px;
}
.c-Timetable-Bar::before {
  font-size: 24px;
}

.c-Timetable-Bar-Top {
  width: 14px;
  height: 27px;
}
.c-Timetable-Bar-Top::before {
  font-size: 19px;
  line-height: 1.4210526316;
}

.c-Table__Note {
  font-size: 12px;
  text-align: center;
}

.c-Table__Note-Top {
  margin-top: 15px;
  font-size: 19px;
  line-height: 1.4210526316;
  text-align: center;
}

.c-Table__Note-Footer {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
}

.mo-Drawer__Nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 100;
  height: 100dvh;
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 430x) {
  .mo-Drawer__Nav {
    width: 23.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .mo-Drawer__Nav {
    position: relative;
    transform: unset;
    height: inherit;
    width: unset;
  }
}
.mo-Drawer-js-IsOpen .mo-Drawer__Nav {
  display: block;
  transform: translateX(0);
  width: 100%;
}
@media screen and (min-width: 564px) {
  .mo-Drawer-js-IsOpen .mo-Drawer__Nav {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .mo-Drawer__SPLogo {
    display: none;
  }
}

.mo-Drawer__BurgerWrap {
  position: absolute;
  z-index: 105;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .mo-Drawer__BurgerWrap {
    display: none;
  }
}

.mo-Drawer__BurgerIcon {
  width: 40px;
  height: 28px;
  position: relative;
  z-index: 105;
}

.mo-Drawer__BurgerLine {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: inherit;
  height: 3px;
  background: #eda099;
  border-radius: 2px;
  transition: rotate 0.5s ease, background-color 0.5s ease;
}
.mo-Drawer__BurgerLine::before, .mo-Drawer__BurgerLine::after {
  position: absolute;
  left: 0;
  content: "";
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #eda099;
  border-radius: 2px;
  transition: transform 0.3s;
}
.mo-Drawer__BurgerLine::before {
  top: 50%;
  transform: translateY(-11.5px);
}
.mo-Drawer__BurgerLine::after {
  top: 50%;
  transform: translateY(8.5px);
}
.mo-Drawer-js-IsOpen .mo-Drawer__BurgerLine {
  background-color: transparent;
}
.mo-Drawer-js-IsOpen .mo-Drawer__BurgerLine::before {
  transform: rotate(-45deg);
}
.mo-Drawer-js-IsOpen .mo-Drawer__BurgerLine::after {
  transform: rotate(45deg);
}

.js-DrawerIsOpen {
  background-color: transparent;
}
.js-DrawerIsOpen::before {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: rotate 0.3s ease, transform 0.3s ease;
}
.js-DrawerIsOpen::after {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: rotate 0.3s ease, transform 0.3s ease;
}

.mo-Drawer__Layer {
  display: none;
}
.mo-Drawer-js-IsOpen .mo-Drawer__Layer {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .mo-Drawer-js-IsOpen .mo-Drawer__Layer {
    display: none;
  }
}

.js-DrawerModalBody {
  overflow-y: hidden;
}

.pr-DrawerAreaHeader {
  display: flex;
  align-items: center;
  height: 5rem;
}

.pr-DrawerNavList {
  margin-top: 1.25rem;
}

.pr-DrawerNavList__DrawerNavItem {
  margin-top: 3.125rem;
}

.pr-DrawerNavItem {
  text-align: center;
  position: relative;
  font-size: rem(20);
  font-weight: 800;
  margin-top: 3.125rem;
}

.u-Show-OverSmall {
  display: none;
}
@media screen and (min-width: 564px) {
  .u-Show-OverSmall {
    display: inline-block;
  }
}

.u-Show-UnderSmall {
  display: inline-block;
}
@media screen and (min-width: 564px) {
  .u-Show-UnderSmall {
    display: none;
  }
}

.u-Show-UnderMain {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-Show-UnderMain {
    display: none;
  }
}

.u-Show-OverMain {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-Show-OverMain {
    display: none;
  }
}

.u-Show-Under1132 {
  display: inline-block;
}
@media screen and (min-width: 1132px) {
  .u-Show-Under1132 {
    display: none;
  }
}

.u-Show-Over1188 {
  display: inline-block;
}
@media screen and (min-width: 1188px) {
  .u-Show-Over1188 {
    display: none;
  }
}

.u-Text-Blue {
  color: #0070c3;
}

.u-Text-Main {
  color: #eda099;
}

.u-LinkInline {
  display: inline;
}

.u-TextIndent {
  text-indent: 1em;
}

.pg-Body::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url(../images/pages/common/view_back.jpg);
  background-size: contain;
  content: "";
}

.pg-Header {
  background-color: #ffffff;
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .pg-Header {
    height: 120px;
  }
}

.pg-Header__Container {
  margin-inline: auto;
  height: inherit;
  display: flex;
}
@media screen and (min-width: 768px) {
  .pg-Header__Container {
    align-items: center;
  }
}

.pg-Header__LogoWrap {
  width: clamp(
    12.5rem,
    13.54vw + 6.0008rem,
    22.25rem
  );
  aspect-ratio: 6.0338983051;
  display: flex;
  align-items: center;
}

.pg-Header__LogoLink {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
}

.pg-Header-js-BgImage {
  opacity: 1;
}

.pg-Header__LogoLink-Image {
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-Header__SPLogo {
  padding-left: 20px;
  height: 5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pg-Header__SPLogo {
    display: none;
  }
}

.pg-Header__Nav {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .pg-Header__Nav {
    background-color: #ffffff;
    height: 100%;
    background: transparent;
    padding: unset;
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
  }
}

.pg-Header__LogoSPWrap {
  width: 11.25rem;
  aspect-ratio: 5.0069541029;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pg-Header__LogoSPWrap {
    display: none;
  }
}

.pg-Header__NavList {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .pg-Header__NavList {
    height: 80%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 945px) {
  .pg-Header__NavList {
    flex-wrap: nowrap;
  }
}

.pg-Header__NavItem {
  font-weight: 500;
  margin-bottom:-20px;
}
.pg-Header__NavItem:first-child {
  margin-top: 3.75rem;
}
.pg-Header__NavItem:not(:first-child) {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .pg-Header__NavItem {
    height: 100%;
  }
  .pg-Header__NavItem:first-child {
    margin-top: unset;
  }
  .pg-Header__NavItem:not(:first-child) {
    margin-top: unset;
    margin-left: clamp(
    0.9375rem,
    1.48vw + 0.2271rem,
    2rem
  );
  }
}

.pg-Header__NavLink {
  transition: all 0.3s;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .pg-Header__NavLink {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .pg-Header__NavLink:hover .pg-Header__NavJapanese, .pg-Header__NavLink:hover .pg-Header__NavEnglish {
    color: #eda099;
  }
}

.pg-Header__NavJapanese {
  color: #6c6c6c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pg-Header__NavJapanese {
    font-size: clamp(
    0.8125rem,
    0.43vw + 0.6061rem,
    1.125rem
  );
  }
}

.pg-Header__NavEnglish {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2px;
  color: #eda099;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pg-Header__NavEnglish {
    font-size: 10px;
  }
}

.pg-Header__CTAWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .pg-Header__CTAWrap {
    flex-direction: row;
    margin-top: unset;
    margin-left: auto;
    gap: unset;
  }
}

.pg-Header__ReservationWrap {
  width: unset;
  padding-inline: 24px;
  padding-block: 5px;
  background-color: #eda099;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .pg-Header__ReservationWrap:hover {
    opacity: 0.8;
  }
}

.pg-Header__ReservationIcon {
  width: 17px;
  aspect-ratio: 0.9444444444;
  background-image: url("../images/Icon/reservation-calendar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.pg-Header__ReservationText {
  margin-left: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .pg-Header__ReservationText {
    font-size: 15px;
  }
}

.pg-Header__TelWrap {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pg-Header__TelWrap {
    margin-left: 8px;
    justify-content: flex-end;
  }
}

.pg-Header__TelIcon {
  width: 26px;
  aspect-ratio: 1;
  background-image: url("../images/Icon/reservation-tel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.pg-Header__TelNumber {
  color: #eda099;
  font-weight: bold;
  font-size: 32px;
}

.pg-Header__TelWrap {
  display: flex;
}

.pg-Header__SP {
  height: 80px;
  padding-inline: 15px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pg-Header__SP {
    display: none;
  }
}

.pg-FooterNav {
  margin-inline: calc(50% - 50vw);
  background-color: #eda099;
}

.pg-FooterNavList {
  max-width: 600px;
  margin-inline: auto;
  padding-block: 10px;
  padding-inline: clamp(
    0rem,
    1.74vw + -0.8352rem,
    1.25rem
  );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(
    0rem,
    1.74vw + -0.8352rem,
    1.25rem
  );
}
@media screen and (min-width: 1096px) {
  .pg-FooterNavList {
    max-width: unset;
    margin-inline: unset;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.pg-FooterNavLink {
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  background-color: #eda099;
  color: #ffffff;
  text-transform: uppercase;
  font-size: clamp(
    1rem,
    0.17vw + 0.9184rem,
    1.125rem
  );
}
@media screen and (min-width: 1096px) {
  .pg-FooterNavLink {
    padding-block: 1.8125rem 2rem;
  }
}
@media (hover: hover) {
  .pg-FooterNavLink:hover {
    color: #eec9c6;
  }
}

.pg-FooterUpper {
  padding-top: 72px;
  background-color: #ffffff;
}

.pg-OverViewWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1020px) {
  .pg-OverViewWrap {
    flex-direction: row;
  }
}

.pg-OverViewNoteWrap {
  max-width: 540px;
  margin-inline: auto;
}
@media screen and (min-width: 1020px) {
  .pg-OverViewNoteWrap {
    margin-inline: unset;
    flex-basis: clamp(
    25rem,
    16.06vw + 17.2912rem,
    36.5625rem
  );
  }
}

@media screen and (min-width: 1020px) {
  .pg-Overview__TimetableWrap {
    width: unset;
    flex: 0 0 540px;
    margin-left: auto;
  }
}

.pg-OverViewLogo {
  width: 356px;
  aspect-ratio: 5.4769230769;
  margin-inline: auto;
}
@media screen and (min-width: 1020px) {
  .pg-OverViewLogo {
    margin-left: unset;
  }
}

.pg-OverView__Post {
  margin-top: 16px;
  font-size: 16px;
}

.pg-OverView__DepartmentWrap {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.pg-OverView__DepartmentIndex {
  white-space: nowrap;
}

.pg-OverView__DepartmentNote {
  margin-left: 5px;
  font-size: 16px;
}

.pg-FooterMiddle {
  margin-top: 37px;
  background-color: #ffffff;
}

.pg-Footer__AccessList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #fbeae7;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-inline: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1020px) {
  .pg-Footer__AccessList {
    width: 100%;
    padding-inline: 38px;
    flex-direction: row;
    justify-content: space-around;
  }
}

.pg-Footer__AccessItem-01,
.pg-Footer__AccessItem-02,
.pg-Footer__AccessItem-03 {
  position: relative;
  font-size: clamp(
    1rem,
    0.09vw + 0.9568rem,
    1.0625rem
  );
  font-weight: 700;
}
.pg-Footer__AccessItem-01::before,
.pg-Footer__AccessItem-02::before,
.pg-Footer__AccessItem-03::before {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 25px;
  aspect-ratio: 0.8928571429;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pg-Footer__AccessItem-01::before {
  background-image: url("../images/Icon/access-metro.svg");
}

.pg-Footer__AccessItem-02::before {
  background-image: url("../images/Icon/access-bus.svg");
}

.pg-Footer__AccessItem-03::before {
  background-image: url("../images/Icon/access-car-alt.svg");
  aspect-ratio: 1.2307692308;
}

.pg-Footer__AccessMapWrap {
  margin-top: 31px;
}

.pg-Footer__LinkSiteWrap {
  margin-top: 50px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .pg-Footer__LinkSiteWrap {
    flex-direction: row;
  }
}

.pg-Footer__LinkSite {
  width: 300px;
  height: 100px;
  display: grid;
  place-content: center;
  border: 1px solid #c9c9c9;
}

.pg-Footer__LinkSiteImageWrap-01 {
  width: 240px;
  height: 4.1379310345;
}

.pg-Footer__LinkSiteImageWrap-02 {
  width: 186px;
  height: 4.2272727273;
}

.pg-Footer__CityImage {
  margin-top: 10px;
  margin-inline: calc(50% - 50vw);
}

.pg-Footer__Copyright {
  margin-top: 32px;
  padding-bottom: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 12px;
}

.pf-MainView {
  position: relative;
}

.pf-MainView__Logo {
  width: clamp(
    20.9375rem,
    20.92vw + 10.8959rem,
    36rem
  );
  aspect-ratio: 2.102189781;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
}

.pf-MainViewImageWrap {
  width: 100%;
  aspect-ratio: 1920, 830;
}

.pf-Reserved {
  padding-top: 3.125rem;
}

.pf-Reserved__Body {
  margin-top: 1.375rem;
  display: flex;
  gap: 18px;
  justify-content: center;
}

.pf-Reserved-Online__ImageWrap {
  display: flex;
  align-items: center;
}

.pf-Reserved-Online__ImageWrap-Blue,
.pf-Reserved-Online__ImageWrap-Green {
  width: 75px;
  aspect-ratio: 0.7731958763;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: contain;
}

.pf-Reserved-Online__ImageWrap-Blue {
  background-color: #0070c3;
  -webkit-mask-image: url(../images/Icon/reservation-smart_phone.svg);
          mask-image: url(../images/Icon/reservation-smart_phone.svg);
}

.pf-Reserved-Online__ImageWrap-Green {
  background-color: #46a847;
  -webkit-mask-image: url(../images/Icon/reservation-telphone.svg);
          mask-image: url(../images/Icon/reservation-telphone.svg);
}

.pf-Reserved__Link-Blue,
.pf-Reserved__Link-Green {
  width: clamp(
    21.5625rem,
    2.69vw + 20.2713rem,
    23.5rem
  );
  border-radius: 10px;
  padding-top: 1.0625rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (hover: hover) {
  .pf-Reserved__Link-Blue:hover,
.pf-Reserved__Link-Green:hover {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) {
  .pf-Reserved__Link-Blue,
.pf-Reserved__Link-Green {
    gap: unset;
    flex-direction: row;
  }
}

.pf-Reserved__Link-Blue {
  border: 6px solid #0070c3;
}

.pf-Reserved__Link-Green {
  border: 6px solid #46a847;
}

.pf-Reserved-Online-Blue,
.pf-Reserved-Online-Green {
  margin-left: 6px;
  font-size: clamp(
    1rem,
    1.04vw + 0.5008rem,
    1.75rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Reserved-Online-Blue,
.pf-Reserved-Online-Green {
    font-size: clamp(
    1.75rem,
    0.43vw + 1.5436rem,
    2.0625rem
  );
  }
}

.pf-Reserved-Online-Blue {
  color: #0070c3;
}

.pf-Reserved-Online-Green {
  color: #46a847;
}

.pf-MedicalHours {
  padding-top: 165px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pf-MedicalHours {
    padding-top: 50px;
  }
}

.pf-MedicalHours__Body {
  margin-top: 30px;
  margin-inline: auto;
  max-width: clamp(
    37.5rem,
    14.76vw + 30.4152rem,
    48.125rem
  );
  position: relative;
}
.pf-MedicalHours__Body::before {
  position: absolute;
  top: -160px;
  left: 0;
  width: clamp(
    6.25rem,
    2.86vw + 4.8772rem,
    8.3125rem
  );
  aspect-ratio: 1.1822222222;
  background-image: url(../images/pages/front/hours-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pf-MedicalHours__Body::after {
  position: absolute;
  top: -235px;
  right: 0;
  width: clamp(
    6.25rem,
    2.86vw + 4.8772rem,
    8.3125rem
  );
  aspect-ratio: 0.4195583596;
  background-image: url(../images/pages/front/hours-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-MedicalHours__Body {
    position: relative;
  }
  .pf-MedicalHours__Body::before {
    top: unset;
    bottom: 281px;
    left: unset;
    right: clamp(
    39.375rem,
    23.09vw + 28.2918rem,
    56rem
  );
    transform: translate(50%, 50%);
    width: clamp(
    6.25rem,
    2.86vw + 4.8772rem,
    8.3125rem
  );
  }
  .pf-MedicalHours__Body::after {
    top: unset;
    bottom: 184px;
    right: inset;
    left: clamp(
    32.75rem,
    20.57vw + 22.8764rem,
    47.5625rem
  );
    transform: translate(50%, 50%);
    width: clamp(
    6.25rem,
    2.86vw + 4.8772rem,
    8.3125rem
  );
    aspect-ratio: 0.4195583596;
  }
}

.pf-MedicalHours__Table {
  max-width: 100%;
  border-radius: 10px;
  margin-inline: auto;
}

.pf-Bulletin__Layout {
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
}
@media screen and (min-width: 1020px) {
  .pf-Bulletin__Layout {
    flex-direction: row;
  }
}

.pf-Information,
.pf-Topics {
  flex-basis: 48.3333333333%;
}

.pf-Bulletin__Board {
  margin-top: 1.875rem;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  padding-block: 1.9375rem;
  padding-inline: 2.25rem 1.6875rem;
  border-radius: 0.625rem;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.pf-Bulletin__Item {
  padding-bottom: 1.1875rem;
  position: relative;
}
.pf-Bulletin__Item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d0d0;
  content: "";
}

.pf-Bulletin__Date {
  color: #eda099;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.pf-Bulletin__Title {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pf-Bulletin__Title a {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pf-Bulletin__Button {
  margin-top: 1.75rem;
  margin-inline: auto;
}

.pf-Bulletin__Lower {
  position: relative;
  padding-bottom: 18.75rem;
}
.pf-Bulletin__Lower::before {
  position: absolute;
  top: 3.9375rem;
  left: 51%;
  transform: translate(-50%, -50%);
  width: clamp(
    7.6875rem,
    0vw + 7.6875rem,
    7.6875rem
  );
  aspect-ratio: 1.2680412371;
  background-image: url(../images/pages/front/bulletin-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pf-Bulletin__Lower::after {
  position: absolute;
  top: 59px;
  right: 0;
  width: clamp(
    9.0625rem,
    0vw + 9.0625rem,
    9.0625rem
  );
  aspect-ratio: 1.2719298246;
  background-image: url("../images/pages/front/bulletin-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Bulletin__Lower {
    padding-bottom: 15.75rem;
  }
}

.pf-Bulletin__DoctoImageWrap {
  width: 127px;
  height: 306px;
  position: absolute;
  bottom: 0.875rem;
  left: 0.4375rem;
}

.pf-Greeting {
  padding-top: 6.25rem;
  padding-bottom: 5.5625rem;
  background-image: url("../images/pages/front/greeting-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pf-Greeting__Headline {
  position: relative;
}
.pf-Greeting__Headline::before {
  position: absolute;
  top: 10px;
  left: 7.5%;
  transform: translate(-50%, -50%);
  width: clamp(
    4.125rem,
    3.82vw + 2.2914rem,
    6.875rem
  );
  aspect-ratio: 1.1578947368;
  background-image: url(../images/pages/front/greeting-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pf-Greeting__Headline::after {
  position: absolute;
  top: 76px;
  left: 20.5%;
  transform: translate(-50%, -50%);
  width: clamp(
    4.6875rem,
    4.34vw + 2.6043rem,
    7.8125rem
  );
  aspect-ratio: 1.2820512821;
  background-image: url(../images/pages/front/greeting-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pf-Greeting__Body {
  margin-top: 5.375rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: clamp(
    1.25rem,
    3.73vw + -0.5404rem,
    3.9375rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Greeting__Body {
    flex-direction: row;
  }
}

.pf-Greeting__TextWrap {
  flex: 1 1 580px;
}

.pf-Greeting__ImageWrap {
  max-width: 100%;
  aspect-ratio: 1.3357314149;
  position: relative;
}
.pf-Greeting__ImageWrap::before {
  position: absolute;
  top: 4px;
  left: 83%;
  transform: translate(-50%, -50%);
  width: clamp(
    10.625rem,
    10.42vw + 5.6234rem,
    18.125rem
  );
  aspect-ratio: 1.45;
  background-image: url(../images/pages/front/greeting-03.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Greeting__ImageWrap {
    flex-basis: 557px;
  }
}

.pf-Greeting__SignatureWrap {
  margin-top: 29px;
}

.pf-Greeting__PositionText {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
}

.pf-Greeting__SignatureWrap {
  margin-top: 34px;
  padding-right: 24px;
  text-align: right;
}

.pf-Greeting__Signature {
  margin-top: 7px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 0.8;
}

.pf-Greeting__ButtonWrap {
  margin-top: 40px;
  margin-inline: auto;
}

.pf-Feature {
  margin-block: 105px 112px;
}

.pf-Feature__Headline {
  position: relative;
}
.pf-Feature__Headline::before {
  position: absolute;
  top: 18px;
  left: 7%;
  transform: translate(-50%, -50%);
  width: clamp(
    6.125rem,
    5.73vw + 3.3746rem,
    10.25rem
  );
  aspect-ratio: 1.1631205674;
  background-image: url(../images/pages/front/feature-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.pf-Feature__Headline::after {
  position: absolute;
  top: 12px;
  right: -10%;
  transform: translate(-50%, -50%);
  width: clamp(
    7rem,
    6.42vw + 3.9184rem,
    11.625rem
  );
  aspect-ratio: 1.0628571429;
  background-image: url(../images/pages/front/feature-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Feature__Headline::before {
    left: unset;
    top: 56px;
    left: unset;
    right: 7%;
    transform: translate(-50%, -50%);
  }
}

.pf-Feature__Body {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .pf-Feature__Body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1130px) {
  .pf-Feature__Body {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
}

.pf-Feature__Card {
  display: grid;
  row-gap: 8px;
  grid-template-rows: auto 1fr 70px;
}

.pf-Feature__ImageWrap {
  max-width: 100%;
  aspect-ratio: 1.3365384615;
}

.pf-Feature__Title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}

.pf-Feature__Note {
  margin-top: 9px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}

.pf-Feature__Link {
  margin-top: 20px;
  width: 86.690647482%;
  margin-inline: auto;
}

.pf-Medical {
  padding-block: 5.875rem 15.625rem;
  position: relative;
}
.pf-Medical::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pages/front/greeting-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  content: "";
}
@media screen and (min-width: 835px) {
  .pf-Medical {
    padding-block: 5.875rem 6.25rem;
  }
}

.pf-Medical__Headline {
  position: relative;
}
.pf-Medical__Headline::before {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: clamp(
    5.0625rem,
    4.69vw + 2.8113rem,
    8.4375rem
  );
  aspect-ratio: 1.5;
  background-image: url(../images/pages/front/medical-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pf-Medical__Cards {
  margin-top: 2.875rem;
  display: grid;
  gap: 2rem 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  position: relative;
}
.pf-Medical__Cards::before {
  position: absolute;
  bottom: -200px;
  right: 50%;
  transform: translateX(50%);
  width: clamp(
    20rem,
    12.15vw + 14.168rem,
    28.75rem
  );
  aspect-ratio: 2.3711340206;
  background-image: url(../images/pages/front/medical-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 835px) {
  .pf-Medical__Cards::before {
    position: absolute;
    bottom: -10%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 835px) {
  .pf-Medical__Cards::before {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 15.75rem;
    aspect-ratio: 2.3551401869;
    background-image: url(../images/pages/front/medical-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}

.pf-Medical__Card {
  border-radius: 1.125rem;
  padding-block: 20px 30px;
  display: grid;
  grid-template-rows: 85px 32px auto;
}
.pf-Medical__Card:nth-child(2n) {
  background-color: #ffffff;
}
.pf-Medical__Card:nth-child(2n+1) {
  background-color: #ffe9e6;
}
@media screen and (min-width: 835px) {
  .pf-Medical__Card::before {
    position: absolute;
    bottom: -10%;
    transform: translate(0, -50%);
  }
}

.pf-Medical__CardLink {
  transition: 0.3s all;
}
@media (hover: hover) {
  .pf-Medical__CardLink:hover {
    transform: scale(0.9);
  }
}

.pf-Medical__ImageWrap {
  width: 5.3125rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.pf-Medical__Text {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  text-align: center;
}

.pf-Medical__ArrowWrap {
  margin-top: 12px;
  width: 4.3125rem;
  height: 10px;
  margin-inline: auto;
}

.pf-Medical__Arrow {
  display: block;
}

.ps-PageView {
  padding-top: 126px;
  padding-bottom: 128px;
  background-image: url("../images/pages/sub/page_main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ps-ViewTextWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-ViewText-JP {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #EDA099;
  font-size: clamp(
    2.375rem,
    0.43vw + 2.1686rem,
    2.6875rem
  );
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .ps-ViewText-JP {
    line-height: 1.4418604651;
  }
}

.ps-ViewText-EN {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #EDA099;
  font-size: 21px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.ps-BreadcrumbsWrap {
  background-color: #eda099;
  padding-block: 0.625rem;
}

.ps-Breadcrumbs {
  display: inline;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.ps-Breadcrumbs01 {
  display: inline;
}

.ps-List {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 17px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.ps-ListWrap {
  display: flex;
}

.ps-List {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (min-width: 564px) {
  .ps-List {
    grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .ps-List {
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  }
}

.ps-Item__Link {
  background-color: #ffffff;
  border: 1px solid #eda099;
  border-radius: 50px;
  padding-block: clamp(
    0.625rem,
    1.04vw + 0.1258rem,
    1.375rem
  ) clamp(
    0.625rem,
    0.95vw + 0.169rem,
    1.3125rem
  );
  display: flex;
  justify-content: center;
  color: #eda099;
  font-weight: 700;
  font-size: clamp(
    1rem,
    0.35vw + 0.832rem,
    1.25rem
  );
  line-height: 1.45;
  letter-spacing: 0em;
  transition: 0.3s background-color color;
}
@media (hover: hover) {
  .ps-Item__Link:hover {
    background-color: #eda099;
    color: #ffffff;
  }
}

.ps-IssueWrap:not(:first-child) {
  margin-top: 135px;
}

.ps-Issue__ImageWrap {
  flex: 0 0 85px;
}

.ps-ConsulWrap,
.ps-IssueBody {
  margin-top: 6.25rem;
}

.ps-Issue__Body {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 1.375rem;
}

.ps-Issue__NoteBlock02 {
  margin-top: 30px;
}

.ps-Issue__NoteLink {
  text-decoration: underline;
}

.ps-Issue-02__Body {
  margin-top: 30px;
}

.ps-Issue-02__Button {
  margin-top: 30px;
  margin-inline: auto;
  width: 13.4375rem;
  display: grid;
  place-content: center;
  background-color: #eda099;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-inline: clamp(
    1.25rem,
    1.82vw + 0.3764rem,
    2.5625rem
  );
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(
    0.875rem,
    0.43vw + 0.6686rem,
    1.1875rem
  );
  line-height: 1.4210526316;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .ps-Issue-02__Button {
    margin-inline: unset;
  }
}

.ps-AccessPage {
  margin-top: 6.4375rem;
  padding-bottom: 8.625rem;
}

.ps-Issue-03__Body {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(
    1.25rem,
    5.21vw + -1.2508rem,
    5rem
  );
}
@media screen and (min-width: 768px) {
  .ps-Issue-03__Body {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.ps-Issue-03__ImageWrap {
  flex: 1 1 600px;
}

@media screen and (min-width: 768px) {
  .ps-Issue-03__TimetableWrap {
    flex: 1 1 518px;
  }
}

.ps-Issue-04__Body {
  margin-top: 38px;
}

.ps-QandAPage {
  margin-top: 3.75rem;
}

.ps-QandA__Block {
  max-width: 1100px;
  padding-top: 45px;
  padding-bottom: 64px;
  position: relative;
}
.ps-QandA__Block::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #adadad;
  content: "";
}

.ps-QandA__QuestionWrap {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 85px;
  position: relative;
}

.ps-QandA__Question-Index,
.ps-QandA__Answer-Index {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  aspect-ratio: 1;
  font-family: "Noto Sans JP";
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.ps-QandA__Question-Index {
  background-color: #3f6dbf;
}

.ps-QandA__Answer-Index {
  background-color: #eda099;
}

.ps-QandA__Question-Note {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 85px;
}

.ps-QandA__AnswerWrap {
  margin-top: 15px;
  padding-top: 8px;
  padding-left: 85px;
  position: relative;
}

.ps-DoctorBlock {
  margin-top: 120px;
}

.ps-Doctor__DataList {
  display: flex;
}

.ps-Aboout__Body-01 {
  margin-top: clamp(
    1.875rem,
    1.74vw + 1.0398rem,
    3.125rem
  );
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 54px;
}
@media screen and (min-width: 768px) {
  .ps-Aboout__Body-01 {
    flex-direction: row-reverse;
  }
}

.ps-About__BaseImageWrap {
  width: 100%;
  aspect-ratio: 0.8856502242;
}
@media screen and (min-width: 768px) {
  .ps-About__BaseImageWrap {
    width: 24.6875rem;
  }
}

.ps-About__BaseDataWrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ps-About__BaseDataWrap {
    flex: 1 1 43.75rem;
  }
}

.ps-About__BaseDataItemWrap {
  display: flex;
  flex-direction: column;
  color: #736444;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ps-About__BaseDataItemWrap {
    flex-direction: row;
  }
}
.ps-About__BaseDataItemWrap:not(:first-child) {
  margin-top: 6px;
}

.ps-About__BaseDataIndex {
  text-align: center;
  padding-block: 18px 21px;
  padding-inline: 40px 38px;
  background-color: #f5cbc7;
  font-size: clamp(
    1rem,
    0.17vw + 0.9184rem,
    1.125rem
  );
  line-height: 1.0555555556;
}
@media screen and (min-width: 768px) {
  .ps-About__BaseDataIndex {
    flex: 0 0 258px;
  }
}

.ps-About__BaseDataIndex-Br {
  display: contents;
}
@media screen and (min-width: 1280px) {
  .ps-About__BaseDataIndex-Br {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .ps-About__BaseDataIndex-Br {
    display: none;
  }
}

.ps-About__BaseData {
  padding-block: 18px 21px;
  padding-inline: 20px;
  background-color: #f7e7e0;
  font-size: clamp(
    1rem,
    0.17vw + 0.9184rem,
    1.125rem
  );
  line-height: 1.6111111111;
}
@media screen and (min-width: 768px) {
  .ps-About__BaseData {
    flex: 1 1 493px;
    padding-inline: 30px 10px;
  }
}

.ps-Doctor__DoctorWrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ps-Doctor__DoctorWrap:not(:first-child) {
  margin-top: 86px;
}
@media screen and (min-width: 768px) {
  .ps-Doctor__DoctorWrap {
    flex-direction: row-reverse;
  }
}

.ps-Doctor__ImageWrap {
  width: 100%;
  aspect-ratio: 1.3375;
}
@media screen and (min-width: 768px) {
  .ps-Doctor__ImageWrap {
    margin-left: 4.5rem;
    width: 26.75rem;
  }
}

.ps-Doctor__Tag {
  font-size: 14px;
  font-weight: 700;
}

.ps-Doctor__Name {
  font-size: 28px;
  font-weight: 700;
}

.ps-Doctor__Note {
  text-indent: 1em;
}

.ps-Doctor__InfoWrap,
.ps-Doctor__ItemWrap {
  margin-top: 2.5rem;
  position: relative;
}
.ps-Doctor__InfoWrap2,
.ps-Doctor__ItemWrap2 {
  margin-top: 2.5rem;
  position: relative;
}
.ps-Doctor__InfoWrap::before,
.ps-Doctor__ItemWrap::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  content: "";
}

.ps-Doctor__OverWrap {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ps-Doctor__OverWrap {
    margin-top: unset;
    width: 43.75rem;
  }
}

@media screen and (min-width: 768px) {
  .ps-Doctor__DataIndex {
    flex: 0 0 120px;
  }
}

.ps-Biography,
.ps-Qualification {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ps-Biography,
.ps-Qualification {
    flex-direction: row;
  }
}

.ps-Doctor__ItemWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ps-Doctor__ItemWrap {
    flex-direction: row;
    align-items: flex-start;
  }
}

.ps-Biography__Data {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .ps-Biography__Data {
    flex-direction: row;
  }
}

.ps-Biography__DateWrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .ps-Biography__DateWrap {
    flex: 0 0 108px;
  }
}

.ps-Biography__EraName,
.ps-Biography__Year,
.ps-Biography__Month {
  flex: 0 0 35px;
  display: inline-block;
  text-align: right;
}

.ps-Biography__Note {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .ps-Biography__Note {
    margin-left: 1em;
    text-indent: unset;
  }
}

.ps-GalleryBlock {
  margin-top: 125px;
}

.ps-Gallery__Body {
  margin-top: 30px;
}

.ps-Gallery__List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ps-Gallery__Item {
  width: 48%;
  padding-bottom: 45px;
}

.ps-Gallery__ImageWrap {
  width: 100%;
  aspect-ratio: 1.2914798206;
}

.ps-Gallery__Note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 18px;
}

.ps-Gallery__Note {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6111111111;
}

.ps-Bulletin {
  margin-block: 6.625rem 4.75rem;
}

.ps-Bulletin__Item:not(:first-child) {
  margin-top: 2.875rem;
}

.ps-Bulletin__Item a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .ps-Bulletin__Item a:hover {
    opacity: 0.8;
  }
}

.ps-Bulletin__Title {
  background-color: #eda099;
  padding-block: 1.75rem;
  padding-inline: 1.75rem;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(
    1rem,
    0vw + 1rem,
    1rem
  );
  line-height: 1.5;
  letter-spacing: 0em;
  transition: 0.3s background-color;
}

.ps-Bulletin__Date {
  margin-top: 1.3125rem;
  color: #eda099;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

.ps-Bulletin__NoteWrap {
  margin-top: 0.3125rem;
}

.ps-Bulletin__Note {
  padding-bottom: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}

.ps-Bulletin .l-Container .pager {
  margin-top: 4.125rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 6px;
}

.ps-Bulletin .pager a {
  width: 2rem;
  aspect-ratio: 1;
  border: 1px solid #d2d2d2;
  display: grid;
  place-content: center;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media (hover: hover) {
  .ps-Bulletin .pager a:hover {
    background: #eda099;
    color: #ffffff;
  }
}

/*現在のページのボタン*/
.ps-Bulletin .pager a.current {
  background: #eda099;
  border: 1px solid #eda099;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.ps-BulletinDetailWrap {
  margin-block: 6.25rem;
}

.ps-BulletinDetail__Button {
  margin-top: 30px;
  margin-inline: auto;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}

.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}

.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

.pg-404LayoutWrap {
  margin-block: f-SizeRatio(40px, 120px, 1200px);
}

.pg-404Layout {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: f-SizeRatio(25px, 60px, 1200px);
}
@media screen and (max-width: 768px) {
  .pg-404Layout {
    height: 80vh;
    flex-direction: column;
  }
}

.pg-404Layout__BlockBooks {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pg-404Layout__BlockBooks {
    flex: none;
  }
}

.pg-404Layout__BlockImage {
  width: f-SizeRatio(320px, 400px, 1200px);
}
@media screen and (max-width: 768px) {
  .pg-404Layout__BlockImage {
    max-width: 375px;
    width: 100%;
  }
}

.pg-404Layout__AreaImage {
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.pg-404BlockBooks__Book {
  max-width: 350px;
  margin-inline: auto;
}
.pg-404BlockBooks__Book:not(:first-child) {
  margin-top: 20px;
}

.pg-404BlockBooks__AreaButton {
  margin-top: 30px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: f-SizeRatio(20px, 40px, 1200px);
}
@media screen and (max-width: 768px) {
  .pg-404BlockBooks__AreaButton {
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */

.chusha::before{
content: "";
  display: inline-block;  
  background-image: url('/assets/images/chusha.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-top:8px;
  margin-right:2px;
}

.top_t1{
  font-size:0.65em;
}

@media screen and (max-width: 768px) {
.top_t1{
text-align:center;
font-size:0.9em;
}
.top_t2{
text-align:center;
margin-top:-30px;
}
.top_t3{
font-size:34px;
}
}