@charset "utf-8";

/*===================
greeting
===================*/
.greeting {
  padding-bottom: 77px;
}
.greeting__contents {
  width: 100%;
  padding-bottom: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.greeting__lft {
  width: 39%;
  max-width: 354px;
}
.greeting__lftImg {
  margin-bottom: 22px;
}
.greeting__lftName {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
}
.greeting__lftName-sml {
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 2.02;
}
.greeting__rgt {
  width: 58%;
  max-width: 554px;
  padding-top: 3px;
}
.greeting__rgt p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2.05;
}

.greeting__intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 61px 30px;
}
.greeting__introItem {
  width: calc((100% - 30px) / 2);
  max-width: 470px;
}
.greeting__introText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

/*===================
clinic-intro
===================*/
.clinic-intro {
  padding-bottom: 156px;
}
.clinic-intro__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.clinic-intro__listItem {
  width: 48.5%;
  max-width: 470px;
}
.clinic-intro__listItem img {
  display: block;
  margin-bottom: 19px;
}
.clinic-introText {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.77;
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1370px) {
}

@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1180px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 750px) {
  /*===================
greeting
===================*/
  .greeting {
    padding-bottom: 60px;
  }
  .greeting__contents {
    display: block;
    padding-bottom: 60px;
  }
  .greeting__lft {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .greeting__lftImg {
    width: 200px;
    margin-bottom: 0;
  }
  .greeting__lftText {
    width: calc(100% - 220px);
    max-width: 440px;
  }
  .greeting__lftName {
    font-size: 20px;
  }
  .greeting__lftName-sml {
    font-size: 15px;
  }
  .greeting__rgt {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .greeting__rgt p {
    font-size: 15px;
  }

  .greeting__intro {
    display: block;
  }
  .greeting__introItem {
    width: 100%;
    max-width: 100%;
  }
  .greeting__introItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .greeting__introText {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  /*===================
clinic-intro
===================*/
  .clinic-intro {
    padding-bottom: 70px;
  }
  .clinic-intro__list {
    display: block;
  }
  .clinic-intro__listItem {
    width: 100%;
    max-width: 100%;
  }
  .clinic-intro__listItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .clinic-intro__listItem img {
    margin-bottom: 15px;
  }
  .clinic-introText {
    font-size: 15px;
  }
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 375px) {
  /*===================
greeting
===================*/
  .greeting__lftImg {
    width: 150px;
  }
  .greeting__lftText {
    width: calc(100% - 170px);
  }
}
