.main-img {
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 230px;
}
.swiper-container .slidebox {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container .slidebox.sp {
  display: block;
}
.swiper-container .slidebox.pc {
  display: none;
}
.swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .swiper-container {
    height: 883px;
  }
}

.common_info.common_info_top {
}
.common_info.common_info_top .logo {
  margin: 15px 0;
}
.common_info.common_info_top p {
  margin-bottom: 10px;
}
.common_info.common_info_top .contact .tel {
  margin-bottom: 20px;
}
.common_info.common_info_top .contact .tel a {
  font-size: 1.8rem;
  justify-content: flex-start;
}
.common_info.common_info_top .contact .tel a::before {
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
}

.globalmenu {
}
.globalmenu .flex > div {
  width: calc((100% - 24px) / 3);
}
.globalmenu .flex > div:nth-of-type(n + 4) {
  margin-top: 12px;
}
.topmenu {
  flex-direction: column;
}
section.news {
}
section.news h2 {
  font-size: 3.2rem;
}
section.news h2 img {
  width: 16.8%;
}
section.news h2 span.fzsm {
  color: #f5718b;
  line-height: 1;
  display: inline;
  font-size: 2.4rem;
}
section.news .archive {
  padding: 25px 0;
  font-size: 1.5rem;
}
section.news .archive:first-of-type {
  padding-top: 0;
}
section.news .archive + .archive {
  border-top: 1px solid #ccc;
}
section.news .archive .meta {
  align-items: center;
  margin-bottom: 10px;
}
section.news .archive .date {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fc99ad;
  margin-right: 5px;
}
section.news .archive .pict {
  font-size: 1.1rem;
  font-weight: 500;
  color: #f5718b;
  line-height: 1;
}
section.news .archive .pict > div {
  background-color: #fce7eb;
  border-radius: 5px;
  height: 19px;
  padding: 1px 6px;
  margin-left: 5px;
}
section.news a.btn {
  background-color: #f5718b;
  color: #fff;
  width: 200px;
  margin: 30px auto;
  padding: 12px 0;
  border-radius: 50px;
  text-align: center;
}
section.news a.btn-icon-arrow::before {
  right: 20px;
  left: auto;
}
footer {
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .topmenu {
    flex-direction: row;
  }
  section.common_info.common_info_top {
    padding: 80px;
    width: 50%;
    .contact {
      .btn {
        max-width: 100%;
      }
      .tel {
        a {
          font-size: 3.8rem;
          &::before {
            width: 1em;
            height: 1em;
          }
        }
      }
    }
    .clinic_info {
      .logo {
        height: auto;
        img {
          width: 100%;
          height: auto;
        }
      }
      p {
        margin: 24px 0;
      }
    }
  }
  .globalmenu {
    padding: 80px;
    width: 50%;
    .flex {
      justify-content: flex-start;
      gap: 13px;
    }
    .flex > div {
      width: calc((100% - 39px) / 4);
      &:nth-of-type(n + 4) {
        margin-top: 0px;
      }
    }
  }
  section.news {
    h2 {
      font-size: 5.4rem;
      img {
        width: 94px;
      }
    }
    .archive {
      font-size: 1.6rem;
      .date {
        font-size: 1.6rem;
      }
      .pict {
        font-size: 1.3rem;
      }
    }
    a.btn {
      width: 260px;
      font-size: 2rem;
    }
    a.btn-icon-arrow::before {
      right: 27px;
      width: 12px;
      height: 12px;
    }
  }
}
