@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap";



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  color: #2f2f2f;
  overflow: hidden;
  padding-top: 150px;
  position: relative;
}

@media screen and (max-width: 889px) {
  body {
    padding-top: 13.3vw;
    min-width: 100%;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 889px) {
  .container {
    padding: 0 3%;
  }
}

/* メインビジュアル */
.visualTitle {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 23.07%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 889px) {
  .visualTitle {
    padding-bottom: 40%;
  }
}

.visualTitle--sus--dx {
  background-image: url('../../assets/img/sustainability/dx-strateg/main_visual.jpg') !important;
}

@media screen and (max-width: 767px) {
  .visualTitle--sus--dx {
    padding-bottom: 92% !important;
    background-image: url('../../assets/img/sustainability/dx-strateg/main_visual.jpg') !important;
  }
}

.visualTitle--sus--lower {
  display: flex;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 100%;
}

.visualTitle--sus--lower h1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  transform: translateY(-20px);
  color: #fff;
  font-size: 1.8125rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .visualTitle--sus--lower h1 {
    width: auto;
    position: absolute;
    top: 50%;
    padding: 0 40px;
    transform: translateY(-50%);
    font-size: 2.2rem;
    font-size: 5.8666666667vw;
  }
}

.fadeIn {
  opacity: 1;
  transition: opacity 1.5s linear;
}

/* パンくずリスト */
.breadcrumb {
  box-sizing: border-box;
  padding: 20px 24px 0;
  margin: -37px -24px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 889px) {
  .breadcrumb {
    padding: 2.66vw 0;
    margin: 0;
  }
}

.breadcrumb ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ol li {
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 889px) {
  .breadcrumb ol li {
    font-size: 2.13vw;
  }
}

.breadcrumb ol li::after {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border: solid #333;
  border-width: 0 0 1px 1px;
  transform: rotate(225deg);
}

@media screen and (max-width: 889px) {
  .breadcrumb ol li::after {
    width: 0.8vw;
    height: 0.8vw;
    margin: 0 0.93vw;
  }
}

.breadcrumb ol li:last-child::after {
  display: none;
}

.breadcrumb ol li a {
  display: inline-block;
  text-decoration: underline;
  color: #333;
  font-size: 12px;
}

@media screen and (max-width: 889px) {
  .breadcrumb ol li,
  .breadcrumb ol li a {
    font-size: 0.75rem !important;
  }
}

.breadcrumb ol li a:hover {
  text-decoration: none;
}

/* メインコンテンツ */
.l-content {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 0;
  color: #2f2f2f;
}

.l-content__sidebar {
  width: 24.31%;
  margin-top: 0 !important;
}

.l-content__content {
  width: 70.4%;
  margin-top: 7px;
}

/* サイドバー */
.p-sus__sidebar {
  margin-bottom: 150px;
}

.p-sus__sidebar__link {
  display: block;
  position: relative;
  margin: 4px 0 46px;
  padding: 0 !important;
  border: none !important;
  color: #2f2f2f !important;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-sus__sidebar__link--top {
  width: fit-content;
}

.p-sus__sidebar a {
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border-bottom: 1px solid #c3c3c3;
  color: #2f2f2f !important;
  font-size: 0.875rem;
  line-height: 1.428;
  letter-spacing: 0;
}

.p-sus__sidebar a.current {
  background: #ebebeb;
}

.p-sus__sidebar > div div:first-child {
  padding: 17px 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  pointer-events: none;
}

/* タイトル */
.c-ttl__h2 {
  margin-top: -6px;
  margin-bottom: 11px;
  padding: 0 0 10px;
  background-image: linear-gradient(90deg, #4fb547 0 18%, #c3c3c3 18%);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

.c-ttl__h2--03 {
  margin-bottom: 24px;
  background-image: linear-gradient(90deg, #d85d8b 0 18%, #c3c3c3 18%);
}

.c-txt {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-txt {
      font-size: 1.4rem;
      font-size: 3.7333333333vw;
  }
}

.mb26 {
  margin-bottom: 26px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

/* DXコンテンツ */
.p-sus__dx__section {
  margin-bottom: 50px;
}

.p-sus__dx__top-message {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.p-sus__dx__top-message__img {
  width: 200px;
  min-width: 200px;
  position: relative;
  flex-shrink: 0;
}

.p-sus__dx__top-message__img img {
  width: 100%;
  height: auto;
  background: #2f2f2f;
}

.p-sus__dx__top-message__content {
  flex: 1;
}

.p-sus__dx__top-message__txt {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 20px;
  color: #2f2f2f;
}

.p-sus__dx__top-message__signature {
  text-align: right;
  margin-top: 30px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-sus__dx__link {
  color: #2f2f2f;
  text-decoration: underline;
}

.p-sus__dx__link:hover {
  text-decoration: none;
}

.p-sus__dx__business-model {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.p-sus__dx__business-model li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  gap: 15px;
}
@media screen and (max-width: 889px) {
  .p-sus__dx__business-model li {
    padding-bottom: 8px;
  }
}

.p-sus__dx__business-model__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  background: #D85D8B;
  border-radius: 50%;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
}

/* DX戦略 */
.p-sus__dx__strategy {
  margin: 30px 0;
}

.p-sus__dx__strategy__item {
  margin-bottom: 30px;
}

.p-sus__dx__strategy__item:last-child {
  margin-bottom: 0;
}

.p-sus__dx__strategy__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 889px) {
  .p-sus__dx__strategy__header {
    margin-bottom: 8px;
  }
}

.p-sus__dx__strategy__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2f2f2f;
}

.p-sus__dx__strategy__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 31px;
}

.p-sus__dx__strategy__list li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 2;
  color: #2f2f2f;
}

.p-sus__dx__strategy__list li::before {
  content: "・";
  position: absolute;
  left: -15px;
  color: #2f2f2f;
}

.p-sus__dx__data-strategy__title {
  font-size: 1rem;
  font-weight: 500;
  color: #d85d8b;
  margin-bottom: 15px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 889px) {
  .p-sus__dx__data-strategy__title {
    margin-bottom: 8px;
  }
}

/* DX推進体制 */
.p-sus__dx__organization-structure {
  margin: 30px 0;
}

.p-sus__dx__organization-structure__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 889px) {
  .p-sus__dx__organization-structure__header {
    margin-bottom: 8px;
  }
}

