@charset "UTF-8";
/* 共通 */
.inview {
  -webkit-transition: 0.7s;
  opacity: 0;
  transition: 0.7s;
}

.inview.show {
  opacity: 1;
}

.width_wide {
  width: 1755px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

h3.top_title_green {
  color: #1e982a;
  font-size: 2em;
  font-weight: bold;
}

.consultation_title_ss {
  margin-left: 1.5em;
  font-size: 0.875em;
}

.section_green {
  position: relative;
  width: 84.8125em;
  max-width: 100%;
  border-radius: 0.375em;
  background: #f0ffee;
}
.section_green::after {
  -webkit-filter: blur(15px);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.375em;
  background: #f0ffee;
  content: "";
  filter: blur(15px);
}

.consultation {
  margin-top: 7.1875em;
  margin-right: 0;
  margin-left: auto;
  padding: 4.375em 4.375em 4.375em 31.25em;
}

.consultation_schedule {
  width: 48.875em;
  max-width: 100%;
  margin-top: 0.75em;
}

.consultation_attention {
  margin-top: 0.25em;
  font-size: 0.875em;
}

.consultation_img {
  position: absolute;
  top: -13.4375em;
  left: -19.5625em;
  width: 49em;
}

.consultation_eng {
  position: absolute;
  top: -1em;
  left: 25.875em;
  width: 34.9375em;
}

.countermeasure {
  margin-top: 14em;
  padding: 3.75em 9.5em;
}

.countermeasure_title {
  margin-top: 0.75em;
  font-size: 1.375em;
  font-weight: bold;
}

.countermeasure_txt {
  width: 46.25em;
  max-width: 100%;
  margin-top: 1em;
  line-height: 2;
}

.countermeasure_gallery {
  margin-top: 3.75em;
}

.countermeasure_gallery_box {
  width: 14.625em;
}

.countermeasure_gallery_txt {
  margin-top: 0.5em;
  color: #1e982a;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.countermeasure_img {
  position: absolute;
  top: -9.9375em;
  right: -23.625em;
  width: 49em;
}

.countermeasure_txt_img {
  position: absolute;
  top: -1.125em;
  left: 9.6875em;
  width: 53.0625em;
}

.outpatient {
  margin-top: 4.8125em;
}

.top_title_heart--info::after {
  content: "About outpatient clinic";
}

.outpatient_bg {
  margin-top: 2em;
  background-color: #f0ffee;
}

.outpatient_cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1em;
}

.outpatient_title {
  width: 28.9375em;
}

.outpatient_img {
  position: relative;
  width: 33.75em;
}

.outpatient_img_txt {
  position: absolute;
  top: 10.625em;
  right: -1.875em;
}

.outpatient_img_pos {
  color: #1e982a;
  font-size: 1.375em;
  font-weight: 500;
}

.outpatient_img_name {
  margin-left: 0.5em;
  color: #1e982a;
  font-size: 2em;
  font-weight: 500;
}

.outpatient_img_hiragana {
  margin-right: 0.15em;
  color: #1e982a;
  font-size: 0.875em;
}

.outpatient_title_txt {
  font-size: 1.375em;
}

.outpatient_title_img {
  margin: 1em 0;
}

.outpatient_txt {
  margin-top: 2.25em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2;
}
.outpatient_txt--red {
  display: block;
  color: #d95513;
  font-size: 1.2777777778em;
  font-weight: bold;
}

.outpatient_btn {
  width: 29em;
  max-width: 100%;
  margin-top: 2em;
  padding: 1em;
  border: 0.125em solid #1e982a;
  border-radius: 0.375em;
  background-color: #fff;
  text-align: center;
}
a.outpatient_btn {
  display: block;
  color: #1e982a;
  text-decoration: none;
}

.clinic-cnt {
  margin-top: 3.9375em;
}

