#about .about {
  margin-top: 80px;
  padding-bottom: 48px;
  background: url(../img/bg_about01@2x.png) no-repeat top 40px left/100px, url(../img/bg_about02@2x.png) no-repeat bottom left 20px/155.5px, url(../img/bg_about03@2x.png) no-repeat top 15px right 20px/120px, url(../img/bg_about04@2x.png) no-repeat bottom right/100px;
}

@media screen and (max-width: 1199px) {
  #about .about {
    margin-top: 70px;
    background-size: 70px,125.5px,90px,70px;
  }
}

@media screen and (max-width: 767px) {
  #about .about {
    margin-top: 60px;
    padding-bottom: 0;
    background: none;
  }
}

#about .about__head {
  padding-left: 60px;
  font-size: 3rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
  letter-spacing: 0.125em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #about .about__head {
    padding-left: 50px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  #about .about__head {
    padding-left: 40px;
    font-size: 2.2rem;
  }
}

#about .about__head::after {
  content: "";
  width: 33.5px;
  height: 30px;
  display: block;
  margin: auto 0;
  background: url(../../common/img/ico_nav01@2x.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#about .about__table {
  width: 100%;
  margin-top: 50px;
  border-top: 1px dashed #ada086;
}

@media screen and (max-width: 1199px) {
  #about .about__table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #about .about__table {
    margin-top: 30px;
    border: none;
  }
}

#about .about__table__tr {
  width: 100%;
  border-bottom: 1px dashed #ada086;
}

@media screen and (max-width: 767px) {
  #about .about__table__tr {
    border: none;
  }
}

#about .about__table__tr__th {
  width: 25%;
  padding: 25px 0 25px 30px;
  font-weight: bold;
  text-align: left;
  background: #fff7d3;
}

@media screen and (max-width: 1199px) {
  #about .about__table__tr__th {
    padding: 20px 0 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  #about .about__table__tr__th {
    width: 100%;
    display: block;
    padding: 15px 0 15px 20px;
  }
}

#about .about__table__tr__td {
  width: 75%;
  padding: 25px 0 25px 30px;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  #about .about__table__tr__td {
    padding: 20px 0 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  #about .about__table__tr__td {
    width: 100%;
    display: block;
    padding: 15px 0 15px 20px;
  }
}

#about .about__link {
  color: #fff;
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 40px auto 0;
  padding: 12.5px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  background: url(../../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #a88e5a;
}

#about .about__link:hover {
  background: url(../../common/img/ico_vec01@2x.png) no-repeat center right 30px/18px, #8fce3b;
}

#about .gallery {
  margin-top: 40px;
  padding: 100px 0;
  background: url(../../img/ico_about05@2x.png) no-repeat bottom right 5%/63.5px, url(../../common/img/mv_wave01.png) repeat-x top center/1600px, url(../../common/img/mv_wave02.png) repeat-x bottom center/1600px, #fdf1da;
}

@media screen and (max-width: 1199px) {
  #about .gallery {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  #about .gallery {
    padding: 60px 0;
    background-size: 33.5px,1600px,1600px;
  }
}

#about .gallery__head {
  font-size: 3rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #about .gallery__head {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  #about .gallery__head {
    font-size: 2.2rem;
  }
}

#about .gallery__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #about .gallery__flex {
    margin-top: 40px;
  }
}

#about .gallery__flex__list {
  width: 32.8%;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #about .gallery__flex__list {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  #about .gallery__flex__list:nth-child(3) {
    margin-top: 8px;
  }
}

#about .gallery__flex__list:nth-child(n+4) {
  margin-top: 8px;
}

#about .gallery__flex::before {
  content: "";
  width: 120px;
  height: 132.5px;
  display: block;
  background: url(../../img/ico_about07@2x.png) no-repeat center/cover;
  position: absolute;
  top: -132.5px;
  left: 30px;
}

@media screen and (max-width: 767px) {
  #about .gallery__flex::before {
    width: 60px;
    height: 66px;
    top: -66px;
  }
}

#about .gallery__flex::after {
  content: "";
  width: 185px;
  height: 69.5px;
  display: block;
  background: url(../img/ico_pic01@2x.png) no-repeat top right/cover;
  position: absolute;
  top: -112.5px;
  right: 0;
}

@media screen and (max-width: 767px) {
  #about .gallery__flex::after {
    width: 93px;
    height: 35px;
    top: -78px;
  }
}

#about .access {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #about .access {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #about .access {
    margin-top: 60px;
  }
}

#about .access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #about .access__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#about .access__flex__head {
  padding-left: 60px;
  font-size: 3rem;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.125em;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #about .access__flex__head {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  #about .access__flex__head {
    padding-left: 33px;
    font-size: 2.2rem;
  }
}

#about .access__flex__head::before {
  content: "";
  width: 36px;
  height: 45px;
  display: block;
  margin: auto 0;
  background: url(../img/ico_access01@2x.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #about .access__flex__head::before {
    width: 18px;
    height: 23px;
  }
}

#about .access__flex__list {
  margin-left: 150px;
}

@media screen and (max-width: 1199px) {
  #about .access__flex__list {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  #about .access__flex__list {
    margin: 30px 0 0;
  }
}

#about .access__flex__list__txt {
  padding-left: 22px;
  background: url(../../common/img/ico_cycle01@2x.png) no-repeat center left/10px;
}

@media screen and (max-width: 767px) {
  #about .access__flex__list__txt {
    padding-left: 18px;
  }
}

#about .access__flex__list__txt:not(:first-child) {
  margin-top: 8px;
}

#about .access iframe {
  margin-top: 50px;
  border-radius: 20px;
  vertical-align: baseline;
}

@media screen and (max-width: 1199px) {
  #about .access iframe {
    height: 300px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #about .access iframe {
    height: 200px;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */