/* Shutter In Horizontal */
/* ==========================================================================

about

========================================================================== */
body.about {
  /*--------------------------------
  feature
  --------------------------------*/
  /*--------------------------------
  promise
  --------------------------------*/
  /*--------------------------------
  doctor
  --------------------------------*/
  /*--------------------------------
  clinic
  --------------------------------*/
  /*--------------------------------
  access
  --------------------------------*/
  /*--------------------------------
  overview
  --------------------------------*/
}
body.about #feature .feature_cnt > section {
  counter-increment: featureCount;
  margin-bottom: 6rem;
}
body.about #feature .feature_cnt > section:last-child {
  margin-bottom: 0;
}
body.about #feature .feature_cnt > section .heading_2 {
  line-height: 1.6;
  position: relative;
}
body.about #feature .feature_cnt > section .heading_2:before {
  display: block;
  content: "0" counter(featureCount) ".";
  line-height: 1;
  color: var(--beigeColor);
  font-family: var(--fontTitle);
  font-size: 6.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 812px) {
  body.about #feature .feature_cnt > section .heading_2 {
    padding-left: 6rem;
  }
  body.about #feature .feature_cnt > section .heading_2:before {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 813px) {
  body.about #feature .feature_cnt > section .heading_2, body.about #feature .feature_cnt > section p {
    padding-left: 10rem;
  }
}
body.about #promise > div {
  text-align: center;
  padding: 5rem 2rem;
  border: solid 1px var(--beigeColor);
}
body.about #promise > div ol {
  display: inline-block;
  text-align: left;
}
body.about #promise > div ol li {
  color: var(--textAccentColor);
}
@media print, screen and (min-width: 813px) {
  body.about #promise > div ol li {
    font-size: 1.8rem;
  }
}
body.about #doctor > div > section dl > div > dt {
  margin-bottom: 0.5rem;
}
body.about #doctor > div > section dl > div > dd ruby > rt {
  margin-bottom: 0.3rem;
}
body.about #doctor > div > section dl > div.profile {
  font-size: 1.3rem;
  margin-top: 3em;
}
@media print, screen and (max-width: 812px) {
  body.about #doctor > div > section .column[data-sp-col="1"] {
    row-gap: 2rem;
  }
  body.about #doctor > div > section picture img {
    max-width: 200px;
  }
}
body.about #clinic *[data-slick-custom*=arrow] {
  padding-bottom: 0;
}
@media print, screen and (max-width: 812px) {
  body.about #clinic .link_box a {
    padding: 3rem 2rem;
    position: relative;
  }
}
@media print, screen and (min-width: 813px) {
  body.about #clinic .link_box a {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    padding: 3rem 2rem;
  }
}
body.about #access > div #map address {
  margin-top: 2rem;
}
body.about #access > div #map address a {
  color: var(--textColor);
}
body.about #access > div #howto ol {
  row-gap: 2rem;
}
body.about #access > div #howto ol li {
  font-size: 1.4rem;
  font-size: min(1.4rem, 14px);
}
body.about #access > div #howto ol li p {
  margin: 1rem 0 0;
}
@media print, screen and (max-width: 812px) {
  body.about #access > div > div picture {
    width: 100%;
    margin-bottom: 2rem;
  }
  body.about #access > div > div picture img {
    max-width: 200px;
  }
  body.about #access > div #howto ol {
    row-gap: 0;
  }
  body.about #access > div #howto ol li {
    font-size: 1.4rem;
    padding-bottom: 3.4rem;
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 813px) {
  body.about #access > div #map address a:hover {
    color: var(--linkHoverColor);
  }
  body.about #access > div #howto ol li:nth-child(3n):before, body.about #access > div #howto ol li:nth-child(3n):after {
    display: none;
  }
  body.about #access > div #howto ol li[data-arrow*="pc:right"]:before, body.about #access > div #howto ol li[data-arrow*="pc:right"]:after {
    top: calc(35% - 0.5px + 4px);
    right: -2.7rem;
  }
}