/* ========== Title Section ========== */

.c-block:first-child {
  margin-top: 90px;
}

.c-title-main span {
  font-size: clamp(32px, 13vw, 150px) !important;
  letter-spacing: 4%;
}

/* ========== Slogan Block ========== */
#section-working-style {
}

.p-diversity-slogan-text {
  display: block;
  width: 760px;
  margin-top: 27px;
  margin-bottom: 35px;
}

.c-lead-lines {
  padding: 0 !important;
}

.c-lead-line {
  display: block;
  background: #fd0200;
  color: #fff;
  padding: 2px 8px;
}

.c-lead-line-sp + .c-lead-line-sp {
  margin-top: 3px;
}

.c-lead-red {
  background: none !important;
}

.c-lead-line-pc {
  display: inline-block;
}

.c-lead-line-sp {
  display: none;
}

/* ========== subtitle ========== */
.c-subtitle {
  row-gap: 24px;
  column-gap: 8px;
}

.c-subtitle-title-only {
  margin-top: 33px;
}
.c-subtitle-desc {
  padding: 0 25px;
}
.p-diversity .c-block-title::after {
  font-size: 20px;
}

.p-diversity .c-block-title span.sub {
  content: attr(data-sub);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

/* タイトル */

.c-block .c-block-title {
  padding-bottom: 17px;
}

.c-block-title dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-block-title dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding-left: 16px;
}

/* .c-block-title::after {
  content: attr(data-sub);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
} */

.c-lead-line {
  padding: 0 6px;
}

.c-block {
  margin-top: 71px;
}

.c-block-body {
  margin-top: 28px;
}

.c-block-body .c-subtitle-desc {
  padding: 0px 19px;
  line-height: 176%;
}

/* ========== 01 Block ========== */
#section-working-style .c-block-body {
  margin-top: 32px;
}

.p-diversity-note {
  font-size: 12px;
  margin-top: 24px;
}

/* ========== 02 Block ========== */

#section-women-leadership {
  margin-top: 66px;
}

#section-women-leadership .c-block-body {
  margin-top: 33px;
}

.p-diversity-two-media {
  max-width: 520px;
  margin-top: 24px;
}

.p-diversity-two-media img {
  width: auto;
  max-width: 100%;
}

/* ========== 03 Block ========== */
#section-dac-no1-system {
  margin-top: 68px;
}

.p-diversity .p-diversity-three-grid {
  gap: 8px;
  margin-top: 8px;
}

.p-diversity .p-diversity-extra-text {
  margin-top: 35px;
}
.c-subtitle-desc.p-diversity-extra-text {
  margin-top: 40px;
}

.c-subtitle.c-subtitle-has-desc {
  display: block;
}

.s .p-diversity .p-diversity-extra-text {
  margin-top: 24px;
}

.c-subtitleImg {
  padding-top: 41px;
}

.c-subtitleImg > span {
  font-size: 16px;
  font-weight: 500;
}

.c-subtitleImg .c-media-grid {
  margin-top: 0 !important;
}

.s .c-subtitleImg span {
  display: flex;
  justify-content: center;
}

/* ========== 04 Block ========== */
.c-block-body .p-diversity-meta-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  padding-left: 30px;
  padding-top: 3px;
}

.p-diversity-block-04 .c-subtitle {
  row-gap: 6px;
}

.c-media-grid-3 {
  gap: 32px 18px;
}

/* アンカーリンク */

.anchor_box {
  position: absolute;
  top: 323px;
  right: 5vw;
}

.anchor_list {
  background: #272727;
  border-radius: 12px;
  padding: 0 18px;
  width: 188px;
}

.anchor_list li {
  border-bottom: #3c3c3c solid 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.anchor_list li:last-child {
  border-bottom: none;
}

.anchor_list a {
  background: url(../../images/outline/arrow_anchor.webp) center right no-repeat;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 13px 20px 13px 0;
}

.s .anchor_box {
  position: static;
}
.s .anchor_list {
  margin: 38px auto 0;
}

/* ========== sp画面 ========== */
.s .c-container {
  padding: 0px 17px 0;
}

.s .c-title-main span {
  letter-spacing: -3%;
}

.s .c-block {
  margin-top: 54px;
}

.s .c-block:first-child {
  margin-top: 55px;
}

.s .c-block .c-block-title {
  padding-bottom: 23px;
}

.s #section-working-style .c-block-body {
  margin-top: 20px;
}

.s #section-women-leadership {
  margin-top: 51px;
}

.s #section-women-leadership .c-block-body {
  margin-top: 20px;
}

.s #section-dac-no1-system {
  margin-top: 46px;
}

.s .c-lead {
  margin-top: 11px;
}

.s .c-lead-line-sp + .c-lead-line-sp {
  margin-top: 5px;
}

.s .p-diversity-slogan-text {
  margin-bottom: 27px;
  width: auto;
}

.s .c-subtitle-title-only {
  margin-top: 22px;
}

.s .c-lead-line-pc {
  display: none;
}
.s .c-lead-line-sp {
  display: inline-block;
  padding: 1px 7px;
}

.s .p-diversity-note {
  margin-top: 24px;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.s .p-diversity .p-diversity-one-grid {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2px;
  column-gap: 6px;
}

.s .p-diversity .p-diversity-three-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.s .p-diversity .p-diversity-four-grid {
  grid-template-columns: repeat(2, 1fr);
}

.s .p-diversity .c-block-title::after,
.s .p-diversity .c-block-title span.sub {
  font-size: 16px;
}

.s .c-block-title dl dd {
  font-size: 16px;
  padding-left: 12px;
}

.s .c-media-grid {
  margin-top: 31px;
  gap: 4px
}

.s .c-media-grid-1 {
  margin-top: 28px;
}

.s .c-media-grid-3 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.s .c-media-grid-4 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
}

.s .c-subtitleImg {
  padding-top: 30px;
}

.s .c-subtitle-desc.p-diversity-extra-text {
  margin-top: 20px;
}

.s .c-block-body .p-diversity-meta-date {
  padding-left: 18px;
  padding-top: 0px;
}

.s #section-diversity-data .c-block-body {
  margin-top: 21px;
}

.s .anchor_list a {
  padding-bottom: 10px;
}
