@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.preload * {
  transition: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 1240px;
  color: #333333;
  line-height: 1.6;
}

input,
textarea,
button {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  color: inherit;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

strong,
em,
b {
  font-weight: bold;
}

em {
  font-style: normal;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

b {
  font-weight: bold;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

table {
  border-spacing: 0;
}

sub {
  position: relative;
  top: 0ex;
  font-size: 0.6em;
  vertical-align: baseline;
}

.l-main {
  font-size: 62.5%;
}

.l-contents {
  padding-top: 90px;
  background-color: #ffffff;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 20px;
}

.l-inner {
  max-width: 1240px;
}

.sustainability-lower-layer .l-main {
  margin-top: 64px;
}

.c-btn {
  width: fit-content;
  margin: 0 auto;
  padding-right: 10px;
}

.c-btn:not(:first-child) {
  margin-top: 30px;
}

.c-btn+.c-btn {
  margin-top: 20px;
}

.c-btn__link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 0 13px 15px;
  border: 1px solid #999999;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 1.6em;
  line-height: 1.313;
  text-align: center;
  transition: all 0.3s ease-out;
}

.c-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  width: 25px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #999999;
  content: "";
  transition: all 0.3s ease-out;
}

.c-btn__link:hover {
  border-color: #0097d6;
}

.c-btn__link:hover::after {
  background-color: #0097d6;
}

.c-btn__link[target=_blank] span::after {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 13px;
  margin-left: 0.3em;
  background: url(../images/sustainability/common/ico_window.svg) no-repeat top center/cover;
  content: "";
}

.c-btn__link[href$=".pdf"] span::after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 21px;
  height: 17px;
  margin-left: 0.3em;
  background: url(../images/sustainability/common/ico_pdf.svg) no-repeat top center/cover;
  content: "";
}

.c-btn--s {
  padding-right: 12.5px;
}

.c-btn--s .c-btn__link {
  min-width: 248px;
  min-height: 49px;
  padding-right: 22.5px;
}

.c-btn--s .c-btn__link::after {
  right: -12.5px;
  width: 25px;
}

.c-btn--m {
  padding-right: 17.5px;
}

.c-btn--m .c-btn__link {
  min-width: 287px;
  min-height: 61px;
  padding-right: 27.5px;
}

.c-btn--m .c-btn__link::after {
  right: -17.5px;
  width: 35px;
}

.c-btn--l {
  padding-right: 22.5px;
}

.c-btn--l .c-btn__link {
  min-width: 295px;
  min-height: 71px;
  padding-right: 32.5px;
}

.c-btn--l .c-btn__link::after {
  right: -22.5px;
  width: 45px;
}

.c-btn__text {
  margin-top: 10px;
  font-size: 1.6em;
  line-height: 1.313;
  text-align: center;
}

.c-text-link {
  display: inline-block;
  position: relative;
  color: #333333;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

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

.c-text-link[target=_blank]::after {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 13px;
  margin-left: 0.3em;
  background: url(../images/sustainability/common/ico_window.svg) no-repeat top center/cover;
  content: "";
}

.c-text-link[href$=".pdf"]::after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 21px;
  height: 17px;
  margin-left: 0.3em;
  background: url(../images/sustainability/common/ico_pdf.svg) no-repeat top center/cover;
  content: "";
}

.c-arrow-link {
  font-size: 1.6em;
  line-height: 1.313;
  transition: all 0.3s ease-out;
}

.c-arrow-link__arrow {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 9px;
  margin-left: 8px;
  background-color: #333333;
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease-out;
}

.c-arrow-link:hover .c-arrow-link__arrow {
  background-color: #0097d6;
}

.c-anchor-link {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
  padding-right: 20px;
  font-size: 1.6em;
  line-height: 1.563;
  transition: all 0.3s ease-out;
}

.c-anchor-link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 19px;
  height: 8px;
  transform: translateY(-50%) rotate(90deg);
  background-color: #333333;
  content: "";
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease-out;
}

.c-anchor-link:hover::after {
  background-color: #0097d6;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.125em;
  font-size: 1rem;
  line-height: 1.313;
}

.c-list-dot__item::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(100deg, #44edff 0%, #00a8ee 40%, #00a8ee 100%);
  content: "";
}

.c-list-dot__item+.c-list-dot__item {
  margin-top: 30px;
}

.c-table .c-list-dot__item+.c-list-dot__item {
  margin-top: 10px;
}

.c-list-dot span {
  display: block;
  margin-bottom: 10px;
}

.p-note-box .c-list-dot {
  margin-top: 10px;
}

.p-note-box .c-list-dot__item {
  padding-left: 0.8em;
}

.p-note-box .c-list-dot__item::before {
  width: 4px;
  height: 4px;
  background: #333333;
}

.p-note-box .c-list-dot__item+.c-list-dot__item {
  margin-top: 10px;
}

.c-list-note__item {
  font-size: 1.6em;
  line-height: 1.313;
}

.c-list-note__item::before {
  content: "*";
}

.c-list-note__item+.c-list-note__item {
  margin-top: 10px;
}

.p-text+.c-list-note,
.p-img+.c-list-note,
.c-table-container+.c-list-note {
  margin-top: 20px;
}

.c-list-text__item {
  font-size: 1.3em;
  line-height: 1.385;
}

.c-list-text__item+.c-list-text__item {
  margin-top: 10px;
}

.c-list-text:not(:first-child) {
  margin-top: 20px;
}

.c-list-order {
  display: table;
  margin: 40px 0;
  padding: 0;
  counter-reset: order;
}

.p-box .c-list-order:first-child {
  margin-top: 0;
}

.p-box .c-list-order:last-child {
  margin-bottom: 0;
}

.c-list-dot .c-list-order__item::after {
  margin-bottom: 10px;
}

.c-list-order__item {
  display: table-row;
  font-size: 1rem;
  line-height: 1.313;
  counter-increment: table-ol;
}

.c-list-order__item::before {
  display: table-cell;
  padding-right: 0.5em;
  content: counter(order) ".";
  color: #0097d6;
  font-weight: 700;
  text-align: right;
  counter-increment: order;
}

.c-list-order__item::after {
  display: block;
  margin-bottom: 30px;
  content: "";
}

.c-list-order__item:last-child::after {
  display: none;
}

.c-list-order__item span {
  display: block;
  margin-bottom: 5px;
}

