.common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/denture/webp/main_image.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: "MEDICAL";
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .common_key .key_text {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .common_key {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 106.6vw;
    background: url(../images02/denture/webp/main_image.webp) left 40% 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: 6vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .common_key .key_text:before {
    position: absolute;
    top: -5.5vw;
    left: 0;
    content: "MEDICAL";
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.no-webp .common_key {
  background: url(../images02/caries/main_image.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .no-webp .common_key {
    background: url(../images02/caries/main_image.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: 840px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
@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 13.8vw;
    font-size: 4.4vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.sec02 .textbox {
  width: 650px;
  max-width: 48%;
  margin-right: 30px;
}
.sec02 .small_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
}
.sec02 .check_box {
  position: relative;
  width: 1180px;
  max-width: 100%;
  padding: 50px 30px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: rgb(244, 243, 237);
}
.sec02 .check_box:before {
  content: "";
  position: absolute;
  left: 100px;
  top: -20px;
  width: 195px;
  height: 108px;
  background: url(../images02/beauty/check01.png) center/contain no-repeat;
}
.sec02 .check_title {
  position: relative;
  width: 600px;
  padding-right: 1.5em;
  margin: 0 auto 50px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .check_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 56px;
  height: 56px;
  background: url(../images02/beauty/check02.png) center/contain no-repeat;
}
.sec02 .check_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec02 .check_item {
  position: relative;
  width: 40%;
  padding-left: 2em;
  margin-bottom: 50px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec02 .check_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 27px;
  height: 17px;
  background: url(../images02/beauty/check03.png) center/contain no-repeat;
}
.sec02 .check_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .sec02 .sec_image {
    min-width: 40%;
    text-align: right;
  }
  .sec02 .check_box {
    padding: 50px 20px;
  }
  .sec02 .check_box:before {
    content: "";
    position: absolute;
    left: 50px;
    top: -20px;
    width: 13vw;
    height: 7.2vw;
    background: url(../images02/beauty/check01.png) center/contain no-repeat;
  }
  .sec02 .check_title {
    width: 60vw;
    font-size: 3.1vw;
  }
  .sec02 .check_item:nth-child(2n-1) {
    margin-right: 20px;
  }
  .sec02 .check_text {
    font-size: 18px;
  }
  .sec02 .link_btn a:before {
    width: 7.8vw;
    height: 8.8vw;
  }
  .sec02 .link_btn a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 5.2vw;
    height: 1.4vw;
    margin: auto 0;
    background: url(../images02/beauty/btn_arrow.png) center/contain no-repeat;
  }
  .sec02 .link_btn .link_text01 {
    font-size: 1.8vw;
  }
  .sec02 .link_btn .link_text02 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .body {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec02 .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sec02 .small_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .sec_image {
    width: 100%;
    height: 66.9vw;
    margin-bottom: 5.5vw;
  }
  .sec02 .sec_image img {
    width: 100%;
  }
  .sec02 .check_box {
    position: relative;
    width: 1180px;
    max-width: 100%;
    padding: 8vw 5.5vw;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
    background: rgb(244, 243, 237);
  }
  .sec02 .check_box:before {
    content: "";
    position: absolute;
    left: 2.7vw;
    top: -8vw;
    width: 27.7vw;
    height: 15.3vw;
    background: url(../images02/beauty/check01.png) center/contain no-repeat;
  }
  .sec02 .check_title {
    position: relative;
    width: 100%;
    padding-right: 1.5em;
    margin: 0 auto 8vw;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec02 .check_title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 8vw;
    margin: auto 0;
    background: url(../images02/beauty/check02.png) center/contain no-repeat;
  }
  .sec02 .check_list {
    display: block;
    margin-bottom: 8vw;
  }
  .sec02 .check_item {
    position: relative;
    width: 100%;
    padding-left: 2em;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .sec02 .check_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8vw;
    width: 7.2vw;
    height: 4.5vw;
    background: url(../images02/beauty/check03.png) center/contain no-repeat;
  }
  .sec02 .check_text {
    font-size: 4vw;
    text-align: left;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .list {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .item {
  width: 477px;
  max-width: 48%;
}
.sec03 .item_title {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec03 .item_image {
  margin-bottom: 20px;
}
.sec03 .item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .list {
    display: block;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .item:nth-of-type(1) {
    margin-bottom: 13.8vw;
  }
  .sec03 .item_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec03 .item_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec03 .item_image img {
    width: 100%;
  }
  .sec03 .item_text {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .cont {
  width: 1200px;
  max-width: 100%;
  padding: 50px;
  border-bottom: 1px solid #543b14;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
.sec04 .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sec04 .textbox {
  width: 580px;
  margin-right: 50px;
}
.sec04 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec04 .cont_image {
  width: 375px;
  height: 200px;
  background: #ddd;
}
.sec04 .list {
  display: flex;
  justify-content: center;
}
.sec04 .item {
  width: 500px;
  max-width: 48%;
}
.sec04 .item_title {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.sec04 .list_item {
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec04 .list_item:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec04 .item01 {
  margin-right: 30px;
}
.sec04 .item01 .item_title {
  background: #f18d1e;
}
.sec04 .item01 .list_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url(../images02/beauty/merit.png) center/contain no-repeat;
}
.sec04 .item02 .item_title {
  background: #83abaf;
}
.sec04 .item02 .list_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  background: url(../images02/beauty/demerit.png) center/contain no-repeat;
}
.sec04 .link_btn {
  width: 370px;
  margin: 0 auto;
  text-align: center;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  border-radius: 50px;
  box-sizing: border-box;
  background: #543b14;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec04 .link_btn a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 29px;
  height: 13px;
  background: url(../images02/common/btn_arrow.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 100px;
  }
  .sec04 .cont {
    width: 1200px;
    max-width: 100%;
    padding: 0 0 5.5vw;
    border-bottom: 1px solid #543b14;
    margin: 0 auto 13.8vw;
    box-sizing: border-box;
  }
  .sec04 .upper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vw;
  }
  .sec04 .textbox {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .cont_title {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .cont_image {
    width: 55.5vw;
    height: 32vw;
    margin-bottom: 5.5vw;
    background: #ddd;
  }
  .sec04 .list {
    display: block;
    justify-content: center;
  }
  .sec04 .item {
    width: 100%;
    max-width: 100%;
  }
  .sec04 .item_title {
    padding: 2.7vw 0;
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  .sec04 .list_item {
    position: relative;
    padding-left: 1.5em;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .sec04 .list_item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .sec04 .item01 {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec04 .item01 .item_title {
    background: #f18d1e;
  }
  .sec04 .item01 .list_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8vw;
    width: 5vw;
    height: 5vw;
    background: url(../images02/beauty/merit.png) center/contain no-repeat;
  }
  .sec04 .item02 .item_title {
    background: #83abaf;
  }
  .sec04 .item02 .list_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 4vw;
    height: 4vw;
    background: url(../images02/beauty/demerit.png) center/contain no-repeat;
  }
  .sec04 .link_btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec04 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0;
    border-radius: 50px;
    box-sizing: border-box;
    background: #543b14;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec04 .link_btn a:before {
    content: "";
    position: absolute;
    right: 8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 7.7vw;
    height: 3.4vw;
    background: url(../images02/common/btn_arrow.png) center/contain no-repeat;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .sec_text {
  width: 650px;
  margin-right: 30px;
}
.sec05 .sec_right {
  max-width: 50%;
}
.sec05 .sec_image {
  margin-bottom: 30px;
}
.sec05 .link_btn {
  width: 450px;
  max-width: 100%;
}
.sec05 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  background: #ca8778;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.sec05 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 51px;
  height: 16px;
  margin: auto 0;
  background: url(../images02/caries/arrow_btn.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 21.3vw;
  }
  .sec05 .sec_title {
    font-size: 4.5vw;
  }
  .sec05 .body {
    display: block;
  }
  .sec05 .sec_text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec05 .sec_right {
    max-width: auto;
  }
  .sec05 .sec_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec05 .sec_image img {
    width: 100%;
  }
  .sec05 .link_btn {
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec05 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 0 4vw 4vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: #ca8778;
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .sec05 .link_btn a:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    width: 8vw;
    height: 2.5vw;
    margin: auto 0;
    background: url(../images02/caries/arrow_btn.png) center/contain no-repeat;
  }
}

.banner {
  margin-top: clamp(89px, 11.718vw, 150px);
  margin-bottom: -50px;
  height: clamp(161px, 21.093vw, 270px);
  position: relative;
}
.banner .link_flex {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(384px, 50vw, 640px);
  height: auto;
}
.banner .link_flex a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 27.6vw;
    margin-bottom: -22.5vw;
    height: 42.5vw;
  }
  .banner .link_flex {
    position: absolute;
    z-index: 2;
    top: -13.3vw;
    width: 85vw;
    height: auto;
  }
}/*# sourceMappingURL=denture03.css.map */