.p-sus__dx__organization-structure__title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2f2f2f;
}

.p-sus__dx__organization-structure__list {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 2em;
  margin: 0;
}

.p-sus__dx__organization-structure__list li {
  list-style: decimal;
  list-style-position: outside;
  font-size: 0.9375rem;
  line-height: 2;
  color: #2f2f2f;
  padding-left: 0.5em;
  display: list-item;
}

.p-sus__dx__organization-structure__list li::marker {
  color: #2f2f2f;
  font-weight: 500;
}

.p-sus__dx__organization-structure__image {
  margin-top: 30px;
  text-align: center;
}

.p-sus__dx__organization-structure__image img {
  max-width: 80%;
  height: auto;
}

@media screen and (max-width: 889px) {
  .p-sus__dx__organization-structure__image img {
    max-width: 100%;
  }
}

.p-sus__dx__organization-structure__hr-development {
  margin-top: 40px;
}

.p-sus__dx__hr-development__section {
  margin-top: 20px;
}

.p-sus__dx__hr-development__subsection {
  margin-bottom: 30px;
}

.p-sus__dx__hr-development__subsection:last-child {
  margin-bottom: 0;
}

.p-sus__dx__hr-development__subsection-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 889px) {
  .p-sus__dx__hr-development__subsection-header {
    margin-bottom: 8px;
  }
}
.p-sus__dx__hr-development__bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #d85d8b;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-sus__dx__hr-development__subsection-title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2f2f2f;
}

.p-sus__dx__hr-development__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 31px;
}

.p-sus__dx__hr-development__list li {
  position: relative;
  font-size: 0.9375rem;
  line-height: 2;
  color: #2f2f2f;
}

.p-sus__dx__hr-development__list li::before {
  content: "・";
  position: absolute;
  left: -15px;
  color: #2f2f2f;
}

.p-sus__dx__hr-development__image {
  margin-top: 20px;
  text-align: center;
}

.p-sus__dx__hr-development__image img {
  max-width: 80%;
  height: auto;
}

@media screen and (max-width: 889px) {
  .p-sus__dx__hr-development__image img {
    max-width: 100%;
  }
}

/* DX戦略に向けた環境整備 */
.p-sus__dx__environment-preparation {
  margin: 30px 0;
}

.p-sus__dx__environment-preparation__section {
  margin-bottom: 40px;
}

.p-sus__dx__environment-preparation__section:last-child {
  margin-bottom: 0;
}

.p-sus__dx__environment-preparation__section .p-sus__dx__organization-structure__header {
  margin-bottom: 12px;
}

@media screen and (max-width: 889px) {
  .p-sus__dx__environment-preparation__section .p-sus__dx__organization-structure__header {
    margin-bottom: 8px;
  }
}

/* DX戦略の達成指標 */
.p-sus__dx__achievement-indicators__intro {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 889px) {
  .p-sus__dx__achievement-indicators__intro {
    text-align: left;
  }
}

.p-sus__dx__achievement-indicators {
  margin: 22px 0;
}

.p-sus__dx__achievement-indicators__row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.p-sus__dx__achievement-indicators__row:last-child {
  margin-bottom: 0;
}

.p-sus__dx__achievement-indicators__row--top {
  grid-template-columns: repeat(3, 1fr);
}

.p-sus__dx__achievement-indicators__row--bottom {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-sus__dx__achievement-indicators__box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D85D8B;
}

.p-sus__dx__achievement-indicators__header {
  background: #D85D8B;
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-sus__dx__achievement-indicators__content {
  padding: 10px 18px;
  font-size: 0.9375rem;
  line-height: 2;
  color: #2f2f2f;
}

/* レスポンシブ対応 */
@media screen and (max-width: 889px) {
  .p-sus__dx__achievement-indicators__row--top {
    grid-template-columns: 1fr;
  }

  .p-sus__dx__achievement-indicators__row--bottom {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* レスポンシブ */
@media screen and (max-width: 889px) {
  .l-content {
    flex-direction: column;
    padding-top: 32px;
  }

  .l-content__sidebar {
    order: 2;
    width: 100%;
    margin-top: 100px !important;
  }

  .l-content__content {
    width: 100%;
    padding: 0 10px;
  }

  .p-sus__sidebar {
    margin-bottom: 50px;
  }

  .p-sus__sidebar__link--top {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0;
    padding: 18px !important;
    border-top: 1px solid #c3c3c3 !important;
    border-bottom: 1px solid #c3c3c3 !important;
  }

  .p-sus__sidebar > div div:first-child {
    position: relative;
    padding: 24px 18px;
    pointer-events: auto;
  }

  .p-sus__sidebar > div div:last-child {
    display: none;
    pointer-events: auto;
  }

  .p-sus__sidebar > div div:last-child a {
    padding-left: 37px;
  }

  .p-sus__dx__top-message {
    flex-direction: column;
    gap: 20px;
  }

  .p-sus__dx__top-message__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .mb26 {
    margin-bottom: 13px;
  }
}
