<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: 1170px;
    margin: 0 auto 40px auto;
    padding: 0 15px 0 15px;
  }
  
  .contract-development h3 {
    font-size: 1.4em;
    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 h3 span {
    display: inline-block;
  }
  
  .contract-development-text {
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
    padding: 10px 10px;
  }
  
  .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;
    font-family: "BIZ UDPGothic", sans-serif;
  }
  
  .service-item h4 span {
    display: block;
  }
  
  .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;
  }

  .service-content-text a {
    color: #2B528F;
  }
  
  .transportation-info {
    padding: 10px 0px;
  }

  .transportation-info h5 {
    font-size: 1.1em;
    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: 1em;
    letter-spacing: 0.1em;
    line-height: 2.1em;
    margin-bottom: 50px;
  }

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

  .service-image {
    flex: 1 1 420px;
    position: relative;
    overflow: hidden;
    height: auto;
    background-color: #F3F6FB;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .service-image img {
    width: 290px;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .service-info {
    flex: 3 1 400px;
  }
  
  .service-info p {
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
  
  .manufacturing-info {
    font-size: 1em;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1em;
    letter-spacing: 0.1em;
    padding: 10px 0px;
    margin-bottom: 80px;
  }

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

  .service-content-shell {
    margin-bottom: 60px;
  }

  .sticker-image {
    width: 340px;
  }

  .service-content-text {
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
  }

  .service-content-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: none;
}

.service-content-table th, .service-content-table td {
    border: none;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding: 8px;
    text-align: left;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
}

.service-content-table th:first-child,
.service-content-table td:first-child{
  border-left: none;
}

.service-content-table tr:first-child th,
.service-content-table tr:first-child td {
  border-top: none;
}

.service-content-table th {
    font-weight: bold;
    width: 10%;
    padding-left: 10px;
}

.service-content-table td {
    width: 34%;
    padding-left: 15px;
}

.service-item img {
    max-width: 340px;
    height: auto;
  }
  
 /* 繧ｵ繝ｼ繝薙せ繧ｽ繝ｪ繝･繝ｼ繧ｷ繝ｧ繝ｳ蜈ｱ騾壹Γ繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
 .menu-heading {
    position: relative;
    margin-top: 40px;
    margin-bottom: 135px;
  }
  
  .menu-heading img {
    position: absolute;
    width: 35px;
    top: -7px;
    left: 0px;
  }
  
  .menu-heading .label-back {
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: -30px;
    left: 34px;
    font-size: 28px;
    color: #D3DEF1;
  }
  
  .menu-heading .label-title {
    font-family: "BIZ UDGothic", sans-serif;
      font-weight: 600;
    font-style: normal;
    position: absolute;
      top: 5px;
      left: 30px;
      font-size: 22px;
      color: #2e4e92;
  }
  
  .service-summary {
    margin-bottom: 100px;
  }
  
  .service-summary ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    list-style: none;
    padding: 0;
    justify-content: center;
  }
  
  .service-summary ul li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    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: 1em;
    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: 14px;
    height: 14px;
    padding-right: 10px;
  }</pre></body></html>