@charset "UTF-8";
/* CSS Document */

.webfont {
  transform: rotate(0.001deg);
}
.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.imgLarge img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
}

.Head img {
  margin-bottom: 32px;
}

.en {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.Head .en {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 0;
}
.Head h1,
.fAddress h2,
.title1,
.ul4 > li h4 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2em;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.Head h1 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  line-height: 2em;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  justify-content: center;
}

.subHead {
  margin-bottom: 32px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
}
.subHead .en {
  color: #68b47c;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.1em;
}
h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 500;
  text-align: center;
}
.num {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
}

/* flex */
.flex,
.column2,
.column3,
.column4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 {
  grid-gap: 24px 80px;
}
.column3 {
  grid-gap: 24px 32px;
}
.column4 {
  grid-gap: 12px 40px;
}
.column2 > *,
.column3 > *,
.column4 > * {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #68b47c;
}

/* BG */
.bg1 {
  background: #68b47c;
}
.bg1 * {
  color: #ffffff !important;
}
.bg2 {
  background: #68b47c;
}
.bg3 {
  background: #f0f0f0;
}
.bg4 {
  border: #c8c8c8 1px solid;
}
.bgW {
  background: #ffffff;
}

/* TRIANGLE */
.triangle {
  background: #000000;
  width: 60px;
  height: calc(tan(60deg) * 60px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tUp {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tRight {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tDown {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tLeft {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* BTN */
.btn {
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}

.home .btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.btn > * {
  background: #68b47c;
  color: #ffffff;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 37px;
}

.bg1 .btn > * {
  background: #ffffff;
  color: #68b47c !important;
}

.bg2 .btn > * {
  background: #ffffff;
  color: #333333 !important;
}

.contactWrap {
  background: url("../images/common/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 60vw;
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactWrap .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contactWrap .textWrap h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #ffffff;
  color: #141414;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class]) > li,
main ul.space > li {
  padding-left: 1.6em;
  text-align: justify;
}
main ul:not([class]) > li::before,
main ul.space > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0;
}
main ul.space > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul1 > li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;

  border-bottom: 1px solid #333333;
}
.ul1 > li:not(:last-child)::after {
  content: "";
  border-bottom: #ffffff 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ul1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul1 h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
}
.ul1 p {
  text-align: justify;
}
.ul2 > li {
  background: #ffffff;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.ul2 > li:not(:last-child) {
  margin-bottom: 24px;
}
.ul2 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.ul2 > li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}
.ul2 > li .mapWrap .embed {
  padding-top: 76.25%;
}
.ul2 > li .imgWrap {
  border-top: #c8c8c8 1px solid;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}
.ul2 > li .imgWrap figure img {
  margin-bottom: 8px;
}
.ul2 > li .imgWrap figcaption {
  font-weight: 700;
}
.ul3 > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 60px;
}
.ul3 > li:not(:last-child) {
  margin-bottom: 32px;
}
.ul3 > li .note > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul4 > li {
  background: #e8f1fa;
  padding: 24px 16px;
}
.ul4 > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul5 > li {
  border-bottom: #ffffff 1px solid;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
.ul5 > li:not(:last-child) {
  margin-bottom: 12px;
}
.ul6 {
}
.ul6 > li {
  border: #c8c8c8 1px solid;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ul6 > li h4 {
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 1.5em;
}
.ul6 > li .en {
  color: #969696;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
}
.ul7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 40px;
}
.ul7 > li {
  border: #ffffff 1px solid;
  width: 100%;
  padding: 32px 24px;
}
.ul7 > li > *:not(:last-child):not(.num) {
  margin-bottom: 16px;
}
.ol1 {
  counter-reset: item;
}
.ol1 > li:not(:last-child) {
  margin-bottom: 40px;
}
.ol1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ol1 > li > h3 {
  padding-left: 1.8em;
}
.ol1 > li > h3::before {
  font-family: "Inter", system-ui;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ol1 .ul3 > li {
  border: #c8c8c8 1px solid;
  padding: 32px 16px;
  grid-gap: 24px 48px;
}
.ol1 .ul3 > li .note h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}
.ol1 .ul3 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.annotation {
}
.annotation > * {
  padding-left: 1em;
}
.annotation > *::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2em;
}
.dl1 {
  border-bottom: #d9d9d9 1px solid;
}
.dl1 > * {
  border-top: #d9d9d9 1px solid;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.dl1 > *:first-child {
  border-top: none;
}

.dl1 dt {
  font-size: clamp(1.6rem, 2vw, 2rem);
  width: 40%;
  font-weight: 700;
  color: #68b47c;
}
.dl1 dd {
  flex: 1;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Top */
.Main .over {
  text-align: right;
}
.Main .over img {
}
.Main h1 {
  position: absolute;
  left: 5.33%;
  bottom: 12.5px;
}
.Main h1 span {
  background: #ffffff;
  color: #68b47c;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.1em;
  font-weight: 700;
  display: inline-block;
}
.home .Company .contWrap .note .en,
.home .Service .contWrap .note .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6rem, 10vw, 10rem);
  line-height: 1.1em;
  position: absolute;
}
.home .Company .contWrap .note > *:not(:last-child):not(h2),
.home .Service .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.home .Company .contWrap .note > h2,
.home .Service .contWrap .note > h2 {
  margin-bottom: 24px;
}
.home .Company .itemWrap {
  text-align: center;
}
.home .Company .itemWrap {
  margin-bottom: 64px;
}
.home .Company .itemWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
.home .Company .itemWrap h3 span {
  border-bottom: #68b47c 3px solid;
  padding-bottom: 8px;
  display: inline-block;
}
.home .Company .itemWrap .ul6 {
  display: flex;
  flex-wrap: wrap;
}
.home .Company .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 100px;
}
.home .Company .contWrap .note .en {
  color: #f0f0f0;
}
.home .Company .contWrap .note p {
  text-align: justify;
}
.home .Service {
  background-image: url("../images/top/bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.home .Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.home .Service .contWrap .note .en {
  color: rgba(0, 0, 0, 0.1) !important;
  mix-blend-mode: multiply;
}
.home .Service .contWrap .note .title1::before {
  color: #ffffff;
}

/* About Service sticky */
.StickySidebarSection {
}
.StickySidebarSection .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.StickySidebarSection .contWrap .note .en {
}
.StickySidebarSection .contWrap .note .title1::before {
}

.sidebarNavList li a {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  padding-left: 30px;

  margin-bottom: 15px;

  display: inline-block;
}

.sidebarNavList li a:last-of-type {
}

.sidebarNavList li a::before {
  content: "•";
  color: #68b47c;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Page */
.Page .cont > *:not(:last-child) {
  margin-bottom: 48px;
}
.Page .contWrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px 72px;
}
.Page .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}

.Page .contWrap .img figcaption {
  font-size: clamp(1.6rem, 2vw, 2rem);

  font-weight: 700;
  color: #68b47c;
  margin-bottom: 20px;
  text-align: center;
}

.Page .contWrap .img figcaption {
  position: relative;
}

.Page .contWrap .img figcaption::before,
.Page .contWrap .img figcaption::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  width: 1px;
  background-color: #68b47c;
  transform-origin: 0 0;
  transform: translateY(-50%);
}

.Page .contWrap .img figcaption::before {
  left: -10%;
  transform: translateY(-50%) skewX(32.83deg);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

  margin-top: 15px;
}

.Page .contWrap .img figcaption::after {
  right: -20px;
  transform: translateY(-50%) skewX(-32.83deg);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .Page .contWrap .img figcaption {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .Page .contWrap .img figcaption::before {
    left: 20px;
    transform: translateY(-50%) skewX(32.83deg);
  }

  .Page .contWrap .img figcaption::after {
    right: 30px;
    transform: translateY(-50%) skewX(-32.83deg);
  }
}

.Page .contWrap .img img {
  width: 100%;
  height: auto;
  max-width: 279px;
  margin: 0 auto;
  display: block;
}

main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}
.serviceWrap .inner .bgW {
  padding: 0 16px;
}
.serviceWrap .inner .bgW > section:not(:last-child):not(.Link)::after {
  content: "";
  background: #68b47c;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.serviceWrap .pNav {
  padding-top: 32px;
  font-weight: 700;
  display: flex;
  grid-gap: 2em;
}
.serviceWrap .pNav a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.serviceWrap .pNav a i {
  background: #68b47c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.serviceWrap .pNav a i::after {
  content: "";
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}
.License h3 {
  text-align: center;
}

.Overview .partnerWrap {
  padding: 32px 16px;
}
.Overview .partnerWrap > *:not(:last-child) {
  margin-bottom: 8px;
}
.Overview .partnerWrap .column3 {
  grid-gap: 8px 32px;
}
.clinicOverview {
}

.aboutPage .Company h2 {
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
  padding-top: 20px;
}

.Contact.Page .telWrap,
.Contact.Page .formWrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}
.Contact.Page .telWrap h3,
.Contact.Page .formWrap h3 {
  margin-bottom: 20px;
}
.telWrap {
  text-align: center;
}
.telWrap > *:not(:last-child) {
  margin-bottom: 10px;
}
.telWrap .num * {
  color: #68b47c;
}
.telWrap .num > *:not(:last-child) {
  margin-right: 10px;
}
.telWrap .num span {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2em;
}
.telWrap .num a {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  line-height: 1.2em;
}
.telWrap .hour {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.2em;
}
.formWrap {
  text-align: center;
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* flex */
  .flex:not(.flexFix) {
    flex-direction: column;
  }

  /* iframe */

  /* BTN*/

  /* UL */

  /* DL */

  /* Top */
  .home .Company,
  .home .Service {
    overflow: hidden;
  }

  .StickySidebarSection {
    overflow: hidden;
  }

  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .sub .ul6 > *:not(:last-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 23%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -2%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child):nth-child(5) {
    margin-left: 10.5%;
  }
  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    left: -3rem;
    top: -36px;
  }
  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  .StickySidebarSection .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  .home .btn {
    margin-top: 30px;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }

  .Page .contWrap .note p {
    text-align: justify;
  }

  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .Requirements.Page .column2 {
    grid-gap: 0;
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }

  .formWrap iframe {
    height: 760px !important;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
  }

  .Head img {
    margin-bottom: 73px;
  }

  .Head h1 {
  }
  .subHead {
  }

  /* flex */
  .flex.sb {
    justify-content: space-between;

    align-items: center;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.vcenter {
    align-items: center;
  }
  .column2 > * {
    width: calc((100% - 80px) / 2);
    height: auto;
  }
  .column3 > * {
    width: calc((100% - (32px * 2)) / 3);
    height: auto;
  }
  .column4 > * {
    width: calc((100% - (40px * 3)) / 4);
    height: auto;
  }

  /* BG */

  /* BTN */
  .btn {
  }
  .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 64px;

    margin-top: 60px;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    background: #ffffff;
    color: #68b47c;
  }

  .btn a:hover img {
    opacity: 1;
  }

  .bg2 .btn > *:hover {
    background: #ffe836;
    color: #333333 !important;
  }
  .contactWrap {
    height: 380px;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 64px 40px;
  }
  .home .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .home .contactWrap .btn > *:hover {
    color: #ffffff;
  }

  .home .Main .inner,
  .home .clinicIntro .inner,
  .Head .inner {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding: 0 39px;
  }

  /* UL */
  .ul1 > li:not(:last-child) {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .ul2 > li {
    padding: 40px 48px;
    grid-gap: 48px 24px;
  }
  .ul2 > li:not(:last-child) {
    margin-bottom: 48px;
  }
  .ul2 > li .note {
    width: 27%;
    max-width: 288px;
  }
  .ul2 > li .img,
  .ul2 > li .mapWrap {
    flex: 1;
  }
  .ul2 > li .mapWrap > * {
    width: calc((100% - 24px) / 2);
  }
  .ul2 > li .mapWrap .embed {
    padding-top: 32.25%;
  }
  .ul2 > li .imgWrap {
    padding-top: 48px;
  }
  .ul2 > li .imgWrap > * {
    width: calc((100% - 48px) / 3);
  }
  .ul3 > li:not(:last-child) {
    margin-bottom: 56px;
  }
  .ul3 > li .note {
    flex: 1;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ul3 > li .img {
    width: 40%;
    max-width: 400px;
  }
  .ul4 > li {
    padding: 32px 40px;
  }
  .ul4 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .ul7 > li {
    width: calc((100% - 40px) / 2);
    padding: 32px 40px;
  }
  .ol1 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .ol1 > li > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ol1 .ul3 > li {
    padding: 48px;
  }
  .ol1 .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 24px;
  }

  /* DL */
  dl:not([class]),
  .dl1 {
    grid-gap: 1.5em 2em;
  }
  .dl1 dt {
    width: 32%;
    max-width: 240px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
  }

  .Main .over img {
  }
  .Main h1 {
    left: 100px;
    bottom: 79px;
  }

  .Main h1 span {
    margin-bottom: 16px;
  }
  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -11rem;
    top: 0;
  }
  .home .Company .contWrap .note,
  .home .Service .contWrap .note {
    flex: 1;
  }

  .StickySidebarSection .contWrap .note {
    flex: 1;
  }

  .home .Company .contWrap .note > *:not(:last-child):not(h2),
  .home .Service .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .home .Company .contWrap .note .btn,
  .home .Service .contWrap .note .btn {
    margin-left: 0;
  }

  .StickySidebarSection .contWrap .note .btn {
  }

  .home .Company .itemWrap {
    margin-bottom: 104px;
  }
  .home .Company .itemWrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .home .Company .itemWrap .sub {
    padding: 0 26px;
  }
  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-top: -10px;
  }
  .home .Company .itemWrap .sub > *:nth-child(2n + 2) {
    justify-content: flex-end;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 12.65%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -1%;
  }
  .home .Company .contWrap .img {
    width: 54%;
    max-width: 648px;
  }
  .home .Company .contWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .Service .contWrap > * {
    width: 50%;
  }
  .home .Service::before {
    content: "";
    border-left: #ffffff 1px solid;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .home .Service .contWrap {
    align-items: flex-start;
  }
  .home .Service .contWrap > .note {
    padding-right: 80px;
    position: sticky;
    left: 0;
    top: 40px;
  }
  .home .Service .contWrap > .sub .ul1 > li {
    padding-left: 80px;
  }
  .home .Service .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* About Service sticky */
  .StickySidebarSection .contWrap > * {
    width: 73%;
  }

  .StickySidebarSection .contWrap {
    align-items: flex-start;
  }
  .StickySidebarSection .contWrap > .note {
    padding-right: 40px;
    position: sticky;
    left: 0;
    top: 126px;
    z-index: 1000;
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li {
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  .sidebarNavList li a {
    margin-bottom: 45px;

    display: inline-block;
  }

  /* Page */
  .Page .cont > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
  }

  .Page .contWrap .note {
    flex: 0.825;
  }

  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
    margin: auto;
    margin-top: 0;
  }
  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4em;
  }

  .Overview .partnerWrap {
    padding: 40px;
  }
  .clinicOverview .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .clinicOverview .inner .subHead {
    width: 26%;
  }
  .clinicOverview .inner .dl1 {
    flex: 1;
  }

  .Requirements.Page .column2 {
    align-items: flex-start;
  }

  .Contact.Page .telWrap,
  .Contact.Page .formWrap {
    padding: 56px 48px;
  }
}

