<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: 95px;
    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;
  }
  
  /* 譛ｬ譁��繧ｹ繧ｿ繧､繝ｫ */
  .group-companies {
    max-width: 1022px;
    margin: 0 auto 40px auto;
    /* text-align: center; 荳ｭ螟ｮ謠�∴ */
  }
  
  .group-companies h3 {
    font-size: 2em;
    padding: 5px 0;
    color: #2B528F;
    border-left: 11px solid #2B528F;
    text-align: left; /* 蟾ｦ謠�∴ */
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .company {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto 40px auto;
  }
  
  .company h4 {
    font-size: 1.3em;
    color: #2B528F;
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .company-info {
    width: 40%;
  }
  
  .company-info-container {
    background-color: #F3F6FB;
    width: 385px;
    padding: 15px 15px 15px 40px;
    border-radius: 15px;
  }
  
  .company p {
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sub-list {
    text-align: left;
    padding-left: 0;
    list-style: disc;
    line-height: 2.2em;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .sub-list span {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .company-logo {
    margin-right: 20px;
    width: 400px;
  }
  
  .company-logo img {
    max-width: 340px;
    height: auto;
  }
  
  /* 莨夂､ｾ諠��ｱ蜈ｱ騾壹Γ繝九Η繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
  .company-menu {
    margin: 60px auto;
    max-width: 1170px;
  }
  
  .menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    /* background-color: rgb(161, 160, 158); */
  }
  
  .menu-item {
    width: 260px;
    min-width: 260px;
    margin: 10px;
    text-align: center;
    padding: 20px;
  }
  
  .menu-item img {
    width: 100%;
    height: auto;
    max-width: 80px;
    margin-bottom: 10px;
  }
  
  .menu-item ul {
    list-style: none;
    padding: 0;
  }
  
  .menu-item ul li {
    display: block;
    position: relative;
    margin-bottom: 11px;
    padding: 13px 0 13px 25px;
    text-align: left;
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
  }
  
  .menu-item ul li a {
    text-decoration: none;
    color: #000000;
  }
  
  .menu-item ul li img {
    display: block;
    position: absolute;
    top: 12px;
    left: 120px;
    width: 100%;
    max-width: 25px;
    padding-left: 100px;
  }
  
  .menu-item ul li:nth-child(1) {
    background-color: #2B528F;
  }
  
  .menu-item ul li span {
    color: #ffffff;
  }</pre></body></html>