@charset "UTF-8";

/* sustainability styles */
.u-wid-5 {
  width: 5px !important;
  min-width: 5px !important;
}

.u-wid-11per {
  width: 11% !important;
  min-width: 11% !important;
}

.u-wid-12per {
  width: 12% !important;
  min-width: 12% !important;
}

.u-wid-13per {
  width: 13% !important;
  min-width: 13% !important;
}

.u-wid-14per {
  width: 14% !important;
  min-width: 14% !important;
}

.u-wid-16per {
  width: 16% !important;
  min-width: 16% !important;
}

.u-wid-18per {
  width: 18% !important;
  min-width: 18% !important;
}

.u-wid-23per {
  width: 23% !important;
  min-width: 23% !important;
}

.u-wid-32per {
  width: 32%
}

.u-wid-34per {
  width: 34%
}

.u-wid-48per {
  width: 48%
}

@media (max-width: 820px) {
  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-md-95per {
    width: 95%;
    min-width: 95%;
  }
}

.u-justify--end {
  justify-content: flex-end;
}

.u-d-block.u-mr-03em- {
  margin-right: -.3em;
}

.u-d-block.u-mr-08em- {
  margin-right: -.8em;
}

.u-d-block.u-mr-1em- {
  margin-right: -1em;
}

/* title */
.u-title--condensed {
  letter-spacing: .03em;
}

@media (min-width: 821px) {
  .u-row--reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 820px) {
  .u-row-md--reverse {
    flex-direction: row-reverse;
  }
}

/* gap */
.u-gap-12 {
  gap: 12px;
}

/* c-row */
@media (max-width: 820px) {
  .c-row {
    margin-inline: -5px;
  }
}

/* c-row semi-wide */
.c-row__gutters--semi-wide {
  margin-right: -12px;
  margin-left: -12px;
}

@media (max-width: 540px) {
  .c-row__gutters--semi-wide {
    margin-right: -4px;
    margin-left: -4px;
  }
}

.c-row__gutters--semi-wide>.c-col,
.c-row__gutters--semi-wide>[class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 540px) {

  .c-row__gutters--semi-wide>.c-col,
  .c-row__gutters--semi-wide>[class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
  }
}

/* table (condensed) */
.c-table.c-table--condensed th,
.c-table.c-table--condensed td {
  padding: .5em .4em;
}

.c-table.c-table--semi-condensed th,
.c-table.c-table--semi-condensed td {
  padding: 1em;
}

.c-table.c-table--txt-condensed th,
.c-table.c-table--txt-condensed td {
  letter-spacing: -.02em;
}

.u-text--size--s2,
.u-text--size--s2 a {
  font-size: 1.1rem !important;
  line-height: 1.7;
}

/* table (font size smaller) */
.c-table.u-text--size--s th,
.c-table.u-text--size--s td,
.c-table.u-text--size--s2 th,
.c-table.u-text--size--s2 td,
.c-table.u-text--size--ss th,
.c-table.u-text--size--ss td {
  font-size: inherit;
}

.u-text--size--s caption,
.u-text--size--s2 caption,
.u-text--size--ss caption {
  font-size: 1.4rem;
}

@media (max-width: 820px) {
  .c-table.c-table--condensed th,
  .c-table.c-table--condensed td {
    padding: .5em .3em;
  }
}

@media (max-width: 540px) {

  .c-table.c-table--condensed th,
  .c-table.c-table--condensed td {
    padding: 0.5em 0.2em;
  }

  .c-table__scroll--fixedheight .c-table.c-table--wid-880 {
    width: 880px;
  }
}

/* materiality table */
.p-sus-materiality__head {
  margin: 0 0 1.5em;
  padding-bottom: .2em;
  font-size: clamp(1.5rem, 1vw + 1.18rem, 2rem);
  font-weight: 600;
  border-bottom: 1px solid;
}

.p-sus-materiality__wrap .p-sus-materiality__title {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 1.3em;
}

.p-sus-materiality__wrap .p-sus-materiality__cat {
  margin-right: .5em;
  width: 2.5em;
  height: 2.5em;
  color: #000;
  display: inline-grid;
  place-items: center;
}

.p-sus-materiality__table {
  margin-top: 1em;
}

.p-sus-materiality__table tr,
.p-sus-materiality__table tr:first-child {
  border: 0;
}

.p-sus-materiality__table th,
.p-sus-materiality__table td {
  padding: 12px 8px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}

.p-sus-materiality__table thead th {
  border-color: rgba(0, 0, 0, .1);
  font-weight: bold;
  font-size: .9em;
  padding-block: 3px;
  line-height: 1.3;
  text-align: center;
}

.p-sus-materiality__table .c-table__head {
  border-top-color: rgba(255, 255, 255, .7);
  border-bottom-color: rgba(255, 255, 255, .7);
}

.p-sus-materiality__table .u-text--condensed {
    margin-inline: -.95em -.4em;
    letter-spacing: -.025em;
}

