main::after {
  content: none;
}

.sdgs {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0.4) 2px, transparent 2px, transparent 35px), url(../img/sdgs/sdgs-bg.png);
  background-size: auto, 100% auto;
  background-position: center center;
  background-repeat: no-repeat, repeat-y;
  color: #000;
  padding-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .sdgs {
    background-size: contain;
    padding-bottom: 100px;
    background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 1px, transparent 1px, transparent 25px), url(../img/sdgs/sdgs-bg.png);
    background-size: auto, 100% auto;
    background-position: center center;
    background-repeat: no-repeat, repeat-y;
  }
}
.sdgs__fv {
  position: relative;
}
.sdgs__fv-dec {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.sdgs__fv-dec--01 {
  width: 24%;
  margin-left: 70%;
  top: -10%;
  transform-origin: 50% 50%;
  animation: spin 32s linear infinite;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-dec--01 {
    width: 40%;
    top: -14%;
  }
}
.sdgs__fv-dec--02 {
  width: 50%;
  left: auto;
  margin-left: auto;
  margin-right: 0;
  right: 0;
  bottom: 5%;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-dec--02 {
    width: 80%;
    bottom: 24%;
  }
}
.sdgs__fv-dec--03 {
  width: 50%;
  left: 0;
  right: auto;
  text-align: left;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-dec--03 {
    width: 80%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sdgs__fv-ttl {
  position: relative;
  z-index: 2;
  margin-left: 2em;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-ttl {
    width: 80%;
    margin-left: 1em;
  }
}
.sdgs__fv-main {
  position: relative;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 40px;
  border: 2px solid #000;
  padding: 50px 2em 40px;
  z-index: 1;
  margin-top: -12px;
}
.sdgs__fv-main p {
  line-height: 2.2;
  font-size: 1.1em;
}
.sdgs__fv-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-wrap {
    margin-top: 10px;
  }
}
.sdgs__fv-wrap .sdgs__btn {
  margin: 0;
}
.sdgs__btn {
  width: 48%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .sdgs__btn {
    width: 100%;
    max-width: none;
  }
}
.sdgs__btn a {
  position: relative;
  display: block;
  border-radius: 50px;
  background: #FFF707;
  border: 2px solid #000;
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  font-size: 1.4em;
  margin: 10px;
  box-shadow: 0 4px 0 #65DCFF;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .sdgs__btn a {
    font-size: 1.2em;
    margin: 10px 0;
  }
}
.sdgs__btn a::before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/sdgs/unkerarrow.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 35%;
}
.sdgs__btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}
.sdgs__btn input {
  position: relative;
  display: block;
  border-radius: 20px;
  background: url(../img/sdgs/btn-bg.png) #FFF707;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 2px solid #000;
  text-align: center;
  padding: 0.8em;
  font-weight: 700;
  font-size: 1.4em;
  margin: 10px 0;
  box-shadow: 0 4px 0 #65DCFF;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sdgs__btn input {
    font-size: 1.2em;
  }
}
.sdgs__btn input:hover {
  box-shadow: none;
  transform: translateY(4px);
}
.sdgs__btn--list {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sdgs__btn--list {
    max-width: none;
  }
}
.sdgs__btn--list a {
  font-size: 1.1em;
}
.sdgs__btn--list a::before {
  background: url(../img/arrow-black.svg) no-repeat;
  background-size: contain;
  right: 6%;
  top: 35%;
}
.sdgs__fv-unker {
  margin: 60px auto;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-unker {
    position: relative;
    margin-top: 20px;
    z-index: 1;
  }
}
.sdgs__fv-unker a:hover {
  opacity: 0.7;
}
.sdgs__fv-unker .scrolldown {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  color: #000;
  font-family: serif;
}
.sdgs__fv-unker .circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}
.sdgs__fv-unker .circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 1.4em;
  font-weight: 300;
  transform-origin: 0 100px;
}
@media screen and (max-width: 1000px) {
  .sdgs__fv-unker .circle-text_01 span {
    font-size: 1rem;
  }
}
.sdgs__fv-unker .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}
.sdgs__fv-unker .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #000;
  transform: translateX(-50%);
}
.sdgs__fv-unker .arrow_01::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 70%;
  width: 30px;
  height: 12px;
  border-bottom: 1px solid #000;
  transform: translateX(-50%) rotate(-45deg);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
.sdgs__con {
  margin: 80px auto;
  padding: 100px 2em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}
