/* ========== sdgs ========== */
.sdgs .fv_bg {
  background-image: url(../img/sdgs_fv.png);
}

.sdgs_border {
  background-image: linear-gradient(90deg, rgba(0, 126, 194, 1), rgba(0, 71, 149, 1));
  margin: 1rem 0 2rem;
  height: 0.4rem;
  width: 100%;
}

.sdgs_top {
  padding: 7rem 3rem 8rem;
}

.sdgs_top p {
  line-height: calc(48/20);
  text-align: center;
}

.sdgs_top img {
  margin: auto;
  max-width: 80rem;
}

.sdgs_project {
  padding: 3rem;
  margin: auto;
  max-width: 80rem;
}

.sdgs_project h3 {
  font-family: "Poppins", sans-serif;
  font-size: 4.7rem;
  font-weight: 500;
  text-align: center;
}

.sdgs_project img {
  margin: 2rem auto 4rem;
  width: 33.4rem;
}

.sdgs_project p {
  margin-bottom: 2rem;
  line-height: 1.8em;
  text-indent: 1em;
}

.sdgs_slider_pc {
  display: flex;
  background-color: #efefef;
  margin-bottom: 8rem;
  overflow: hidden;
}

.sdgs_slider_sp {
  display: none;
}

.sdgs_slider_list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 25s infinite linear;
  list-style: none;
}

.sdgs_slider_list li {
  width: 39rem;
  height: auto;
}

.sdgs_slider_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 0.5rem;
}

@keyframes slideShow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.sdgs_lists_num {
  font-family: "Poppins", sans-serif;
  font-size: 7.9rem;
  color: #004795;
  padding-top: 8rem;
  text-align: center;
}

.sdgs_lists h3 {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}

.sdgs_lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 5rem 3rem 10rem;
  margin: auto;
  max-width: 108rem;
}

.sdgs_lists ul li {
  border: #b3b3b3 solid 0.2rem;
  width: 31.2%;
}

.sdgs_lists .sdgs_list_ttl {
  background-color: #f2f2f2;
  font-weight: 500;
  padding: 5rem 2rem;
  text-align: center;
}

.sdgs_lists .sdgs_list_ttl img {
  margin: 0 auto 1rem;
}