.clinic-cnt_wrap {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

.clinic-cnt_top {
  margin-top: 1.875em;
}

.clinic-cnt_box {
  -webkit-box-shadow: 0.4375em 0.4375em 0.1875em rgba(205, 224, 206, 0.75);
  position: relative;
  border: 0.125em solid #1e982a;
  border-radius: 0.375em;
  background-color: #fff;
  box-shadow: 0.4375em 0.4375em 0.1875em rgba(205, 224, 206, 0.75);
}
a.clinic-cnt_box {
  color: inherit;
  text-decoration: none;
}

.clinic-cnt_box::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1.25em;
  bottom: 1em;
  align-items: center;
  justify-content: center;
  width: 2.0833333333em;
  height: 2.0833333333em;
  padding: 0.5em;
  border-radius: 50%;
  background-color: #1e982a;
  color: #fff;
  font-size: 0.75em;
  content: "＞";
}
.clinic-cnt_box.-two {
  margin: 0 1.5em;
}
.clinic-cnt_box--txt {
  -webkit-box-shadow: 0.4375em 0.4375em 0.1875em rgba(205, 224, 206, 0.75);
  padding: 1em 1.5em;
  border: 0.125em solid #1e982a;
  border-radius: 0.375em;
  background-color: #fff;
  box-shadow: 0.4375em 0.4375em 0.1875em rgba(205, 224, 206, 0.75);
}

.clinic-cnt_top_box {
  width: 20.125em;
  height: 18.6875em;
  padding: 2.8125em 1.875em;
}