.c-list-order-brackets__item {
  position: relative;
  font-size: 1rem;
  line-height: 1.313;
}

.c-list-order-brackets__item::after {
  position: absolute;
  top: 0;
  right: calc(100% + 0.5em);
  content: "(" counter(list-item) ")";
  color: #0097d6;
  font-weight: 700;
}

.c-list-order-brackets__item+.c-list-order-brackets__item {
  margin-top: 30px;
}

.c-list-order .c-list-order-brackets {
  margin-top: 10px;
  padding-left: 1.5em;
}

.c-list-order .c-list-order-brackets__item+.c-list-order-brackets__item {
  margin-top: 10px;
}

.c-table-container {
  overflow-x: auto;
}

.c-table-container:not(:first-child) {
  margin-top: 40px;
}

.p-text-unit+.c-table-container {
  margin-top: 10px;
}

.p-text-unit+.c-table-outer {
  margin-top: 10px;
}

.c-table {
  width: 100%;
  border: 1px solid #999999;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

.c-table caption {
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.313;
  text-align: left;
}

.c-table th,
.c-table td {
  padding: 18px 10px 15px;
  font-size: 1rem;
  line-height: 1.313;
  text-align: left;
}

.c-table th {
  font-weight: 700;
}

.c-table__cell-colored {
  background-color: #cde9f5;
}

.c-table__cell-dark-colored {
  background-color: #0097d6;
  color: #ffffff;
}

.c-table__cell-r-line {
  border-right: 1px solid #999999;
}

.c-table tr>*:not(:last-child) {
  border-right: 1px solid #999999;
}

.c-table thead th,
.c-table thead td {
  border-bottom: 1px solid #999999;
}

.c-table tbody tr:not(:last-of-type) th,
.c-table tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #999999;
}

.p-breadcrumb {
  padding: 16px 0;
}

.p-breadcrumb-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
}

.p-breadcrumb-list__item {
  color: #555555;
  font-size: 1.4em;
  line-height: 1.286;
}

.p-breadcrumb-list__item:not(:last-child) {
  position: relative;
  margin-right: 16px;
  padding-right: 17px;
}

.p-breadcrumb-list__item:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: #dddddd;
  content: "";
}

.p-breadcrumb-list__link {
  display: block;
  color: #555555;
  transition: all 0.3s ease-out;
}

.p-more-btn {
  padding-right: 10px;
}

.p-more-btn__link {
  display: flex;
  position: relative;
  align-items: center;
  width: 130px;
  height: 45px;
  padding: 14px 20px 13px 15px;
  border: 1px solid #999999;
  border-radius: 10px;
  font-size: 1.4em;
  transition: all 0.3s ease-out;
}

.p-more-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -11px;
  width: 25px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #999999;
  content: "";
  transition: all 0.3s ease-out;
}

.p-more-btn__link:hover {
  border-color: #0097d6;
}

.p-more-btn__link:hover::after {
  background-color: #0097d6;
}

.p-2col {
  display: flex;
  column-gap: 30px;
}

.p-2col:not(:first-child) {
  margin-top: 40px;
}

.p-2col--caption {
  flex-direction: row !important;
  margin-top: 10px !important;
}

.p-2col--caption .p-2col__item {
  width: calc(50% - 15px);
}

.p-3col {
  display: flex;
  column-gap: 30px;
}

.p-3col:not(:first-child) {
  margin-top: 40px;
}

.p-page-header {
  background: linear-gradient(100deg, #44edff 0%, #00a8ee 12%, #00a8ee 100%);
}

.p-page-header-box {
  display: flex;
  align-items: center;
  min-height: 148px;
  padding: 48px 0;
}

.p-page-header-box__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.083;
}

.p-link-list {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}

.p-anchor-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  row-gap: 30px;
}

.p-anchor-list__item {
  position: relative;
}

.p-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  border-radius: 100px;
  background: linear-gradient(100deg, #44edff 0%, #00a8ee 40%, #00a8ee 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.278;
  text-align: center;
}

.p-num-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(120deg, #44edff 0%, #00a8ee 40%, #00a8ee 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.318;
}

.p-box {
  padding: 40px;
  border-radius: 20px;
}

.p-box:not(:first-child) {
  margin-top: 40px;
}

.p-box--bg-blue {
  background-color: #ebf7fc;
}

.p-box--bg-gray {
  background-color: #eaecee;
}

.p-box--border-blue {
  border: 1px solid #0097d6;
}

.p-box--border-gray {
  border: 1px solid #999999;
}

.p-box__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.4;
  text-align: center;
}

.c-list-dot__item .p-box {
  margin-top: 20px;
}

.p-side-head {
  display: flex;
  align-items: center;
  min-height: 61px;
  margin-bottom: 8px;
  padding: 14px 0;
  border-bottom: 2px solid #0097d6;
}

.p-side-head__title {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.318;
}

.p-side-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  border-bottom: 1px solid #cccccc;
}

.p-side-nav-item__link {
  display: block;
  width: 100%;
  padding: 16px 12px 16px 0;
  font-size: 1.6em;
  line-height: 1.313;
  transition: all 0.3s ease-out;
}

.p-side-nav-item__btn {
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px 16px 0;
  border: none;
  background: none;
  font-size: 1.6em;
  line-height: 1.313;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.p-side-nav-list__item:has(.is-current) .p-side-nav-item__btn {
  font-weight: 700;
}

.p-side-nav-sub-list {
  display: none;
}

.p-side-nav-sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  border-bottom: 1px solid #cccccc;
  background-color: #ebf7fc;
}

.p-side-nav-sub-item__link {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6em;
  line-height: 1.313;
  transition: all 0.3s ease-out;
}

.p-side-nav-sub-item__link.is-current {
  color: #0097d6;
  font-weight: 700;
}

.p-side-nav-toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
}

.p-side-nav-toggle-icon::before,
.p-side-nav-toggle-icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0097d6;
  content: "";
}

.p-side-nav-toggle-icon::before {
  width: 12px;
  height: 1px;
}

.p-side-nav-toggle-icon::after {
  width: 1px;
  height: 12px;
}

.p-side-nav-toggle-icon.is-open::after {
  opacity: 0;
}

.sustainability-top .p-lang-switching .l-inner {
  max-width: none;
}

.p-lang-switching-btn {
  float: right;
}

.sustainability-top .p-lang-switching-btn {
  margin-bottom: 10px;
  float: none;
}

