<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-blue {
  background: #f2faff;
  padding: 50px 50px 35px; }

.bg-blue-3col {
  background: #f2faff;
  padding: 40px 30px; }

.bg-blue-2col {
  background: #f2faff;
  padding: 35px 35px 20px; }

.corporatesection {
  margin-bottom: 30px; }
  .corporatesection .text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 2px; }

.bg-blue-3col .text {
  letter-spacing: 1.5px; }

.corporatesection .title-block {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 20px; }
.corporatesection .title-graph {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 20px; }
.corporatesection .title-list {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #0666a8; }
.corporatesection .text-small {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  margin-top: 27px; }

.corporatesectiontitle-wrapper {
  font-size: 32.5px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 1.3px;
  text-align: left;
  color: #0666a8;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .corporatesectiontitle-wrapper::before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #d4d4d4;
    position: absolute;
    left: 0;
    top: 0; }
  .corporatesectiontitle-wrapper::after {
    display: block;
    content: '';
    width: 180px;
    height: 3px;
    background: linear-gradient(90deg, #0973de 0%, #42b1e1 100%);
    position: absolute;
    left: 0;
    top: 0; }

.corporatesectiontitle {
  font-size: 32.5px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0666a8; }

.corporatewrapper {
  max-width: 1000px;
  margin: 0 auto; }

.corporatelead {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 20px; }

.corporatecontent-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.corporatecontent-item {
  width: 48%;
  margin-bottom: 95px;
  padding-top: 55px;
  border-top: 1px solid #d9d9d9; }

.corporatecontent .title-corporatecontent {
  position: relative;
  margin-left: 80px;
  margin-bottom: 55px;
  font-size: 24.5px;
  font-weight: bold;
  line-height: 1.51;
  color: #000000;
  letter-spacing: 0.08em; }
  .corporatecontent .title-corporatecontent::before {
    position: absolute;
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 60px;
    height: 60px;
    top: 50%;
    left: -80px;
    transform: translate(0, -50%); }

.corporatecontent-item:nth-of-type(1) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_property.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(2) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_profit.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(3) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_car.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(4) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_shipping.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(5) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_compensation.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(6) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_construction.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(7) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_transaction.png) no-repeat center center;
  background-size: 100%; }
.corporatecontent-item:nth-of-type(8) .corporatecontent .title-corporatecontent::before {
  background: url(/img/products/corporate/icon_officer.png) no-repeat center center;
  background-size: 100%; }

.corporatecontent .list li {
  margin-bottom: 10px; }

.corporatecontent-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8; }
  .corporatecontent-text small {
    display: block;
    line-height: 1.6; }

.corporateservice-content {
  display: flex;
  justify-content: space-between; }

.corporateservice-content-item-3col {
  width: 31.5%; }

.corporateservice-content-item-2col {
  width: 48%; }

/* small pc */
@media screen and (max-width: 768px) {
  .bg-blue {
    padding: 35px 20px 30px; }

  .bg-blue-3col, .bg-blue-2col {
    padding: 35px 20px; }

  .corporatewrapper {
    margin: 0 15px; }

  .corporatelead {
    padding-top: 60px; }

  .corporatecontent-list {
    display: block; }

  .corporatecontent-item {
    width: 100%;
    margin-bottom: 90px;
    padding-top: 40px; }

  .corporatecontent .title-corporatecontent {
    margin-left: 60px;
    margin-bottom: 50px; }
    .corporatecontent .title-corporatecontent::before {
      width: 45px;
      height: 45px;
      left: -60px; }

  .corporatesectiontitle-wrapper {
    padding: 30px 0; }
    .corporatesectiontitle-wrapper::after {
      width: 100px; }

  .corporatesectiontitle {
    font-size: 30px;
    letter-spacing: 4px; }

  .corporatesection .title-block {
    line-height: 1.5;
    margin-bottom: 15px; }
  .corporatesection .title-list {
    letter-spacing: 1.6px; }

  .corporatecontent .list li {
    margin-bottom: 8px; }

  .corporatecontent-text small {
    line-height: 1.8; }

  .corporateservice-content {
    display: block; }

  .corporatesection .text-small {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 25px; }

  .corporateservice-content-item-3col, .corporateservice-content-item-2col {
    width: 100%;
    margin-bottom: 30px; } }
.corporate-item {
  /*margin-bottom: 95px;*/ }
  .corporate-item &gt; li {
    margin-bottom: 90px;
    border-top: 1px solid #d9d9d9;
    padding-top: 40px; }
  .corporate-item h3 {
    position: relative;
    padding: 0px 0px 0px 1.8em;
    list-style: none; }
    .corporate-item h3:before {
      position: absolute;
      top: 18px;
      left: 0px;
      transform: translateY(-50%) rotate(45deg);
      width: 1em;
      height: 1em;
      background-color: #0666a8;
      content: ""; }
  .corporate-item .corporate-item-list {
    position: relative; }
    .corporate-item .corporate-item-list li.blanklink {
      font-size: 16px;
      margin-bottom: 21px;
      line-height: 1.6;
      letter-spacing: 0.05em; }
      .corporate-item .corporate-item-list li.blanklink a[target="_blank"] {
        padding-left: 22px; }
        .corporate-item .corporate-item-list li.blanklink a[target="_blank"]:before {
          display: block;
          content: '';
          background: url(/img/common/icon_blank.png) no-repeat left top;
          background-size: 100%;
          background-size: 100%;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 0;
          top: 7px; }
      .corporate-item .corporate-item-list li.blanklink a {
        display: block;
        position: relative; }
    .corporate-item .corporate-item-list li.pamphlink {
      margin-bottom: 17px;
      font-size: 16px;
      line-height: 1.73;
      position: relative;
      padding-left: 20px;
      letter-spacing: 0.1em;
      margin: 50px 0 0; }
      .corporate-item .corporate-item-list li.pamphlink + .pamphlink {
        margin-top: 20px; }
      .corporate-item .corporate-item-list li.pamphlink:before {
        display: block;
        content: '';
        background: url(../img/common/icon_list.png) no-repeat left top;
        background-size: 100%;
        width: 6px;
        height: 6px;
        position: absolute;
        left: 0;
        top: 11px; }
    .corporate-item .corporate-item-list .corporate-btn {
      width: 400px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }
      .corporate-item .corporate-item-list .corporate-btn a {
        display: block;
        border: 1px solid #222;
        background: #fff;
        text-align: left;
        padding: 10px 15px 10px 60px;
        line-height: 1.6;
        font-weight: bold;
        letter-spacing: 0.06em; }

@media screen and (max-width: 768px) {
  .corporate-item .corporate-item-list li.pamphlink {
    margin: 0; }
  .corporate-item .corporate-item-list .corporate-btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    position: static;
    transform: translate(0, 0); }
    .corporate-item .corporate-item-list .corporate-btn a {
      padding: 10px 15px 10px 60px;
      line-height: 1.6; } }
.pamph .icon-thumb {
  height: 50px;
  width: auto;
  left: 7px; }

.pamph:before {
  right: 0; }
</pre></body></html>