/* environment color */
.p-sus-materiality__wrap--environment .p-sus-materiality__head {
  border-bottom: 1px solid #55ab3e;
  color: #55ab3e;
}

.p-sus-materiality__wrap--environment .p-sus-materiality__title {
  color: #55ab3e;
}

.p-sus-materiality__wrap--environment .p-sus-materiality__table thead th {
  background: #e5f1db;
}

/* society color */
.p-sus-materiality__wrap--social .p-sus-materiality__head {
  border-bottom: 1px solid #0075be;
  color: #0075be;
}

.p-sus-materiality__wrap--social .p-sus-materiality__title {
  color: #0075be;
}

.p-sus-materiality__wrap--social .p-sus-materiality__table thead th {
  background: #cedaf0
}

/* governance color */
.p-sus-materiality__wrap--governance .p-sus-materiality__head {
  border-bottom: 1px solid #eea44c;
  color: #eea44c;
}

.p-sus-materiality__wrap--governance .p-sus-materiality__title {
  color: #eea44c;
}

.p-sus-materiality__wrap--governance .p-sus-materiality__table thead th {
  background: #fdead3;
}

@media (max-width: 540px) {
  .p-sus-materiality__wrap .p-sus-materiality__icon {
    margin-top: .5em;
  }

  .p-sus-materiality__wrap .p-sus-materiality__icon img {
    width: 35px;
    height: auto;
  }
}

/* materiality styles */
.p-sta-management__process::before {
  content: "";
  width: 1px;
  height: calc(100% - 9em);
  background: linear-gradient(to bottom, #FBE032 0%, #009A66 100%);
  position: absolute;
  top: 20px;
  left: 45px;
}

@media (max-width: 540px) {
  .p-sta-management__process::before {
    height: calc(100% - 14em);
    left: 30px;
  }
}

@media (max-width: 429px) {
  .p-sta-management__process::before {
    height: calc(100% - 18em);
  }
}

@media (max-width: 360px) {
  .p-sta-management__process::before {
    height: calc(100% - 21em);
  }
}

/* 上部ページ内リンク  */
.p-sus__contents__wrapper {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 60px;
}

/* @media (max-width: 1279px) {
  .p-sus__contents__wrapper {
    padding: 0 30px;
  }
} */

.p-sus__contents__list {
  /* border-left: #CCCCCC solid 1px; */
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  /* padding-left: 30px; */
}

.p-sus__contents__list__title {
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .p-sus__contents__list__title {
    margin-bottom: 30px;
  }
}

.p-sus__contents__item {
  width: 49.5%;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 640px) {
  .p-sus__contents__item {
    width: 100%;
  }
}

.p-sus__contents__link {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
}

@media (min-width: 821px) {
  .p-sus__contents__link::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #009A66 0%, #009FE6 100%);
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s cubic-bezier(0.47, 0.34, 0.29, 1.01);
  }
}

@media (min-width: 821px) {
  .p-sus__contents__link:hover::after {
    transform: scale(1, 1);
  }
}

.p-sus__contents__link__num {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-right: 72px;
  position: relative;
}

.p-sus__contents__link__num::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 10px;
  left: 40px;
}

