@charset "UTF-8";
/*===========================================
メディアクエリ
===========================================*/
/* ブレイクポイントを指定 */
/*==========================================
共通
==========================================*/
.blue_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4230769231;
  color: #1E68A1;
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", "Yu Gothic";
}
@media screen and (max-width: 480px) {
  .blue_title {
    padding: 0 0.5rem;
    font-size: 22px;
    line-height: 1.4545454545;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
}

.brown_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #956E05;
  margin-bottom: 0.6rem;
  font-family: "Noto Sans JP", "Yu Gothic";
}
@media screen and (max-width: 480px) {
  .brown_title {
    font-size: 20px;
    padding: 0 0.5rem;
  }
}

/*==========================================
当院のサービス
==========================================*/
.service {
  background-image: url(../images/info_bg.webp);
  background-repeat: repeat;
  background-size: 800px;
}
.service .inner {
  padding: 85px 0 70px;
}
@media screen and (max-width: 480px) {
  .service .inner {
    padding: 30px 0;
  }
}
.service .sec_title_ja {
  text-align: center;
  font-size: 32px;
  color: #005096;
  font-weight: 500;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .service .sec_title_ja {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.service .sec_title_ja::before, .service .sec_title_ja::after {
  content: "";
  display: block;
  background-image: url(../images/icon_teeth2.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 42px;
}
@media screen and (max-width: 480px) {
  .service .sec_title_ja::before, .service .sec_title_ja::after {
    background-size: 42px;
    width: 42px;
    height: 35px;
  }
}

.feature_list {
  display: flex;
  flex-flow: column;
  gap: 35px;
  margin: 0 auto;
  width: 87%;
  max-width: 1200px;
  padding: 40px 55px;
  background-color: #FFFFFF;
  border: 3px solid #7AB9E7;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .feature_list {
    gap: 15px;
    border-radius: 19px;
    padding: 45px 10px 20px;
  }
}

.feature_item {
  font-size: 22px;
  font-weight: var(--fw_med);
  line-height: 32px;
  letter-spacing: 0.1em;
  gap: 20px;
  padding-left: 40px;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 7px;
}
@media screen and (max-width: 480px) {
  .feature_item {
    font-size: 16px;
    line-height: 26px;
    background-size: 20px;
    background-position: left 5px;
    padding-left: 25px;
  }
}

.list-2topic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .list-2topic {
    gap: 20px;
  }
}
.list-2topic .box-tp {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .list-2topic .box-tp {
    width: 100%;
  }
}
.list-2topic .box-tp img {
  margin-bottom: 1rem;
}
.list-2topic .box-tb {
  width: 48%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .list-2topic .box-tb {
    width: 92%;
    margin: 0 auto;
  }
}
.list-2topic .box-tb img {
  margin: 2rem 0 1rem;
}

/*==========================================
寄り添える診療
==========================================*/
.medical_care {
  margin: 0 auto;
  padding: 50px 0 45px;
  background-image: url(../images/feature_bg_r.webp), url(../images/menu_bg1_r.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: calc(50% - 580px) -100px, calc(50% + 610px) bottom;
  background-size: 788px 350px, 428px 198px;
}
@media screen and (max-width: 480px) {
  .medical_care {
    padding: 120px 0 70px;
    background-position: left -15px top -50px, right 10px bottom -60px;
    background-size: 75vw 37vw, 66vw 32vw;
  }
}
.medical_care .inner {
  max-width: 1365px;
}
.medical_care .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #859FBA;
}
@media screen and (max-width: 480px) {
  .medical_care .content {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.medical_care .content img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .medical_care .content img {
    width: 100%;
  }
}
.medical_care ul {
  border-bottom: 2px dotted #859FBA;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.medical_care p,
.medical_care li {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .medical_care p,
  .medical_care li {
    font-size: 16px;
    line-height: 1.875;
    padding: 0 0.5rem;
  }
}
.medical_care p:nth-of-type(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .medical_care p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .medical_care .txt_wrap p {
    margin-bottom: 0;
  }
}

/*==========================================
院内のご紹介
==========================================*/
.staff-bg .list-2topic {
  max-width: 1365px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .staff-bg .list-2topic .box-tb img {
    margin-top: 1rem;
  }
}
.staff-bg .box-tb {
  padding: 0 1.6rem 1.5rem;
  background-color: #FFFFFF;
  border-radius: 26px;
}
@media screen and (max-width: 480px) {
  .staff-bg .box-tb {
    padding: 0 1.4rem 1rem;
    border-radius: 15px;
  }
}
.staff-bg p {
  font-size: 24px;
  font-weight: 400;
  color: #398EE0;
  width: 83%;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic";
}
@media screen and (max-width: 480px) {
  .staff-bg p {
    font-size: 18px;
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 480px) {
  .title_wrap {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}/*# sourceMappingURL=info.css.map */