.key {
  position: relative;
  height: 550px;
  background: url(../images/doctor/key.jpg) center top -200px/cover no-repeat;
}

.key:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}

.key:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: url(../images/common/key_bg.png) center/cover no-repeat;
}

.key .inner {
  width: 1280px;
  margin: 0 auto;
}

.key .key_text {
  position: relative;
  padding-top: 300px;
  padding-left: 20px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: .07em;
}

.key .key_text:before {
  content: "MEDICAL";
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 70px;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 97.2vw;
    background: url(../images/doctor/key.jpg) center top/cover no-repeat;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: url(../images/common/key_bg.png) center/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .key_text {
    position: relative;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    font-size: 8.3vw;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .07em;
  }
  .key .key_text:before {
    content: "MEDICAL";
    position: absolute;
    top: 33.3vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: .05em;
  }
}

.sec01 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec01 .sec_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.sec01 .sec_text {
  width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 27.7vw;
    padding-bottom: 27.7vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
  .sec01 .sec_title {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec02 {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #fcf9f2;
}

.sec02 .sec_header {
  position: relative;
  width: 1240px;
  height: 120px;
  margin: 0 auto 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ce807d;
}

.sec02 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}

.sec02 .sec_title {
  position: relative;
  z-index: 2;
  line-height: 120px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
}

.sec02 .sec_body {
  width: 1200px;
  margin: 0 auto;
}

.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  padding: 80px 20px 20px;
  background: #fff;
}

.sec02 .item_image {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.sec02 .item:nth-of-type(3) .item_image {
  top: -145px;
}

.sec02 .item_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
}

.sec02 .item_title .color {
  font-family: "noto sans jp", sans-serif;
  font-size: 19px;
  letter-spacing: .03em;
  color: #da7b7a;
}

.sec02 .item_text {
  margin-bottom: 30px;
  line-height: 2;
}

.sec02 .link_btn {
  height: 56px;
  margin-top: auto;
}

.sec02 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #da7b7a;
  color: #fff;
}

.sec02 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 11px;
  margin: auto 0;
  background: url(../images/medical/arrow.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 8.3vw;
    padding-bottom: 22.2vw;
    background: #fcf9f2;
  }
  .sec02 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 13.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ce807d;
  }
  .sec02 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec02 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec02 .sec_body {
    width: 100%;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .sec02 .list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec02 .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 16.6vw 5.5vw 5.5vw;
    margin-top: 41.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sec02 .item_image {
    position: absolute;
    top: -36.1vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .sec02 .item:nth-of-type(1) .item_image img {
    width: 105vw;
  }
  .sec02 .item:nth-of-type(2) .item_image img {
    width: 96.9vw;
  }
  .sec02 .item:nth-of-type(3) .item_image {
    top: -40.2vw;
  }
  .sec02 .item:nth-of-type(3) .item_image img {
    width: 104.4vw;
  }
  .sec02 .item_title {
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec02 .item_title .color {
    font-family: "noto sans jp", sans-serif;
    font-size: 4.4vw;
    letter-spacing: .03em;
    color: #da7b7a;
  }
  .sec02 .item_text {
    font-size: 4.4vw;
    margin-bottom: 8.3vw;
    line-height: 2;
  }
  .sec02 .link_btn {
    height: auto;
    margin-top: auto;
  }
  .sec02 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.1vw 0 4.1vw 2.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #da7b7a;
    font-size: 4.1vw;
    color: #fff;
  }
  .sec02 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 3vw;
    margin: auto 0;
    background: url(../images/medical/arrow.png) center/contain no-repeat;
  }
}

.sec03 {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #fcf9f2;
}

.sec03 .sec_header {
  position: relative;
  width: 1240px;
  height: 120px;
  margin: 0 auto 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ce807d;
}

.sec03 .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1237px;
  height: 170px;
  margin: auto;
  background: url(../images/caries/bg01.png) center/contain no-repeat;
}

.sec03 .sec_title {
  position: relative;
  z-index: 2;
  line-height: 120px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
}

.sec03 .link_btn {
  width: 362px;
  height: 56px;
  margin-top: auto;
}

.sec03 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #da7b7a;
  color: #fff;
}

.sec03 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 11px;
  margin: auto 0;
  background: url(../images/medical/arrow.png) center/contain no-repeat;
}

.sec03 .cont_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .1em;
}

.sec03 .cont_text {
  margin-bottom: 30px;
}

.sec03 .cont01,
.sec03 .cont02,
.sec03 .cont05,
.sec03 .cont06,
.sec03 .cont07 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #da7b7a;
  margin-bottom: 40px;
}

.sec03 .cont01 .textbox,
.sec03 .cont02 .textbox,
.sec03 .cont05 .textbox,
.sec03 .cont06 .textbox,
.sec03 .cont07 .textbox {
  position: relative;
  width: 890px;
  padding: 50px 30px 50px 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  background: #fff;
}

.sec03 .cont01 .cont_image,
.sec03 .cont02 .cont_image,
.sec03 .cont05 .cont_image,
.sec03 .cont06 .cont_image,
.sec03 .cont07 .cont_image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -250px;
}

.sec03 .cont07 {
  border-bottom: none;
}

.sec03 .cont03_04_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
  padding-top: 250px;
  margin: 0 auto 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #da7b7a;
}