.p-corporate-vision__grid__title::before {
  background: linear-gradient(to right, #FBE032 0%, #009A66 100%);
}

.en .c-box.p-corporate-vision__grid .p-corporate-vision__grid__title,
.en .c-box.p-corporate-vision__grid .p-corporate-vision__grid__subtitle,
.en .c-box.p-corporate-vision__grid .p-corporate-vision__grid__text {
    font-size: 1.4rem;
}

/* governance > corporate governance message */
.p-sta__message__wrapper.img-none:before {
  height: 100%;
}


/* environment > ecology */
.p-sus-ecology__wrap {
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.p-sus-ecology__title {
  background: #E2F3EE;
  padding: .4em .8em .3em;
  margin: 0 !important;
}

.p-sus-ecology__inner > [class*=p-sus-ecology__] {
  padding: min(4%, 1.5em);
}

.p-sus-ecology__img-wrap {
  background: #F0F9F6;
}

.p-sus-ecology__img-inner--border-top {
  padding: 12px calc(1em - 8px) 0;
  margin: 12px -1em 0;
  border-top: 2px solid #fff;

  @media screen and (max-width: 820px) {
    padding-top: 36px;
    margin-top: 36px;
  }
}

.p-sus-ecology__c-box {
  padding: 1.5em;
}

.p-sus-ecology__wrap .c-list>li a {
  word-break: break-all;
}

@media screen and (max-width: 820px) and (min-width: 541px) {
  .p-sus-ecology__inner > [class*=p-sus-ecology__] {
    padding: 3.5%;
  }
}

/* environment > renewableenergy */
.p-sus-renewableenergy__wrap {
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.p-sus-renewableenergy__wrap + .p-sus-renewableenergy__wrap {
  border-top: 0;
}

.p-sus-renewableenergy__title {
  background: #E2F3EE;
  padding: .4em .8em .3em;
  margin: 0 !important;
}

.p-sus-renewableenergy__inner {
  display: flex;
  flex-direction: column;
}

.p-sus-renewableenergy__block {
  padding: 1.5em;
}

.p-sus-renewableenergy__block + .p-sus-renewableenergy__block {
  border-top: 1px solid #ddd;
}

/* strategies > materiality */
.p-sus-materiality__theme-header {
  display: flex;
  gap: 6px;
  text-align: center;
}

.p-sus-materiality__theme-header-item {
  flex: 1;
  padding: 1em 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  font-weight: bold;
}

.p-sus-materiality__theme {
  --color--def: #474747;
  --color--env: #55ab3e;
  --color--soc: #0075be;
  --color--gov: #eea44c;

  --grad--env: linear-gradient(to left, #8BC34A 0%, #009A66 100%);
  --grad--soc: linear-gradient(to left, #45ade1 0%, #0075be 100%);
  --grad--gov: linear-gradient(to left, #f0b329 0%, #f08f3d 100%);
}

.p-sus-materiality__theme--environment {
  --color: var(--color--env);
  --grad: var(--grad--env);
}

.p-sus-materiality__theme--social {
  --color: var(--color--soc);
  --grad: var(--grad--soc);
}

.p-sus-materiality__theme--governance {
  --color: var(--color--gov);
  --grad: var(--grad--gov);
}

.p-sus-materiality__theme-cat {
  margin: 0 0 .35em;
  font-size: clamp(1.5rem, 1vw + 1.18rem, 2rem);
  color: var(--color, var(--color--def));
  font-weight: bold;
  letter-spacing: .06em;
}

.p-sus-materiality__theme-box {
  gap: 2px;
}

.p-sus-materiality__theme-box > * {
  padding: 2rem;
  background: #f8f8f8;
}

.p-sus-materiality__theme-box + .p-sus-materiality__theme-box {
  border-top: 2px solid #fff;
}

.p-sus-materiality__theme-title {
  font-size: clamp(1.8rem, 0.8vw + 1.544rem, 2.2rem);
  color: var(--color, var(--color--def));
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: .06em;
}

.p-sus-materiality__theme-list>li {
  position: relative;
  padding-left: 1em;
  color: var(--color, var(--color--def));
  font-weight: bold;
  font-size: clamp(1.4rem, 0.4vw + 1.272rem, 1.6rem);
  line-height: 1.3;
}

.p-sus-materiality__theme-list>li+li {
  margin-top: .6em;
}

.p-sus-materiality__theme-list>li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .3em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: var(--color, var(--color--def));;
  transform: rotate(45deg);
  opacity: .35;
}

.p-sus-materiality__theme-sdgs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: fit-content;
  max-width: 154px;
  margin-inline: auto;
}

.p-sus-materiality__theme-sdgs_list li {
  flex: 0 0 50px;
}

@media (min-width: 821px) {
  .p-sus-materiality__theme-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }

  .p-sus-materiality__theme-box > * {
    display: grid;
    gap: 1.8rem;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }

  .p-sus-materiality__theme-title {
    display: grid;
    align-items: center;
  }

  .p-sus-materiality__theme-sdgs_list {
    justify-content: flex-end;
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 820px) {
  .p-sus-materiality__theme-col + .p-sus-materiality__theme-col {
    padding-top: 0;
  }

  .p-sus-materiality__theme-title {
    margin: 0 0 1em;
  }

  .p-sus-materiality__theme-list {
    margin-top: 2em;
  }
}

/* materiality KPI & Target */
.c-list--materiality {
  display: flex;
  flex-wrap: wrap;
  gap: .3em;
}

.c-list--materiality li {
  width: 100%;
  line-height: 1.7;
  padding-left: 1em;
  position: relative;
}

.c-list--materiality li::before {
  --color_def: #808080;
  --arrw-color: var(--color, var(--color_def));
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: .45em;
  height: .45em;
  border-top: 1px solid var(--arrw-color);
  border-right: 1px solid var(--arrw-color);
  transform: rotate(45deg);
}

.p-sus-materiality__wrap--environment .c-list--materiality li::before {
  --color: #55ab3e;
}

.p-sus-materiality__wrap--social .c-list--materiality li::before {
  --color: #0075be;
}

.p-sus-materiality__wrap--governance .c-list--materiality li::before {
  --color: #eea44c;
}

/* gavernance > corporate governance */
.c-table--skillmatrix,
.c-table--skillmatrix thead tr,
.c-table--skillmatrix tbody tr {
  border-block: 0 !important;
}

.c-table--skillmatrix th,
.c-table--skillmatrix td {
  border-bottom: 1px solid #e0e0e0;
}

.c-table--skillmatrix .c-table__border--none {
  background: #fff;
  border-block: 0;
}

.c-table--skillmatrix .u-text--condensed {
  letter-spacing: -.1em;
  margin-inline: -.5em;
  font-size: .95em;
}

@media screen and (min-width: 821px) {
  .c-table--skillmatrix thead th {
      border-top: 1px solid #e0e0e0; }
}