@charset "UTF-8";
body {
  font-size: 1.6rem;
}
.pc_none {
  display: none;
}
.pc_none_500 {
  display: none;
}
#maincontainer .submain_visual.sdgs {
  height: 147px;
}
#maincontainer .submain_visual.sdgs .tlcont .tl {
  color: #157758;
  margin: 0;
}
.sdgs-inner {
  background: rgba(221, 234, 231, 0.2);
}
.sdgs-inner-wrap {
  padding: 60px 0 115px;
}
.content-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 45px;
  line-height: 1.5;
}
.sdgs-logo {
  width: 430px;
  margin: 0 auto 40px;
}
.sdgs-icons {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.icon-item {
  width: 90px;
}
.content-text {
  text-align: center;
  margin: 40px auto 60px;
  padding: 0 30px;
  line-height: 1.5;
}
.sdgs-block-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
.sdgs-block {
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 45px;
  height: 410px;
  overflow: hidden;
  position: relative;
}
.sdgs-block:last-child {
  margin-bottom: 0;
}
.sdgs-block.block01 {
  background-image: url('/images/sdgs/sdgs-block-bg01.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sdgs-block.block02 {
  background-image: url('/images/sdgs/sdgs-block-bg02.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sdgs-block.block03 {
  background-image: url('/images/sdgs/sdgs-block-bg03.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sdgs-block.block04 {
  background-image: url('/images/sdgs/sdgs-block-bg04.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sdgs-block-content {
  width: 412px;
  line-height: 1.5;
}
.sdgs-block-content.c-right {
  margin-left: auto;
}
.sdgs-block-content.c-left {
  margin-right: auto;
}
.sdgs-block-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sdgs-block-icon {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 20px;
}
.sdgs-block-content.c-right + .sdgs-block-icon {
  left: 20px;
}
.sdgs-block-content.c-left + .sdgs-block-icon {
  right: 20px;
}
.sdgs-link {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
  max-width: 1010px;
  margin: 60px auto 0;
  border: solid 1px #157758;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.sdgs-link:hover {
  opacity: 0.7;
}
.sdgs-link-img {
  width: 390px;
}
.sdgs-link-text {
  padding: 0 0 0 60px;
}
.sdgs-link-title {
  font-size: 2.2rem;
  font-weight: bold;
}
.for-site {
  margin-top: 17px;
  text-align: left;
}
.for-site span {
  display: inline-block;
  position: relative;
  color: #157758;
}
.for-site span::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url('/images/index/top_blank.svg') no-repeat;
  background-size: contain;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  top: -2px;
  margin: 0 0 0 6px;
}
@media screen and (max-width: 1100px) {
  .sdgs-block-icon {
    width: 130px;
    height: 130px;
  }
  .sdgs-link-text {
    padding: 0 25px;
  }
  .sdgs-link-img {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  #maincontainer .submain_visual.sdgs {
    height: 90px;
  }
  .sdgs-inner-wrap {
    padding: 60px 20px 65px;
  }
  .content-title {
    width: 85%;
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  .sdgs-logo {
    width: 88.7%;
    max-width: 430px;
    margin: 0 auto 20px;
  }
  .sdgs-icons {
    width: 88.7%;
    margin: 0 auto;
  }
  .content-text {
    width: 88.7%;
    margin: 20px auto 60px;
    padding: 0;
    letter-spacing: 0;
  }
  .sdgs-block-wrap {
    padding: 0;
  }
  .sdgs-block {
    padding: 20px;
  }
  .sdgs-block-content {
    width: 300px;
  }
  .sdgs-block-title {
    font-size: 2rem;
  }
  .sdgs-block-icon {
    width: 100px;
    height: 100px;
    top: 10px;
  }
  .sdgs-block-content.c-right + .sdgs-block-icon {
    left: 10px;
  }
  .sdgs-block-content.c-left + .sdgs-block-icon {
    right: 10px;
  }
  .sdgs-link {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .pc_none_500 {
    display: block;
  }
  .sdgs-block {
    height: auto;
    margin-bottom: 20px;
    padding: 310px 20px 20px;
  }
  .sdgs-block.block01 {
    background-image: url('/images/sdgs/sdgs-block-bg01_sp.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-block.block02 {
    background-image: url('/images/sdgs/sdgs-block-bg02_sp.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-block.block03 {
    background-image: url('/images/sdgs/sdgs-block-bg03_sp.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-block.block04 {
    background-image: url('/images/sdgs/sdgs-block-bg04_sp.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sdgs-block-content {
    width: 100%;
  }
  .sdgs-link {
    flex-flow: column;
  }
  .sdgs-link-img {
    width: 100%;
  }
  .sdgs-link-text {
    padding: 20px 10px;
  }
  .sdgs-link-title {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .for-site span {
    letter-spacing: normal;
  }
}