:root {
  --color_base: #09576C;
  --color_body: #FFF9F6;
  --color_pink_01: #E95887;
  --color_pink_02: #ECA385;
  --color_red_01: #b45757;
  --color_greige_01: #E6CEC5;
  --color_orange_01: #E07D2E;
  --color_orange_02: #FF7B28;
  --color_orange_03: #FF9436;
  --color_orange_04: #FFA11F;
  --color_orange_05: #FF7F68;
  --color_yellow_01: #F4C334;
  --color_bluegreen_01: #B6D1CF;
  --headerFixedPadding: 0px;
}

/* ------------------------------------
// mv
------------------------------------ */
#mvContainer {
  padding-bottom: 5rem;
  margin-bottom: 3rem;
}
#mvContainer .mv .mark {
  position: absolute;
  left: 2rem;
  top: clamp(2rem, 2.1vw, 3rem);
  width: clamp(10rem, 20.1vw, 29rem);
  z-index: 10;
}
#mvContainer .clinicData {
  position: absolute;
  right: 13rem;
  bottom: 0;
  padding: 2rem;
  z-index: 10;
}
#mvContainer .clinicData > * {
  position: relative;
  z-index: 2;
}
#mvContainer .clinicData::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inset: 0 0 -10px 0;
  border-radius: 40px;
  background: #FFF;
  filter: url(#doo-wap);
}
#mvContainer .clinicData .timetable {
  margin-bottom: 0;
}
#mvContainer .clinicData .nearby {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #mvContainer {
    margin-bottom: 5rem;
  }
  #mvContainer .clinicData {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 4rem 2rem 0;
    width: calc(100% - 4rem);
  }
}

/* ------------------------------------
// news
------------------------------------ */
#news {
  position: relative;
  width: min(1200px, 100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #news {
    width: min(1200px, 100% - 3rem);
  }
}
#news {
  padding-right: var(--headerFixedPadding);
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
@media screen and (max-width: 768px) {
  #news {
    padding-inline: 2rem;
  }
}
#news {
  margin: 0 auto 10rem;
}
#news hgroup {
  text-align: center;
  margin-bottom: 5rem;
}
#news hgroup .en {
  font-family: "Bellota Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 500;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  color: var(--color_yellow_01);
}
#news hgroup h2 {
  font-size: clamp(2.4rem, 3.2vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#news ul {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 5rem;
}
#news ul li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  background-image: repeating-linear-gradient(90deg, #b6d1cf, #b6d1cf 5px, transparent 5px, transparent 12px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 3px;
}
#news ul li a {
  text-decoration: underline;
}
#news .linkbtn a {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news ul {
    display: block;
  }
  #news ul li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #news .linkbtn a {
    width: fit-content;
    gap: 1rem;
  }
}

/* ------------------------------------
// openbnr
------------------------------------ */
#openbnr {
  display: grid;
  max-width: 1200px;
  margin: 0 auto 5rem;
  position: relative;
  grid-template-columns: 1fr 20% auto 20% 1fr;
  grid-template-areas: "sp1 img1 data img2  sp2";
}
#openbnr::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  inset: 0;
  border-radius: 20px;
  border-radius: 50vh;
  background: #FFF;
  filter: url(#doo-wap);
}
#openbnr > * {
  position: relative;
  z-index: 2;
}
#openbnr .img01 {
  grid-area: img1;
}
#openbnr .img02 {
  grid-area: img2;
}
#openbnr .data {
  align-self: center;
  grid-area: data;
}
#openbnr .date {
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#openbnr h2 {
  font-size: clamp(2.8rem, 3.6vw, 5.2rem);
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  color: var(--color_orange_03);
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#openbnr p.time {
  width: fit-content;
  padding: 0.01em 1em;
  border-radius: 50vh;
  background: var(--color_orange_03);
  color: #FFF;
  font-size: clamp(1.4rem, 1.7vw, 2.4rem);
  font-weight: bold;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  #openbnr {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "data data" "img1 img2";
    margin: 0 2rem 5rem;
    padding: 2rem;
  }
  #openbnr::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    inset: 0;
    border-radius: 20px;
    background: #FFF;
    filter: url(#doo-wap);
  }
  #openbnr .img01 {
    text-align: center;
  }
  #openbnr .img01 img {
    width: 80%;
  }
  #openbnr .img02 {
    width: 80%;
    margin: 0 auto;
  }
}

