.common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/access/webp/main_access.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: "ACCESS";
  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/access/main_access.jpg) 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: "ACCESS";
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.no-webp .common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/access/main_access.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .no-webp .common_key {
    background: url(../images02/access/main_access.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;
  }
}

.top_lead_text {
  padding: 100px 20px;
  box-sizing: border-box;
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_lead_text {
    padding: 27.7vw 5.5vw 8vw;
    box-sizing: border-box;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.sec01 {
  padding: 0 20px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.sec01 .dlist {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .row {
  display: flex;
  padding: 20px 40px;
  border-bottom: 1px solid #543b14;
}
.sec01 .row:nth-of-type(4),
.sec01 .row:nth-of-type(5),
.sec01 .row:nth-of-type(6) {
  align-items: center;
}
.sec01 .term {
  width: 200px;
  text-align: center;
}
.sec01 .term_text {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.sec01 .desc_text_small {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec01 .desc_text_medium {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec01 .desc_text_large {
  font-family: "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2;
}
.sec01 .googlemap {
  width: 700px;
  max-width: 100%;
  height: 370px;
}
.sec01 .googlemap iframe {
  width: 100%;
  height: 100%;
}
.sec01 .map_text {
  width: 700px;
  max-width: 100%;
  padding: 15px 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec01 .term {
    width: 30%;
    text-align: center;
  }
  .sec01 .desc {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 0 5.5vw;
    margin-bottom: 13.8vw;
    box-sizing: border-box;
  }
  .sec01 .dlist {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .row {
    display: block;
    padding: 5.5vw 0;
    border-bottom: 1px solid #543b14;
  }
  .sec01 .term {
    width: auto;
    margin-bottom: 2.7vw;
    text-align: center;
  }
  .sec01 .desc {
    text-align: center;
  }
  .sec01 .term_text {
    font-size: 4.8vw;
    letter-spacing: 0.2em;
  }
  .sec01 .desc_text_small {
    font-size: 3.4vw;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec01 .desc_text_medium {
    font-size: 4vw;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec01 .desc_text_large {
    font-family: "noto serif jp", serif;
    font-size: 4.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .sec01 .googlemap {
    width: 700px;
    max-width: 100%;
    height: 370px;
  }
  .sec01 .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .sec01 .map_text {
    width: 700px;
    max-width: 100%;
    padding: 2.4vw 0;
    font-size: 4.2vw;
    letter-spacing: 0.03em;
  }
  .sec01 .row.row:nth-of-type(1) .term_icon img {
    width: 18.6vw;
  }
  .sec01 .row.row:nth-of-type(2) .term_icon img {
    width: 9.6vw;
  }
  .sec01 .row.row:nth-of-type(3) .term_icon img {
    width: 18vw;
  }
  .sec01 .row.row:nth-of-type(4) .term_icon img {
    width: 13vw;
  }
  .sec01 .row.row:nth-of-type(5) .term_icon img {
    width: 18vw;
  }
  .sec01 .row.row:nth-of-type(6) .term_icon img {
    width: 18vw;
  }
}

.sec01_1 {
  margin-bottom: 100px;
}
.sec01_1 .box {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sec01_1 .googlemap {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 30px;
  height: 370px;
}
.sec01_1 .googlemap iframe {
  width: 100%;
  height: 100%;
}
.sec01_1 .text01 {
  width: 700px;
  max-width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec01_1 {
    margin-bottom: 13.8vw;
  }
  .sec01_1 .googlemap {
    width: 700px;
    max-width: 100%;
    height: 370px;
  }
  .sec01_1 .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .sec01_1 .text01 {
    width: 700px;
    max-width: 90%;
    padding: 2.4vw 0;
    font-size: 4.2vw;
    letter-spacing: 0.01em;
    text-indent: -1.2em;
    padding-left: 0.8em;
    box-sizing: border-box;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .timetable {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .timetable {
    text-align: center;
  }
}/*# sourceMappingURL=access01.css.map */