.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  margin-bottom: 130px;
}
.sec01 .dlist {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .dlist .row {
  display: flex;
  align-items: center;
  padding: 30px 60px 30px 0;
  border-bottom: 2px dashed #4E89BD;
}
.sec01 .dlist .row .term {
  width: 454px;
  height: 104px;
  min-width: 454px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01 .dlist .row .term .term_text {
  font-size: 21px;
  font-weight: bold;
  color: #4E89BD;
  font-family: serif;
}
.sec01 .dlist .row .desc {
  overflow: hidden;
}
.sec01 .dlist .row .desc .desc_text01 {
  margin-bottom: 15px;
  font-size: 21px;
}
.sec01 .dlist .row .desc .desc_text02 {
  font-size: 16px;
}
.sec01 .dlist .row .desc .desc_text03 {
  font-size: 30px;
}
.sec01 .dlist .row .googlemap {
  position: relative;
  width: 714px;
  max-width: 100%;
  padding-top: 50.28%;
  height: auto;
}
.sec01 .dlist .row .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .dlist {
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .dlist .row {
    display: block;
    align-items: center;
    padding: 5vw 0;
    border-bottom: 2px dashed #4E89BD;
  }
  .sec01 .dlist .row .term {
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3vw;
  }
  .sec01 .dlist .row .term .term_text {
    font-size: 5vw;
    font-weight: bold;
    color: #4E89BD;
    font-family: serif;
  }
  .sec01 .dlist .row .term .term_icon {
    margin-bottom: 3vw;
  }
  .sec01 .dlist .row .term .term_icon img {
    width: 50%;
    min-width: 50%;
  }
  .sec01 .dlist .row .desc {
    overflow: hidden;
  }
  .sec01 .dlist .row .desc .desc_text01 {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .sec01 .dlist .row .desc .desc_text02 {
    font-size: 4vw;
  }
  .sec01 .dlist .row .desc .desc_text03 {
    font-size: 4vw;
  }
  .sec01 .dlist .row .googlemap {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    height: auto;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .timetable {
  text-align: center;
  margin-bottom: 80px;
}
.sec02 .menulink_box {
  background-color: rgba(172, 203, 223, 0.3);
  padding: 60px 85px 100px;
  width: 930px;
  margin: auto;
}
.sec02 .menulink_box .box_title {
  font-size: 30px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
  margin-bottom: 80px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4E89BD;
  text-align: center;
}
.sec02 .menulink_box .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 110px;
       column-gap: 110px;
  width: 791px;
  margin: 0 auto;
  row-gap: 35px;
}
.sec02 .menulink_box .gridbox .about_btn {
  width: 340px;
  height: 62px;
  background-color: #4E89BD;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  border: none;
}
.sec02 .menulink_box .gridbox .about_btn::before {
  background: url(/images/access/white_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .timetable {
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec02 .menulink_box {
    background-color: rgba(172, 203, 223, 0.3);
    padding: 10vw 5vw;
    width: 90%;
    margin: auto;
  }
  .sec02 .menulink_box .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    border-bottom: 1px solid #4E89BD;
    text-align: center;
  }
  .sec02 .menulink_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .menulink_box .gridbox .about_btn {
    width: 80vw;
    height: 13vw;
    background-color: #4E89BD;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    font-family: serif;
    border: none;
  }
  .sec02 .menulink_box .gridbox .about_btn::before {
    background: url(/images/access/white_icon.webp) center/contain no-repeat;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .textbox {
  width: 67%;
  margin: 0 auto 80px;
  font-size: 24px;
}
.sec03 .flexbox {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .textbox {
    width: 100%;
    margin: 0 auto 10vw;
    font-size: 4vw;
  }
  .sec03 .flexbox {
    flex-direction: column;
    row-gap: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=access.css.map */