: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;
}

/* ------------------------------------
// top
------------------------------------ */
.pagetitle img {
  width: clamp(15.2rem, 10.6vw, 15.2rem);
}

/* ------------------------------------
// #clinicphoto
------------------------------------ */
#clinicphoto {
  padding-right: var(--headerFixedPadding);
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
@media screen and (max-width: 768px) {
  #clinicphoto {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #clinicphoto {
    padding-inline: 0;
  }
}
#clinicphoto .clinicphoto_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4.2vw, 6rem);
}
#clinicphoto .clinicphoto_container .swiper,
#clinicphoto .clinicphoto_container .swiper-wrapper {
  display: contents;
}
#clinicphoto .clinicphoto_container .item.swiper-slide {
  width: auto;
  height: auto;
}
#clinicphoto .clinicphoto_container .clinicphoto_thumbs {
  display: none;
}
#clinicphoto .clinicphoto_container dl {
  margin-top: 3rem;
}
#clinicphoto .clinicphoto_container dl dt {
  text-align: center;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
}
#clinicphoto .clinicphoto_container dl dd {
  margin-top: 2rem;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
@media screen and (max-width: 1024px) {
  #clinicphoto .clinicphoto_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, 4.2vw, 6rem);
  }
}
@media screen and (max-width: 768px) {
  #clinicphoto .clinicphoto_container {
    display: block;
  }
  #clinicphoto .clinicphoto_container .swiper {
    display: block;
    overflow: hidden;
  }
  #clinicphoto .clinicphoto_container .swiper-wrapper {
    display: flex;
  }
  #clinicphoto .clinicphoto_container .item.swiper-slide {
    width: 80%;
    height: auto;
  }
  #clinicphoto .clinicphoto_container dl {
    margin-top: 1rem;
  }
  #clinicphoto .clinicphoto_container dl dd {
    margin-top: 1rem;
  }
  #clinicphoto .clinicphoto_container .clinicphoto_thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 2rem;
    padding-inline: 2rem;
  }
  #clinicphoto .clinicphoto_container .clinicphoto_thumbs .thumb {
    display: block;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
  }
  #clinicphoto .clinicphoto_container .clinicphoto_thumbs .thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  #clinicphoto .clinicphoto_container .clinicphoto_thumbs .thumb.active {
    border-color: var(--color_orange_03);
  }
}

/* ------------------------------------
// #equipment
------------------------------------ */
#equipment {
  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) {
  #equipment {
    padding-inline: 2rem;
  }
}
#equipment {
  margin-top: 5rem;
  margin-bottom: calc(6.9444444444vw + 3rem);
}
#equipment::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;
}
#equipment::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;
}
#equipment > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #equipment::before {
    bottom: calc(100% - 2px);
  }
}
#equipment h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(2.4rem, 3.2vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#equipment > .lead {
  text-align: center;
}
#equipment > section {
  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;
}
#equipment > section h3 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
  margin-bottom: 2rem;
  font-weight: 500;
}
#equipment > section h4 {
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#equipment > .kanikenketsu {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: clamp(2rem, 2.8vw, 4rem);
  margin: 5rem 0 5rem 0;
  padding-bottom: 5rem;
}
#equipment > .siLTS {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-template-areas: "text photo" "subject subject";
  gap: 0 clamp(2rem, 2.8vw, 4rem);
  margin: 5rem 0 5rem 0;
  padding-bottom: 5rem;
}
#equipment > .siLTS .text {
  grid-area: text;
}
#equipment > .siLTS .text .lead {
  color: var(--color_orange_03);
  margin-bottom: 2rem;
}
#equipment > .siLTS .photo {
  grid-area: photo;
}
#equipment > .siLTS .subject {
  grid-area: subject;
}
#equipment > .siLTS .subject h4 {
  font-size: clamp(2rem, 1.7vw, 2.4rem);
}
#equipment > .siLTS .subject h4 span {
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
#equipment > .siLTS .subject .subject_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4.2vw, 6rem);
  margin-top: 4rem;
}
#equipment > .siLTS .subject h5 {
  color: #FFF;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
#equipment > .siLTS .subject #ingested h5 {
  color: #f086a3;
  border-bottom: 1px solid #f086a3;
}
#equipment > .siLTS .subject #inhaled h5 {
  color: #8cc63f;
  border-bottom: 1px solid #8cc63f;
}
#equipment > .siLTS .subject dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 0;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
#equipment > .siLTS .subject dt {
  font-weight: 500;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #AAA;
}
#equipment > .siLTS .subject dd {
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #AAA;
}
@media screen and (max-width: 1024px) {
  #equipment .photo {
    max-width: 320px;
    margin: 0 auto 0;
  }
  #equipment > .kanikenketsu {
    grid-template-columns: 1fr;
  }
  #equipment > .siLTS {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "subject" "photo";
  }
  #equipment > .siLTS .photo {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #equipment > .siLTS .subject .subject_container {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------
// #reservesystem
------------------------------------ */
#reservesystem {
  padding-right: var(--headerFixedPadding);
  padding-left: clamp(2rem, (100% - 1200px) / 2, var(--headerFixedPadding));
}
@media screen and (max-width: 768px) {
  #reservesystem {
    padding-inline: 2rem;
  }
}
#reservesystem h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(2.4rem, 3.2vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#reservesystem .reservesystem_container {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: clamp(2rem, 2.8vw, 4rem);
  margin: 5rem 0 5rem 0;
  width: min(1200px, 100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #reservesystem .reservesystem_container {
    width: min(1200px, 100% - 3rem);
  }
}
@media screen and (max-width: 1024px) {
  #reservesystem .reservesystem_container {
    display: grid;
    grid-template-columns: 1fr;
  }
  #reservesystem .reservesystem_container .photo {
    max-width: 320px;
    margin: 0 auto 0;
  }
}

/* ------------------------------------
// #forcustmar
------------------------------------ */
#forcustmar {
  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) {
  #forcustmar {
    padding-inline: 2rem;
  }
}
#forcustmar {
  margin-top: 5rem;
  margin-bottom: calc(6.9444444444vw + 3rem);
}
#forcustmar::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;
}
#forcustmar::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;
}
#forcustmar > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #forcustmar::before {
    bottom: calc(100% - 2px);
  }
}
#forcustmar h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
#forcustmar h2 span {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
#forcustmar .lead {
  width: min(1200px, 100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #forcustmar .lead {
    width: min(1200px, 100% - 3rem);
  }
}
#forcustmar dl {
  width: min(1200px, 100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #forcustmar dl {
    width: min(1200px, 100% - 3rem);
  }
}
#forcustmar dl {
  margin-top: 5rem;
}
#forcustmar dl dt {
  margin-bottom: 2rem;
  font-weight: 500;
}
#forcustmar dl dd {
  font-size: 80%;
}
#forcustmar dl dd + dt {
  margin-top: 5rem;
}