/* TOP */
/* Heroblock Slide */
#heroSliderContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2724 / 1280;
}

@media (max-width: 768px) {
  #heroSliderContainer {
    aspect-ratio: 1912 / 1672;
    height: auto;
  }
  #heroSliderContainer .heroSlide img {
    width: 100%;
    height: auto;
  }
  #heroSliderContainer::after {
  }
}

.heroSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

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

.clinicIntroSection {
}

.accentDots {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}

.dotShape {
  position: absolute;
}

.dotPrimary {
  background-image: url("../images/top/dot_primary.svg");
  width: 162px;
  height: 177px;
  top: -20px;
  left: 20px;
}

.dotAccent {
  background-image: url("../images/top/frame.svg");
  width: 64px;
  height: 65px;
  bottom: -10px;
  right: 20px;
  position: absolute;
}

@media (max-width: 768px) {
  .dotPrimary {
    width: 81px;
    height: 88.5px;
    top: -5px;
    left: 10px;
    background-size: contain;
  }
  .dotAccent {
    width: 32px;
    height: 32.5px;
    bottom: -5px;
    right: 0;
    background-size: contain;
  }
}

.introContent {
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 40px;
}

.introHeadline {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
}

.introText {
}

.imageWrapper {
}

.imageWrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.introText--first {
  margin-top: 24px;
}