.p-lang-switching-btn__link {
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-top: 12px;
  font-family: "Arial", sans-serif;
  transition: opacity 0.3s ease-out;
}

.sustainability-top .p-lang-switching-btn__link {
  justify-content: end;
}

.p-lang-switching-btn__link .arrow {
  position: relative;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #0097d6;
}

.p-lang-switching-btn__link .arrow::before,
.p-lang-switching-btn__link .arrow::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 5px;
  width: 5px;
  height: 1px;
  transform-origin: calc(100% - 0.5px) 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  content: "";
}

.p-lang-switching-btn__link .arrow::before {
  transform: rotate(45deg);
}

.p-lang-switching-btn__link .arrow::after {
  transform: rotate(-45deg);
}

.p-lang-switching-btn__link .text {
  font-size: 1em;
}

.u-align-center {
  text-align: center !important;
}

.u-align-left {
  text-align: left !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-alternate {
  z-index: -9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: transparent;
  font-size: 0;
  white-space: nowrap;
  clip-path: inset(0 0 0 0);
}

.u-hidden {
  display: none;
}

.u-content {
  display: content;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-center {
  justify-content: center;
}

.u-fs-xxl {
  font-size: 3.2em !important;
}

.u-fs-xlg {
  font-size: 2.8em !important;
}

.u-fs-lg {
  font-size: 2.2em !important;
}

.u-fs-md {
  font-size: 1.6em !important;
}

.u-fs-sm {
  font-size: 1.4em !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fc-normal {
  color: #333333 !important;
}

.u-fc-red {
  color: #cc0000 !important;
}

.u-fc-gray {
  color: #999999 !important;
}

.u-fc-blue {
  color: #0097d6 !important;
}

.u-wm-vertical-rl {
  transform: rotate(180deg);
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

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

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

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

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

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

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

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

.p-category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.p-category-card {
  height: 100%;
}

.p-category-card__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 46px 30px 40px;
  border: 1px solid #0097d6;
  border-radius: 20px;
}

.p-category-card__title {
  display: block;
  width: fit-content;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.318;
  transition: all 0.3s ease-out;
}

.p-category-card__link:hover .p-category-card__title {
  color: #0097d6;
}

.p-category-card__title-arrow {
  display: inline-block;
  position: relative;
  top: 50%;
  width: 25px;
  height: 9px;
  margin-left: 8px;
  transform: translateY(-50%);
  background-color: #333333;
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease-out;
}

.p-category-card__link:hover .p-category-card__title-arrow {
  background-color: #0097d6;
}

.p-category-card__text {
  font-size: 1.6em;
  line-height: 1.469;
  transition: all 0.3s ease-out;
}

.p-category-card__link:hover .p-category-card__text {
  color: #0097d6;
}

.p-section+.p-section {
  margin-top: 100px;
}

.p-title-lv2 {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 4px solid #0097d6;
  font-weight: 700;
  font-size: 3.4em;
  line-height: 1.294;
}

.p-title-lv2+* {
  margin-top: 0 !important;
}

.p-title-lv3 {
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #0097d6;
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1.286;
}

.p-title-lv3+* {
  margin-top: 0 !important;
}

.p-title-lv3:not(:last-child) {
  margin-top: 60px;
}

.p-title-lv4 {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.292;
}

.p-title-lv4::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #0097d6;
  content: "";
}

.p-title-lv4+* {
  margin-top: 0 !important;
}

.p-title-lv4:not(:last-child) {
  margin-top: 40px;
}

.p-title-lv5 {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 12px;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.318;
}

.p-title-lv5::after {
  display: block;
  position: absolute;
  top: 2.5px;
  left: 0;
  width: 2px;
  height: 24px;
  background-color: #0097d6;
  content: "";
}

.p-title-lv5+* {
  margin-top: 0 !important;
}

.p-title-lv6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
}

.p-title-lv6::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  height: 20px;
  background-color: #dddddd;
  content: "";
}

.p-title-lv6+* {
  margin-top: 0 !important;
}

.p-text {
  font-size: 1rem;
  line-height: 1.6;
}

.p-text+.p-text {
  margin-top: 16px;
}

.p-img+.p-text,
.p-box+.p-text {
  margin-top: 30px;
}

.c-btn+.p-text {
  margin-top: 40px;
}

.p-text-unit {
  font-size: 1.6em;
  line-height: 1.6;
  text-align: right;
}

.p-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.p-img:not(:first-child) {
  margin-top: 40px;
}

.p-img+.p-img {
  margin-top: 40px;
}

.p-2col+.p-img {
  margin-top: 30px;
}

.p-img__click-text {
  font-size: 1.4em;
  line-height: 1.286;
}

.p-img__title {
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.278;
  text-align: center;
}

.p-img__link {
  position: relative;
}

.p-img__link::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-img__link:hover::before {
  opacity: 1;
}

.p-img__caption {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.267;
  text-align: center;
}

.p-img__caption .name {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.p-2col--text-and-img .p-img {
  width: 350px;
}

.p-2col--text-and-img-v2 .p-img {
  width: 250px;
}

.p-border {
  margin: 40px 0;
  border: 1px solid #dddddd;
}

.p-num-box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em;
}

.p-num-box span {
  display: block;
}

.p-num-box .p-num {
  color: #0097d6;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.313;
}

.p-right-text-box {
  width: fit-content;
  margin-top: 40px;
  margin-right: 0;
  margin-left: auto;
}

.p-right-text-box .p-img {
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: auto;
}

.p-right-text-box .p-text {
  margin-top: 0 !important;
}

.p-note-box {
  margin-top: 20px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: none;
}

.wdp70 {
  width: 70%;
}

.wdp50 {
  width: 50%;
}

.wdp40 {
  width: 40%;
}

.wdp30 {
  width: 30%;
}

.wdp25 {
  width: 25%;
}

.wdp21 {
  width: 21%;
}

.wdp16 {
  width: 16%;
}

.wdp15 {
  width: 15%;
}

.wdp14 {
  width: 14%;
}

.wdp11 {
  width: 11%;
}

.wdp10 {
  width: 10%;
}

.wdp9 {
  width: 9%;
}

.p-top-mv {
  z-index: 2;
  position: relative;
  min-width: 1240px;
  padding: 0;
  margin-bottom: -44px;
}

.p-top-mv__inner {
  position: relative;
  padding: 129px 0 201px 90px;
  overflow: hidden;
}

