.inquiryBox .mainBox {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .inquiryBox .mainBox {
    padding: 0;
  }
}

.contact {
  padding: 0 !important;
}
.contact .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact .container {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.contact .infoBox {
  width: 25%;
  max-width: 370px;
  flex-shrink: 0;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .contact .infoBox {
    margin: 0 0 30px;
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
.contact .infoBox .pic {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .contact .infoBox .pic {
    width: 230px;
    margin: 0 auto 30px;
  }
}
.contact .infoBox ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .infoBox ul li {
  padding: 0 0 0 35px;
  position: relative;
  font-size: 1.3125rem;
  color: #1F1F1F;
}
.contact .infoBox ul li::before {
  content: "";
  position: absolute;
  width: 22px;
  aspect-ratio: 1;
  left: 0px;
  top: 2px;
  overflow: hidden;
  background: #E1251C;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.contact .infoBox ul li.address::before {
  -webkit-mask-image: url("../images/icon/icon_location.svg");
          mask-image: url("../images/icon/icon_location.svg");
}
.contact .infoBox ul li.tel::before {
  -webkit-mask-image: url("../images/icon/icon_tel.svg");
          mask-image: url("../images/icon/icon_tel.svg");
}
.contact .infoBox ul li.fax::before {
  -webkit-mask-image: url("../images/icon/icon_fax.svg");
          mask-image: url("../images/icon/icon_fax.svg");
}
.contact .infoBox ul li.mail::before {
  -webkit-mask-image: url("../images/icon/icon_mail.svg");
          mask-image: url("../images/icon/icon_mail.svg");
}
.contact .formBox {
  width: 70%;
  max-width: 980px;
  position: relative;
  margin-bottom: 40px;
  z-index: 9;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 80%);
}
@media screen and (max-width: 767px) {
  .contact .formBox {
    width: 100%;
    order: 2;
  }
}
.contact .formBox .info {
  color: #444444;
  font-size: 1.125rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #969696 1px solid;
  line-height: 2;
}
.contact .pageBtnBox {
  border-top: none;
  padding-top: 0;
  display: flex;
}

.mapBox {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.mapBox iframe {
  width: 100%;
  height: 700px;
}

.contactOk {
  padding: 0 0 50px;
}
.contactOk .txt {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .contactOk .txt {
    padding: 0 15px;
  }
}
.contactOk .txt .title {
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  color: #333333;
}
.contactOk .txt .title span {
  font-weight: normal;
  display: block;
}
.contactOk .txt .info {
  color: #444444;
  position: relative;
  z-index: 1;
}
.contactOk .txt .info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 32px;
  z-index: -1;
  background: #E1251C;
}
.contactOk .txt .info span {
  max-width: 320px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3% 0;
  line-height: 1.4;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 20px;
  background: #E1251C;
}
.contactOk .txt .info a {
  color: #E1251C;
  transition: 0.3 0.3s ease;
}
.contactOk .txt .info a:hover {
  color: #E1251C;
}/*# sourceMappingURL=contact.css.map */