.main_image {
  position: relative;
  /* .kazari01 {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 586px;
      height: 358px;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 563px;
      height: 251px;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 301px;
      height: 270px;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "ACCESS";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .main_image {
    /* .kazari01 {
        position: absolute;
        left: -2.7vw;
        top: -2.7vw;
        width: 80vw;
        height: 48.8vw;
        background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
        position: absolute;
        right: -2.7vw;
        bottom: -2.7vw;
        width: 40vw;
        height: 93.3vw;
        background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 2vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/access/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/access/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

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

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