.p-top-mv__inner::before {
  display: block;
  position: absolute;
  top: 0;
  right: -68px;
  width: 100%;
  height: 600px;
  background: url(../images/sustainability/top/mv.png) no-repeat right top/auto 100%;
  content: "";
}

.p-top-mv__title-box {
  position: relative;
  padding-top: 92px;
  padding-left: 50px;
}

.p-top-mv__title-box::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 153px;
  content: "Sustainability";
  color: rgba(0, 151, 214, 0.08);
  font-weight: 700;
  font-size: 7.8125em;
  line-height: 1.224;
  letter-spacing: -0.02em;
}

.p-top-mv__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.525;
}

.p-top-mv__title-sub {
  position: relative;
  padding-top: 17px;
  color: #0097d6;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.208;
  font-family: "corbel", "Helvetica Neue", Arial, sans-serif;
}

.p-top-mv__title-sub::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 2px;
  background-color: #0097d6;
  content: "";
}

.p-top-section__title {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
  color: #0097d6;
  font-weight: 700;
  font-size: 4.5em;
  line-height: 1.222;
}

.p-top-section__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background-color: #0097d6;
  content: "";
}

.p-top-section-head {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  margin-bottom: 55px;
}

.p-top-section-head .p-more-btn {
  margin-top: 7px;
}

.p-top-management-section {
  z-index: 0;
  position: relative;
  margin-top: -100px;
  padding-top: 215px;
  padding-bottom: 140px;
}

.p-top-management-section::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sustainability/top/bg_mgmt.png) no-repeat center/cover;
  content: "";
}

.p-top-management-section .p-top-section__title {
  color: #ffffff;
}

.p-top-management-section .p-top-section__title::after {
  background-color: #ffffff;
}

.p-top-management-section .p-top-section-head .p-more-btn__link {
  border-color: #ffffff;
  color: #ffffff;
}

.p-top-management-section .p-top-section-head .p-more-btn__link::after {
  background-color: #ffffff;
}

.p-top-management-section .p-top-section-head .p-more-btn__link:hover {
  color: #ffffff;
  opacity: 0.7;
}

.p-top-management {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  gap: 40px;
}

.p-top-management__item:first-child {
  position: relative;
}

.p-top-management__item-link {
  border-radius: 20px;
}

.p-top-management__item-link::before {
  border-radius: 20px;
}

.p-top-management__item:first-child .p-top-management__item-link,
.p-top-management__item:last-child .p-top-management__item-link {
  border-radius: 24px;
}

.p-top-management__item:first-child .p-top-management__item-link::before,
.p-top-management__item:last-child .p-top-management__item-link::before {
  border-radius: 24px;
}

.p-top-management__item-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.p-top-management__item-img::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-top-management__item-img:hover::before {
  opacity: 1;
}

.p-top-management__item:first-child .p-top-management__item-img,
.p-top-management__item:last-child .p-top-management__item-img {
  border-radius: 24px;
}

.p-top-management__item-box {
  position: absolute;
  top: 52px;
  left: 51px;
}

.p-top-management__item-label {
  margin-bottom: 10px;
  color: #0097d6;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.188;
  font-family: "corbel", "Helvetica Neue", Arial, sans-serif;
}

.p-top-management__item-title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}

.p-top-management__item-arrow-text {
  padding-top: 20px;
  transition: opacity 0.3s ease-out;
}

.p-top-management__item-arrow-text span {
  position: relative;
  width: fit-content;
  padding-right: 33px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.4;
}

.p-top-management__item-arrow-text span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #ffffff;
  content: "";
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
}

.p-top-management__item-link:hover .p-top-management__item-img::before {
  opacity: 1;
}

.p-top-management__item-link:hover .p-top-management__item-arrow-text {
  opacity: 0.7;
}

.p-top-issues-section {
  z-index: 0;
  position: relative;
  padding-top: 160px;
  padding-bottom: 248px;
  background: url(../images/sustainability/top/bg_issues.jpg) no-repeat top center/cover;
}

.p-top-issues-section::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b4ff;
  content: "";
  mix-blend-mode: soft-light;
}

.p-top-issues {
  margin-top: 55px;
}

.p-top-issues-list {
  display: grid;
  grid-template-columns: 282px 307px 282px 329px;
}

.p-top-issues-list__item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.p-top-issues-list__num {
  color: #0097d6;
  font-weight: 500;
  font-size: 2.8em;
  line-height: 1.464;
  font-family: "Oswald", sans-serif;
}

.p-top-issues-list__img {
  margin-top: 10px;
}

.p-top-issues-list__text {
  margin-top: 24px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.35;
  font-family: "Arial", sans-serif;
}

.p-top-initiatives-section {
  padding-top: 40px;
  padding-bottom: 160px;
}

.p-top-initiatives {
  margin-top: 33px;
}

.p-top-initiatives__item {
  display: flex;
  column-gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.p-top-initiatives__item-title {
  position: relative;
  width: fit-content;
  padding-top: 88px;
  padding-bottom: 16px;
}

.p-top-initiatives__item-title::before {
  display: block;
  position: absolute;
  bottom: -11px;
  left: -30px;
  width: 81px;
  height: 140px;
  color: rgba(0, 151, 214, 0.08);
  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  font-family: "corbel", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.p-top-initiatives__item--environmental .p-top-initiatives__item-title::before {
  content: "E";
}

.p-top-initiatives__item--social .p-top-initiatives__item-title::before {
  content: "S";
}

.p-top-initiatives__item--human .p-top-initiatives__item-title::before {
  content: "H";
}

.p-top-initiatives__item--governance .p-top-initiatives__item-title::before {
  content: "G";
}

.p-top-initiatives__item-title span {
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.233;
  font-family: "corbel", "Helvetica Neue", Arial, sans-serif;
}

.p-top-initiatives__item-link {
  color: #0097d6;
  transition: opacity 0.3s ease-out;
}

.p-top-initiatives__item-content {
  display: flex;
  align-items: center;
  width: 500px;
  height: 29vw;
}

.p-top-initiatives__item-content-inner {
  width: 100%;
}

.p-top-initiatives__item-img {
  position: absolute;
  right: 0;
  overflow: hidden;
}

.p-top-initiatives__item--reverse .p-top-initiatives__item-content {
  margin-right: 0;
  margin-left: auto;
}

.p-top-initiatives__item--reverse .p-top-initiatives__item-img {
  left: 0;
}

.p-top-initiatives__item+.p-top-initiatives__item {
  margin-top: 80px;
}

.p-top-initiatives__btn-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  margin-top: 100px;
}

.p-top-initiatives-list__item+.p-top-initiatives-list__item {
  border-top: 1px solid #dddddd;
}

.p-top-initiatives-list__link {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 75px 24px 0;
  font-size: 1.6em;
  line-height: 1.313;
  transition: all 0.3s ease-out;
}

.p-top-initiatives-list__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #333333;
  content: "";
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease-out;
}

