/*************************************************

page

*************************************************/
/* section
---------------------------------------*/
.parts-btn01__anchor {
  background-color: #05124A;
}
@media screen and (min-width: 768px) {
  .parts-btn01__anchor:hover {
    color: #05124A;
  }
}

.parts-btn01__anchor-arw {
  width: 0.7rem;
}

/* cs-sdg01-area01
---------------------------------------*/
.cs-sdg01-area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-area01 {
    display: block;
  }
}

.cs-sdg01-area01__img {
  width: 34.8214285714%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-area01__img {
    width: 80%;
    margin: 0 auto 3rem;
    text-align: center;
  }
}

.cs-sdg01-area01__texts {
  width: 55.3571428571%;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-area01__texts {
    width: auto;
    font-size: 1.4rem;
  }
}

/* cs-sdg01-block
---------------------------------------*/
.cs-sdg01-block {
  padding: 6rem 8rem;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-block {
    padding: 3rem 3rem;
  }
}
.cs-sdg01-block.is-bg {
  background-color: #ECECEC;
}

.cs-sdg01-block__title {
  position: relative;
  margin-bottom: 2.5rem;
  color: #234F90;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-block__title {
    font-size: 1.8rem;
  }
}
.cs-sdg01-block__title::before {
  position: absolute;
  top: 0;
  left: -1.7rem;
  display: block;
  content: "";
  width: 0.4rem;
  height: 100%;
  background-color: #507AB9;
}

.cs-sdg01-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs-sdg01-block__icon {
  max-width: 16rem;
  line-height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .cs-sdg01-block__icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 3rem;
  }
}

.cs-sdg01-block__texts {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 767px) {
  .cs-sdg01-block__texts {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* cs-sdg02-area01
---------------------------------------*/
.cs-sdg02-area01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-area01 {
    display: block;
  }
}

.cs-sdg02-area01__img {
  width: 34.8214285714%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-area01__img {
    width: 80%;
    margin: 0 auto 3rem;
    text-align: center;
  }
}

.cs-sdg02-area01__texts {
  width: 55.3571428571%;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-area01__texts {
    width: auto;
    font-size: 1.4rem;
  }
}

.cs-sdg02-disc {
  border-top: #C3C3C3 solid 1px;
}

.cs-sdg02-disc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #C3C3C3 solid 1px;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-disc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cs-sdg02-disc__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  padding: 4rem 8rem;
  color: #234F90;
  font-size: 2rem;
  font-weight: 700;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-disc__title {
    padding: 2rem 1.5rem;
    width: 100%;
    font-size: 1.6rem;
  }
}

.cs-sdg02-disc__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 40rem);
  padding: 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-disc__body {
    width: 100%;
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
  }
}

.cs-sdg02-cap {
  margin-top: 4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cs-sdg02-cap {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}

/* cs-sdg03
---------------------------------------*/
.cs-sdg03-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01 {
    display: block;
  }
}

.cs-sdg03-flex01__img {
  width: 17.8571428571%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__img {
    width: min(30rem, 50%);
    margin: 0 auto 2rem;
  }
}

.cs-sdg03-flex01__letters {
  width: 72.3214285714%;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__letters {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__texts {
    font-size: 1.4rem;
  }
}
.cs-sdg03-flex01__texts > * {
  margin-bottom: 1.7em;
}
.cs-sdg03-flex01__texts > *:last-child {
  margin-bottom: 0;
}

.cs-sdg03-flex01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__btn {
    margin-top: 3rem;
  }
}

.cs-sdg03-flex01__btn-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #05124A;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__btn-anchor {
    font-size: 1.4rem;
  }
}
.cs-sdg03-flex01__btn-anchor .in-arw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  padding-left: 0.2rem;
  line-height: 0;
  border: #05124A solid 1px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__btn-anchor .in-arw {
    width: 1.4rem;
    height: 1.4rem;
    padding-left: 0.1rem;
  }
}
.cs-sdg03-flex01__btn-anchor .in-arw img {
  width: 0.6rem;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-flex01__btn-anchor .in-arw img {
    width: 0.5rem;
  }
}

.cs-sdg03-details {
  margin-top: 8rem;
  padding: 5rem 0;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-details {
    margin-top: 5rem;
    padding: 3rem 0;
  }
}

.cs-sdg03-details__title {
  color: #05124A;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cs-sdg03-details__title {
    font-size: 1.8rem;
  }
}