@media (min-width: 768px) {
  .wrap {
    background: #F7F7F7;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 375/300;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/bg_banner_contact_mobile.jpg?t=20230306v1");
}
@media (min-width: 1024px) {
  .banner {
    aspect-ratio: 1920/350;
    background-image: url("../images/bg_banner_contact.jpg?t=20230306v1");
    padding: 50px 0;
  }
}
.banner__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.banner__logo {
  max-width: 200px;
  margin: 0 auto 25px;
}
@media (min-width: 768px) {
  .banner__logo {
    max-width: 230px;
    margin: 0 auto 40px;
  }
}
.banner__infobox {
  color: #fff;
  text-align: center;
}
.banner__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  margin: 0 0 20px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .banner__title {
    font-size: 60px;
  }
}
.banner__subtitle {
  font-size: 24px;
  line-height: 1.3;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .banner__subtitle {
    font-size: 30px;
  }
}
.banner__btnbox {
  text-align: center;
}
.banner__btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contactbox {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contactbox {
    padding: 70px 11% 40px;
  }
}
.contactbox__intro {
  background: #EDEDED;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .contactbox__intro {
    text-align: center;
    border-radius: 100px;
    margin-bottom: 25px;
  }
}
.contactbox__form {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .contactbox__form {
    padding: 30px;
    margin: 0 auto 50px;
    max-width: 930px;
  }
}
.contactbox__tips {
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}
.contactbox .link {
  color: #333;
}
@media (min-width: 768px) {
  .contactbox .list-option__item {
    display: block;
  }
}

.contactlist {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .contactlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
.contactlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contactlist__item {
    margin: 0 15px;
  }
}
.contactlist__item:last-child {
  margin-bottom: 0;
}
.contactlist__field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contactlist__icon {
  font-size: 20px;
  margin-right: 7px;
  color: #333;
}
.contactlist__text {
  display: none;
}