.block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .block-title {
    margin-bottom: 25px;
  }
}
.block-title .ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .block-title .ttl {
    font-size: 16px;
    margin: 35px 0 15px;
  }
}
.block-title .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .block-title .txt {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  section#content .content_inner .pt-ctsBlock .ctsColWrap .ctsColInr .ctsDtl01 .txtCol.txt-letSpace .txt {
    letter-spacing: 2px;
  }
  section#content .content_inner .pt-ctsBlock .ctsColWrap .ctsColInr .ctsDtl03 .leadCol .txt {
    text-align: center;
  }
  section#content .content_inner .secAction .ctsBlock .leadTxt .txt {
    text-align: center;
  }
  .secCtsItemWrap .sort .catWrap .cat .catInr:hover {
    background: #fff;
  }
  .secCtsItemWrap .sort .catWrap .cat .catInr.js-active {
    background: #d2d2d2;
  }
  .modal .modalInr .modalCol .closeBtn .btn.custom {
    border: 1px solid #fff;
  }
  .modal .modalInr .modalCol .closeBtn .btn.custom::before {
    background-color: #fff;
  }
  .modal .modalInr .modalCol .closeBtn .btn.custom::after {
    color: #fff;
  }
}
@media (max-width: 420px) {
  .secResearch .txt {
    letter-spacing: -0.05px;
  }
}
@media (max-width: 768px) {
  .secResearch .block-title {
    margin-bottom: 10px;
  }
}

.load-more .item {
  display: none;
}

.load-more-3 .item {
  display: none;
}

.modal .text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal .text-link:hover {
  border-bottom: 1px solid transparent;
}

.modal .modalInr .img img {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.more__link {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .more__link {
    margin-top: 15px;
  }
}
.more__link a {
  display: inline-block;
  width: 76px;
  height: 54px;
  background: url("/en/kose/sustainability/adaptability/img/btn_open.svg") no-repeat center center;
  background-size: 40px;
  cursor: pointer;
}
.more__link a:last-child {
  display: none;
}