.footer-contact {
  position: relative;
  padding: 100px 0 80px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .footer-contact {
    padding: 60px 0 40px;
  }
}
.footer-contact .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/common/contact-bg.webp");
  background-size: cover;
  background-position: right center;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-bg {
    background-position: left center;
  }
}
.footer-contact .contact-container {
  position: relative;
  z-index: 2;
}
.footer-contact .contact-title {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-title {
    font-size: 50px;
  }
}
.footer-contact .contact-title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-title .ja {
    font-size: 14px;
  }
}
.footer-contact .contact-desc {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-desc {
    font-size: 14px;
  }
}
.footer-contact .contact-tel {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-tel {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-contact .contact-tel .tel-label {
  font-size: 18px;
  margin-right: 10px;
}
.footer-contact .contact-tel .tel-number {
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.footer-contact .contact-hours {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-hours {
    text-align: center;
  }
}
.footer-contact .main-btn {
  max-width: 240px;
}
@media (max-width: 575.98px) {
  .footer-contact .main-btn {
    margin: 0 auto;
  }
}

.hero {
  background-image: url("../images/dupont-tyvek/cover_bg.webp");
  background-position: center center;
  position: relative;
}
.hero .bottom-bar {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
  background-color: #103A54;
  text-align: center;
}
@media (max-width: 575.98px) {
  .hero .bottom-bar {
    font-size: 14px;
    text-align: left;
  }
}
.hero .content-area {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .hero .content-area {
    width: 100%;
    overflow: clip;
    padding: 50px 0 80px 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.hero .content-area .title-tag {
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;
  padding: 0 40px 0 30px;
  display: inline-block;
  background-color: #a98759;
  line-height: 1.4;
  -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
}
@media (max-width: 575.98px) {
  .hero .content-area .title-tag {
    font-size: 24px;
    padding: 0 20px 0 15px;
  }
}
.hero .content-area .main-title {
  color: #fff;
  font-size: 58px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-underline-offset: 12px;
}
@media (max-width: 575.98px) {
  .hero .content-area .main-title {
    font-size: 36px;
  }
}
.hero .content-area .main-text {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .hero .content-area .main-text {
    font-size: 24px;
  }
}
.hero .content-area .border-box-area {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .hero .content-area .border-box-area {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.hero .people-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .hero .people-01 {
    display: none;
  }
}
.hero .people-02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .hero .people-02 {
    top: 0;
    bottom: auto;
  }
}
.hero .hero-badge {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10%;
  width: 140px;
}
@media (max-width: 575.98px) {
  .hero .hero-badge {
    transform: none;
    width: 100px;
    right: 5px;
    top: auto;
    bottom: 95px;
  }
}

.dupont-features {
  padding: 80px 0;
  background-color: #fff;
}
.dupont-features .section-header {
  margin-bottom: 60px;
}
.dupont-features .section-header .sub-title {
  color: #005596;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dupont-features .section-header .main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dupont-features .section-header .description {
  font-size: 16px;
}
.dupont-features .features-cards {
  margin-bottom: 60px;
}
.dupont-features .features-cards .feature-card {
  border: 2px solid #dcebf5;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.dupont-features .features-cards .feature-card .card-title {
  color: #005596;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dupont-features .features-cards .feature-card .card-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.dupont-features .features-list .feature-item {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: none;
}
.dupont-features .features-list .feature-item .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.dupont-features .features-list .feature-item .item-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333;
  margin-right: 10px;
}
.dupont-features .features-list .feature-item .item-text {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 30px;
}

.dupont-usage {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.dupont-usage .section-header {
  margin-bottom: 50px;
}
.dupont-usage .section-header .sub-title {
  color: #005596;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.dupont-usage .section-header .main-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dupont-usage .section-header .description {
  font-size: 14px;
}
.dupont-usage .usage-grid .col-6,
.dupont-usage .usage-grid .col-md-3 {
  display: flex;
  flex-direction: column;
}
.dupont-usage .usage-item {
  text-align: center;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dupont-usage .usage-item .usage-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.dupont-usage .usage-item .usage-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.dupont-usage .usage-item .usage-img img:hover {
  transform: scale(1.05);
}
.dupont-usage .usage-item .usage-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: auto;
  margin-top: auto;
}
.dupont-usage .usage-item .usage-label .small {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}/*# sourceMappingURL=dupont-tyvek.css.map */