.p-top-initiatives-list__link:hover::after {
  background-color: #0097d6;
}

.p-top-initiatives-btn__link {
  display: grid;
  position: relative;
  grid-template-columns: 70px auto;
  column-gap: 24px;
  align-items: center;
  width: 100%;
  height: 140px;
  padding-right: 105px;
  padding-left: 48px;
  border-radius: 24px;
  background: linear-gradient(100deg, #44edff 0%, #00a8ee 40%, #00a8ee 100%);
  transition: opacity 0.3s ease-out;
}

.p-top-initiatives-btn__link::before,
.p-top-initiatives-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.p-top-initiatives-btn__link::before {
  right: 40px;
  width: 59px;
  height: 59px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.p-top-initiatives-btn__link::after {
  right: 57px;
  width: 25px;
  height: 9px;
  background-color: #ffffff;
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
}

.p-top-initiatives-btn__icon {
  margin: 0 auto;
}

.p-top-initiatives-btn__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.292;
}

.p-top-bottom-box {
  padding-top: 90px;
  padding-bottom: 120px;
  border-radius: 48px 48px 0 0;
  background-color: #ecf8f9;
}

.p-top-bottom-box__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

.p-top-bottom-btn__link {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-right: 60px;
  padding-left: 39px;
  border-radius: 18px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.313;
  transition: all 0.3s ease-out;
}

.p-top-bottom-btn__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #333333;
  content: "";
  mask: url(../images/sustainability/common/arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease-out;
}

.p-top-bottom-btn__link:hover::after {
  background-color: #0097d6;
}

.p-policy-list {
  display: flex;
  row-gap: 50px;
  flex-direction: column;
  padding: 10px 0;
}

.p-policy-list__item:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 151, 214, 0.5);
}

.p-policy-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 32px;
}

.p-policy-card__num {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.p-policy-card__num .p-num {
  color: #0097d6;
  font-size: 2.8em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}

.p-policy-card__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1.286;
}

.p-philosophy {
  display: grid;
  grid-template-columns: 158px auto;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
}

.p-philosophy__text {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.136;
}

.p-value {
  margin-top: 30px;
}

.p-value-formula {
  margin-bottom: 30px;
}

.p-value-formula .p-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-value-formula__content {
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
}

.p-value-formula .p-result {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.p-value-formula .p-result span {
  display: block;
  color: #0097d6;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.136;
}

.p-value-formula .p-arrow-up {
  display: block;
  width: 20px;
  height: 30px;
  transform: scale(1, -1);
  background: url(../images/sustainability/sustainability-management/value-creation-process/arrow_value-formula.svg) no-repeat top center/cover;
}

.p-value-formula .p-arrow-down {
  display: block;
  width: 20px;
  height: 30px;
  background: url(../images/sustainability/sustainability-management/value-creation-process/arrow_value-formula.svg) no-repeat top center/cover;
}

.p-value-formula .p-equal {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}

.p-value-formula .p-equal__top,
.p-value-formula .p-equal__bottom {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #999999;
}

.p-value-formula .p-calculation .p-num-label {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.313;
}

.p-value-formula .p-calculation__item {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.p-value-formula .p-calculation .p-text {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.1;
}

.p-value-formula .p-top {
  padding: 0 15px 18px 34px;
  border-bottom: 2px solid #999999;
}

.p-value-formula .p-bottom {
  display: flex;
  column-gap: 62px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.p-value-formula .p-bottom__item {
  position: relative;
}

.p-value-formula .p-bottom__item:first-child:after {
  position: absolute;
  top: 50%;
  right: -46px;
  width: 20px;
  height: 3px;
  transform: translateY(-50%);
  background-color: #999999;
  content: "";
}

.p-value-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  margin-bottom: 30px;
}

.p-value-list__content {
  height: calc(100% - 30px);
  margin-top: -30px;
  padding: 61px 10px 30px;
  border-radius: 20px;
  background-color: #ebf7fc;
}

.p-value-list__num {
  z-index: 1;
  position: relative;
}

.p-value-list__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 25px;
  color: #0097d6;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.111;
  text-align: center;
}

.p-value-list__list {
  padding: 0 9px;
}

.p-value-list__list-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background-color: #ffffff;
  font-size: 1.4em;
  line-height: 1.286;
}

.p-value-list__list-item+.p-value-list__list-item {
  margin-top: 10px;
}

.p-value-materiality__label {
  z-index: 1;
  position: relative;
}

.p-value-materiality__label .p-label {
  width: 300px;
  margin: 0 auto;
}

.p-value-materiality__content {
  margin-top: -25px;
  padding: 55px 29px 34px;
  border-radius: 20px;
  background-color: #ebf7fc;
}

.p-value-materiality-list {
  display: flex;
  column-gap: 18px;
  align-items: center;
}

.p-value-materiality-list__title {
  min-height: 50px;
  margin-bottom: 10px;
  color: #0097d6;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.269;
}

.p-value-materiality-list__icons {
  display: flex;
  column-gap: 5px;
  justify-content: center;
}

.p-value-materiality-list__icons .p-icon {
  width: 70px;
}

.p-process {
  margin-top: 68px;
}

.p-process__item+.p-process__item {
  margin-top: 68px;
}

.p-process-head {
  display: grid;
  grid-template-columns: 124px 1fr;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}

.p-process__title {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1.286;
}

.p-process .p-text {
  margin-bottom: 20px;
}

.p-process .p-text+.c-list-dot {
  margin-top: 32px;
}

.p-process .c-list-dot__item+.c-list-dot__item {
  margin-top: 10px;
}

.p-materiality-table {
  table-layout: fixed;
}

.p-materiality-table+.p-materiality-table {
  margin-top: 40px;
}

.p-materiality-table thead th {
  border-bottom: none;
}

.p-materiality-table thead th:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.p-materiality-table tbody tr:first-child td {
  padding: 0;
  background-color: #ebf7fc;
}

