/*---- top ----*/
.top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: 40px;
  }
}
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 22vw;
  background: rgba(162, 207, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-img::before {
    width: 85%;
  }
}
.top-img img {
  width: 80%;
  height: 22vw;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-img img {
    width: 85%;
  }
}
.top-head {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .top-head {
    width: 90%;
  }
}
.top-tit {
  position: absolute;
  font-size: 56px;
  left: 0;
  bottom: -24px;
  color: #000;
  line-height: 56px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .top-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-tit {
    font-size: 40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .top-tit {
    font-size: 30px;
  }
}

/*---- breadcrumb ----*/
.breadcrumb {
  margin-bottom: 196px;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb-list {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb-list {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb-list {
    width: 90%;
    text-align: right;
  }
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 40px;
  color: #999;
  letter-spacing: 0.1rem;
}
.breadcrumb-item::before {
  position: absolute;
  content: ">";
  top: 0;
  right: -28px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item::before {
    font-size: 0.5rem;
    top: 2px;
    right: -15px;
  }
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item:last-child::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    font-size: 0.8rem;
    margin-right: 15px;
  }
}
.breadcrumb-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
}
.breadcrumb-item a:hover {
  color: #009DE5;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}

/*---- content1 ----*/
.content1 {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
.content1-deco {
  position: absolute;
  content: "";
  width: 20%;
  height: 520px;
  top: -120px;
  left: 5%;
  background: #5CC2F0;
  transform: skew(10deg);
  opacity: 0.1;
  z-index: -1;
}
@media print, screen and (max-width: 1360px) {
  .content1-deco {
    top: -80px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .content1-deco {
    top: -50px;
    left: 3%;
    width: 25%;
    height: 200px;
    transform: skew(8deg);
  }
}
@media screen and (max-width: 600px) {
  .content1-deco {
    width: 30%;
    height: 100px;
  }
}
.content1-table {
  margin: auto;
  padding: 80px;
  max-width: 1200px;
  width: 80%;
  background: #eee;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 1360px) {
  .content1-table {
    padding: 40px 56px;
  }
}
@media screen and (max-width: 1024px) {
  .content1-table {
    padding: 20px 40px;
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .content1-table {
    padding: 10px 20px 20px;
    width: 90%;
  }
}
.content1-table table {
  margin: auto;
  width: 100%;
  line-height: 32px;
  letter-spacing: 0.1rem;
}
.content1-table th {
  min-width: 120px;
  width: 20%;
  border-bottom: 1px solid #999;
}
@media print, screen and (max-width: 1360px) {
  .content1-table th {
    min-width: 96px;
    width: 15%;
  }
}
@media screen and (max-width: 600px) {
  .content1-table th {
    display: block;
    padding: 10px 5px 0;
    min-width: auto;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}
.content1-table td {
  padding: 32px;
  border-bottom: 1px solid #999;
  color: #333;
}
@media screen and (max-width: 600px) {
  .content1-table td {
    display: block;
    padding: 0 5px 10px;
  }
}
.content1-table td a {
  display: inline-block;
  padding: 8px 0;
  text-decoration: underline;
  color: #009DE5;
  transition: all 0.3s;
}
.content1-table td a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---- content2 ----*/
.content2 {
  position: relative;
  margin: auto;
  padding: 240px 0 200px;
  width: 95%;
  max-width: 1440px;
  overflow: hidden;
}
@media print, screen and (max-width: 1360px) {
  .content2 {
    padding: 184px 0 120px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content2 {
    padding: 150px 0;
  }
}
@media screen and (max-width: 600px) {
  .content2 {
    padding: 80px 0;
  }
}
.content2-deco {
  position: absolute;
  content: "";
  background: #5CC2F0;
  transform: skew(-20deg);
  opacity: 0.1;
  z-index: -1;
  width: 55%;
  height: 60%;
  top: 0;
  right: 20%;
}
@media screen and (max-width: 1024px) {
  .content2-deco {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content2-deco {
    position: absolute;
    content: "";
    background: #5CC2F0;
    transform: skew(-15deg);
    opacity: 0.1;
    z-index: -1;
    top: 80px;
    right: 10%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .content2-deco {
    top: 0;
    right: 12%;
    height: 200px;
  }
}

/*---- banner ----*/
.banner {
  margin: auto;
  width: 95%;
}
.banner a {
  position: relative;
  display: inline-block;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
  transition: all 0.3s;
}
.banner a:hover {
  transform: translate3d(3px, 3px, 0);
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}
.banner a:hover .banner-img img {
  filter: brightness(0.9);
}
.banner-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner-list {
    flex-direction: column;
    align-items: center;
  }
}
.banner-item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .banner-item {
    margin: 30px 0;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .banner-item {
    margin: 15px 0;
    width: 90%;
  }
}
.banner-txt {
  position: absolute;
  font-size: 18px;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.banner-img {
  width: 100%;
  overflow: hidden;
}
.banner-img img {
  vertical-align: bottom;
  transition: all 0.4s;
  z-index: -1;
}

/*---- access ----*/
.access {
  margin: 232px auto 0;
  width: 90%;
  max-width: 1200px;
}
@media print, screen and (max-width: 1360px) {
  .access {
    margin-top: 184px;
  }
}
@media screen and (max-width: 600px) {
  .access {
    margin-top: 80px;
    width: 100%;
  }
}
.access-tit {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media print, screen and (max-width: 1360px) {
  .access-tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .access-tit {
    font-size: 20px;
  }
}
.access-tit span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
  color: #333;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 600px) {
  .access-tit span {
    font-size: 12px;
    padding-left: 3px;
  }
}
.access-txt {
  margin: 0 auto;
  text-align: right;
}
@media print, screen and (max-width: 1360px) {
  .access-txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .access-txt {
    margin-top: 24px;
    text-align: left;
  }
}
.access-txt a {
  color: #009DE5;
  text-decoration: underline;
  transition: all 0.3s;
}
.access-txt a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.access-map {
  margin: 32px auto 0 auto;
}
@media print, screen and (max-width: 1360px) {
  .access-map {
    margin-top: 20px;
  }
}
.access-map iframe {
  height: 40vw;
  max-height: 720px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .access-map iframe {
    height: 250px;
  }
}