.main_image {
  position: relative;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/access/access_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  padding-left: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 115px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/access/access_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 30vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .flexbox {
  align-items: normal;
}
.sec01 .flexbox .textbox {
  margin-left: 50px;
  line-height: 1.8;
}
.sec01 .flexbox .imagebox {
  max-width: 43%;
  position: relative;
}
.sec01 .flexbox .imagebox .circle01 {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -55px;
  width: 150px;
  height: 150px;
}
.sec01 .flexbox .imagebox .circle01 .circle01_text {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 150px;
  height: 150px;
  font-size: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .sec01 .flexbox .imagebox .circle01 {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -12px;
    width: 150px;
    height: 150px;
  }
  .sec01 .flexbox .imagebox .circle01 .circle01_text {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 150px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .flexbox .textbox {
    margin-left: initial;
  }
  .sec01 .flexbox .imagebox {
    width: initial;
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .flexbox .imagebox .circle01 {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: -5vw;
    width: 32.5vw;
    height: 32.5vw;
  }
  .sec01 .flexbox .imagebox .circle01 .circle01_text {
    content: "";
    position: absolute;
    bottom: 10vw;
    left: 5vw;
    width: 22.5vw;
    height: 13.5vw;
    font-size: 5vw;
    text-align: center;
  }
}

.sec02 {
  padding-bottom: 150px;
}
.sec02 .dlist {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 0.5px dotted #754C28;
}
.sec02 .row:nth-of-type(4),
.sec02 .row:nth-of-type(5),
.sec02 .row:nth-of-type(6) {
  align-items: center;
}
.sec02 .term {
  width: 230px;
  min-width: 230px;
  text-align: center;
}
.sec02 .term_text {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.sec02 .desc {
  overflow: hidden;
}
.sec02 .desc_text01 {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec02 .desc_text02 {
  letter-spacing: 0.1em;
}
.sec02 .desc_text03 {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec02 .row:nth-of-type(1) .desc_text01 {
  margin-bottom: 15px;
}
.sec02 .row:nth-of-type(4) .desc_text03,
.sec02 .row:nth-of-type(5) .desc_text03,
.sec02 .row:nth-of-type(6) .desc_text03 {
  margin-bottom: 15px;
}
.sec02 .googlemap {
  width: 600px;
  max-width: 100%;
  height: 370px;
}
.sec02 .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .dlist {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .row {
    display: block;
    align-items: center;
    padding: 5.5vw 0;
    border-bottom: 1px dashed #474747;
  }
  .sec02 .row:nth-of-type(4),
  .sec02 .row:nth-of-type(5),
  .sec02 .row:nth-of-type(6) {
    align-items: center;
  }
  .sec02 .term {
    width: 100%;
    min-width: auto;
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .sec02 .train {
    margin: 0 auto;
  }
  .sec02 .term_text {
    font-size: 5.5vw;
    letter-spacing: 0.2em;
  }
  .sec02 .desc_text01 {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .sec02 .desc_text02 {
    letter-spacing: 0.1em;
  }
  .sec02 .desc_text03 {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
  .sec02 .row:nth-of-type(1) .desc_text01 {
    margin-bottom: 4vw;
  }
  .sec02 .row:nth-of-type(4) .desc_text03,
  .sec02 .row:nth-of-type(5) .desc_text03,
  .sec02 .row:nth-of-type(6) .desc_text03 {
    margin-bottom: 4vw;
  }
  .sec02 .googlemap {
    width: 100%;
    max-width: 100%;
    height: 66.6vw;
  }
  .sec02 .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .timetable {
  text-align: center;
}
.sec03 .medical {
  width: 1082px;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #f5f1ed;
  padding: 40px 0px;
  margin: 0 auto 70px;
}
.sec03 .medical .medical_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sec03 .medical .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .medical .item {
  margin-right: 35px;
  margin-bottom: 20px;
}
.sec03 .medical .about_btn p {
  text-align: center;
}
.sec03 .inquiry {
  width: 1082px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec03 .inquiry .inquiry_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sec03 .inquiry .inquiry_text {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.sec03 .inquiry .flexbox {
  margin-bottom: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .inquiry .flexbox .btn:nth-of-type(1) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .sec_body {
    padding: 0;
  }
  .sec03 .timetable {
    width: 90vw;
    text-align: center;
    margin: 0 auto;
  }
  .sec03 .timetable img {
    width: 100%;
    height: 100%;
  }
  .sec03 .medical {
    width: 1082px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #f5f1ed;
    padding: 5.5vw;
    margin: 0 auto 13.8vw;
  }
  .sec03 .medical .medical_title {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .sec03 .medical .list {
    display: block;
  }
  .sec03 .medical .item {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec03 .medical .about_btn p {
    text-align: center;
  }
  .sec03 .inquiry {
    width: 1082px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 5.5vw;
    margin: 0 auto;
  }
  .sec03 .inquiry .inquiry_title {
    font-size: 5.2vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .inquiry .inquiry_text {
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .inquiry .flexbox {
    margin-bottom: 5.3vw;
    display: block;
    text-align: center;
  }
  .sec03 .inquiry .flexbox .btn {
    margin: 0 auto;
  }
  .sec03 .inquiry .flexbox .btn img {
    width: 100%;
    height: 100%;
  }
  .sec03 .inquiry .flexbox .btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=access_1.css.map */