.key {
  position: relative;
  height: 550px;
  background: url(../images/access/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: 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: "CLINIC";
  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/access/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: "CLINIC";
    position: absolute;
    top: 33.3vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: .05em;
  }
}

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

.sec01 .lead_text {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 500;
  color: #ae7e80;
  letter-spacing: .2em;
  text-align: center;
}

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

.sec01 .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;
}

.sec01 .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;
}

.sec01 .list {
  width: 1040px;
  margin: 0 auto;
}

.sec01 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ce807d;
}

.sec01 .term {
  width: 20%;
  text-align: center;
}

.sec01 .term .name {
  font-family: "noto sans jp";
  font-size: 20px;
  letter-spacing: .2em;
}

.sec01 .desc {
  width: 80%;
  font-family: "noto sans jp";
  font-size: 20px;
  letter-spacing: .05em;
}

.sec01 .desc .large {
  display: inline-block;
  padding: 0 0 20px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 500;
}

.sec01 .desc .map {
  width: 700px;
  height: 370px;
  background: #ccc;
}

.sec01 .desc .map iframe {
  width: 100%;
  height: 100%;
}

.sec01 .desc02 {
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 27.7vw;
    padding-bottom: 22.2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .lead_text {
    margin-bottom: 13.8vw;
    font-family: "noto serif jp", serif;
    font-size: 6vw;
    font-weight: 500;
    color: #ae7e80;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec01 .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;
  }
  .sec01 .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;
  }
  .sec01 .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .2em;
    text-align: center;
  }
  .sec01 .list {
    width: 100%;
    margin: 0 auto;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec01 .row {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 8.3vw;
    margin: 0 0 8.3vw;
    border-bottom: 1px solid #ce807d;
  }
  .sec01 .term {
    margin-bottom: 2.7vw;
    width: 100%;
    text-align: center;
  }
  .sec01 .term .name {
    font-family: "noto sans jp";
    font-size: 5.1vw;
    letter-spacing: .2em;
  }
  .sec01 .row:nth-of-type(1) .icon img {
    width: 19.4vw;
  }
  .sec01 .row:nth-of-type(2) .icon img {
    width: 10vw;
  }
  .sec01 .row:nth-of-type(3) .icon img {
    width: 21.1vw;
  }
  .sec01 .row:nth-of-type(4) .icon img {
    width: 23vw;
  }
  .sec01 .row:nth-of-type(5) .icon img {
    width: 23.6vw;
  }
  .sec01 .row:nth-of-type(6) .icon img {
    width: 23vw;
  }
  .sec01 .desc {
    width: 100%;
    font-family: "noto sans jp";
    font-size: 4.4vw;
    letter-spacing: .05em;
    text-align: center;
  }
  .sec01 .desc .large {
    display: inline-block;
    padding: 0 0 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 500;
  }
  .sec01 .desc .map {
    width: 100%;
    height: 69.4vw;
    background: #ccc;
  }
  .sec01 .desc .map iframe {
    width: 100%;
    height: 100%;
  }
  .sec01 .desc02 {
    font-family: "noto serif jp", serif;
    font-size: 8.3vw;
    font-weight: 500;
  }
}

.sec02 {
  padding-bottom: 80px;
}

.sec02 .sec_header {
  position: relative;
  width: 1240px;
  height: 120px;
  margin: 0 auto 80px;
  -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 .time_table {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 22.2vw;
  }
  .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 .time_table {
    text-align: center;
  }
}
/*# sourceMappingURL=access.css.map */