@charset "UTF-8";
.main-sub {
  display: block;
  padding: 0 20px;
}
.main-sub .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0;
}
.main-sub__tit {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.main-sub__tit span {
  display: block;
  margin-right: 20px;
  color: #005bac;
  font-size: 32px;
}
.main-sub__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 auto;
  font-size: 0.94rem;
}
.main-sub__breadcrumb li {
  color: #005bac;
  letter-spacing: 1px;
}
.main-sub__breadcrumb li:not(:first-child) {
  margin-left: 6px;
}
.main-sub__breadcrumb li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-right: 8px;
  color: #999;
}
.main-sub__breadcrumb li a {
  color: #999;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .main-sub .wrap {
    padding: 100px 0 120px;
  }
  .main-sub__tit span {
    display: inline-block;
    font-size: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .main-sub__tit {
    width: auto;
  }
  .main-sub__breadcrumb {
    margin: 30px 0 0;
  }
  .main-sub__breadcrumb a:hover {
    text-decoration: none;
  }
}

.tit-sub {
  margin-bottom: 26px;
  color: #005bac;
  font-size: 1.56rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (min-width: 769px) {
  .tit-sub {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .tit-sub {
    font-size: 24px;
  }
}

.vision {
  overflow: hidden;
}
.vision .wrap {
  padding-top: 0;
}
.vision .wrap::after {
  content: "";
  display: block;
  width: 100vw;
  height: 300px;
  position: absolute;
  background: url("/assets/img/about/vision_img01.jpg") no-repeat center/cover;
  margin: 70px 0 0 -0.78rem;
  position: static;
}
@media only screen and (min-width: 960px) {
  .vision .wrap::after {
    height: 530px;
    margin: 160px 0 0;
  }
}

.list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.08rem;
  border-bottom: #e5e5e5 1px solid;
}
.list-detail dt,
.list-detail dd {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: #e5e5e5 1px solid;
}
.list-detail dt {
  width: 24%;
  padding-right: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-detail dd {
  width: 76%;
}
@media only screen and (min-width: 960px) {
  .list-detail dt,
.list-detail dd {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .list-detail dt {
    width: 20%;
  }
  .list-detail dd {
    width: 80%;
  }
}

.overview__map #gmap {
  height: 300px;
  margin-top: 40px;
}
@media only screen and (min-width: 960px) {
  .overview__map #gmap {
    height: 400px;
    margin-top: 60px;
  }
}

.history dd .month {
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: bold;
}
.history dd .month:not(:first-of-type) {
  margin-top: 18px;
}
.history dd p {
  font-size: 1.08rem;
}
.history dd a {
  color: #005bac;
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .history dd .month {
    margin-top: -4px;
  }
  .history dd a:hover {
    text-decoration: none;
  }
}