/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  margin-top: 0 !important; }

.under-mv {
  padding: 36rem 0 7rem;
  background: url("../img/sdgs/under-fv.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .under-mv {
      padding: 16rem 0px 5rem; } }

.under-mv__title-box {
  color: #fff; }
  .under-mv__title-box .under-mv__title {
    color: #fff;
    line-height: 1.1; }

.under-mv__title--sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3; }
  @media screen and (max-width: 834px) {
    .under-mv__title--sub {
      font-size: 18px; } }

.under-sdgs__sec-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2.5rem;
  color: #559F40; }
  @media screen and (max-width: 834px) {
    .under-sdgs__sec-lead {
      font-size: 14px;
      margin-bottom: 1.3rem; } }
.under-sdgs__sec-title {
  font-size: 42px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .under-sdgs__sec-title {
      font-size: 24px; } }
.under-sdgs__lead {
  display: flex;
  padding: 14rem 0 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .under-sdgs__lead {
      padding: 6rem 0;
      flex-direction: column; } }
  .under-sdgs__lead .under-sdgs__sec-text {
    text-align: center;
    width: 63%; }
    @media screen and (max-width: 834px) {
      .under-sdgs__lead .under-sdgs__sec-text {
        width: 100%;
        text-align: justify; } }
.under-sdgs__lead--picture {
  display: flex;
  justify-content: center;
  gap: 0 4rem;
  align-items: center;
  margin-bottom: 6rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs__lead--picture {
      gap: 0 2rem;
      margin-bottom: 4rem; } }
  .under-sdgs__lead--picture picture {
    display: block; }
  .under-sdgs__lead--picture img {
    display: block;
    object-fit: cover;
    widows: 100%; }
.under-sdgs__case {
  padding: 13rem 0;
  background: url("../img/sdgs/sdgs-bg.webp") no-repeat center top;
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .under-sdgs__case {
      padding: 6rem 0; } }
.under-sdgs .case__upper-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (max-width: 834px) {
    .under-sdgs .case__upper-box {
      flex-direction: column; } }
.under-sdgs .case__text-box {
  width: 42%; }
  @media screen and (max-width: 834px) {
    .under-sdgs .case__text-box {
      width: 100%; } }
.under-sdgs .under-sdgs__sec-title {
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs .under-sdgs__sec-title {
      margin-bottom: 2rem; } }
.under-sdgs .case__list {
  margin-top: 6rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  gap: 10rem 0; }
  @media screen and (max-width: 834px) {
    .under-sdgs .case__list {
      margin-top: 4rem;
      flex-direction: column;
      gap: 7rem 0; } }
.under-sdgs .case__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .under-sdgs .case__item {
      flex-direction: column-reverse;
      gap: 2rem 0; } }
.under-sdgs .item__text-wrap {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .under-sdgs .item__text-wrap {
      width: 100%; } }
.under-sdgs .item-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.8rem;
  color: #559F40; }
  @media screen and (max-width: 834px) {
    .under-sdgs .item-lead {
      font-size: 14px;
      margin-bottom: 1.2rem; } }
.under-sdgs .item-title {
  margin-bottom: 3rem;
  font-size: 28px;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .under-sdgs .item-title {
      margin-bottom: 2.5rem;
      font-size: 20px; } }
.under-sdgs .item-index {
  padding-left: 20px;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .under-sdgs .item-index {
      padding-left: 16px;
      margin-bottom: 1.2rem; } }
  .under-sdgs .item-index::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2F3742;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.under-sdgs .sdgs-title {
  margin-top: 4rem;
  position: relative;
  text-align: left;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs .sdgs-title {
      margin-top: 4rem;
      margin-bottom: 1.2rem; } }
  .under-sdgs .sdgs-title::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 0.3px;
    border-radius: 50%;
    background: #2F3742;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 834px) {
      .under-sdgs .sdgs-title::before {
        width: 60%; } }
    @supports (-moz-appearance: none) {
      .under-sdgs .sdgs-title::before {
        height: 1px; } }
.under-sdgs .sdgs-list {
  gap: 0 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 5rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs .sdgs-list {
      margin-bottom: 3rem; } }
.under-sdgs .sdgs-scale {
  background-color: #FFFFFF;
  padding: 30px 5%;
  display: flex;
  gap: 0 3rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs .sdgs-scale {
      flex-direction: column;
      gap: 2rem 0; } }
.under-sdgs .scale {
  display: flex;
  align-items: center;
  gap: 0 2rem; }
  @media screen and (max-width: 834px) {
    .under-sdgs .scale {
      gap: 0 1rem; } }
  .under-sdgs .scale p {
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .under-sdgs .scale p {
        font-size: 15px; } }
  .under-sdgs .scale p.scale-1 {
    border: 1px solid #559F40;
    padding: 0.5rem 1rem;
    color: #559F40;
    border-radius: 3px;
    font-size: 14px; }
