@charset "UTF-8";
.common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/clinic/webp/main_clinic.webp) center/cover no-repeat;
}
.common_key:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.8vw;
  background: url(../images02/caries/bg_curve.png) center/cover no-repeat;
}
.common_key .inner {
  width: 1280px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_key .flexbox {
  display: flex;
  align-items: flex-end;
}
.common_key .logo {
  margin-right: 30px;
}
.common_key .key_text {
  position: relative;
  font-family: "noto serif jp", serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.common_key .key_text:before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "FIRST";
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common_key {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 106.6vw;
    background: url(../images02/clinic/webp/main_clinic.webp) center/cover no-repeat;
  }
  .common_key:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.8vw;
    background: url(../images02/caries/bg_curve.png) center/cover no-repeat;
  }
  .common_key .inner {
    width: 1280px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_key .flexbox {
    display: flex;
    align-items: flex-end;
  }
  .common_key .logo {
    width: 21.3vw;
    margin-right: 5.5vw;
  }
  .common_key .logo img {
    width: 100%;
  }
  .common_key .key_text {
    position: relative;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .common_key .key_text:before {
    position: absolute;
    top: -5.5vw;
    left: 0;
    content: "FIRST";
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.no-webp .common_key {
  background: url(../images02/clinic/main_clinic.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .no-webp .common_key {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 106.6vw;
    background: url(../images02/clinic/main_clinic.jpg) center/cover no-repeat;
  }
}

.common_sec {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 156px;
  margin-bottom: 50px;
  background: #9fb600;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 156px;
  background: url(../images02/caries/kazari_square01.png) center/contain no-repeat;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  height: 156px;
  background: url(../images02/caries/kazari_square02.png) center/contain no-repeat;
}
.common_sec .sec_title {
  font-family: "noto serif jp", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    background: #9fb600;
  }
  .common_sec .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21.3vw;
    height: 14.4vw;
    background: url(../images02/caries/kazari_square01.png) center/contain no-repeat;
  }
  .common_sec .sec_header:after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 21.3vw;
    height: 14.4vw;
    margin: auto 0;
    background: url(../images02/caries/kazari_square02.png) center/contain no-repeat;
  }
  .common_sec .sec_title {
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
}

.sec01 {
  padding: 100px 20px;
  box-sizing: border-box;
}
.sec01 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec01 .sec_text {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .sec01 .sec_text {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 4.4vw;
  }
}

.sec02 .lead_text {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec02 .sec_text {
  width: 890px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 18px;
}
.sec02 .contact_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.sec02 .bottom {
  padding: 30px 30px 0;
  background: rgba(225, 212, 190, 0.3);
}
.sec02 .bottom_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec02 .bottom_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02 .imagebox {
  position: relative;
  max-width: 50%;
}
.sec02 .bottom_image {
  position: relative;
  z-index: 2;
}
.sec02 .textbox {
  max-width: 50%;
}
.sec02 .image_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec02 .image_text:nth-of-type(1) {
  right: -100px;
  top: 0;
  background: #99b000;
}
.sec02 .image_text:nth-of-type(2) {
  background: #8cb0bd;
  right: -180px;
  top: 140px;
}
.sec02 .bottom_text {
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .bottom_text:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #d57a11;
}
.sec02 .bottom_text:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec02 .imagebox {
    margin: 0 auto;
  }
  .sec02 .bottom_image {
    width: 80%;
  }
  .sec02 .image_text {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
  .sec02 .image_text:nth-of-type(1) {
    right: 20px;
    top: 0;
    background: #99b000;
  }
  .sec02 .image_text:nth-of-type(2) {
    background: #8cb0bd;
    right: -20px;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .lead_text {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec02 .sec_text {
    width: 890px;
    max-width: 100%;
    margin: 0 auto 8vw;
    font-size: 4.4vw;
  }
  .sec02 .contact_flex {
    display: block;
    justify-content: center;
    margin-bottom: 13.8vw;
  }
  .sec02 .tel_btn {
    width: 80vw;
    margin: 0 auto 8vw;
  }
  .sec02 .tel_btn img {
    width: 100%;
  }
  .sec02 .reserve_btn {
    width: 80vw;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .sec02 .reserve_btn img {
    width: 100%;
  }
  .sec02 .bottom {
    padding: 8vw 5.5vw 0;
    background: rgba(225, 212, 190, 0.3);
  }
  .sec02 .bottom_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec02 .bottom_flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec02 .imagebox {
    position: relative;
    max-width: 100%;
  }
  .sec02 .bottom_image {
    position: relative;
    z-index: 2;
    width: 55.5vw;
    margin-right: 27.7vw;
  }
  .sec02 .bottom_image img {
    width: 100%;
  }
  .sec02 .textbox {
    max-width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec02 .image_text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    border-radius: 50%;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec02 .image_text:nth-of-type(1) {
    right: 13.8vw;
    top: 0;
    background: #99b000;
  }
  .sec02 .image_text:nth-of-type(2) {
    background: #8cb0bd;
    right: 0;
    top: 22vw;
  }
  .sec02 .bottom_text {
    position: relative;
    padding-left: 1.5em;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec02 .bottom_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    color: #d57a11;
  }
  .sec02 .bottom_text:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_text {
  width: 990px;
  max-width: 100%;
  margin: 0 auto 150px;
}
.sec03 .cont {
  position: relative;
  width: 1200px;
  max-width: 100%;
  padding: 100px 50px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  background: rgba(87, 162, 0, 0.26);
}
.sec03 .cont:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec03 .cont:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  width: 0;
  height: 50px;
  border-top: 30px solid rgba(87, 162, 0, 0.26);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 auto;
}
.sec03 .cont_num {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.sec03 .circle_text {
  position: absolute;
  right: 50px;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 209px;
  border-radius: 50%;
  font-family: "noto serif jp", serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec03 .cont_title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 1.5em;
  font-family: "noto serif jp", serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.sec03 .cont_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 23px;
  margin: auto 0;
  background: url(../images02/first/leaf.png) center/contain no-repeat;
}
.sec03 .cont_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03 .cont_image {
  margin-right: 20px;
}
.sec03 .link_text {
  width: 405px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .link_text a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  border-radius: 50px;
  font-family: "noto serif jp", serif;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec03 .link_text a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 51px;
  height: 16px;
  margin: auto 0;
  background: url(../images02/first/btn_arrow.png) center/contain no-repeat;
}
.sec03 .cont01 .circle_text {
  background: rgb(204, 219, 57);
}
.sec03 .cont01 .textbox {
  width: 60%;
}
.sec03 .cont01 .cont_text02 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec03 .cont01 .link_text a {
  background: #3b6587;
}
.sec03 .cont02 .circle_text {
  background: #b4cc44;
}
.sec03 .cont02 .cont_text {
  width: 60%;
}
.sec03 .cont03 .cont_text {
  width: 60%;
}
.sec03 .cont04 .cont_text {
  width: 60%;
}
.sec03 .cont05 .circle_text {
  background: #49862b;
}
.sec03 .cont05 .textbox {
  width: 60%;
}
.sec03 .cont05 .cont_text {
  margin-bottom: 30px;
}
.sec03 .cont05 .link_text a {
  padding-left: 30px;
  text-align: left;
  background: #d58274;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec03 .circle_text {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
  .sec03 .cont_image {
    min-width: 48%;
  }
  .sec03 .link_text a {
    font-size: 16px;
  }
  .sec03 .cont01 .textbox {
    width: 50%;
  }
  .sec03 .cont02 .cont_text {
    width: 50%;
  }
  .sec03 .cont03 .cont_text {
    width: 50%;
  }
  .sec03 .cont04 .cont_text {
    width: 50%;
  }
  .sec03 .cont05 .textbox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_text {
    width: 990px;
    max-width: 100%;
    margin: 0 auto 21.3vw;
  }
  .sec03 .cont {
    position: relative;
    width: 1200px;
    max-width: 100%;
    padding: 21.3vw 5.5vw 13.8vw;
    box-sizing: border-box;
    margin: 0 auto;
    background: rgba(87, 162, 0, 0.26);
  }
  .sec03 .cont:not(:last-of-type) {
    margin-bottom: 27.7vw;
  }
  .sec03 .cont:not(:last-of-type):before {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    width: 0;
    height: 50px;
    border-top: 30px solid rgba(87, 162, 0, 0.26);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid transparent;
    margin: 0 auto;
  }
  .sec03 .cont_num {
    position: absolute;
    left: 2.7vw;
    top: -5.5vw;
    transform: none;
    width: 40vw;
  }
  .sec03 .cont_num img {
    width: 100%;
  }
  .sec03 .circle_text {
    position: absolute;
    right: 2.7vw;
    top: -18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    font-family: "noto serif jp", serif;
    font-weight: 600;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec03 .cont_title {
    position: relative;
    margin-bottom: 5.5vw;
    padding-left: 1.5em;
    font-family: "noto serif jp", serif;
    font-weight: 600;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec03 .cont_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5.6vw;
    height: 6.1vw;
    margin: auto 0;
    background: url(../images02/first/leaf.png) center/contain no-repeat;
  }
  .sec03 .cont_flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .sec03 .cont_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont_image img {
    width: 100%;
  }
  .sec03 .link_text {
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .link_text a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec03 .link_text a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 13.6vw;
    height: 4.4vw;
    margin: auto 0;
    background: url(../images02/first/btn_arrow.png) center/contain no-repeat;
  }
  .sec03 .cont01 .circle_text {
    background: rgb(204, 219, 57);
  }
  .sec03 .cont01 .textbox {
    width: 100%;
  }
  .sec03 .cont01 .cont_text02 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .sec03 .cont01 .link_text a {
    background: #3b6587;
  }
  .sec03 .cont02 .circle_text {
    background: #b4cc44;
  }
  .sec03 .cont02 .cont_text {
    width: 100%;
  }
  .sec03 .cont03 .cont_text {
    width: 100%;
  }
  .sec03 .cont04 .cont_text {
    width: 100%;
  }
  .sec03 .cont05 .circle_text {
    background: #49862b;
  }
  .sec03 .cont05 .textbox {
    width: 100%;
  }
  .sec03 .cont05 .cont_text {
    margin-bottom: 8vw;
  }
  .sec03 .cont05 .link_text a {
    padding-left: 4vw;
    text-align: left;
    background: #d58274;
  }
}/*# sourceMappingURL=first02.css.map */