html, body {
  margin: 0;
  padding: 0;
}

* {
  vertical-align: top;
/*   font-family: "Noto Sans JP", sans-serif; */
/*   font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; */
}

main {
  margin: 50px auto 0;
}
/* main .main-visual {
  display: block;
  width: 100%;
  height: calc(100vh - 50px);
  background-image: url("http://demo1.chowder.jp/wp-test/wp-content/uploads/2024/03/AdobeStock_220807504-scaled.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
main .basic-title {
  text-align: center;
}
main .basic-title .basic-title__sub {
  font-weight: bolder;
  font-size: 24px;
  color: #2864B4;
}
@media screen and (max-width: 767px) {
  main .basic-title .basic-title__sub {
    font-size: 16px;
  }
}
main .basic-title h2 {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  main .basic-title h2 {
    font-size: 22px;
    font-weight: bold;
  }
}
main .section-about {
  position: relative;
  display: block;
  padding: 128px 0 128px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .section-about {
    padding: 128px 0 calc(50vw + 32px);
  }
}
main .section-about .about__left {
  display: inline-block;
  width: 40%;
  margin: 64px 0 0;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 767px) {
  main .section-about .about__left {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 50vw;
    object-fit: cover;
    border-radius: 0;
  }
}
main .section-about .about__right {
  display: inline-block;
  width: calc(60% - 64px);
  margin: 64px 0 0;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  main .section-about .about__right {
    display: block;
    width: 90%;
    margin: 64px auto 0;
  }
}
main .section-about .about__right h3 {
  font-size: 32px;
}
main .section-about .about__right h3 span {
  color: #2864B4;
}
@media screen and (max-width: 767px) {
  main .section-about .about__right h3 {
    font-size: 24px;
  }
}
main .section-about .about__right .about__outline {
  margin: 32px 0 0;
  color: #2864B4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main .section-about .about__right .about__outline {
    font-size: 18px;
  }
}
main .section-about .about__right .about__description {
  margin: 16px 0 0;
  font-size: 18px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  main .section-about .about__right .about__description {
    font-size: 16px;
  }
}
main .section-features {
  padding: 128px 0 128px;
  background-color: #EFF6FF;
}
main .section-features .features__box {
  display: inline-block;
  width: calc(50% - 64px);
  margin: 64px auto 0;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  main .section-features .features__box {
    display: block;
    width: 90%;
    padding: 0 5%;
  }
}
main .section-features .features__box h4 {
  position: relative;
  z-index: 2;
  color: #2864B4;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
}
main .section-features .features__box h3 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 8px auto 0;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
}
main .section-features .features__box h3 .features__box-circle {
  position: absolute;
  top: -36px;
  left: calc(50% - 100px);
  z-index: -1;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
}
main .section-features .features__box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 16px auto 0;
}
main .section-features .features__box p {
  margin: 16px auto 0;
}
main .section-treatment {
  position: relative;
  padding: 64px 0 0;
  border-radius: 64px 64px 0 0;
  background-color: #2864B4;
}
@media screen and (max-width: 767px) {
  main .section-treatment {
    border-radius: 16px 16px 0 0;
  }
}
main .section-treatment .basic-title .basic-title__sub {
  color: #ffffff;
}
main .section-treatment .basic-title h2 {
  color: #ffffff;
}
main .section-treatment .treatment__images {
  margin: 64px auto 0;
  text-align: center;
}
main .section-treatment .treatment__images img {
  display: inline-block;
  width: calc(100% / 3);
}
main .section-treatment .treatment__description {
  position: relative;
  z-index: 10;
  display: block;
  width: calc(60% - 64px);
  margin: -128px auto 0;
  padding: 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__description {
    width: calc(90% - 64px);
    margin: -32px auto 0;
  }
}
main .section-treatment .treatment__description h3 {
  font-size: 32px;
  font-weight: normal;
  color: #2864B4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__description h3 {
    font-size: 18px;
  }
}
main .section-treatment .treatment__description p {
  margin: 32px;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__description p {
    font-size: 16px;
  }
}
main .section-treatment .treatment__button-wh {
  display: block;
  width: 400px;
  max-width: 90%;
  height: 60px;
  margin: 64px auto 0;
  color: #ffffff;
  border-radius: 6px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: solid 2px #ffffff;
  font-size: 18px;
  cursor: pointer;
}
main .section-treatment .treatment__tags-box {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  margin: 128px auto 0;
  padding: 32px 0 64px;
  border-radius: 16px;
  background-color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__tags-box {
    width: 90%;
  }
}
main .section-treatment .treatment__tags-box h3 {
  text-align: center;
  color: #2864B4;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__tags-box h3 {
    font-size: 18px;
  }
}
main .section-treatment .treatment__tags-box p {
  margin: 8px auto 0;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  main .section-treatment .treatment__tags-box p {
    font-size: 16px;
  }
}
main .section-treatment .treatment__tags {
  margin: 32px auto 0;
  text-align: center;
}
main .section-treatment .treatment__tags .treatment__tag {
  display: inline-block;
  width: 128px;
  height: 128px;
  margin: 0 8px 16px;
  border-radius: 50%;
  background-color: #EFF6FF;
}
main .section-treatment .treatment__tags .treatment__tag h4 {
  margin: 46px 0 0;
  font-size: 14px;
}
main .section-treatment .treatment__tags .treatment__tag p {
  font-size: 14px;
  color: #2864B4;
}
main .section-treatment .treatment__button-cover {
  display: block;
  width: 100%;
  padding: 182px 0;
  margin: -128px auto 0;
  background-color: #ffffff;
}
main .section-treatment .treatment__button-cover button {
  display: block;
  width: 400px;
  max-width: 90%;
  height: 60px;
  margin: 0 auto;
  color: #2864B4;
  border-radius: 6px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: solid 2px #2864B4;
  font-size: 18px;
  cursor: pointer;
}
main .section-news {
  display: block;
  padding: 0 0 128px;
}
main .section-news .news__list {
  display: block;
  width: 90%;
  margin: 64px auto 0;
  border-top: solid 1px #000000;
}
main .section-news .news__list li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #000000;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .section-news .news__list li {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .section-news .news__list li {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
main .section-news .news__list li span {
  display: inline-block;
  width: 256px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: none;
}
@media screen and (max-width: 767px) {
  main .section-news .news__list li span {
    display: block;
    text-align: left;
    width: 100%;
  }
}
main .section-contact {
  padding: 128px 0;
  background-color: #EFF6FF;
}
main .section-contact .contact__contacts {
  text-align: center;
  margin: 64px auto 0;
}
main .section-contact .contact__contacts .contact__contact {
  display: inline-block;
  width: 24%;
  min-width: 400px;
  margin: 0 16px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 0 0 64px;
  vertical-align: top;
}
@media screen and (max-width: 1310px) {
  main .section-contact .contact__contacts .contact__contact {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 32px auto;
  }
}
main .section-contact .contact__contacts .contact__contact .contact__topline {
  display: block;
  width: 90px;
  height: 10px;
  margin: 0 auto;
  background-color: #2864B4;
}
main .section-contact .contact__contacts .contact__contact h3 {
  margin: 32px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
main .section-contact .contact__contacts .contact__contact p {
  margin: 32px auto 0;
  text-align: center;
  font-size: 16px;
}
main .section-contact .contact__contacts .contact__contact .contact__tel-number {
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  font-weight: bold;
  color: #2864B4;
}
main .section-contact .contact__contacts .contact__contact button {
  display: block;
  width: 300px;
  height: 60px;
  margin: 32px auto 0;
  color: #2864B4;
  border-radius: 6px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: solid 2px #2864B4;
  font-size: 18px;
  cursor: pointer;
}
main .section-map iframe {
  width: 100%;
}

footer {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 64px 0 0;
}
footer .footer__left {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  footer .footer__left {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
footer .footer__left .logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 16px;
}
footer .footer__left table {
  margin: 16px 0;
}
footer .footer__left table tr {
  border-bottom: solid 1px #000000;
}
footer .footer__left table tr th {
  color: #2864B4;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  font-size: 14px;
}
footer .footer__left table tr td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
footer .footer__right {
  display: inline-block;
  width: calc(100% - 300px - 32px);
  margin: 0 0 0 32px;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  footer .footer__right {
    display: block;
    width: 100%;
    margin: 64px auto 0;
  }
}
footer .footer__right .footer__right-list {
  display: inline-block;
  width: 180px;
  vertical-align: top;
}
footer .footer__right .footer__right-list h4 {
  font-weight: bold;
  font-size: 18px;
}
footer .footer__right .footer__right-list ul {
  padding: 0 0 0 8px;
}
footer .footer__right .footer__right-list ul li {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
footer .copyright {
  display: block;
  height: 128px;
  line-height: 128px;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