@media screen and (max-width: 1000px) {
  .sdgs__con {
    padding: 100px 1em;
    padding: 60px 1em;
  }
}
.sdgs__con-ttl {
  text-align: center;
}
.sdgs__con-ttl h3 {
  position: relative;
  display: inline-block;
  font-size: 2em;
  font-weight: 900;
  padding: 8px 0.5em;
  background: #fff;
  border: 2px solid #000;
  z-index: 1;
  box-shadow: 6px 6px 0 0 #65DCFF, 6px 6px 0 2px #000;
}
.sdgs__con-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
}
.sdgs__item {
  width: calc((100% - 80px) / 4);
  max-width: 380px;
  margin: 0 10px;
  min-width: 260px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .sdgs__item {
    width: 100%;
    max-width: 400px;
    min-width: auto;
  }
}
.sdgs__item-ttl {
  width: 75%;
  border-radius: 12px 12px 0 0;
  border: 2px solid #000;
  border-bottom: none;
  padding: 0.6em;
  text-align: center;
}
.sdgs__item-ttl p {
  color: #fff;
  font-size: clamp(1rem, 0.903rem + 0.41vw, 1.4rem);
  font-weight: 900;
}
.sdgs__item-ttl--region {
  background: #E9261A;
}
.sdgs__item-ttl--environment {
  background: #3985BF;
}
.sdgs__item-ttl--safety {
  background: #2F9A27;
}
.sdgs__item-ttl--divercity {
  background: #FB8600;
}
.sdgs__item-wrap {
  border-radius: 0 20px 20px 20px;
  border: 2px solid #000;
  background: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  padding: 2em 1em 60px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sdgs__item-subttl p {
  display: inline-block;
  background: #fff;
  padding: 0.2em;
  border: 1px solid #000;
  font-size: clamp(1.125rem, 1.034rem + 0.1vw, 1.375rem);
  font-weight: 700;
  margin-top: -1px;
}
.sdgs__item-txt {
  margin-top: 1.5em;
  padding: 1.5em 0.5em;
  border-radius: 12px;
  margin-bottom: 1em;
}
.sdgs__item-txt ul li {
  list-style: disc;
  margin-left: 1.65em;
}
.sdgs__item-txt ul li span.color {
  font-weight: 700;
}
.sdgs__item-txt--region {
  background: #FDEEED;
}
.sdgs__item-txt--region ul li span.color {
  color: #E9261A;
}
.sdgs__item-txt--environment {
  background: #F2F9FF;
}
.sdgs__item-txt--environment ul li span.color {
  color: #3985BF;
}
.sdgs__item-txt--safety {
  background: #EFFEEE;
}
.sdgs__item-txt--safety ul li span.color {
  color: #2F9A27;
}
.sdgs__item-txt--divercity {
  background: #FFF1DE;
}
.sdgs__item-txt--divercity ul li span.color {
  color: #FB8600;
}
.sdgs__item-iconlist {
  display: flex;
  margin-bottom: 1em;
  flex-grow: 1;
  align-items: end;
}
.sdgs__item-icon {
  width: 31%;
  margin: 0 0.3em;
}
.sdgs__item-btn {
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -40px;
}
.sdgs__item-btn a {
  position: relative;
  display: block;
  border-radius: 80px;
  padding: 1em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 0 #65DCFF;
  border: 2px solid #000;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.1rem);
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sdgs__item-btn a {
    font-size: 0.9em;
  }
}
.sdgs__item-btn a::before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  right: 4%;
  top: 40%;
  transition: all 0.3s;
}
.sdgs__item-btn a:hover {
  box-shadow: none;
  transform: translateY(4px);
}
.sdgs__item-btn a:hover::before {
  right: 4%;
}
.sdgs__item-btn--region a {
  background: #E9261A;
}
.sdgs__item-btn--environment a {
  background: #3985BF;
}
.sdgs__item-btn--safety a {
  background: #2F9A27;
}
.sdgs__item-btn--divercity a {
  background: #FB8600;
}
.sdgs__numberitem {
  width: 33%;
  max-width: 500px;
  margin: 0 0.5em 1em;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  border-radius: 20px;
  padding: 1.5em 1em;
}
@media screen and (max-width: 1000px) {
  .sdgs__numberitem {
    width: 100%;
  }
}
.sdgs__numberitem--w50 {
  width: 64%;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .sdgs__numberitem--w50 {
    width: 100%;
  }
}
.sdgs__numberitem-ttl {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0.5em 0 1em;
  line-height: 1.3;
}
.sdgs__numberitem-obi {
  padding: 4px 0;
  font-size: 1.1em;
  background: #FFFDC2;
  margin-bottom: 0.5em;
}
.sdgs__numberitem-main {
  position: relative;
  min-height: 200px;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .sdgs__numberitem-main {
    min-height: 180px;
  }
}
.sdgs__numberitem-main .bgimg {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.sdgs__numberitem-main p {
  position: relative;
  font-size: 1.6em;
  width: 100%;
  font-weight: 700;
}
.sdgs__numberitem-main p span.main {
  font-size: 2.5em;
  letter-spacing: -0.5px;
  line-height: 1;
  font-weight: 900;
  color: #1D6CBB;
}
.sdgs__numberitem-main p span.main span.small {
  font-size: 0.6em;
  font-weight: 900;
}
.sdgs__numberitem-main p span.small {
  color: #1D6CBB;
  font-size: 0.8em;
}
.sdgs__numberitem-img p {
  color: #1D6CBB;
  font-weight: 700;
  text-align: left;
}
.sdgs__numberitem-imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs__numberitem-imglist .sdgs__numberitem-img {
  width: 46%;
  margin: 1em 0.5em;
}
@media screen and (max-width: 1000px) {
  .sdgs__numberitem-imglist .sdgs__numberitem-img {
    width: 100%;
  }
}
.sdgs .sinner__btn a {
  border-radius: 40px;
  background: #FFF707;
  box-shadow: 0 4px 0 #65DCFF;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.4em;
}
.sdgs .sinner__btn a span.arrow {
  width: 2.5em;
  height: 2.5em;
  border: 2px solid #000;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .sdgs .sinner__btn a span.arrow {
    top: 22%;
  }
}
.sdgs .marker {
  background: linear-gradient(#FFF707 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 3s;
}
.sdgs .marker.on {
  background-size: 100% 100%;
}

.topic {
  padding-top: 160px;
  padding-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  .topic {
    background-size: contain;
    padding-bottom: 160px;
  }
}
.topic__subttl h3 {
  display: inline-block;
  padding: 4px;
  border: 1px solid #000;
  background: #fff;
}
.topic__ttl {
  margin-top: 10px;
  padding-left: 1em;
}
.topic__ttl h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.2;
}
.topic__ttl.topic__materiality__region {
  border-left: 4px solid #E9261A;
}
.topic__ttl.topic__materiality__environment {
  border-left: 4px solid #3985BF;
}
.topic__ttl.topic__materiality__safety {
  border-left: 4px solid #2F9A27;
}
.topic__ttl.topic__materiality__divercity {
  border-left: 4px solid #FB8600;
}
.topic__mainwrap {
  margin-top: 30px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #000;
  padding: 2em 1em;
}
.topic__main {
  margin-bottom: 1em;
}
.topic__img {
  text-align: center;
  margin: 1em auto;
  max-width: 700px;
}
.topic__txt {
  margin: 1em 0;
}
.topic__connection {
  margin: 2em 0 3em;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1em 3em;
  background: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 1000px) {
  .topic__connection {
    display: block;
    padding: 0.5em 2em;
    border-radius: 20px;
  }
}
.topic__connectitem {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
@media screen and (max-width: 1000px) {
  .topic__connectitem {
    margin: 1em 0;
  }
}
.topic__connectitem-ttl {
  position: relative;
  margin-right: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .topic__connectitem-ttl {
    width: 30%;
    font-size: 0.9em;
  }
}
.topic__connectitem-ttl::before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: #1D6CBB;
  border-radius: 50%;
  left: -1em;
  top: 10%;
}
.topic__connectitem-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .topic__connectitem-list {
    width: 70%;
  }
}
.topic__connectitem-item {
  margin: 0 8px;
  width: 80px;
}
@media screen and (max-width: 1000px) {
  .topic__connectitem-item {
    width: 24%;
    margin: 0 4px 4px;
  }
}
.topic__other {
  margin: 80px auto;
}
.topic__other-ttl p {
  display: inline-block;
  padding: 0.5em 1em;
  background: #FFF707;
  border-radius: 12px 12px 0 0;
  border: 2px solid #000;
  border-bottom: none;
  font-size: 1.1em;
  font-weight: 700;
}
.topic__other-wrap {
  background: #fff;
  border-radius: 0 12px 12px 12px;
  border: 2px solid #000;
  padding: 2em 1em;
}