/* ------------------------------------
// recruitbnr
------------------------------------ */
#recruitbnr {
  max-width: 1200px;
  margin: 0 auto 10rem;
  position: relative;
  background: #FFF;
  border-radius: 50vh;
  display: grid;
  grid-template-columns: 4% 18% 1fr 8rem;
  grid-template-areas: "sp1 photo title sp2" "sp1 photo detail sp2" "sp1 photo link sp2";
  gap: 2rem 0;
}
#recruitbnr h2 {
  grid-area: title;
}
#recruitbnr .photo {
  align-self: self-end;
  grid-area: photo;
  text-align: right;
}
#recruitbnr .text {
  grid-area: detail;
}
#recruitbnr .text p {
  text-align: center;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
}
#recruitbnr ul {
  grid-area: link;
  display: flex;
  justify-content: center;
  gap: clamp(0.5rem, 1vw, 1.5rem);
  padding-bottom: 1rem;
}
#recruitbnr ul a {
  display: grid;
  grid-template-columns: 1fr clamp(2rem, 1.4vw, 2rem);
  padding: 1rem 2rem;
  background: #FF7F68;
  border-radius: 50vh;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.4rem, 1.2vw, 1.7rem);
  white-space: nowrap;
  align-items: center;
}
#recruitbnr ul a span {
  display: contents;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
}
#recruitbnr ul a::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1.5;
  display: block;
  mask: url(/lib/img/cmn/icon_link_01.svg) no-repeat center/contain;
  background: #FFF;
}
#recruitbnr ul a:hover {
  background: var(--color_red_01);
}
@media screen and (max-width: 768px) {
  #recruitbnr {
    width: min(1200px, 100% - 4rem);
    padding: 1rem 2rem 0 2rem;
    border-radius: 30px;
    grid-template-columns: 26% 1fr;
    gap: 0 1.5rem;
    grid-template-areas: "title title" "photo detail" "link link";
  }
  #recruitbnr .text {
    padding: 2rem 1rem;
  }
  #recruitbnr .text p {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 0;
  }
  #recruitbnr ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #recruitbnr ul li a {
    padding-right: 1rem;
  }
}

/* ------------------------------------
// greeting
------------------------------------ */
#greeting {
  display: grid;
  grid-template-columns: clamp(35rem, 37.5vw, 54rem) 1fr;
  grid-template-areas: "photo detail";
  gap: clamp(2rem, 4.2vw, 6rem);
  padding: 0 var(--headerFixedPadding) 0 0;
  margin: 4rem 0;
  align-items: center;
}
#greeting .greetingdetail {
  grid-area: detail;
}
#greeting .greetingdetail h2 {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  font-weight: 500;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#greeting .greetingdetail p {
  line-height: 1.7;
}
#greeting .greetingdetail p + p {
  margin-top: 2rem;
}
#greeting .greetingdetail .linkbtn {
  width: fit-content;
  min-width: 60%;
  margin: 5rem auto 0;
}
#greeting .photo {
  grid-area: photo;
}
@media screen and (max-width: 768px) {
  #greeting {
    grid-template-columns: 1fr;
    grid-template-areas: "detail" "photo";
    gap: 0;
  }
  #greeting .greetingdetail {
    padding: 0 2rem;
  }
  #greeting .greetingdetail h2 {
    margin-bottom: 2rem;
  }
  #greeting .greetingdetail .linkbtn {
    margin-top: 2rem;
  }
  #greeting .photo {
    max-width: 320px;
    margin-block: -5rem 0;
    z-index: -1;
  }
}

/* ------------------------------------
// worries
------------------------------------ */
#worries {
  background: #FFF;
  position: relative;
  z-index: 0;
  padding-top: 9.7222222222vw;
  padding-bottom: 6.9444444444vw;
  padding-right: var(--headerFixedPadding);
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
@media screen and (max-width: 768px) {
  #worries {
    padding-inline: 2rem;
  }
}
#worries {
  margin-bottom: calc(6.9444444444vw + 3rem);
}
#worries::before {
  content: "";
  width: 100vw;
  height: 9.7222222222vw;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color_body) url(/lib/img/cmn/bg_whitewave_01.webp) no-repeat center bottom/cover;
}
#worries::after {
  content: "";
  width: 100vw;
  height: 6.9444444444vw;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: url(/lib/img/cmn/bg_whitewave_02.webp) no-repeat center top/cover;
}
#worries > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #worries::before {
    bottom: calc(100% - 2px);
  }
}
#worries hgroup {
  text-align: center;
  margin-bottom: 2rem;
}
#worries hgroup .en {
  font-family: "Bellota Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 500;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  color: var(--color_yellow_01);
}
#worries hgroup h2 {
  font-size: clamp(2.4rem, 3.2vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#worries ul {
  gap: clamp(1rem, 2.1vw, 3rem);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#worries ul li {
  width: clamp(10rem, 11.8vw, 17rem);
  display: grid;
  gap: 1.5rem;
}
#worries ul span {
  font-weight: bold;
  display: block;
  text-align: center;
}
#worries ul span i {
  display: inline-block;
  text-transform: none;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #worries ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #worries ul li {
    width: auto;
    font-size: clamp(1.3rem, 1vw, 1.5rem);
  }
}

