<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
.s_page--header .s_page--header_title {
  color: #ffffff;
}



/* ----------------------------------------------------------------------------
遉ｾ莨� &gt; 蜒阪″譁ｹ謾ｹ髱ｩ
/esg/society/workstyle-reform/
---------------------------------------------------------------------------- */
.s_timeline dl {
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.s_timeline dl::after,
.s_timeline dl::before {
  position: absolute;
  content: '';
  background-color: #225ca5;
}
.s_timeline dl::before {
  top: 13px;
  left: 0;
  width: 4px;
  height: 100%;
}
.s_timeline dl:last-child::before{
  height: calc(100% - 13px);
}
.s_timeline dl::after {
  top: 13px;
  left: -8px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.s_timeline dt {
  width: 130px;
  padding-left: 36px;
  color: #225ca5;
  font-family: Barlow,sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.0em;
}
@media (width &lt; 992px) {
  .s_timeline dl::after {
    left: -4px;
    width: 12px;
    height: 12px;
  }
  .s_timeline dt {
    width: 70px;
    padding-left: 12px;
    font-size: 18px;
  }
  .s_timeline dd {
    width: calc(100% - 70px);
    font-size: 14px;
  }
}



/* ----------------------------------------------------------------------------
繧ｬ繝舌リ繝ｳ繧ｹ &gt; 繧ｳ繝ｼ繝昴Ξ繝ｼ繝医�繧ｬ繝舌リ繝ｳ繧ｹ
/esg/governance/corporate/
---------------------------------------------------------------------------- */
.s_skillmatrix {
  table-layout: fixed;
  text-align: center;
}
.s_skillmatrix thead tr:first-child th:nth-of-type(-n+2) {
  width: calc(6em + 40px);
}
.s_skillmatrix thead tr:nth-of-type(2) th {
  padding: 10px;
  font-size: 16px;
}
.en .s_skillmatrix thead tr:nth-of-type(2) th {
  font-size: 14px;
}

.s_pay_point {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (992px &lt;= width) {
  .s_pay_point {
    display:flex;
  }
}
.s_pay_point--head,
.s_pay_point--item {
  position: relative;
  margin: 0 0 64px;
  padding: 15px;
  background-color: #225ca5;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.s_pay_point--head:before {
  position: absolute;
  top: calc(100% + 20px);
  right: 50%;
  width: 30px;
  height: 24px;
  content: '';
  background:url(/assets/images/common/icon_equal.svg) no-repeat 50%/contain;
  transform:translateX(50%) rotate(90deg);
}
.s_pay_point--item:last-child {
  margin: 0;
}
.s_pay_point--item:last-child:before {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/assets/images/common/icon_multiply.svg) no-repeat 50%/contain;
  transform: translateX(-50%);
}
@media (992px &lt;= width) {
  .s_pay_point--head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.6896551724%;
    margin: 0 60px 0 0;
  }
  .s_pay_point--head:before {
    top: 50%;
    right: -45px;
    width: 30px;
    height: 24px;
    transform: translateY(-50%);
  }
  .s_pay_point--body {
    width: 74.1379310345%;
  }
}
@media (576px &lt;= width) {
  .s_pay_point--body {
    display: flex;
  }
  .s_pay_point--item {
    width: 62.7906976744%;
    margin: 0 60px 0 0;
  }
  .s_pay_point--item:last-child {
    width: 30.2325581395%;
  }
  .s_pay_point--item:last-child:before {
    top: 50%;
    left: -45px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
  }
}



/* ----------------------------------------------------------------------------
遉ｾ莨� &gt; 繝繧､繝舌�繧ｷ繝�ぅ&amp;繧､繝ｳ繧ｯ繝ｫ繝ｼ繧ｸ繝ｧ繝ｳ
/esg/society/diversity-inclusion/
---------------------------------------------------------------------------- */
.s_page--body .box_dl .s_sdgs_bnr {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.s_page--body .s_sdgs_bnr li {
  width: 80px;
}



/* ----------------------------------------------------------------------------
ESG繝��繧ｿ
/esg/data/
---------------------------------------------------------------------------- */
.s_accordion + .s_accordion {
  margin-top: 30px;
}
.s_accordion--ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 20px 60px 20px 20px;
  border: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0em;
  transition: opacity .2s ease-out;
  cursor: pointer;
  z-index: 1;
}
.s_accordion--ttl:before,
.s_accordion--ttl:after {
  position: absolute;
  top: 50%;
  content: '';
  background: #225ca5;
  transform: translateY(-50%);
  z-index: -1;
}
.s_accordion--ttl:before {
  right: 29px;
  width: 14px;
  height: 2px;
}
.s_accordion--ttl:after {
  right: 35px;
  width: 2px;
  height: 14px;
  transition: .2s ease-out;
}
.s_accordion--ttl.active:after {
  opacity: 0;
  transform: rotate(90deg) translateX(-7px) translateY(calc(-50% + 7px));
}
.s_accordion--ttl h2 {
  transition: .2s ease-out;
}
.s_accordion--inner {
  height: 0;
  overflow: hidden;
}
.s_accordion--ttl.active + .s_accordion--inner {
    height: auto;
}
.s_accordion--content {
  display: block;
  padding: 25px 0 30px;
  border-left: none;
  border-right: none;
}
.s_accordion .s_title_02,
.s_accordion .s_title_03 {
  margin-bottom: 0;
}
/*
.s_accordion .box_scroll {
  margin-top: 0;
}
*/
.s_accordion table {
  text-align: center;
}
.s_accordion caption {
  margin-bottom: 10px;
}
.s_accordion .box_scroll + .box_scroll {
  margin-top: 40px;
}
@media (992px &lt;= width) {
  .s_accordion--ttl {
    padding: 30px 60px 30px 30px;
  }
  .s_accordion--content {
    min-height: 80px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  .s_accordion--ttl.active {
    border-bottom: 1px dashed #e0e0e0;
    font-size: 30px;
  }
}



/* ----------------------------------------------------------------------------
繧ｵ繧ｹ繝�リ繝薙Μ繝�ぅ謗ｨ騾ｲ蟋泌藤髟ｷ繝｡繝�そ繝ｼ繧ｸ
/esg/promotional-message/
---------------------------------------------------------------------------- */
.s_message .s_page--body {
  margin-top: 25px;
  overflow-x: visible;
}
.s_message--title {
  positon: relative;
}
.s_message--title .title {
  color: #225ca5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.s_message--title figure {
  position: absolute;
  top: -60px;
  right: -60px;
  max-width: 40%;
}
.s_message--title figure:after {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/assets/images/esg/promotional-message/bg_photo_chairperson.webp) no-repeat 50%;
  background-size: cover;
  z-index: 1;
}
.s_message--title figure img {
  position: relative;
  z-index: 2;
}
.s_message .position {
  margin-top: 60px;
  font-weight: 700;
  color: #2a3432;
  text-align: right;
}
.s_message .name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #2a3432;
  text-align: right;
}
@media (992px &lt;= width) {
  .s_message--title .title {
    display: flex;
    width: calc(100% - 500px);
    align-items: center;
    min-height: 560px;
    font-size: 35px;
  }
  .s_message .position {
    font-size: 20px;
    line-height: 1.4em;
  }
  .s_message .name {
    font-size: 30px;
  }
}
@media (width &lt; 1490px) {
  .s_message--title figure {
    right: 20px;
  }
  .s_message--title figure:after {
    top: 20px;
    left: 20px;
  }
}
/*
@media (width &lt; 1200px) {
  .s_message--title .title {
    width: calc(60% - 100px);
  }
}
*/
@media (width &lt; 992px) {
  .s_message--title .title {
    width: 100%;
  }
  .s_message--title figure {
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}



/* ----------------------------------------------------------------------------
繝槭ユ繝ｪ繧｢繝ｪ繝�ぅ
/esg/materiality/
---------------------------------------------------------------------------- */
.materiality .s_page--body .box_grid-cols_3 {
  gap: 10px;
}
.materiality .s_links {
  margin-top: 40px;
}
@media (768px &lt;= width) {
  .materiality .s_page--body .box_grid-cols_3 {
    gap: 10px;
  }
}
@media (width &lt; 768px) {
  .materiality .s_page--body .box_grid-cols_3 {
    gap: 10px;
    grid-template-columns: repeat(5,1fr);
  }
}



/* ----------------------------------------------------------------------------
繧ｵ繧ｹ繝�リ繝薙Μ繝�ぅ
/esg/
---------------------------------------------------------------------------- */
.sustainability .s_frame-nobg {
  padding-top: 0;
  padding-bottom: 160px;
  background: transparent;
}

.sustainability .s_slider .s_bnr--container {
  gap: 0;
}
.sustainability .s_slider .swiper-slide {
  background-color: #ffffff;
}
.sustainability .s_slider img {
  width: 100%;
}
.sustainability * + .s_bnr--container,
.sustainability * + h2 {
  margin-top: 60px;
}

.sustainability .box_esg {
  display: flex;
  border: 1px solid #cccccc;
  border-bottom: none;
}
.sustainability .box_esg dl {
  padding: 0 20px;
  flex: 1;
}
.sustainability .box_esg dt {
  border-bottom: 1px solid #cccccc;
}
.sustainability .box_esg dt a,
.sustainability .box_esg_data a {
  position: relative;
  display: block;
  padding: 30px 60px 30px 0;
  font-size: 25px;
  color: #225ca5;
  line-height: 1.2em;
}
.sustainability .box_esg dt a::before,
.sustainability .box_esg_data a::before {
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #225ca5;
  z-index: 2;
}
.sustainability .box_esg_data a::before {
  right: 30px;
}
.sustainability .box_esg dt a::after,
.sustainability .box_esg_data a::after {
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/icon_arrow_right_white.svg) no-repeat 50%/contain;
  z-index: 3;
}
.sustainability .box_esg_data a::after {
  right: 40px;
}
.sustainability .box_esg dt a::before,
.sustainability .box_esg_data a::before,
.sustainability .box_esg dt a::after,
.sustainability .box_esg_data a::after {
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}
.sustainability .box_esg dd a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.sustainability .box_esg dd a::after {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    content: '';
    background: transparent url(/assets/images/common/icon_arrow_right_blue.svg) 50% 50% no-repeat;
    transition: .2s ease-out;
}
.sustainability .box_esg dd a:hover::after {
  transform: translateX(5px);
}
.sustainability .box_esg_data {
  border: 1px solid #cccccc;
}
.sustainability .box_esg_data a {
  padding: 30px;
  font-weight: 700;
}

@media (992px &lt;= width) {
  .sustainability .s_slider--item .s_bnr {
    aspect-ratio: 335/173;
    height: auto;
    max-height: 600px;
  }
  .sustainability .box_esg dl + dl {
    border-left: 1px solid #cccccc;
  }
  .sustainability .box_esg dd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sustainability .box_esg li + li {
    margin-top: 10px;
  }
}
@media (width &lt; 992px) {
  .sustainability .s_frame-nobg {
    padding-bottom: 60px;
  }
  .sustainability .box_esg {
    flex-direction: column;
  }
  .sustainability .box_esg dl + dl {
    border-top: 1px solid #cccccc;
  }
  .sustainability .box_esg dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sustainability .box_esg li + li {
    border-top: 1px solid #e0e0e0;
  }
  .sustainability .box_esg dd a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}





/* ----------------------------------------------------------------------------
繧ｵ繧ｹ繝�リ繝薙Μ繝�ぅ繝ｻ繧｢繝ｯ繝ｼ繝�
/esg/sustainability-award/0000/
---------------------------------------------------------------------------- */
.sustainability-award_detail h4 span {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px 12px;
  background-color: #225ca5;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
}



</pre></body></html>