section {
  min-height: 1000px;
}

h1 {
  display: none;
}

#key .key-slide {
  height: 550px;
  pointer-events: none;
}
#key .key-slide .item {
  width: 950px;
  margin: 0 10px;
}
#key .key-slide .item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  #key .key-slide {
    height: 60vw;
  }
  #key .key-slide .item {
    width: 100vw;
    margin: 0 10px;
  }
  #key .key-slide .item img {
    border-radius: 10px;
  }
}

#sec1 .wrap {
  max-width: 1160px;
}
#sec1 h2 {
  width: 390px;
  margin-bottom: 50px;
  margin-top: -100px;
}
#sec1 h2 img {
  width: 100%;
  height: auto;
}
#sec1 .content p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #sec1 h2 {
    width: 80%;
    margin-top: -8vw;
    margin-bottom: 8vw;
  }
}

#menu {
  padding: 100px 0;
}
#menu .wrap {
  max-width: 1160px;
}
#menu h2 {
  margin-bottom: -20px;
}
#menu .row-list {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-bottom: 20px;
}
#menu .row-list img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#menu .row-list .item {
  background: #f7e5e4;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 10px;
}
#menu .row-list .item .item-img {
  width: 240px;
}
#menu .row-list .item .item-content {
  width: calc(100% - 260px);
}
#menu .row-list .item .item-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#menu .row-list .item .item-content .item-desc {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
#menu .row-list .item .item-content .item-box {
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  padding: 10px 25px 12px;
  box-sizing: border-box;
}
#menu .row-list .item .item-content .item-box h4 {
  font-size: 14px;
  font-weight: bold;
}
#menu .row-list .item .item-content .item-box .txt {
  font-size: 12px;
  line-height: 20px;
}
#menu .menu-btn {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  #menu h2 {
    margin-bottom: 30px;
  }
  #menu .row-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    padding: 30px 0 80px;
  }
  #menu h2 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 25px;
  }
  #menu .row-list .item {
    display: block;
    padding: 20px;
    position: relative;
  }
  #menu .row-list .item .item-img {
    width: 47%;
    margin-bottom: 20px;
  }
  #menu .row-list .item .item-content {
    width: 100%;
  }
  #menu .row-list .item .item-content h3 {
    position: absolute;
    left: 52%;
    top: 20vw;
    font-size: 18px;
  }
  #menu .row-list .item .item-content .item-desc {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  #menu .row-list .item .item-content .item-box {
    padding: 10px 15px 12px;
  }
  #menu .row-list .item .item-content .item-box h4 {
    font-size: 12px;
  }
  #menu .row-list .item .item-content .item-box .txt {
    font-size: 10px;
    line-height: 18px;
  }
  #menu .menu-btn {
    margin: 0 auto;
  }
}

#social {
  padding: 100px 0 150px;
  background: #fffaf8;
}
#social .row {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 0 20px;
}
#social .row .txt {
  padding-top: 10px;
  font-weight: 500;
}
#social .row .btn-social ul {
  display: flex;
  gap: 0 15px;
}
#social .row .btn-social ul li a img {
  display: block;
}
#social .row .btn-social ul li a img:first-child {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}
#social .row .btn-social ul li a img:last-child {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #social {
    padding: 50px 0 0;
  }
  #social .row {
    flex-wrap: wrap;
  }
  #social .row .txt {
    width: 100%;
    order: 2;
    line-height: 24px;
  }
  #social .row .btn-social {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  #social .row .btn-social ul {
    justify-content: center;
  }
}

#access {
  position: relative;
  background: #f7e5e4;
}
#access h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
}
#access .row {
  display: flex;
}
#access .row .col-left {
  width: 50%;
  height: 700px;
}
#access .row .col-left iframe {
  width: 100%;
  height: 700px;
}
#access .row .col-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#access .row .col-right .container {
  width: calc(100% - 40px);
  max-width: 470px;
  margin: 0 auto;
  border-top: 1px solid #c6bebe;
}
#access .row .col-right .container dl {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #c6bebe;
  font-size: 14px;
}
#access .row .col-right .container dl small {
  font-size: 10px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
#access .row .col-right .container dl dt {
  width: 100px;
}
#access .row .col-right .container dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 991px) {
  #access .row .col-right .container dl dt {
    width: 80px;
  }
  #access .row .col-right .container dl dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 70px;
  }
  #access::before {
    content: "";
    background: #fffaf8;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    position: absolute;
  }
  #access h2 {
    width: 150px;
    top: 30px;
  }
  #access .row {
    display: block;
  }
  #access .row .col-left {
    width: 100%;
    height: auto;
  }
  #access .row .col-left iframe {
    height: 250px;
  }
  #access .row .col-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #access .row .col-right .container dl dt {
    width: 75px;
  }
  #access .row .col-right .container dl dd {
    width: calc(100% - 75px);
  }
}/*# sourceMappingURL=index.css.map */