.p-materiality-table tbody .c-list-dot span {
  display: block;
  margin-top: 10px;
  font-size: 0.75em;
  line-height: 1.333;
}

.p-materiality-table th,
.p-materiality-table td {
  vertical-align: top;
}

.p-materiality-table-head {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 107px;
  padding: 0 30px;
}

.p-materiality-table-head__icon {
  display: flex;
  column-gap: 8px;
}

.p-materiality-table-head__icon img {
  width: 42px;
}

.p-materiality-table-head__title {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
}

.p-coo-signature {
  position: relative;
  margin-bottom: 40px;
}

.p-coo-signature-box {
  position: absolute;
  top: 72px;
  left: 65px;
}

.p-coo-signature__title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.667;
}

.p-coo-signature__signature {
  width: 230px;
}

.p-signature {
  margin-bottom: 30px;
  padding: 20px;
  background: #eaecee;
}

.p-signature__title {
  margin-bottom: 90px;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1.667;
}

.p-signature__name {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  align-items: center;
  justify-content: end;
}

.p-signature__name span {
  display: block;
}

.p-signature__name .post {
  font-size: 1.6em;
  line-height: 1.313;
}

.p-signature__name .name {
  font-size: 2.2em;
  line-height: 1.273;
}

@media screen and (min-width: 769px) {
  .sustainability-lower-layer .l-main>.l-inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    column-gap: 80px;
  }

  .p-2col--evenly .p-2col__item {
    width: calc(50% - 15px);
  }

  .p-3col--evenly .p-3col__item {
    width: calc(33.3333333333% - 6.5px);
  }

  .p-anchor-list__item {
    display: flex;
    padding: 0 30px;
  }

  .p-anchor-list__item:nth-child(3n+1) {
    padding-left: 0;
  }

  .p-anchor-list__item:nth-child(3n+1)::before {
    display: none !important;
  }

  .p-anchor-list__item:nth-child(3n) {
    padding-right: 0;
  }

  .p-anchor-list__item+.p-anchor-list__item::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #dddddd;
    content: "";
  }

  .u-pc-hidden {
    display: none !important;
  }

  .p-top-management__item:first-child {
    grid-column: 1/3;
  }

  .p-top-management__item:last-child {
    grid-row: 1/3;
    grid-column: 3/4;
  }

  .p-top-issues-list__item:first-child {
    padding-right: 40px;
    padding-left: 34px;
  }

  .p-top-issues-list__item:last-child {
    padding-right: 34px;
    padding-left: 40px;
  }

  .p-top-issues-list__item+.p-top-issues-list__item::before {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    height: 180px;
    background-color: #0097d6;
    content: "";
  }

  .p-top-initiatives__item-img {
    width: max(50vw, 620px);
    border-radius: 48px 0 0 48px;
  }

  .p-top-initiatives__item--reverse .p-top-initiatives__item-img {
    border-radius: 0 48px 48px 0;
  }

  .p-top-initiatives-list--2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  .p-top-initiatives-list--2col .p-top-initiatives-list__item:nth-child(-n+2) {
    border-top: none;
  }

  .p-signature .p-2col {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
  }
}

@media screen and (max-width: 1240px) {
  .p-top-initiatives__item-img {
    position: relative;
    margin-right: -20px;
  }

  .p-top-initiatives__item--reverse {
    flex-direction: row-reverse;
  }

  .p-top-initiatives__item--reverse .p-top-initiatives__item-img {
    margin-right: auto;
    margin-left: -20px;
  }
}

