.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}

@media print, (min-width: 768px) {
  .header-phone {
    top: 110px;
  }
}
@keyframes rotateClockwise {
  0% {
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
.section-top-keyvisual {
  position: relative;
}

.keyvisual-inner {
  position: relative;
}
.keyvisual-inner .wrapper {
  position: relative;
  height: 100%;
}

.keyvisual-block {
  background: bottom center/cover no-repeat;
}

.keyvisual-title {
  font-weight: 400;
  position: absolute;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.keyvisual-title span {
  display: inline-block;
}
.keyvisual-title .is-icon {
  animation: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running rotateClockwise;
  background: center/contain no-repeat;
}

.keyvisual-quick-links {
  position: absolute;
  z-index: 2;
  top: 18%;
  left: 40px;
  width: min(620px, calc(100% - 80px));
  color: #fff;
  text-shadow: 0 1px 8px rgba(33, 72, 117, 0.35);
}

.keyvisual-clinic-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 16px;
  margin-bottom: 17px;
}

.keyvisual-clinic-info-title,
.keyvisual-clinic-info-departments {
  margin-bottom: 0;
}

.keyvisual-clinic-info-title {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.keyvisual-clinic-info-departments {
  font-size: 0.16rem;
  line-height: 1.75;
}

.keyvisual-datsumou-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 620px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  background-color: rgba(51, 106, 189, 0.36);
  color: #fff;
  text-shadow: 0 1px 4px rgba(33, 72, 117, 0.4);
}

.keyvisual-datsumou-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.keyvisual-datsumou-copy strong {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.4;
}

.keyvisual-datsumou-copy small {
  font-size: 0.11rem;
  line-height: 1.6;
}

.keyvisual-datsumou-arrow {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-left: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.keyvisual-notice {
  margin-bottom: 0;
  color: #336abd;
}

.keyvisual-text {
  color: #4a5461;
  margin-bottom: 0;
  -ms-transform: rotate(0.03deg);
      transform: rotate(0.03deg);
}

.keyvisual-consultation {
  background-color: #336abd;
  color: #fff;
}
.keyvisual-consultation p {
  margin-bottom: 0;
}
.keyvisual-consultation strong {
  font-weight: 500;
}

.keyvisual-consultation-time span {
  display: inline-block;
}

.keyvisual-consultation-title {
  font-weight: 500;
}

.section-top-keyvisual .scroll-common::before, .section-top-keyvisual .scroll-common::after {
  background-color: #fff;
}

@media print, (min-width: 768px) {
  .keyvisual-inner {
    margin: 0 40px;
  }
  .keyvisual-inner .scroll-common {
    position: absolute;
    bottom: 73px;
    right: -21px;
    width: 11px;
  }
  .keyvisual-block {
    height: calc(100vh - 80px);
    margin: 0 -40px;
    background-image: url("../img/top/keyvisual_bg_pc.jpg");
  }
  .keyvisual-block .wrapper {
    max-width: none;
  }
  .keyvisual-title {
    top: calc(50% - 41px);
    left: 40px;
    font-size: 0.26rem;
  }
  .keyvisual-title .is-icon {
    width: 29px;
    height: 28px;
    margin: -1px 2px 0 14px;
    background-image: url("../img/top/keyvisual_icn_pc.png");
  }
  .keyvisual-lower {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .keyvisual-holidays {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 21px;
  }
  .keyvisual-notice {
    min-width: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.16rem;
    margin-right: 10px;
  }
  .keyvisual-text {
    font-size: 0.16rem;
  }
  .keyvisual-consultation {
    padding: 4px 0;
    font-size: 0.16rem;
  }
  .keyvisual-consultation .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyvisual-consultation .wrapper,
.keyvisual-consultation .keyvisual-hour,
.keyvisual-consultation .keyvisual-closed {
    display: -ms-flexbox;
    display: flex;
  }
  .keyvisual-consultation .wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyvisual-consultation-title {
    font-size: 0.16rem;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .keyvisual-consultation-title:last-child {
    margin-right: 0;
  }
  .keyvisual-consultation-time span {
    margin-right: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1346px) {
  .keyvisual-inner .scroll-common {
    right: -25px;
  }
  .keyvisual-title {
    left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1288px) {
  .keyvisual-holidays {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1320px) {
  .keyvisual-hour, .keyvisual-closed {
    width: 100%;
    margin-right: 0;
  }
  .keyvisual-consultation-title {
    width: 70px;
  }
  .keyvisual-consultation-time {
    width: calc(100% - 70px);
  }
  .keyvisual-inner .scroll-common {
    bottom: 88px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .keyvisual-inner .scroll-common {
    bottom: 114px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-block {
    height: calc(100vh - 1.09rem);
    min-height: 3.72rem;
    background-image: url("../img/top/keyvisual_bg_sp.jpg");
  }
  .keyvisual-title {
    top: calc(50% - 1.02rem);
    left: 0.44rem;
    font-size: 0.3rem;
  }
  .keyvisual-title .is-treatment,
.keyvisual-title .is-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .keyvisual-title .is-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin: -0.02rem 0 0 0.07rem;
    background-image: url("../img/top/keyvisual_icn_sp.png");
  }
  .keyvisual-quick-links {
    top: 0.28rem;
    left: 0.44rem;
    width: calc(100% - 0.88rem);
  }
  .keyvisual-clinic-info {
    display: block;
    margin-bottom: 0.13rem;
  }
  .keyvisual-clinic-info-title {
    font-size: 0.17rem;
  }
  .keyvisual-clinic-info-departments {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .keyvisual-datsumou-link {
    max-width: none;
    padding: 0.1rem 0.14rem;
    border-radius: 0.12rem;
  }
  .keyvisual-datsumou-copy {
    gap: 0.02rem;
  }
  .keyvisual-datsumou-copy strong {
    font-size: 0.14rem;
    line-height: 1.45;
  }
  .keyvisual-datsumou-copy small {
    font-size: 0.1rem;
    line-height: 1.5;
  }
  .keyvisual-datsumou-arrow {
    width: 0.11rem;
    height: 0.11rem;
    flex-basis: 0.11rem;
    margin-left: 0.12rem;
    border-width: 0.02rem;
  }
  .keyvisual-holidays {
    background-color: #eff4f9;
    border-radius: 0.3rem/0.07rem;
    padding: 0.12rem 0.19rem;
    margin: 0.2rem 0.1rem;
    line-height: 2;
  }
  .keyvisual-notice {
    font-size: 0.16rem;
    margin-bottom: -0.07rem;
  }
  .keyvisual-text {
    font-size: 0.16rem;
  }
  .keyvisual-consultation {
    padding: 0.11rem 0 0.13rem;
    font-size: 0.16rem;
  }
  .keyvisual-consultation-title {
    width: 0.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.16rem;
    margin-right: 0.13rem;
    padding-top: 0.02rem;
  }
  .keyvisual-consultation-time {
    line-height: 1.88;
  }
  .keyvisual-consultation-time span {
    display: block;
  }
  .keyvisual-hour,
.keyvisual-closed {
    display: -ms-flexbox;
    display: flex;
  }
  .keyvisual-hour {
    margin-bottom: 0.3rem;
  }
}
.section-top-features .block-common {
  background: #eff4f9;
}

.features-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: feature-counter;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.features-item {
  counter-increment: feature-counter;
  position: relative;
}

.features-item-name {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.features-item-name .is-japanese,
.features-item-name .is-english {
  line-height: 1.75;
}
.features-item-name .is-japanese {
  display: inline-block;
  font-size: 0.22rem;
  color: #336abd;
}
.features-item-name .is-japanese::before {
  content: counter(feature-counter) ".";
}
.features-item-name .is-english {
  display: block;
  font-size: 0.2rem;
  color: #e68746;
}

.features-item-image {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .section-top-features .block-common {
    border-radius: 15px;
    margin: 80px 0;
    padding: 33px 0 36px;
  }
  .section-top-features .title-primary {
    margin-bottom: 44px;
  }
  .section-top-features .features-text {
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75;
    text-align: center;
    color: #464d5a;
    padding: 0 12px 0 24px;
    margin-bottom: 0;
  }
  .features-item {
    width: 25%;
    margin-bottom: 33px;
  }
  .features-item::after {
    content: "";
    width: 0;
    height: 241px;
    border-left: solid 1px #cddbee;
    position: absolute;
    top: 8px;
    right: -1px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .features-item:nth-child(4n+4)::after {
    display: none;
  }
  .features-item-name {
    margin-bottom: 15px;
  }
  .features-item-image {
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .features-item-image {
    width: 150px;
  }
  .features-item-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-features .block-common {
    margin: 0.4rem 0 0.32rem;
    padding: 0.34rem 0 0.1rem;
    border-radius: 0.15rem;
  }
  .section-top-features .title-primary {
    margin-bottom: 0.24rem;
  }
  .features-item {
    width: 50%;
    margin-bottom: 0.22rem;
  }
  .features-item-name {
    margin-bottom: 0.16rem;
  }
  .features-item-image {
    width: 1.6rem;
  }
.features-item-image img {
    width: 100%;
  }
}
.section-top-schedule {
  padding-top: 0;
  padding-bottom: 0;
}

.section-top-schedule .block-common {
  padding: 42px 30px 48px;
}

.top-clinic-summary {
  margin-bottom: 48px;
  text-align: center;
}

.top-clinic-summary .title-primary {
  margin-bottom: 22px;
}

.top-clinic-summary-departments {
  margin-bottom: 10px;
  color: #464d5a;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}

.top-clinic-summary-message {
  margin-bottom: 0;
  color: #464d5a;
  font-size: 0.18rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.top-schedule .title-primary {
  margin-bottom: 28px;
}

.top-schedule-image {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.top-schedule-image img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.top-schedule-note {
  max-width: 800px;
  margin: 16px auto 0;
  color: #464d5a;
  font-size: 0.16rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767.98px) {
  .section-top-schedule .block-common {
    padding: 0.34rem 0.1rem 0.42rem;
  }

  .top-clinic-summary {
    margin-bottom: 0.42rem;
  }

  .top-clinic-summary .title-primary {
    margin-bottom: 0.22rem;
  }

  .top-clinic-summary-departments {
    font-size: 0.18rem;
    line-height: 1.75;
  }

  .top-clinic-summary-message {
    font-size: 0.16rem;
    line-height: 1.8;
  }

  .top-schedule .title-primary {
    margin-bottom: 0.24rem;
  }

  .top-schedule-note {
    margin-top: 0.14rem;
    font-size: 0.15rem;
  }
}
.section-top-hospital {
  line-height: 2;
}

.hospital-title {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3846153846;
  text-align: center;
  color: #336abd;
}
.hospital-title span {
  display: inline-block;
  position: relative;
}
.hospital-title span::before {
  content: "";
  background: center center/contain no-repeat;
  position: absolute;
}

.hospital-precautions .hospital-title span::before {
  background-image: url("../img/top/icn_cauntion.png");
}

.hospital-news .hospital-title span::before {
  background-image: url("../img/top/icn_news.png");
}

.hospital-block {
  background-color: #fff;
}

.hospital-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hospital-news-highlight {
  padding: 10px 14px;
  border: 1px solid #f0c9b7;
  border-radius: 8px;
  background-color: #fff8f2;
}

.hospital-news-highlight .title-secondary {
  color: #336abd;
}

.hospital-text {
  margin-bottom: 0;
}

.hospital-information {
  font-size: 0.18rem;
  line-height: 2;
}
.hospital-information p {
  margin-bottom: 0.36rem;
}
.hospital-information p:last-child {
  margin-bottom: 0;
}

.hospital-link {
  display: inline-block;
  color: #336abd;
  margin-top: 2px;
  text-underline-offset: 3px;
}

@media print, (min-width: 768px) {
  .section-top-hospital {
    padding-top: 54px;
  }
  .section-top-hospital .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .section-top-hospital .list-button-row {
    margin: 35px 0 10px;
  }
  .hospital-precautions, .hospital-news {
    width: calc((100% - 40px) / 2);
  }
  .hospital-precautions {
    margin-right: 40px;
  }
  .hospital-title {
    margin-bottom: 34px;
  }
  .hospital-title span {
    padding-left: 44px;
  }
  .hospital-precautions .hospital-title span::before {
    width: 25px;
    height: 25px;
    top: 6px;
    left: 2px;
  }
  .hospital-news .hospital-title span::before {
    width: 26px;
    height: 26px;
    top: 6px;
    left: 4px;
  }
  .hospital-block {
    border-radius: 10px;
    padding: 22px 30px;
  }
  .hospital-list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .hospital-precautions .title-secondary {
    margin-bottom: 12px;
    padding-left: 38px;
  }
  .hospital-news .title-secondary {
    margin-bottom: 2px;
  }
  .hospital-button {
    margin: 10px 0 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-hospital {
    padding-top: 0.42rem;
  }
  .section-top-hospital .list-button-row {
    margin: 0.12rem auto 0.18rem;
  }
  .section-top-hospital p:last-child {
    margin-bottom: 0;
  }
  .hospital-precautions {
    margin-bottom: 0.35rem;
  }
  .hospital-title {
    margin-bottom: 0.34rem;
  }
  .hospital-title span {
    padding-left: 0.44rem;
  }
  .hospital-precautions .hospital-title span::before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.06rem;
    left: 0.02rem;
  }
  .hospital-news .hospital-title span::before {
    width: 0.26rem;
    height: 0.26rem;
    top: 0.06rem;
    left: 0.04rem;
  }
  .hospital-block {
    border-radius: 0.1rem;
    padding: 0.16rem 0.1rem;
  }
  .hospital-list > li:not(:last-child) {
    margin-bottom: 0.06rem;
  }
  .hospital-precautions .title-secondary,
.hospital-news .title-secondary {
    margin-bottom: 0.12rem;
  }
  .hospital-button {
    margin: 0.18rem 0 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site .scroll-common {
    top: -2.23rem;
  }
}
/*# sourceMappingURL=top.css.map */