.sdgs_lists .sdgs_list_content {
  padding: 3rem 2rem 1rem;
}
.sdgs_lists .sdgs_list_content dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.sdgs_lists .sdgs_list_content dd {
  font-size: 1.6rem;
  padding-bottom: 1.5em;
  line-height: 2.2rem;
}
.sdgs_lists .sdgs_list_content dd span {
  display: block;
  font-feature-settings: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.sdgs_lists .sdgs_list_content dd a {
  text-decoration: underline;
}

/* 02 */
.sdgs_lists .sdgs_list_02_wrap {
  display: flex;
  margin: auto;
  max-width: 108rem;
  padding-bottom: 10rem;
}
.sdgs_lists .sdgs_list_02 {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  margin: 0;
}
.sdgs_lists .sdgs_list_02 li {
  width: 100%;
}
.sdgs_lists .sdgs_list_02 .sdgs_list_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .sdgs_top p {
    line-height: 1.7;
  }
  .sdgs_top img {
    max-width: 63.9rem;
  }

  .sdgs_project {
    padding: 2rem 7rem;
  }

  /* .sdgs_slider_pc {
    display: none;
  } */

  .sdgs_slider_sp {
    display: flex;
    margin-bottom: 8rem;
  }

  /* .sdgs_slider_list {
    flex-wrap: wrap;
    animation: none;
  }

  .sdgs_slider_list li {
    width: 50%;
  } */


  .sdgs_slider_list li {
    width: calc(350/375*100vw);
  }


  .sdgs_slider_list li img {
    margin: 0;
  }

  .sdgs_lists_num {
    font-size: 11rem;
    padding-top: 2rem;
  }

  .sdgs_lists h3 {
    font-size: 3rem;
  }

  .sdgs_lists ul {
    flex-direction: column;
  }

  /* .sdgs_lists ul li {
    width: 100%;
  } */

  .sdgs_lists .sdgs_list_content {
    padding: 3rem 3rem 1rem;
  }
  .sdgs_lists .sdgs_list_content dt {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .sdgs_lists .sdgs_list_content dd {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  /* 02 */
  .sdgs_lists .sdgs_list_02_wrap {
    flex-direction: column;
  }
  .sdgs_lists .sdgs_list_02:first-of-type {
    padding-bottom: 0;
  }
  .sdgs_lists .sdgs_list_02:last-of-type {
    padding-top: 3rem;
  }
}

/* ========== / sdgs ========== */

/* ========== csr ========== */

/* ========== / csr ========== */
:root {
  --color-primary: #004795;
  --color-secondary: #bd9935;
  --color-tertiary: #f2f2f2;
}
.csr__title {
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 36px;
  padding-top: 0;
}
.csr__title .-lg {
  font-family: var(--font-poppins);
  font-size: 34px;
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.csr__title .-sm {
  font-size: 12px;
  display: block;
}
.csr__card__wrapper {
  width: calc(346 / 375 * 100%);
  margin-inline: auto;
}
.csr__card__inner {
  width: calc(319 / 346 * 100%);
  margin-inline: auto;
}
.csr__card__image img {
  width: 100%;
}
.csr__card__image {
  max-width: 68px;
  margin-inline: auto;
  margin-bottom: 16px;
}
.csr__card__bg {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
}
.csr__card__item {
  margin-top: 16px;
}
.csr__card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sdgs_initiative_bg.png) center bottom / 100% no-repeat, rgba(0, 71, 149, 0.1);
  z-index: -1;
}

.csr__card__wrapper {
  position: relative;
  z-index: 1;
}

.csr__card__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #004795;
}
.csr__card__text {
  font-size: 12px;
  line-height: 2;
}
.csr__card__ul {
  display: grid;
  gap: 0;
  font-size: 12px;
  line-height: 1.8;
}
.csr__card__item {
  padding-top: 30px;
  padding-bottom: 23px;
  background-color: #fff;
}
.csr__initiative__sdgs .-image {
  width: 100%;
  margin-inline: auto;
  max-width: 319px;
  margin-bottom: 32px;
}
.csr__initiative__sdgs {
  padding-top: 52px;
  text-align: center;
}
.csr__initiative__sdgs .-text {
  font-size: 12px;
  line-height: calc(22 / 12);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .csr__card__image {
    margin-bottom: 0px;
  }
  .csr__card__wrapper {
    width: calc(1200 / 1400 * 100%);
    max-width: 1200px;
  }
  .csr__title .-lg {
    font-size: 60px;
  }
  .csr__title .-sm {
    font-size: 20px;
  }
  .csr__card__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .csr__card__text {
    font-size: 16px;
  }
  .csr__card__ul {
    font-size: 16px;
  }
  .csr__card__ul li::before {
    width: 8px;
  }
  .csr__card__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .csr__card__item {
    width: calc(583 / 1200 * 100%);
    margin-top: 35px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .csr__card__image {
    margin-inline: initial;
    position: relative;
  }
  .csr__card__right {
    position: relative;
  }
  .csr__card__right::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    margin-block: auto;
    right: 100%;
    margin-right: 38px;
    background-color: #f2f2f2;
  }
  .csr__card__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 78px;
  }
  .csr__card__inner {
    width: calc(495 / 583 * 100%);
    margin-inline: auto;
  }
  .csr__initiative__sdgs {
    padding-top: 100px;
  }
  .csr__initiative__sdgs .-image {
    width: 100%;
    max-width: 583.64px;
  }
  .csr__initiative__sdgs .-text {
    font-size: 16px;
    font-weight: 700;
    line-height: calc(40 / 16);
    margin-top: 65px;
  }
  .csr__card__bg {
    padding-top: 120px;
    padding-bottom: 122px;
  }
}
.u-wbr {
  display: block;
}
.u-wbr.-sp {
  display: block;
}
.u-wbr.-pc {
  display: none;
}
.u-text--link {
  color: #004795;
  text-decoration: underline;
}
.u-blank::after {
  content: "";
  display: inline-block;
  width: 15px;
  margin-left: 6px;
  aspect-ratio: 1;
  background: url(../img/sdgs_icon_blank.svg) center center / contain no-repeat;
}
.u-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.u-list li::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(to bottom, #3859D7, #96F3FF);
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .u-wbr.-sp {
    display: none;
  }
  .u-wbr.-pc {
    display: block;
  }
  .u-blank::after {
    width: 16px;
  }
  .u-list {
    gap: 0.5em;
  }
}
@media (hover) {
  .u-text--link:hover {
    text-decoration: none;
  }
}
.csr__project__bg {
  background-color: #fff;
}
.csr__project__wrapper {
  width: calc(346 / 375 * 100%);
  margin-inline: auto;
}
.csr__project__title {
  margin-bottom: 58px;
  padding-top: 0;
  color: #004795;
}
.csr__project__title .-lg {
  font-family: var(--font-poppins);
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.csr__project__title .-sm {
  font-size: 12px;
  font-weight: 700;
}
.csr__project__subtitle {
  margin-bottom: 36px;
  color: #004795;
}
.csr__project__subtitle .-lg {
  font-family: var(--font-poppins);
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  /* line-height: calc(75.2 / 20); */
}
.csr__project__subtitle .-sm {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .csr__project__subtitle .-lg {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .csr__project__subtitle .-sm {
    font-size: 16px;
  }
}



.csr__project__contentWrap {
  width: calc(326 / 347 * 100%);
  margin-inline: auto;
}

.csr__project__contentWrap .-text {
  font-size: 12px;
  line-height: calc(22 / 12);
}
.csr__project__content .-number {
  font-size: 14px;
  margin-bottom: 8px;
  color: #004795;
  font-weight: 700;
}
.csr__project__content .-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #004795;
}
.csr__project__content .-list {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: calc(22 / 12);
}
.csr__project__contentTop {
  margin-bottom: 8px;
}
.csr__project__flex.-top {
  margin-bottom: 37px;
}
.csr__project__contentWrap-bg{
  background-color: rgba(0, 71, 149, 0.05);
  padding-top: 22px;
  padding-bottom: 29px;
}
.csr__project__contentWrap-bg + .csr__project__contentWrap-bg{
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .csr__project__flex.-top {
    margin-bottom: 110px;
    padding-top: 80px;
    border-top: 1px solid #F2F2F2;
  }
  .csr__project__flex {
    display: flex;
    justify-content: space-between;
  }
  .csr__project__content {
    width: calc(780 / 1200 * 100%);
    max-width: 780px;
  }
  .csr__project__wrapper {
    width: calc(1200 / 1400 * 100%);
    max-width: 1200px;
  }
  .csr__project__contentWrap {
    width: calc(680 / 780 * 100%);
    max-width: 680px;
    padding-block: 15px;
  }
  .csr__project__contentWrap .-text {
    font-size: 16px;
    line-height: 2;
  }
  .csr__project__contentWrap .-text {
    font-size: 16px;
  }
  .csr__project__content .-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .csr__project__content .-number {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .csr__project__title .-lg {
    font-size: 60px;
    line-height: calc(90 / 60);
  }
  .csr__project__title .-sm {
    font-size: 16px;
  }
  .csr__project__contentTop {
    margin-bottom: 24px;
  }
  .csr__project__contentWrap .-list {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
  }
}
.csr__project__peaceList li + li {
  margin-top: 20px;
}
.csr__project__peaceText {
  margin-bottom: 36px;
  font-size: 12px;
  line-height: calc(22 / 12);
}
.csr__project__peace {
  max-width: 132px;
  margin-bottom: 28px;
}
.csr__project__peaceList .-title {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #004795;
}
.csr__project__peaceList .-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(22 / 12);
}
.csr__project__peaceList li {
  background-color: rgba(0, 71, 149, 0.05);
  padding-top: 22px;
  padding-bottom: 25px;
}
.csr__project__peaceContent .-inner {
  display: block;
  width: calc(319 / 347 * 100%);
  margin-inline: auto;
}
.csr__project__flex.-peace {
  margin-top: 52px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .csr__project__peaceText {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 2;
  }
  .csr__project__peaceList li + li {
    margin-top: 40px;
  }
  .csr__project__peaceList .-text {
    font-size: 16px;
  }
  .csr__project__peaceList li {
    padding-block: 40px;
  }
  .csr__project__peaceList .-title {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px;
  }
  .csr__project__peaceText {
    margin-bottom: 64px;
  }
  .csr__project__peace {
    width: calc(300 / 1200 * 100%);
    max-width: initial;
  }
  .csr__project__peaceContent .-inner {
    display: block;
    width: calc(680 / 780 * 100%);
    max-width: 680px;
    margin-inline: auto;
  }
  .csr__project__flex.-peace {
    margin-top: 108px;
    margin-bottom: 0;
    padding-top: 80px;
    border-top: 1px solid #F2F2F2;
  }
  .csr__project__peaceContent {
    width: calc(780 / 1200 * 100%);
  }
  .csr__project__peaceContent li {
    background-color: rgba(0, 71, 149, 0.05);
  }
}