.introText--second {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .clinicIntroSection {
    display: grid;
    grid-template-areas: "kidsPlayhouse introContent fairyGardenHouse";
    grid-template-columns: 1fr 2.2fr 1fr;
    gap: 48px;
    align-items: start;
    padding-top: 100px;
  }

  .kidsPlayhouse {
    grid-area: kidsPlayhouse;
    justify-self: start;
    align-self: end;
  }

  .introContent {
    grid-area: introContent;
    padding: 0;
    text-align: left;
  }

  .introHeadline {
  }

  .introText {
  }

  .fairyGardenHouse {
    grid-area: fairyGardenHouse;
    justify-self: end;
    align-self: start;
  }

  .accentDots {
    position: absolute;
    top: -38px;
    left: 12.5%;
  }

  .dotPrimary {
  }

  .dotSecondary {
    width: 60px;
    height: 60px;
    top: 150px;
    left: 10px;
  }

  .dotAccent {
  }
}

@media (min-width: 1111px) {
  .dotAccent {
    bottom: -38px;
    right: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
  .dotAccent {
    right: 20%;
  }
}

@media (max-width: 767px) {
  .clinicIntroSection {
    display: grid;
    grid-template-areas:
      "introContent"
      "kidsPlayhouse"
      "fairyGardenHouse";
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .kidsPlayhouse {
    grid-area: kidsPlayhouse;
  }
  .introContent {
    grid-area: introContent;
  }
  .fairyGardenHouse {
    grid-area: fairyGardenHouse;
  }
  .imageWrapper img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.clinicScheduleContainer {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px;
  position: relative;
}

.pageHeaderDots {
  position: absolute;
  top: -15px;
  left: 99px;
  right: 99px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.pageDot {
  width: 12px;
  height: 38px;
  background-image: url("../images/top/ellipse.svg");
  background-size: contain;
}

.clinicLayout {
  display: flex;
  gap: 52px;
  margin-top: 20px;
}

.scheduleTableSection {
}

.scheduleTableSection img {
  width: 100%;
  height: auto;
}

.infoSidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.infoBlock {
}

.infoBlockTitle {
  color: #68b47c;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin-bottom: 10px;
  font-weight: 700;
}

.infoBlockText {
  color: #555;
  line-height: 1.6;
}

.infoBlockNote {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  margin-top: 10px;
}

.scheduleNotesFooter {
  margin-top: 21px;
}

.scheduleNote {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .clinicScheduleContainer {
    border-radius: 15px;
    padding: 20px;
  }
  .clinicLayout {
    flex-direction: column;
    gap: 0;
  }
  .pageHeaderDots {
    top: -15px;
    left: 25px;
    right: 25px;
  }
}

.sectionDivider {
  position: relative;
}

.rainbowIllustration {
  position: absolute;
  top: -118px;
  right: 176.5px;
  width: 231.5px;
  height: 155.5px;
  background-image: url("../images/top/rainbow_illustration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.illustrationTrees {
  position: absolute;
  bottom: -33px;
  left: 60px;
  width: 173px;
  height: 136px;
  background-image: url("../images/top/trees_illustration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 10;
}

@media (max-width: 768px) {
  .rainbowIllustration {
    top: -29px;
    right: 10px;
    width: 115.75px;
    height: 77.75px;
  }
  .illustrationTrees {
    bottom: -16.5px;
    left: 30px;
    width: 86.5px;
    height: 68px;
  }
}

.newsContainer {
  display: flex;
}

.leftPanel {
  padding-right: 40px;
  width: 60%;
}

.newsList {
  max-height: 420px;
  overflow-y: scroll;
  padding-right: 19px;
}

.newsHeader {
  margin-bottom: 20px;
}

.newsTitle {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
}

.newsLabel {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.newsItem {
  padding: 28px 0;
  border-bottom: 1px solid #333333;
}

.newsItem:last-child {
  border-bottom: none;
}

.newsDate {
  color: #68b47c;
  margin-bottom: 5px;
  font-weight: 700;
}

.newsLink {
  font-weight: 700;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.newsText {
}

.rightPanel {width: 40%;}

.aboutCards {
  margin-bottom: 20px;
}

.card:first-child {
}

.card:nth-child(2) {
}

.card:last-child {
}

.cardIcon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardIcon svg {
  width: 100%;
  height: 100%;
  fill: #72b8b1;
}

.cardContent {
  flex-grow: 1;
}

.cardSubtitle {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
  margin-top: 5px;
}

.cardArrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.cardArrow svg {
  fill: #aaa;
}

@media (max-width: 768px) {
  .newsContainer {
    flex-direction: column;
  }

  .leftPanel {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .rightPanel {
    padding-left: 0;
    border-left: none;
    padding-top: 20px;
    width: 100%;
  }
}

.news-item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.newsDate {
  color: #68b47c;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}

.news-heading {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #68b47c;
  text-decoration: none;
  margin: 0;
}

.newsText {
  line-height: 1.6;
}

.consultationContainer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sideBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sideBar .en,
.sideBar .sideBarText {
  color: #ffffff;
  padding: 0;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  line-height: 1.2;
}

.sideBar .sideBarText {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
}

.sideBar .en {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .consultationContainer {
    display: grid;
    grid-template-columns: 190px 1fr;
  }

  .sideBar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
  }

  .sideBar .en {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    transform: rotate(0deg);
  }

  .sideBar .sideBarText {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 700;
    color: #ffffff;
  }
}

.mainContent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.preventionBox {
  background-color: #599969;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}

.preventionBox h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.preventionBox p {
  margin: 0 0 15px;
}

.preventionBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.preventionBox li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.preventionBox li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.preventionBox .note {
  margin-top: 20px;
}

.preventionBox ul li {
  font-weight: 700;
}

.cardSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .preventionBox {
    padding: 30px 50px;
    padding-top: 42px;
    border-radius: 30px;
  }
  .cardSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cardSection a:hover img {
    opacity: 1;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
}

.cardIcon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardIcon .heart {
  color: #d86c8d;
  font-size: 4rem;
  position: relative;
}

.cardIcon .heart::before {
  content: "＋";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.cardIcon .list {
  position: relative;
  width: 100%;
  height: 100%;
}

.cardIcon .list .clipboard {
  position: absolute;
  width: 60px;
  height: 80px;
  border: 2px solid #999;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.cardIcon .list .clipboard::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 10px;
  background-color: #999;
  border-radius: 5px 5px 0 0;
}

.cardIcon .list .clipboard .checkmarks {
  position: absolute;
  top: 15px;
  left: 5px;
  transform: rotate(10deg);
}

.cardIcon .list .clipboard .checkmarks .checkmark {
  width: 15px;
  height: 15px;
  border: 2px solid #5b8a74;
  border-radius: 4px;
  margin-bottom: 5px;
  position: relative;
}

.cardIcon .list .clipboard .checkmarks .checkmark::after {
  content: "✓";
  color: #5b8a74;
  font-size: 1rem;
  position: absolute;
  top: -4px;
  left: 2px;
}

.cardText {
}

.cardArrow {
  font-size: 1.5rem;
  color: #4a7c64;
  font-weight: bold;
}

/* CONSULTATION */
.clinicHoursContainer {
}

.mainHeading {
}

.scheduleImage {
  margin-bottom: 20px;
}

.specialNote {
  font-size: 12px;
}

.sectionHeading {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  color: #68b47c;
  margin-top: 30px;
  margin-bottom: 10px;
}

.bookingInformation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.infoBox {
  min-width: 300px;
}

.patientInformationContainer {
}

.section {
  border: 1px solid #68b47c;
  border-radius: 30px;
  padding: 40px;
  padding-top: 45px;
  margin-bottom: 30px;
  position: relative;
}

.sectionIcon {
  position: absolute;
  top: 23.5px;
  left: 20px;
  color: #68b47c;
  width: 27px;
  height: 27px;
  font-size: 16px;
  color: #ffffff;
  background-color: #68b47c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionTitle {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  color: #68b47c;
  margin-left: 35px;
  margin-bottom: 10px;
}

.sectionText {
}

.subSection {
  margin-top: 30px;
}

.subSectionTitle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #558b2f;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.subSectionDescription {
  margin-bottom: 20px;
}

.exampleImage {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 43px;
}

@media (min-width: 768px) {
  .sectionHeading {
    margin-top: 52px;
  }
  .section {
    margin-bottom: 70px;
  }
  .sectionIcon {
    position: absolute;
    top: 48.5px;
    left: 40px;
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
  .subSection {
    margin-top: 70px;
  }
}

.reservationContainer {
}

.introText {
}

.infoSection {
  list-style-type: none;
  padding: 0;
}

.infoItem {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.infoItem::before {
  content: "•";
  color: #4caf50;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
}

.consultationPage .contactContainer {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 22px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.phoneCardsContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contactLink {
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s;
}

.contactLink:hover {
}
.contactLink img:hover {
  opacity: 1;
}

.contactImage {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .consultationPage .contactContainer {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .phoneCardsContainer {
    width: 100%;
  }

  .contactLink {
    width: 100%;
  }
  .section {
    border-radius: 15px;
    padding: 20px;
  }
}

.newsletterContainer {
}

.mainHeading {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;

  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mainHeading {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.introText {
}

.contentList {
  list-style-type: none;
  padding: 0;
}

.contentListItem {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.contentListItem::before {
  content: "•";
  color: #2b9148;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.supplementalText {
  margin-bottom: 50px;
}

/* VACCINATION */
.vaccinationCheckupGuide {
}

.mainTitle {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.mainTitle::before {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #55a855;
  margin-right: 17px;
  border-radius: 1.5px;
}

@media (max-width: 768px) {
  .mainTitle::before {
    content: "";
    margin-right: 8px;
  }
}

.infoSection {
  margin-bottom: 60px;
}

.infoCardWrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.scheduleInfoCard {
  flex: 1;
  min-width: 300px;
  border: 1px solid #68b47c;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.infoCardSingle {
  border: 1px solid #68b47c;
  border-radius: 30px;
  padding: 34px;
  display: flex;
  gap: 86px;
  position: relative;
}

.infoCardSingle::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #68b47c;
}

.vaccinationScheduleInfo,
.infantCheckupDetails,
.infantCheckupEssentials {
  flex: 1;
}

.cardTitle {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  color: #68b47c;
  margin: 0 0 10px 0;
}

.cardText,
.telNumber,
.checkList {
}

.telNumber a {
  text-decoration: underline;
  font-weight: bold;
  color: #2e8b57;
}

.checkList {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.checkItem {
  margin-bottom: 8px;
  position: relative;
  padding-left: 1.6em;
  font-weight: 700;
}

.checkItem::before {
  content: "•";
  color: #55a855;
  font-weight: bold;
  position: absolute;
  left: 0;

  font-size: 32px;
}

.cautionSection {
  margin-top: 40px;
  padding-top: 20px;
}

.cautionTitle {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500;
  color: #333;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 1.2em;
}

.cautionTitle::before {
  content: "※";
  font-weight: 500;
  position: absolute;
  left: 0;
}

.cautionText {
}

/* Pediatric Checkup Section Styles */
.pediatricCheckupSection {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: stretch;
}

.pediatricColumn {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.pediatricCard {
  border: 1px solid #68b47c;
  border-radius: 30px;
  padding: 20px;
  margin-top: 27px;
  flex-grow: 1;
  height: 100%;
}
.pediatricColumn p.cardText:last-of-type {
  margin-bottom: auto;
}

@media (max-width: 768px) {
  .infoCardSingle {
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    padding: 20px;
  }

  .infoCardSingle::after {
    display: none;
  }

  .pediatricCard {
    border-radius: 15px;
    padding: 20px;
  }

  .infoSection {
    margin-bottom: 30px;
  }
}

.horizontal-line {
  border-top: 1px solid #333333;
  width: 100%;
}

.vaccineInfoContainer {
}

.pageTitle {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.consultationPage .introText {
  margin-bottom: 50px;
}

.linkButtonWrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;

  margin-top: 81px;
}

.linkButton {
  background-color: #68b47c;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 250px;
  transition: transform 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
  .linkButton:hover {
    color: #ffffff;
  }
  .linkButtonWrapper a:hover img {
    opacity: 1;
  }
}

.vaccineReportContainer {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 68px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px !important;
}
.reportHeader {
  display: flex;
  gap: 19px;
}

.vaccineInfoSection .mainTitle {
  margin-bottom: 0;
}

.aboutPage .mainTitle {
  margin-bottom: 0 !important;
  padding-bottom: 43px;
}

@media (max-width: 768px) {
  .aboutPage .mainTitle {
    padding-bottom: 20px;
  }
}

.reportHeader p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.vaccineTopicSection {
  background-color: #ebf9ef;
  padding: 41px 44px;
  border-radius: 20px;
}
.vaccineTopicSection h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  color: #68b47c;
  margin-top: 0;
  margin-bottom: 15px;
}
.vaccineTopicSection p {
  font-weight: 500;
}

.topicDetailText {
  font-weight: 700 !important;
  margin-top: 15px;
}

.relatedTopicsContainer {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 68px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.relatedHeader {
  display: flex;
  gap: 19px;
}
.relatedHeader p {
  margin: 0;
}
.topicDetailSection {
  background-color: #ebf9ef;
  padding: 41px 44px;
  border-radius: 20px;
}
.topicDetailSection h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  color: #68b47c;
  margin-top: 0;
  margin-bottom: 15px;
}
.topicDetailSection p {
  font-weight: 500;
}

@media (max-width: 768px) {
  .vaccineReportContainer,
  .relatedTopicsContainer {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
  }

  .vaccineReportContainer {
    margin-bottom: 48px !important;
  }

  .vaccineTopicSection,
  .topicDetailSection {
    padding: 20px;
    border-radius: 10px;
  }
  .reportHeader,
  .relatedHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .linkButtonWrapper {
    gap: 20px;
    margin-top: 30px;
  }
}

/* ABOUT */
.aboutPage .Company::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 40px;
  width: 284px;
  height: 260px;
  background-image: url("../images/about/bottom_decoration.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.sunIcon {
  width: 192px;
  height: 204px;
  position: absolute;
  top: -220px;
  left: -50px;
  z-index: 10;
  margin-bottom: 150px;
}

.sunIcon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/sun_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotateRays 10s infinite linear;
}

@media (max-width: 768px) {
  .aboutPage .Company::after {
    bottom: -50px;
    right: 10px;
    width: 142px;
    height: 130px;
  }
  .sunIcon {
    width: 100px;
    height: 106px;
    top: -110px;
    left: -25px;
    margin-bottom: 75px;
  }
}

/* TIPS */
.infoList {
  width: 100%;
}
.infoCard {
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}
.cardHeader h2 {
  margin: 0;
  font-size: clamp(1.8rem, 1.8vw, 1.8rem);
  font-weight: 700;

  color: #333333;
}

/* アイコンのスタイル */
/* アイコンのスタイル */
.cardIcon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.cardIcon::before,
.cardIcon::after {
  content: "";
  position: absolute;
  background-color: #68b47c;
  border-radius: 2px;
  height: 3px;
  width: 24px;
  transition: transform 0.3s ease;
}

/* 閉じている状態（開く前）を「＋」にする */
.cardIcon::before {
  /* 縦線: 90度回転させて縦棒として表示 */
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.cardIcon::after {
  /* 横線: 回転なしで横棒として表示 */
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}

/* 開いている状態（開いた後）を「-」にする */
.infoCard.active .cardIcon::before {
  /* 縦線を非表示にする（横線と同じ状態にする） */
  transform: translateY(-50%) rotate(0deg);
}
.infoCard.active .cardIcon::after {
  /* 横線: 変化なし */
  transform: translateY(-50%) rotate(0deg);
}

.cardContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.cardContent p {
  padding: 0 30px;
  padding-bottom: 30px;
}
.infoCard.active .cardContent {
  max-height: 650px;
}
.infoCard.active .cardHeader {
}

/* ペリネイタルビジットのご案内 */
.perinatalVisitGuidance {
  padding: 72px 40px;
  border: 1px solid #68b47c;
  border-radius: 30px;
  color: #333;
}

.title {
  text-align: center;
  font-weight: bold;
  color: #68b47c;
  margin-bottom: 30px;
}

.content {
  display: flex;
  align-items: flex-start;
  gap: 75px;
}

.textSection {
  flex: 2;
}

.textSection p:first-of-type {
  margin-top: 0;
}

.textSection p:last-of-type {
}

.imageSection {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageSection img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .infoCard {
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .cardHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
  }

  .infoCard.active .cardContent {
  }

  .cardContent p {
    padding: 0 20px;
    padding-bottom: 20px;
  }

  .cardIcon {
    width: 20px;
    height: 20px;
  }
  .cardIcon::before,
  .cardIcon::after {
    height: 2px;
    width: 20px;
  }

  .perinatalVisitGuidance {
    border-radius: 15px;
    padding: 20px;
  }

  .content {
    flex-direction: column;
    gap: 20px;
  }

  .textSection,
  .imageSection {
    flex: none;
    width: 100%;
    text-align: justify;
  }

  .imageSection {
    order: -1;
  }
}

/* Swiper Slider */
/* =======================================================================
   Swiper Slider (Top RTL Swiper)
   ======================================================================= */

.rtl-swiper-container {
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #faf6ec 0%,
    #faf6ec 50%,
    transparent 50%,
    transparent 100%
  );
  margin-bottom: 0;
}

.rtl-swiper-container.swiper {
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }

  .swiper-notification {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1069px) {
  .rtl-swiper-container {
  }

  .rtl-swiper-container.swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .rtl-swiper-container {
    margin-bottom: 0;
  }
}

.swiper-pagination-new .swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-new .swiper-pagination-bullet-active {
  background: #007aff;
}

.swiper-button-prev-new,
.swiper-button-next-new {
  color: #000;
}

/* ↓ 左右のボタン */
.nextButton,
.prevButton {
  position: absolute;
  width: 59px !important;
  height: 59px !important;
  top: 55% !important;
  z-index: 20;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.nextButton {
  right: 20px;
}

.prevButton {
  left: 20px;
}

.nextButton:hover,
.prevButton:hover {
  border-color: #555;
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: auto;

  cursor: pointer;
}

.swiper-slide p {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  line-height: 1.5em;
  color: #68b47c;
  margin-top: 10px;
}

.facilities-swiper-wrapper {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  top: 50%;
  transform: translateY(-25%);
}

/* 前へボタンの画像 */
.swiper-button-prev {
  background-image: url("../images/about/swiper_button_prev.svg");
  width: 59px !important;
  height: 59px !important;
}

/* 次へボタンの画像 */
.swiper-button-next {
  background-image: url("../images/about/swiper_button_next.svg");
  width: 59px !important;
  height: 59px !important;
}

/* デフォルトのSwiperアイコンを非表示にする */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media (min-width: 768px) {
  .swiper-button-prev {
    left: calc(50% - (var(--swiper-slide-width) / 2) - 40px - 10px);
  }

  .swiper-button-next {
    right: calc(50% - (var(--swiper-slide-width) / 2) - 40px - 10px);
  }

  .swiper-button-prev {
    left: 29% !important;
  }

  /* 次へボタンの画像 */
  .swiper-button-next {
    right: 29% !important;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    transform: translateY(-10%);
  }
  /* 前へボタンの画像 */
  .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
  }

  /* 次へボタンの画像 */
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
}

/* モーダルウィンドウのスタイル */
#imageModal.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 80%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
}

/* アニメーション */
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