.clinic-cnt_top_box_title {
  display: block;
  color: #1e982a;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

.clinic-cnt_top_box_txt {
  margin-top: 1.5625em;
  font-size: 0.9375em;
  line-height: 2;
}

.clinic-cnt_bottom {
  margin-top: 2.1875em;
}

.clinic-cnt_bottom_box {
  width: 28.5em;
  height: 25.9375em;
  padding: 0.75em;
}

.clinic-cnt_bottom_box_title {
  display: block;
  margin-top: 0.5em;
  color: #1e982a;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.clinic-cnt_bottom_box_txt {
  display: block;
  margin: 1.25em 2em 0 1em;
  font-size: 0.9375em;
  line-height: 2;
}

.toothbrush-sales {
  margin-top: 7.375em;
  padding-top: 2.5em;
  padding-bottom: 1.875em;
  background-color: #f0ffee;
  background-image: url(../images/top_img17.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.top_title_green_small {
  color: #1e982a;
  font-size: 1.875em;
  font-weight: bold;
}

.toothbrush-sales_txt {
  width: 42.125em;
  margin-top: 1em;
  line-height: 2;
}

.toothbrush-sales_label {
  width: 33.35em;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 0.375em;
  background-color: #fff;
  color: #db5480;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.toothbrush-sales_img_wrap {
  margin-top: 1.25em;
}

.toothbrush-sales_img {
  width: 18.875em;
  margin: 0 0.5em;
}

.about-homevisits {
  margin-top: 2.8125em;
  padding-top: 5.9375em;
  padding-bottom: 10.5em;
  background-color: #f0ffee;
  background-image: url(../images/top_img18.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-homevisits_cnt {
  margin-right: -3.4375em;
}

.about-homevisits_txt {
  width: 42.125em;
  margin-top: 1.25em;
  font-weight: 500;
  line-height: 2;
}

.about-homevisits_btn {
  width: 29em;
  max-width: 100%;
  margin-top: 2em;
  padding: 1em;
  border: 0.125em solid #1e982a;
  border-radius: 0.375em;
  background-color: #fff;
  text-align: center;
}
a.about-homevisits_btn {
  display: block;
  color: #1e982a;
  text-decoration: none;
}
@media screen and (max-width: 1800px) {
  /* 共通 */
  .section_green {
    font-size: 0.885vw;
  }
}
@media screen and (max-width: 1540px) {
  /* 共通 */
  .clinic-cnt_wrap {
    font-size: 1.04vw;
  }
  .clinic-cnt_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.95em;
  }
  .clinic-cnt_top_box {
    margin: 0 1.15em;
  }
  .clinic-cnt_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clinic-cnt_bottom_box {
    margin: 0 0.5em;
  }
  .toothbrush-sales {
    font-size: 1.04vw;
  }
  .about-homevisits {
    font-size: 1.04vw;
  }
}
@media screen and (max-width: 1260px) {
  /* 共通 */
  .outpatient_bg {
    font-size: 0.9em;
  }
  .outpatient_img_txt {
    right: 0;
    font-size: 0.9em;
  }
  .about-homevisits_cnt {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* 共通 */
  .section_green {
    font-size: 1em;
  }
  .countermeasure_img {
    right: 0;
    width: 35vw;
  }
}
@media screen and (max-width: 768px) {
  /* 共通 */
  .consultation {
    margin-top: 3em;
    padding: 2em 3em;
  }
  .consultation_img {
    position: static;
    width: 90%;
    margin: 1.5em auto 0;
  }
  .consultation_eng {
    display: none;
  }
  .countermeasure {
    margin-top: 3em;
    padding: 2em 3em;
  }
  .countermeasure_gallery {
    font-size: 0.75em;
  }
  .countermeasure_img {
    display: none;
  }
  .countermeasure_txt_img {
    display: none;
  }
  .outpatient_img {
    width: 26em;
  }
  .outpatient_img_txt {
    top: 19em;
    right: 0.5em;
    font-size: 0.6em;
  }
  .clinic-cnt_top {
    font-size: 1em;
  }
  .clinic-cnt_top_box {
    height: auto;
  }
  .toothbrush-sales .widthBase {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .toothbrush-sales {
    background-image: none;
    font-size: 1em;
  }
  .about-homevisits {
    padding-top: 3em;
    padding-bottom: 3em;
    background-image: none;
    font-size: 1em;
  }
  .about-homevisits_cnt {
    margin: 0;
  }
  .about-homevisits_cnt_img {
    width: 37em;
    margin: 1.5em auto 0;
  }
  .about-homevisits_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  /* 共通 */
  h3.top_title_green {
    font-size: 1.8em;
  }
  .consultation_title_wrap {
    margin-left: 1em;
  }
  .consultation {
    padding: 2em 0;
  }
  .consultation_attention {
    font-size: 0.7857142857em;
  }
  .countermeasure {
    padding: 2em 0.5em;
  }
  .countermeasure_title {
    font-size: 1.2em;
  }
  .countermeasure_gallery {
    margin-top: 1em;
  }
  .countermeasure_gallery_box {
    width: 47.5%;
    margin-top: 1.5em;
  }
  .countermeasure_gallery_txt {
    font-size: 1.2em;
    line-height: 1.8;
  }
  .outpatient_bg {
    padding: 2em 0;
  }
  .outpatient_cnt {
    width: 100%;
    padding-right: 0;
  }
  .outpatient_title {
    width: 100%;
  }
  .outpatient_img {
    margin-top: 1.5em;
    margin-right: 0;
    margin-left: auto;
  }
  .outpatient_btn {
    margin-right: auto;
    margin-left: auto;
  }
  .clinic-cnt_wrap {
    font-size: 1em;
  }
  .clinic-cnt_box.-two {
    margin: 1.5em 0 0;
  }
  .clinic-cnt_top_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1.5em 0 0;
    padding: 1em;
  }
  .clinic-cnt_top_box_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .clinic-cnt_top_box_txt {
    width: 16.3333333333em;
    height: 8.6666666667em;
    margin-top: 0;
    margin-left: 1em;
  }
  .clinic-cnt_bottom {
    margin-top: 0;
  }
  .clinic-cnt_bottom_box {
    margin-top: 1.5em;
  }
  .toothbrush-sales .widthBase {
    display: block;
  }
  .toothbrush-sales_txt {
    width: 100%;
  }
  .toothbrush-sales_label {
    width: 100%;
  }
  .about-homevisits .widthBase {
    display: block;
  }
  .about-homevisits_txt {
    width: 100%;
  }
  .about-homevisits_cnt_img {
    width: 100%;
  }
}