/* ------------------------------------
// treatment
------------------------------------ */
#treatment {
  background: var(--color_greige_01);
  position: relative;
  z-index: 0;
  padding: 0 2rem;
  padding-top: calc(0.5 * clamp(10rem, 11.5vw, 16.5rem) + clamp(1.5rem, 2.1vw, 3rem));
  padding-right: var(--headerFixedPadding);
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
@media screen and (max-width: 768px) {
  #treatment {
    padding-inline: 2rem;
  }
}
#treatment {
  margin-bottom: calc(clamp(100px, 30vw, 480px) * 910 / 494 * 0.5 + 2rem);
}
#treatment::before {
  content: "";
  width: 100vw;
  height: 21.6666666667vw;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color_body) url(/lib/img/top/bg_treatment_01.webp) no-repeat center bottom/cover;
}
#treatment::after {
  content: "";
  width: 100vw;
  height: 9.0277777778vw;
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: url(/lib/img/top/bg_treatment_02.webp) no-repeat center top/cover;
}
#treatment > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #treatment {
    margin-bottom: calc(9.0277777778vw + 10rem);
  }
  #treatment::before {
    bottom: calc(100% - 2px);
  }
}
#treatment hgroup {
  color: #FFF;
  text-align: center;
  margin-bottom: 2rem;
}
#treatment hgroup .en {
  font-family: "Bellota Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 500;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
}
#treatment hgroup h2 {
  font-size: clamp(2.4rem, 3.5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#treatment .category {
  text-align: center;
  background: #FFF;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  padding: 1.5rem 2rem;
  border-radius: 50vh;
  width: fit-content;
  margin: 0 auto 3rem;
  font-weight: 500;
}
#treatment .disc {
  text-align: center;
}
#treatment .treatmenu {
  margin: 5rem auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: clamp(3rem, 2.8vw, 4rem) clamp(2rem, 2.1vw, 3rem);
  padding-bottom: 1rem;
}
#treatment .treatmenu section {
  gap: 1.5rem;
  position: relative;
  padding: clamp(1.5rem, 2.1vw, 3rem) clamp(1rem, 0.7vw, 1rem);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#treatment .treatmenu section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: #FFF;
  filter: url(#doo-wap);
  z-index: 0;
}
#treatment .treatmenu section > * {
  position: relative;
}
#treatment .treatmenu section .photo {
  max-width: 50%;
  margin: 0 auto;
  aspect-ratio: 178/150;
  position: relative;
}
#treatment .treatmenu section .photo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#treatment .treatmenu section h3 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  text-align: center;
  font-weight: 500;
}
#treatment .treatmenu section .disc {
  font-size: clamp(1.4rem, 1.2vw, 1.7rem);
  padding-inline: 1.5rem;
  text-align: left;
}
#treatment .treatmenu section .linkbtn {
  padding-inline: 1.5rem;
}
#treatment .treatmenu section .linkbtn a {
  background: var(--color_base);
}
#treatment .treatment_photo {
  width: clamp(100px, 30vw, 480px);
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: calc(clamp(100px, 30vw, 480px) * 910 / 494 * -0.5);
}
@media screen and (max-width: 768px) {
  #treatment .treatmenu {
    grid-template-columns: 1fr;
  }
  #treatment .treatment_photo {
    width: 70%;
    position: relative;
    bottom: -10rem;
    margin: -10rem -2rem 0 auto;
  }
}

/* ------------------------------------
// feature
------------------------------------ */
#feature {
  padding: 0;
}
#feature hgroup {
  text-align: center;
  margin-bottom: 2rem;
}
#feature hgroup .en {
  font-family: "Bellota Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 500;
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  color: var(--color_orange_03);
}
#feature hgroup h2 {
  font-size: clamp(2.4rem, 3.5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#feature .feature_container section {
  display: grid;
  grid-template-columns: 1fr clamp(30rem, 37.5vw, 54rem);
  grid-template-areas: "text photo";
  align-items: center;
  gap: clamp(2rem, 3.5vw, 5rem);
}
#feature .feature_container section .text {
  grid-area: text;
}
#feature .feature_container section .photo {
  grid-area: photo;
}
#feature .feature_container section:nth-child(odd) {
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
#feature .feature_container section:nth-child(even) {
  grid-template-columns: clamp(30rem, 37.5vw, 54rem) 1fr;
  grid-template-areas: "photo text";
  padding-right: var(--headerFixedPadding);
}
#feature .feature_container .head {
  display: grid;
  grid-template-columns: clamp(8rem, 13.9vw, 20rem) 1fr;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 4rem);
}
#feature .feature_container .head h3 {
  font-size: clamp(1.8rem, 2.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#feature .feature_container p {
  padding-left: clamp(8rem, 16.7vw, 24rem);
}
@media screen and (max-width: 1024px) {
  #feature .feature_container p {
    margin-top: 3rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #feature .feature_container section {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
  }
  #feature .feature_container section + section {
    margin-top: 3rem;
  }
  #feature .feature_container section:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }
  #feature .feature_container section:nth-child(odd) .photo {
    margin: 0 0 0 auto;
  }
  #feature .feature_container section:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "photo";
    padding-left: 0;
    padding-right: 0;
  }
  #feature .feature_container section:nth-child(even) .photo {
    margin: 0 auto 0 0;
  }
  #feature .feature_container section .text {
    padding: 0 2rem;
  }
  #feature .feature_container section .photo {
    max-width: 300px;
  }
  #feature .feature_container section p {
    margin-top: 2rem;
  }
}