<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* 繝偵�繝ｭ繝ｼ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
  .hero {
    position: relative;
    text-align: center;
    padding-top: 58px;
    padding-bottom: 43px;
    overflow: hidden;
  }
  
  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .hero h1 {
    position: absolute;
    top: 120px;
    left: 300px;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    margin: 0;
    color: #fff;
  }
  
  .hero h2 {
    position: absolute;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    color: #ffffff;
  }
  
  /* 繝代Φ縺上★繝ｪ繧ｹ繝医�繧ｹ繧ｿ繧､繝ｫ */
  .breadcrumb {
    background: none;
    padding: 10px 0;
    margin: 0;
    list-style: none;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: "&gt;";
    padding: 0 5px;
    color: #ffffff;
  }
  
  .breadcrumb-item a {
    text-decoration: none;
    color: #ffffff;
  }
  
  .breadcrumb-item.active {
    color: #ffffff;
  }
  
  /* 譛ｬ譁��繧ｹ繧ｿ繧､繝ｫ */
  .contract-development {
    max-width: 1022px;
    margin: 0 auto 40px auto;
  }
  
  .contract-development h3 {
    font-size: 2em;
    padding: 5px 0;
    color: #2B528F;
    border-left: 11px solid #2B528F;
    text-align: left;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 800;
    font-style: normal;
    padding-left: 11px;
  }
  
  .contract-development-text {
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
    padding: 10px 60px;
  }
  
  .contract-development p span {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .service-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .service-item {
    margin: 20px 0;
    position: relative;
  }
  
  .service-item h4 {
    padding-bottom: 15px;
    padding-left: 10px;
    font-size: 1.3em;
    position: relative;
  }
  
  .service-item h4 span {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .service-item h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background-color: #2B528F;
  }
  
  .service-item h4::before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0;
    width: calc(100% - 70px);
    height: 4px;
    background-color: #F3F6FB;
  }
  
  .service-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .transportation-info {
    padding: 10px 60px;
  }

  .transportation-info h5 {
    font-size: 1.2em;
    line-height: 1.9em;
  }

  .transportation-info h5 span {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .transportation-info p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 50px;
  }

  .transportation-info p span {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .manufacturing-info {
    font-size: 1.1em;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
    padding: 10px 60px;
    margin-bottom: 80px;
  }

  .manufacturing-info a {
    color: #2B528F;
  }

 /* 繧ｵ繝ｼ繝薙せ繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ蜈ｱ騾壹Γ繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
 .menu-heading {
  position: relative;
  margin-top: 40px;
  margin-bottom: 135px;
}

.menu-heading img {
  position: absolute;
  width: 40px;
  top: -7px;
  left: -22px;
}

.menu-heading .label-back {
	font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: -47px;
  left: 25px;
  font-size: 42px;
  color: #D3DEF1;
}

.menu-heading .label-title {
  font-family: "BIZ UDGothic", sans-serif;
    font-weight: 600;
  font-style: normal;
  position: absolute;
    top: 12px;
    left: 20px;
    font-size: 23px;
    color: #2e4e92;
}

.service-summary {
  margin-bottom: 100px;
}

.service-summary ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.service-summary ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 480px;
  padding: 10px;
  border-bottom: 3px solid #F3F6FB;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.service-summary ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 1.2em;
  flex-grow: 1;
  padding-bottom: 10px;
  padding-left: 15px;
}

.service-summary ul li a span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.service-summary ul li img {
  width: 18px;
  height: 18px;
  padding-right: 10px;
}</pre></body></html>