.sdgs__wrap {
  width: 92%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .sdgs__wrap {
    width: 100%;
    padding: 0 4% 0 12%;
  }
}
.sdgs__wrap--top {
  max-width: none;
}

.sdgs_search .fv__subttl {
  color: #1D6CBB;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
  margin-top: 10px;
}
.sdgs_search .category__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sdgs_search .category__tab {
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 15px 15px 0 0;
  border: 2px solid #000;
  cursor: pointer;
  background: #CCCCCC;
  margin-right: 1em;
}
@media screen and (max-width: 1000px) {
  .sdgs_search .category__tab {
    padding: 0.5em;
    margin-right: 0.5em;
    font-size: 0.8em;
  }
}
.sdgs_search .category__tabcontent {
  display: none;
  padding: 1.5em 1em;
  background: #fff;
  width: 100%;
  border: 2px solid #000;
  border-radius: 0 15px 15px 15px;
  margin-top: -2px;
}
.sdgs_search .category__tabcontent-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .sdgs_search .category__tabcontent-wrap {
    justify-content: flex-start;
  }
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] {
  width: 1.25em;
  accent-color: #EF277E;
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 1em;
  margin-left: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label {
    margin-left: 0.1em;
    font-size: 1.2em;
  }
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label.m_region {
  color: #E9261A;
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label.m_env {
  color: #3985BF;
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label.m_safety {
  color: #2F9A27;
}
.sdgs_search .category__tabcontent-wrap input[name=searchMaterial] + label.m_diver {
  color: #FB8600;
}
.sdgs_search .category__tabcontent-wrap--sdgs {
  justify-content: flex-start;
}
.sdgs_search .category__tabcontent-item {
  position: relative;
  width: calc((100% - 80px) / 8);
  margin: 2em 4px 0.5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .sdgs_search .category__tabcontent-item {
    width: calc((100% - 40px) / 5);
  }
}
.sdgs_search .category__tabcontent-item input[name=searchSdgs] {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1em;
  width: 1.5em;
  accent-color: #EF277E;
}
.sdgs_search .category__tabcontent-item label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.sdgs_search .category input[name=categorytab] {
  display: none;
}
.sdgs_search .category input[name=categorytab]:checked + label {
  background: #FFF707;
}
.sdgs_search .category #tab_material:checked ~ #searchMaterial,
.sdgs_search .category #tab_sdgs:checked ~ #searchSdgs {
  display: block;
}

.showmore--btnarea {
  position: relative;
  cursor: pointer;
}

.itemlist {
  margin: 80px auto;
}
@media screen and (max-width: 1000px) {
  .itemlist {
    margin-top: 40px;
  }
}
.itemlist ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .itemlist ul {
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .itemlist ul {
    justify-content: space-between;
  }
}
.itemlist ul .item {
  position: relative;
  margin: 1em 0.5em;
  width: calc((100% - 4em) / 4);
  min-width: 260px;
  overflow: unset;
}
@media screen and (max-width: 1000px) {
  .itemlist ul .item {
    margin: 1em 0;
    width: 100%;
    min-width: auto;
  }
}
.itemlist ul .item a {
  position: relative;
  display: block;
  padding: 4.5em 1em 3em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .itemlist ul .item a {
    padding-top: 3.5em;
  }
}
.itemlist ul .item a::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img/sdgs/btn-sdgs.png) no-repeat;
  background-size: contain;
  right: 4%;
  bottom: 4%;
}
.itemlist ul .item a .item__img {
  overflow: hidden;
}
.itemlist ul .item a .item__img img {
  transition: all 0.3s;
}
.itemlist ul .item a:hover .item__img img {
  transform: scale(1.1);
}
.itemlist ul .item__tag {
  position: absolute;
  left: 0;
  top: 4%;
  width: 44%;
  max-width: 150px;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  border-radius: 0 40px 40px 0;
  font-size: 0.9em;
}
@media screen and (max-width: 1000px) {
  .itemlist ul .item__tag {
    width: 40%;
    padding: 0.5em 1em 0.5em 0.5em;
    font-size: 0.8em;
    max-width: none;
  }
}
.itemlist ul .item__tag--region {
  background: #E9261A;
}
.itemlist ul .item__tag--environment {
  background: #3985BF;
}
.itemlist ul .item__tag--safety {
  background: #2F9A27;
}
.itemlist ul .item__tag--divercity {
  background: #FB8600;
}
.itemlist ul .item__img {
  border-radius: 10px;
  margin-bottom: 0.5em;
}
.itemlist ul .item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 109/58;
  height: auto;
  object-position: center;
}
.itemlist ul .item__ttl {
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .itemlist ul .item__ttl {
    font-size: 1em;
    line-height: 1.5;
  }
}
.itemlist ul .item__sdgs {
  position: absolute;
  width: 55%;
  top: 4%;
  right: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .itemlist ul .item__sdgs {
    width: 50%;
  }
}
.itemlist ul .item__sdgs-item {
  width: 22%;
  margin: 2px;
}
.itemlist--other {
  margin: 0;
}
.itemlist--other ul .item {
  width: calc((100% - 3em) / 3);
  margin: 0 0.5em;
}
@media screen and (max-width: 1000px) {
  .itemlist--other ul .item {
    margin: 1em 0;
    width: 100%;
  }
}

.slick-initialized .slick-slide {
  height: auto;
}