.sec03 .cont03_04_flexbox .cont03, .sec03 .cont03_04_flexbox .cont04 {
  position: relative;
  width: 546px;
}

.sec03 .cont03_04_flexbox .cont03 .imagebox, .sec03 .cont03_04_flexbox .cont04 .imagebox {
  position: absolute;
  z-index: 2;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 486px;
  height: 324px;
}

.sec03 .cont03_04_flexbox .cont03 .image_text, .sec03 .cont03_04_flexbox .cont04 .image_text {
  position: absolute;
  bottom: 20px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.77);
  font-size: 25px;
  letter-spacing: .03em;
}

.sec03 .cont03_04_flexbox .cont03 .textbox, .sec03 .cont03_04_flexbox .cont04 .textbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 550px;
  padding: 140px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  background: #fff;
}

.sec03 .cont03_04_flexbox .cont03 .cont_title, .sec03 .cont03_04_flexbox .cont04 .cont_title {
  text-align: center;
}

.sec03 .cont03_04_flexbox .cont03 .link_btn, .sec03 .cont03_04_flexbox .cont04 .link_btn {
  margin: auto;
}

.sec03 .cont03_04_flexbox .cont03 .image_text {
  right: 0;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 8.3vw;
    padding-bottom: 22.2vw;
    background: #fcf9f2;
  }
  .sec03 .sec_header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5.5vw 2.7vw;
    margin: 0 auto 13.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ce807d;
  }
  .sec03 .sec_header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/caries/bg01.png) center/cover no-repeat;
  }
  .sec03 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec03 .sec_body {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .link_btn {
    width: calc(100% - 11.1vw);
    height: auto;
    margin: 0 auto;
  }
  .sec03 .link_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.1vw 0 4.1vw 2.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #da7b7a;
    font-size: 4.1vw;
    color: #fff;
  }
  .sec03 .link_btn a:before {
    content: "";
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    width: 2.7vw;
    height: 3vw;
    margin: auto 0;
    background: url(../images/medical/arrow.png) center/contain no-repeat;
  }
  .sec03 .cont_title {
    padding: 0 5.5vw;
    margin-bottom: 8.3vw;
    font-family: "noto serif jp", serif;
    font-size: 6.9vw;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec03 .cont_text {
    padding: 0 5.5vw;
    margin-bottom: 8.3vw;
  }
  .sec03 .cont01,
  .sec03 .cont02,
  .sec03 .cont05,
  .sec03 .cont06,
  .sec03 .cont07 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8.3vw;
    border-bottom: none;
    margin-bottom: 8.3vw;
  }
  .sec03 .cont01 .textbox,
  .sec03 .cont02 .textbox,
  .sec03 .cont05 .textbox,
  .sec03 .cont06 .textbox,
  .sec03 .cont07 .textbox {
    position: relative;
    width: 100%;
    padding: 0 0 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    background: #fff;
  }
  .sec03 .cont01 .cont_image,
  .sec03 .cont02 .cont_image,
  .sec03 .cont05 .cont_image,
  .sec03 .cont06 .cont_image,
  .sec03 .cont07 .cont_image {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont01 .cont_image img,
  .sec03 .cont02 .cont_image img,
  .sec03 .cont05 .cont_image img,
  .sec03 .cont06 .cont_image img,
  .sec03 .cont07 .cont_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont07 {
    border-bottom: none;
  }
  .sec03 .cont03_04_flexbox {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-top: 0;
    margin: 0 auto 8.3vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sec03 .cont03_04_flexbox .cont03, .sec03 .cont03_04_flexbox .cont04 {
    position: relative;
    width: 100%;
    padding-bottom: 8.3vw;
    margin-bottom: 8.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .cont03_04_flexbox .cont03 .imagebox, .sec03 .cont03_04_flexbox .cont04 .imagebox {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
  .sec03 .cont03_04_flexbox .cont03 .imagebox img, .sec03 .cont03_04_flexbox .cont04 .imagebox img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont03_04_flexbox .cont03 .image_text, .sec03 .cont03_04_flexbox .cont04 .image_text {
    position: absolute;
    bottom: 5.5vw;
    padding: 4.1vw 8.3vw;
    background: rgba(255, 255, 255, 0.77);
    font-size: 5.5vw;
    letter-spacing: .03em;
  }
  .sec03 .cont03_04_flexbox .cont03 .textbox, .sec03 .cont03_04_flexbox .cont04 .textbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 5.5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    background: #fff;
  }
  .sec03 .cont03_04_flexbox .cont03 .cont_title, .sec03 .cont03_04_flexbox .cont04 .cont_title {
    text-align: center;
  }
  .sec03 .cont03_04_flexbox .cont03 .link_btn, .sec03 .cont03_04_flexbox .cont04 .link_btn {
    margin: auto;
  }
  .sec03 .cont03_04_flexbox .cont03 .link_btn a, .sec03 .cont03_04_flexbox .cont04 .link_btn a {
    padding: 4.1vw 0 4.1vw 1.3vw;
    font-size: 3.8vw;
  }
  .sec03 .cont03_04_flexbox .cont03 .link_btn a:before, .sec03 .cont03_04_flexbox .cont04 .link_btn a:before {
    right: 1.3vw;
  }
  .sec03 .cont03_04_flexbox .cont03 .image_text {
    right: 0;
  }
}
/*# sourceMappingURL=medical.css.map */