<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: var(--graybackground);
}

.container {
  position: relative;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.title-container {
  height: 398px;
  padding-top: 120px;
  margin-left: 13%;
  margin-right: 20px;
}

.title-container span {
  font-family: "Noto Sans JP", Helvetica, sans-serif;
}

.title-container h2 {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  color: var(--blackheading);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 2.56px;
}

.text-bold-orange {
  color: var(--vivid-orange);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.56px;
}

.text-light-grey {
  color: var(--graycaption);
  font-family: 'Inter', 'Noto Sans JP', sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.reset-letter-spacing {
  letter-spacing: normal;
}

.title-background img {
  width: 100%;
}

.content {
  background: var(--translucent-white);
  backdrop-filter: blur(10px);
  padding: 80px 20% 120px 20%;
  width: 100%;
}

.note-wrapper {
  background: var(--graybackground);
  padding: 40px;
}

.note {
  color: var(--blackheading);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.services-wrap {
  display: flex;
  gap: 20px;
}

.service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
  color: var(--blackheading) !important;
  border-top: 1px solid var(--grayline);
  border-bottom: 1px solid var(--grayline);
  padding: 20px 0;
  width: 100%;
}

.service-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.clear-flex {
  flex: 0 0 auto;
}

.article-wrapper:not(:last-child) {
  margin-bottom: 100px;
}

.article-wrapper h3 {
  color: var(--vivid-orange);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 28px;
}

.article-header {
  display: table;
  width: 100%;
  position: relative;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.article-header:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--vivid-orange);
  border-radius: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 12px 0;
}

.sub-header {
  color: var(--blackheading);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.article-content {
  color: var(--graybody);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.graph-container {
  display: flex;
  gap: 99px;
  width: 100%;
  border: 1px solid var(--grayline);
  background: var(--white);
  padding: 27px 38px 28px;
}

.graph-wrapper {
  flex: 0 1 auto;
  width: 100%;
}

.graph-image {
  width: 100%;
  margin-top: 28px;
}

.graph-title {
  text-align: center;
  color: var(--blackheading);
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.information-container {
  padding: 0 20%;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 20px;
  flex: 0 0 100%;
}

.grid-item {
  background-color: var(--white);
  backdrop-filter: blur(10px);
  display: flex;
}

.grid-item a {
  padding: 28px;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.92px;
  text-decoration: none;
  color: var(--blackheading);
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.grid-item span {
  width: calc(100% - 12px);
  margin-right: 12px;
}

.grid-item img {
  content: "";
  float: right;
}

.group-wrapper {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.grid-container .link-group:last-child .information-wrapper {
  background-image: url(/about/img/philosophy_img02.png)
}

.group-wrapper::before,
.sustainability-wrapper::before {
  background-color: var(--dim-dark);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.group-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20% 61px;
}

.group-title {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-text {
  color: var(--white);
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 1.28px;
  word-break: break-all;
}

.img-view-more {
  width: 19.001px;
  height: 14.142px;
  z-index: 1;
}

.group {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.24px;
}

.background-image-top {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
}

.background-image-top-sp {
  display: none;
}

.background-image-bottom {
  position: absolute;
  top: calc(100% - 1070px);
  z-index: -1;
}

.background-image-bottom-sp {
  display: none;
}

.category-tag {
  padding: 6px 20px;
  color: var(--vivid-orange);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  border-radius: 60px;
  border: 1px solid var(--vivid-orange);
  text-align: center;
}

.table-content {
  color: var(--graybody);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.text-title {
  color: var(--blackheading) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 180%;
  font-weight: 500;
}

.opt-pdf a:hover {
  text-decoration: none;
}

/*
==========================================================================
 Wrap Around
==========================================================================
*/
.wrap-around {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.wrap-around .brand {
  flex: 0 0 31.7%;
}

.wrap-around .brand img {
  width: 100%;
}

/*
==========================================================================
 Table common
==========================================================================
*/
.table tbody tr {
  border-top: 1px solid var(--grayline);
  border-bottom: 1px solid var(--grayline);
  font-family: 'Noto Sans JP', sans-serif;
}

.table tbody tr td {
  color: var(--graybody);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.table th {
  color: var(--blackheading);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.table .th-orange {
  color: var(--vivid-orange);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.table td.vertical-middle {
  vertical-align: middle;
}

/*
==========================================================================
 Table has header is a column
==========================================================================
*/
.table-col {
  width: 100%;
}

.table-col th,
.table-col td {
  padding: 20px 0;
}

.table-col tbody tr th {
  text-align: left;
  padding-right: 48px;
  width: 30%;
}

.table-w-content {
  width: 10% !important;
  padding-right: 24px !important;
}

.table-note {
  color: var(--graycaption);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

/*
==========================================================================
 Table has multi column
==========================================================================
*/
.table-multi-col {
  width: 100%;
}

.table-multi-col thead {
  border-top: 1px solid var(--grayline);
  background: var(--graybackground);
}

.table-multi-col th,
.table-multi-col td {
  padding: 15px;
}

.accordion-handle-box {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--grayline);
  background: var(--white);
  pointer-events: visible;
  cursor: pointer;
}

.accordion-handle-box:hover .accordion-handle-title {
  opacity: 0.7;
}

.accordion-handle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.accordion-handle-title {
  color: var(--blackheading);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  position: relative;
  width: 100%;
}

.is-collapsed .accordion-handle-title::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/common/img/parts/icon_plus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.is-expanded .accordion-handle-title::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/common/img/parts/icon_minus.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*
==========================================================================
 Navigation Link
==========================================================================
*/
.navigation-wrapper {
  padding: 60px 12.7%;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  background-color: var(--translucent-white);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--grayline);
  justify-content: space-between;
  flex-flow: wrap;
}

.navigation-link {
  width: 100%;
  display: flex;
  gap: 8px;
  text-decoration: none;
}

.navigation-link:hover {
  text-decoration: none;
}

.navigation-link span {
  color: var(--blackheading);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}

/*
==========================================================================
 1280px
==========================================================================
*/
@media screen and (max-width: 1280px) {
  .background-image-top {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 100px;
  }

  .background-image-top-sp {
    display: none;
  }

  .table-w-content {
    width: 13% !important;
  }

  .navigation-wrapper {
    padding: 60px;
  }
}

/*
==========================================================================
 1024px
==========================================================================
*/
@media screen and (max-width: 1024px) {
  /*
  ==========================================================================
  background image
  ==========================================================================
  */
  .background-image-top {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 150px;
  }

  .background-image-top-sp {
    display: none;
  }

  .navigation-wrapper {
    margin-top: 0;
    padding: 0;
    flex-direction: column;
    gap: 0;
    border: none;
  }

  .navigation-item {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid var(--grayline);
  }

  .navigation-link {
    justify-content: space-between;
    padding: 28px 0;
  }

  .navigation-link span {
    text-align: left;
  }


  .table-scroll {
    overflow-x: scroll;
  }

  .table-multi-col {
    width: 600px;
    margin-bottom: 5px;
  }

  .table-scroll::-webkit-scrollbar {
    height: 4px;
    flex-shrink: 0;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    width: 120px;
    background: var(--graycaption);
    border-radius: 30px;
  }

  /*
  ==========================================================================
  grid container
  ==========================================================================
  */
  .grid-container {
    grid-template-columns: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    grid-gap: 12px;
    width: 100%;
  }
}

/*
==========================================================================
 900px
==========================================================================
*/
@media screen and (max-width: 900px) {
  .table-w-content {
    width: 16% !important;
  }
}

/*
==========================================================================
 768px
==========================================================================
*/
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .background-image-top {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 200px;
  }

  .background-image-top-sp {
    display: none;
  }

  .services-wrap {
    flex-direction: column;
    gap: 0;
  }

  .service-link:first-child {
    border-bottom: none;
  }

  .table-col tbody tr th,
  .table-col tbody tr td {
    display: block;
  }

  .table-col th {
    padding: 20px 0 0 0;
  }

  .table-col td {
    padding: 20px 0;
  }

  .table-w-content {
    width: 100% !important;
  }

  .graph-container {
    padding: 20px 25px;
    gap: 28px;
    flex-direction: column;
  }
}

/*
==========================================================================
 600px
==========================================================================
*/
@media screen and (max-width: 600px) {
  .title-container {
    height: 168px;
    padding-top: 48px;
    margin-left: 20px;
  }

  .title-container h2 {
    font-size: 52px;
    letter-spacing: 2.08px;
  }

  .text-bold-orange {
    font-size: 14px;
    letter-spacing: 1.6px;
  }

  .content {
    margin-top: 0;
    padding: 40px 20px 60px 20px;
  }

  .note-wrapper {
    padding: 20px;
  }

  .article-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }

  .article-header:before {
    margin: 11px 0;
  }

  .sub-header {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.8px;
  }

  .information-container {
    padding: 80px 20px;
    width: auto;
    height: fit-content;
  }

  .link-group {
    width: 100%;
  }

  .services-wrap {
    flex-direction: column;
    gap: 0;
  }

  .service-link:first-child {
    border-bottom: none;
  }

  .graph-container {
    padding: 20px 25px;
    gap: 28px;
    flex-direction: column;
  }

  .grid-container {
    padding: 0;
    margin: 0;
    grid-gap: 12px;
    width: 100%;
  }

  .group-wrapper,
  .sustainability-wrapper {
    width: 100%;
    height: auto;
  }

  .group-info {
    padding: 0px 20px;
    height: 197px;
  }

  .group-title {
    gap: 6px;
  }

  .group {
    letter-spacing: 1.4px;
  }

  .about-text {
    font-size: 36px;
    letter-spacing: 1.44px;
  }

  .background-image-top {
    display: none;
  }

  .background-image-top-sp {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 47px;
    display: block;
  }

  .background-image-bottom {
    display: none;
  }

  .background-image-bottom-sp {
    display: block;
    position: absolute;
    top: calc(100% - 324px);
    z-index: -1;
  }

  .wrap-around {
    flex-direction: column;
  }

  .wrap-around .brand {
    width: 77.6%;
    margin-left: auto;
    margin-right: auto;
  }

  .wraparound-text .icon-link {
    background-image: url(/common/img/parts/icon_link_small.svg);
  }

  /*
  ==========================================================================
  Table common
  ==========================================================================
  */
  .table th {
    font-size: 15px;
  }

  /*
  ==========================================================================
  Table has header is a column
  ==========================================================================
  */
  .table-col tbody tr th,
  .table-col tbody tr td {
    display: block;
  }

  .table-col tbody tr th {
    padding: 20px 0 4px 0;
    width: 100%;
  }

  .table-col tbody tr td {
    padding: 0 0 20px 0;
  }

  .table-m-full {
    width: 100% !important;
  }

  /*
  ==========================================================================
  Table scroll
  ==========================================================================
  */

  /*
  ==========================================================================
  Navigation Link
  ==========================================================================
  */

  

  .mt-m-6 {
    margin-top: 6px !important;
  }

  .mt-m-12 {
    margin-top: 12px !important;
  }

  .mt-m-20 {
    margin-top: 20px !important;
  }

  .mt-m-40 {
    margin-top: 40px !important;
  }

  .mt-m-48 {
    margin-top: 48px !important;
  }

  .mt-m-60 {
    margin-top: 60px !important;
  }

  .mb-m-28 {
    margin-bottom: 28px !important;
  }

  .mb-m-48 {
    margin-bottom: 48px !important;
  }

  .mb-m-60 {
    margin-bottom: 60px !important;
  }
}</pre></body></html>