.common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/medical/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: 767px) {
  .common_key {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 106.6vw;
    background: url(../images02/medical/webp/main_image.webp) left 56% 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: "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;
  }
}

.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: 900px;
  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;
    font-size: 4.4vw;
  }
}

.sec02 {
  padding: 100px 20px;
  box-sizing: border-box;
  background: rgba(226, 213, 191, 0.3);
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .item {
  display: flex;
  flex-direction: column;
  width: 352px;
  max-width: 30%;
}
.sec02 .item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.sec02 .item:not(:last-of-type) {
  margin-bottom: 80px;
}
.sec02 .item_title {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .item_image {
  margin-bottom: 20px;
}
.sec02 .item_image img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec02 .item_text {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec02 .link_btn {
  width: 100%;
  margin-top: auto;
}
.sec02 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  font-family: "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .link_btn a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 51px;
  height: 16px;
  margin: auto 0;
  background: url(../images02/caries/arrow_btn.png) center/contain no-repeat;
}
.sec02 .item.care .item_title {
  color: #6aa416;
}
.sec02 .item.care .link_btn a {
  background: #6aa416;
}
.sec02 .item.maintenance .item_title {
  color: #d58274;
}
.sec02 .item.maintenance .link_btn a {
  background: #d58274;
}
.sec02 .item.beauty .item_title {
  color: #7997b2;
}
.sec02 .item.beauty .link_btn a {
  background: #7997b2;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec02 .item {
    max-width: 31%;
  }
  .sec02 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sec02 .item_title {
    font-size: 2.6vw;
  }
  .sec02 .item_image img {
    height: 18.7vw;
  }
  .sec02 .link_btn a {
    padding: 15px 0 15px 15px;
    font-size: 1.5vw;
  }
  .sec02 .link_btn a:before {
    right: 10px;
    width: 3.2vw;
    height: 1vw;
    background: url(../images02/caries/arrow_btn.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
    background: rgba(226, 213, 191, 0.3);
  }
  .sec02 .list {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .item {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .sec02 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sec02 .item:not(:last-of-type) {
    margin-bottom: 21.3vw;
  }
  .sec02 .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;
  }
  .sec02 .item_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec02 .item_image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .item_text {
    margin-bottom: 8vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .link_btn {
    width: 100%;
    margin-top: auto;
  }
  .sec02 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.7vw 0 2.7vw 5.5vw;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: "noto serif jp", serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec02 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    width: 13.8vw;
    height: 4.3vw;
    margin: auto 0;
    background: url(../images02/caries/arrow_btn.png) center/contain no-repeat;
  }
  .sec02 .item.care .item_title {
    color: #6aa416;
  }
  .sec02 .item.care .link_btn a {
    background: #6aa416;
  }
  .sec02 .item.maintenance .item_title {
    color: #d58274;
  }
  .sec02 .item.maintenance .link_btn a {
    background: #d58274;
  }
  .sec02 .item.beauty .item_title {
    color: #7997b2;
  }
  .sec02 .item.beauty .link_btn a {
    background: #7997b2;
  }
}/*# sourceMappingURL=medical03.css.map */