@media screen and (max-width: 768px) {
  html.is-nav-open {
    overflow: hidden;
  }

  body {
    min-width: 360px;
  }

  .l-contents {
    padding-top: 44px;
  }

  .sustainability-lower-layer .l-main {
    margin-top: 40px;
  }

  .l-side {
    display: none;
  }

  .c-table--scroll {
    min-width: 768px;
  }

  .c-table--wide {
    min-width: 920px;
  }

  .p-breadcrumb {
    padding: 10px 0;
    overflow-x: auto;
  }

  .p-breadcrumb-list__item:not(:last-child) {
    margin-right: 10px;
    padding-right: 11px;
  }

  .p-breadcrumb-list__item:last-child {
    padding-right: 20px;
  }

  .p-2col {
    row-gap: 15px;
    flex-direction: column;
  }

  .p-3col {
    row-gap: 15px;
    flex-direction: column;
  }

  .p-3col__item {
    width: auto !important;
  }

  .p-page-header {
    background: linear-gradient(100deg, #44edff 0%, #00a8ee 22%, #00a8ee 100%);
  }

  .p-page-header-box {
    min-height: 110px;
    padding: 37px 0;
  }

  .p-page-header-box__title {
    font-size: 2em;
  }

  .p-anchor-list {
    grid-template-columns: auto;
    row-gap: 15px;
  }

  .p-label {
    min-height: 40px;
    font-size: 1.6em;
  }

  .p-num-label {
    width: 45px;
    height: 45px;
    font-size: 2em;
  }

  .p-box {
    padding: 20px;
    border-radius: 15px;
  }

  .p-box__title {
    font-size: 1.8em;
  }

  .p-lang-switching .l-inner {
    padding-right: 10px;
    padding-left: 0;
  }

  .p-lang-switching-btn {
    float: none;
  }

  .p-lang-switching-btn__link {
    justify-content: end;
    margin-top: 6px;
  }

  .p-lang-switching-btn__link .arrow::before,
  .p-lang-switching-btn__link .arrow::after {
    top: calc(50% - 0.8px);
  }

  .p-lang-switching-btn__link .text {
    font-size: 0.9375em;
  }

  .u-sp-hidden {
    display: none !important;
  }

  .u-fs-xxl {
    font-size: 2.8em !important;
  }

  .u-fs-xlg {
    font-size: 2.2em !important;
  }

  .u-fs-lg {
    font-size: 2em !important;
  }

  .p-category-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .p-category-card__link {
    padding: 30px 20px 25px;
    border-radius: 15px;
  }

  .p-category-card__title {
    margin-bottom: 18px;
    font-size: 2em;
  }

  .p-section+.p-section {
    margin-top: 60px;
  }

  .p-title-lv2 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-width: 3px;
    font-size: 2.6em;
  }

  .p-title-lv3 {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 2.2em;
  }

  .p-title-lv4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 2em;
  }

  .p-title-lv4::after {
    width: 50px;
  }

  .p-title-lv5 {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1.8em;
  }

  .p-title-lv5::after {
    top: 1px;
    height: 20px;
  }

  .p-title-lv6 {
    margin-bottom: 8px;
    padding-left: 8px;
    font-size: 1.7em;
  }

  .p-title-lv6::after {
    top: 2px;
    height: 17px;
  }

  .p-img {
    width: auto !important;
  }

  .p-img+.p-img {
    margin-top: 20px;
  }

  .p-2col--text-and-img .p-img {
    width: 100%;
    max-width: none;
  }

  .p-2col--text-and-img-v2 .p-img {
    width: 100%;
    max-width: none;
  }

  .spwdp8 {
    width: 8%;
  }

  .spwdp5 {
    width: 5%;
  }

  .p-top-mv {
    min-width: auto;
  }

  .p-top-mv__inner {
    padding: 58px 26px 142px 7px;
  }

  .p-top-mv__inner::before {
    right: 0;
    height: 361px;
    background-image: url(../images/sustainability/top/mv_sp.png);
  }

  .p-top-mv__title-box {
    padding-top: 40px;
    padding-left: 10px;
  }

  .p-top-mv__title-box::before {
    font-size: 3.75em;
    line-height: 1.217;
  }

  .p-top-mv__title {
    margin-bottom: 18px;
    font-size: 1.625em;
    line-height: 1.385;
  }

  .p-top-mv__title-sub {
    padding-top: 14px;
    font-size: 1.25em;
    line-height: 1.2;
  }

  .p-top-section__title {
    font-size: 3em;
    line-height: 1.333;
  }

  .p-top-section-head {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .p-top-section-head .p-more-btn {
    padding-top: 0;
  }

  .p-top-management-section {
    margin-top: -62px;
    padding-top: 102px;
    padding-bottom: 80px;
  }

  .p-top-management {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
  }

  .p-top-management__item-link {
    border-radius: 18px;
  }

  .p-top-management__item-link::before {
    border-radius: 18px;
  }

  .p-top-management__item:first-child .p-top-management__item-link,
  .p-top-management__item:last-child .p-top-management__item-link {
    border-radius: 20px;
  }

  .p-top-management__item:first-child .p-top-management__item-link::before,
  .p-top-management__item:last-child .p-top-management__item-link::before {
    border-radius: 20px;
  }

  .p-top-management__item-img {
    border-radius: 18px;
  }

  .p-top-management__item:first-child .p-top-management__item-img,
  .p-top-management__item:last-child .p-top-management__item-img {
    border-radius: 20px;
  }

  .p-top-management__item-box {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .p-top-management__item-label {
    margin-bottom: 8px;
    font-size: 1.4em;
    line-height: 1.214;
  }

  .p-top-management__item-title {
    margin-bottom: 20px;
    font-size: 1.6em;
    line-height: 1.5;
  }

  .p-top-management__item-arrow-text {
    padding-top: 18px;
  }

  .p-top-management__item-arrow-text span {
    font-size: 1.8em;
    line-height: 1.278;
  }

  .p-top-issues-section {
    padding-block: 100px;
  }

  .p-top-issues {
    margin-top: 40px;
  }

  .p-top-issues-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    justify-content: space-between;
  }

  .p-top-issues-list__item {
    padding: 0 10px;
  }

  .p-top-issues-list__text {
    margin-top: 16px;
    font-size: 1.7em;
  }

  .p-top-initiatives-section {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .p-top-initiatives {
    margin-top: 0;
  }

  .p-top-initiatives__item {
    row-gap: 16px;
    flex-direction: column;
  }

  .p-top-initiatives__item-title {
    padding-top: 61px;
  }

  .p-top-initiatives__item-title::before {
    bottom: -2px;
    left: -15px;
    width: 57px;
    height: 100px;
    font-size: 6.25em;
  }

  .p-top-initiatives__item-title span {
    font-size: 1.5rem;
    line-height: 1.208;
  }

  .p-top-initiatives__item-content {
    width: 100%;
    height: auto;
  }

  .p-top-initiatives__item-img {
    margin-left: -20px;
  }

  .p-top-initiatives__item--reverse .p-top-initiatives__item-img {
    margin-right: -20px;
  }

  .p-top-initiatives__item+.p-top-initiatives__item {
    margin-top: 43px;
  }

  .p-top-initiatives__btn-box {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-top: 64px;
  }

  .p-top-initiatives-list__link {
    padding-right: 43px;
  }

  .p-top-initiatives-list__link::after {
    right: 15px;
    width: 23px;
    height: 8px;
  }

  .p-top-initiatives-btn__link {
    grid-template-columns: 50px auto;
    column-gap: 16px;
    height: 100px;
    padding-right: 65px;
    padding-left: 20px;
  }

  .p-top-initiatives-btn__link::before {
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .p-top-initiatives-btn__link::after {
    right: 28px;
  }

  .p-top-initiatives-btn__text {
    font-size: 2em;
    line-height: 1.3;
  }

  .p-top-bottom-box {
    padding-top: 40px;
    padding-bottom: 68px;
    border-radius: 32px 32px 0 0;
  }

  .p-top-bottom-box__item {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .p-top-bottom-btn__link {
    height: 80px;
    padding-right: 50px;
    padding-left: 20px;
    border-radius: 12px;
  }

  .p-top-bottom-btn__link::after {
    right: 20px;
    width: 23px;
    height: 8px;
  }

  .p-policy-list {
    row-gap: 30px;
  }

  .p-policy-list__item:not(:last-child) {
    padding-bottom: 30px;
  }

  .p-policy-card {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .p-policy-card__title {
    margin-bottom: 15px;
    font-size: 2.2em;
  }

  .p-philosophy {
    grid-template-columns: 100px auto;
    column-gap: 8px;
  }

  .p-philosophy__text {
    font-size: 1.7em;
  }

  .p-value-formula .p-box {
    padding: 20px 10px;
  }

  .p-value-formula__content {
    row-gap: 10px;
    flex-direction: column;
  }

  .p-value-formula .p-result {
    column-gap: 8px;
  }

  .p-value-formula .p-result span {
    font-size: 1.8em;
  }

  .p-value-formula .p-arrow-up {
    width: 15px;
    height: 22.5px;
  }

  .p-value-formula .p-arrow-down {
    width: 15px;
    height: 22.5px;
  }

  .p-value-formula .p-equal {
    column-gap: 8px;
    flex-direction: row;
  }

  .p-value-formula .p-equal__top,
  .p-value-formula .p-equal__bottom {
    width: 3px;
    height: 25px;
  }

  .p-value-formula .p-calculation .p-num-label {
    width: 30px;
    height: 30px;
    font-size: 1.5em;
  }

  .p-value-formula .p-calculation__item {
    column-gap: 8px;
  }

  .p-value-formula .p-calculation .p-text {
    font-size: 1.7em;
  }

  .p-value-formula .p-top {
    padding: 0 3px 13px 3px;
  }

  .p-value-formula .p-bottom {
    column-gap: 40px;
    padding-top: 15px;
  }

  .p-value-formula .p-bottom__item:first-child:after {
    right: -30px;
    width: 15px;
    height: 2px;
  }

  .p-value-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .p-value-list__content {
    margin-top: -22.5px;
    padding: 40px 10px 25px;
  }

  .p-value-list__title {
    min-height: auto;
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .p-value-materiality__label .p-label {
    width: 180px;
  }

  .p-value-materiality__content {
    margin-top: -20px;
    padding: 45px 18px 30px;
  }

  .p-value-materiality-list {
    row-gap: 20px;
    flex-direction: column;
  }

  .p-value-materiality-list__title {
    min-height: auto;
  }

  .p-process {
    margin-top: 40px;
  }

  .p-process__item+.p-process__item {
    margin-top: 40px;
  }

  .p-process-head {
    grid-template-columns: 90px 1fr;
    column-gap: 10px;
    margin-bottom: 20px;
  }

  .p-process__title {
    font-size: 2.2em;
  }

  .p-process .p-text {
    margin-bottom: 10px;
  }

  .p-process .p-text+.c-list-dot {
    margin-top: 20px;
  }

  .p-materiality-table+.p-materiality-table {
    margin-top: 30px;
  }

  .p-materiality-table-head {
    min-height: 80px;
    padding: 0 20px;
  }

  .p-materiality-table-head__title {
    font-size: 1.125em;
  }

  .p-coo-signature-box {
    top: 50%;
    left: 20px;
    transform: translateY(-65%);
  }

  .p-coo-signature__title {
    font-size: 1.6em;
    line-height: 1.5;
  }

  .p-coo-signature__signature {
    width: 150px;
  }

  .p-signature__title {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .p-signature__name .name {
    font-size: 1.8em;
  }
}

@media (any-hover: hover) {
  .c-btn__link:hover {
    color: #0097d6;
  }

  .c-text-link:hover {
    color: #0097d6;
  }

  .c-arrow-link:hover {
    color: #0097d6;
  }

  .c-anchor-link:hover {
    color: #0097d6;
  }

  .p-breadcrumb-list__link:hover {
    color: #0097d6;
  }

  .p-more-btn__link:hover {
    color: #0097d6;
  }

  .p-side-nav-item__link:hover {
    color: #0097d6;
  }

  .p-side-nav-item__btn:hover {
    color: #0097d6;
  }

  .p-side-nav-sub-item__link:hover {
    color: #0097d6;
  }

  .p-lang-switching-btn__link:hover {
    opacity: 0.7;
  }

  .p-top-initiatives__item-link:hover {
    opacity: 0.7;
  }

  .p-top-initiatives-list__link:hover {
    color: #0097d6;
  }

  .p-top-initiatives-btn__link:hover {
    opacity: 0.7;
  }

  .p-top-bottom-btn__link:hover {
    color: #0097d6;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}


.c-table th.c-table__cell-dark-colored {
  background-color: #0097d6;
  color: #fff;
}

.l-main {
  padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-bottom: 160px;
  }
}

.c-table-outer {
  margin-top: 40px;
  margin-bottom: ;
}

.c-table-outer+.c-list-note {
  margin-top: 20px;
}

.p-img.wd150 {
  width: 150px !important;
  margin-left: 0;
}

.p-img.wd174 {
  width: 174px !important;
  margin-left: 0;
}

.p-main-text {
  font-size: 1rem;
}

.l-content__main.is-single {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .l-content__sub {
    width: 240px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-local-nav-child-list>li>a.is-current {
    background-color: #e5f5fb;
    color: #434749;
  }

  .l-local-nav-child-list>li>a.is-current::after {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .l-local-nav {
    border: none;
  }

  .l-local-nav__ttl {
    border: none;
    box-shadow: none;
    font-size: 1.375rem;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
    letter-spacing: 0;
  }

  .l-local-nav__ttl-inr {
    padding: 14px 0;
  }

  .l-local-nav__ttl-inr::after {
    height: 2px;
    background-color: #0097d6;
  }

  .l-local-nav-list {
    border: none;
    box-shadow: none;
  }

  .l-local-nav-list>li {
    padding: 0;
  }

  .l-local-nav-list>li.is-parent>span {
    padding: 16px 40px 16px 0px;
    font-size: 1rem;
    line-height: 1.313;
  }

  .l-local-nav-list>li::after {
    width: 100%;
    background-color: #cccccc;
    left: 0;
  }

  .l-local-nav-list:last-child>li::after {
    content: "";
  }

  .l-local-nav-list>li.is-parent>span::before,
  .l-local-nav-list>li.is-parent>span::after {
    right: 12px;
    background-color: #0097d6;
    height: 1px;
  }

  .l-local-nav-child-list {
    padding: 0;
  }

  .l-local-nav-child-list li {
    border-top: 1px solid #cccccc;
    padding: 0;
    background-color: #ebf7fc;
  }

  .l-local-nav-child-list>li>a {
    padding: 16px;
    font-size: 1rem;
    margin: 0;
    line-height: 21px;
  }

  .l-local-nav-child-list>li>a:hover {
    background-color: #ebf7fc;
    color: #0097d6;
  }

  .l-local-nav-child-list>li>a.is-current {
    font-weight: bold;
    color: #0097d6;
  }

  .l-local-nav-list>li.is-parent.is-current>span {
    font-weight: bold;
  }
}

.sustainability-top .l-main {
  padding: 44px 0 0;
}

@media screen and (min-width: 768px) {
  .sustainability-top .l-main {
    padding: 88px 0 0;
    min-width: 1240px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv {
    margin-bottom: -88px;
  }
}

@media screen and (min-width: 768px) {
  .l-content__main {
    width: 880px;
  }
}

#section07 .c-table__cell-colored.u-align-center {
  font-size: .9375rem;
}

.l-main {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 44px;
  }
}