html {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  color: #444444;
}

img {
  vertical-align: bottom;
}

.header {
  max-width: 1180px;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
}

.logo {
  width: 263px;
  height: 73px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-info {
  text-align: right;
}

.header-info__date {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.header-tel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-tel-inner .tel {
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  color: #21A937;
  display: block;
  margin-left: .68rem;
}

.bi-telephone {
  width: 2.4rem;
  height: 2.4rem;
}

.hero {
  position: relative;
}

.hero__img {
  width: 100%;
}

.hero__img img {
  width: 100%;
  height: 947px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__title {
  position: absolute;
  top: 14%;
  left: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 63rem;
}

.hero__title p {
  display: block;
  padding: 1.8rem 3.8rem 6.5rem 3.8rem;
  width: 10.2rem;
  padding-top: 1.8rem;
  background: #FFFFFF;
  font-size: 2.8rem;
  letter-spacing: .25rem;
  font-weight: bold;
  margin-left: 8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.hero__title p span {
  font-weight: bold;
  color: #21A937;
}

.hero__title p:last-child {
  margin-left: 0;
}

.about {
  padding-top: 16.2rem;
  padding-bottom: 8.2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.4rem;
  margin-right: auto;
  margin-left: auto;
}

.about-inner {
  width: calc(42% - 4.4rem);
  padding-left: 1.1rem;
}

.about-heading span {
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 3.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 0.1rem;
  z-index: 100;
}

.about-heading span::after {
  content: '';
  width: 100%;
  height: 8px;
  display: inline-block;
  background-color: #99E5A5;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: inline-block;
}

.about-inner__desc {
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: 0em;
}

.sp {
  display: none;
}

.about-img {
  width: 58%;
  border-radius: 10px;
}

.about-img img {
  width: 100%;
}

.green-area {
  background: #F5FCF8;
  width: 100%;
  padding-bottom: 11.2rem;
  margin-bottom: 19.6rem;
  z-index: -100;
}

.work {
  max-width: 1180px;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  width: 100%;
  text-align: center;
  padding-top: 7.8rem;
  margin-bottom: 7rem;
  font-size: 2.4rem;
}

.section-heading span {
  letter-spacing: 0em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 100;
}

.section-heading span::after {
  content: '';
  width: 100%;
  height: 8px;
  display: inline-block;
  background-color: #99E5A5;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: inline-block;
}

.work-note {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3.4rem;
}

.work-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  margin-bottom: .3rem;
}

.work-inner {
  width: calc((100% - 4rem) / 3);
  background: #FFFFFF;
  border: #C9C9C9 2px solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.work-inner__heading {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.work-inner__desc {
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-bottom: 7rem;
  font-weight: bold;
}

.work-inner__img {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.news {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.news-wrap {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  gap: 0 3rem;
  padding-right: 6.6rem;
  padding-left: 6.6rem;
  padding-top: 2.95rem;
  padding-bottom: 4.6rem;
  background: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0 .3rem .6rem #00000029;
          box-shadow: 0 .3rem .6rem #00000029;
}

.news-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  padding-top: 1.95rem;
  padding-bottom: 1.95rem;
  border-bottom: 1px solid #E7E7E7;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.news-inner__date {
  font-size: 16px;
  font-weight: bold;
  color: #21A937;
}

.news-inner__category {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-inner__category a {
  width: 80px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  background-color: #444444;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin: auto;
}

.news-inner__desc {
  width: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.news-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.95rem;
  position: relative;
}

.news-btn a {
  font-size: 1.6rem;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  margin-right: 0.752rem;
  display: inline-block;
}

.news-btn a::after {
  content: '';
  width: 100%;
  height: 8px;
  display: inline-block;
  background-color: #99E5A5;
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: -1;
  display: inline-block;
}

.news-btn .triangle {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #444444;
}

.footer {
  margin-bottom: 15.2rem;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 34px;
}

.footer-map {
  width: 608px;
}

.footer-map iframe {
  width: 100%;
}

.footer-inner {
  width: 538px;
}

.footer-logo {
  margin-bottom: 2.5rem;
}

.footer-tel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 2.85rem;
}

.footer-tel-inner .tel {
  text-decoration: none;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #21A937;
  display: block;
  margin-left: .68rem;
}

.address {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}

.medical-list {
  padding-top: 2.15rem;
  padding-bottom: 2.15rem;
  border-top: #E7E7E7 solid 2px;
  border-bottom: #E7E7E7 solid 2px;
  margin-bottom: 2.15rem;
}

.medical-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 0;
}

.medical-list-inner h4 {
  padding-right: 28.5px;
  width: 86.5px;
  border-right: #E7E7E7 solid 2px;
}

.list {
  margin-bottom: 2rem;
}

.list .list-inner_on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list .list-inner_on .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list .list-inner_on .on {
  margin-left: 2.85rem;
  margin-right: 2.3rem;
  margin-bottom: 1.4rem;
}

.list .list-inner_on .on span {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.list .list-inner_on .on span::after {
  content: '';
  width: 100%;
  height: 6px;
  display: inline-block;
  background-color: #99E5A5;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  display: inline-block;
}

.list .list-inner_on dd {
  margin-right: 1.7rem;
  margin-bottom: 1.4rem;
}

.list .list-inner_on dd:last-child {
  margin-right: 0;
}

.list .list-inner_off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list .list-inner_off .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list .list-inner_off .off {
  margin-left: 2.85rem;
}

.list .list-inner_off dd {
  margin-right: 1.7rem;
  margin-bottom: 1.4rem;
}

.list:last-child {
  margin-bottom: 0;
}

.copyright {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0em;
}

@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }
  .header-wrap {
    padding: 40px;
    height: auto;
  }
  .hero__img img {
    -o-object-position: right 20% bottom 20%;
       object-position: right 20% bottom 20%;
  }
  .medical-list-inner {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 8px;
  }
  .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .logo {
    width: 200px;
    height: 55px;
    margin-bottom: 10px;
  }
  .header-info__date {
    font-size: 12px;
  }
  .header-info {
    text-align: center;
  }
  .header-tel-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__img {
    height: 600px;
  }
  .hero__img img {
    height: 100%;
  }
  .about {
    width: 90%;
  }
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-inner {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .about-img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-img img {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .work {
    width: 90%;
  }
  .work-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .news {
    width: 90%;
  }
  .news-inner {
    display: block;
  }
  .news-inner__date {
    margin-bottom: 5px;
  }
  .footer {
    width: 90%;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .footer-map {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-logo .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .address {
    text-align: center;
  }
  .footer-tel-inner {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .medical-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .medical-list-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .medical-list-inner h4 {
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 6px;
  }
  .logo {
    width: 150px;
    height: 41px;
    margin-bottom: 10px;
  }
  .hero__img img {
    -o-object-position: right 30% bottom 20%;
       object-position: right 30% bottom 20%;
  }
  .hero__title {
    left: 3%;
    height: 400px;
  }
  .hero__title p {
    margin-left: 20px;
  }
  .about-heading span {
    font-size: 20px;
  }
  .about-heading span::after {
    content: '';
    height: 6px;
    bottom: -2px;
  }
  .about-inner__desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .section-heading {
    font-size: 20px;
  }
  .section-heading span::after {
    content: '';
    height: 6px;
    bottom: -2px;
  }
  .work-note {
    font-size: 12px;
    max-width: 200px;
  }
  .work-inner__heading {
    font-size: 20px;
  }
  .work-inner__desc {
    font-size: 12px;
  }
  .news-inner__date {
    font-size: 12px;
  }
  .news-inner__desc {
    font-size: 12px;
  }
  .news-btn a {
    font-size: 12px;
  }
  .list-inner_on {
    margin-bottom: 10px;
  }
  .list-inner_on .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .address {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */