.btn {
  display: inline-block;
}
.btn.btn-color-redLine {
  border: 0.2rem solid #e60012;
  border-radius: 5rem;
  padding: 1.2rem 3rem;
}
.btn.btn-color-redLine a {
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.btn.btn-color-redLine:hover {
  background-color: #e60012;
}
.btn.btn-color-redLine:hover a {
  color: #FFF;
}
.btn.btn-color-redLine:hover.btn-icon-pdf a::before {
  filter: brightness(0) invert(1);
}
.btn.btn-icon-pdf a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_pdf.svg) no-repeat center center;
  background-size: contain;
  transition: filter 0.3s ease;
}

.content-main.sustaina-news .font-bold-en {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  color: #F00;
}
.content-main.sustaina-news .pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .pc-only {
    display: none;
  }
}
.content-main.sustaina-news .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .sp-only {
    display: block;
  }
}
.content-main.sustaina-news .section-inner {
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .content-bar {
    border-top: 0.4rem solid #e60012;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.content-main.sustaina-news .content-header {
  text-align: center;
}
.content-main.sustaina-news .content-header .content-header-img {
  margin-top: 4rem;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .content-header .content-header-img {
    width: 28rem;
    margin-top: 2rem;
  }
}
.content-main.sustaina-news .content-header .content-header-vol {
  display: block;
  font-family: "Bai Jamjuree", sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.content-main.sustaina-news .content-header .content-header-vol .vol-label {
  font-size: 1.8rem;
}
.content-main.sustaina-news .content-header .content-header-vol .vol-number {
  font-size: 3rem;
}
.content-main.sustaina-news .content-title h2.newstitle {
  border-top: 0.5rem solid #e60012;
  border-bottom: 0.5rem solid #e60012;
  padding: 1.5rem 0 2.1rem 0;
  margin-top: 0;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.content-main.sustaina-news .content-title h2.newstitle .small {
  font-size: 2.5rem;
}
.content-main.sustaina-news .content-title h2.newstitle img {
  vertical-align: middle;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .content-title h2.newstitle {
    font-size: 2rem;
  }
  .content-main.sustaina-news .content-title h2.newstitle .small {
    font-size: 1.5rem;
  }
}
.content-main.sustaina-news .content-title-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .content-title-lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.content-main.sustaina-news .section-article .article-img {
  text-align: center;
  margin: 0 auto;
}
.content-main.sustaina-news .section-article .article-img.size-l {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-article .article-img.size-l {
    width: 100%;
  }
}
.content-main.sustaina-news .section-article .article-img.size-m {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-article .article-img.size-m {
    width: 24rem;
  }
}
.content-main.sustaina-news .section-article .article-title {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.content-main.sustaina-news .section-article .article-title img {
  width: 52rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-article .article-title img {
    width: 24rem;
  }
}
.content-main.sustaina-news .section-article .article-title p {
  font-size: 3.4rem;
  color: #e60012;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.content-main.sustaina-news .section-article .article-title p span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-article .article-title p {
    font-size: 2.4rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-main.sustaina-news .section-article .article-title p span {
    font-size: 2.8rem;
  }
}
.content-main.sustaina-news .article-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.content-main.sustaina-news .article-text .lefttop-img {
  float: left;
  margin: 0 1rem 1rem 0;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .article-text {
    font-size: 1.4rem;
  }
}
.content-main.sustaina-news .sstn-profile {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-img {
  width: 11rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-img::before {
  content: "";
  display: block;
  padding-top: 115.4545454545%;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-name {
  font-family: "Zen Maru Gothic", sans-serif;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-name .profile-name-sub {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-name .profile-name-main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.content-main.sustaina-news .sstn-profile .sstn-profile-name .profile-name-main span.keisho {
  font-size: 1.8rem;
}
.content-main.sustaina-news .sstn-profile-text {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .sstn-profile-text {
    font-size: 1.2rem;
  }
}
.content-main.sustaina-news .section-interview {
  margin-top: 8rem;
}
.content-main.sustaina-news .section-interview .interview-title {
  border-top: 0.5rem solid #e60012;
  border-bottom: 0.5rem solid #e60012;
  background: url(/_var/sustainability/sustainanews_202511/img/art02_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 19rem;
  margin-bottom: 8.5rem;
  margin-left: -2rem;
  margin-right: -2rem;
  text-align: center;
}
.content-main.sustaina-news .section-interview .interview-title .interview-title-img {
  background: url(/_var/sustainability/sustainanews_202511/img/art03_title_bg.png) center top no-repeat;
  background-size: contain;
  width: 28rem;
  height: 10.2rem;
  margin: 0 auto;
  margin-top: 8.5rem;
  margin-bottom: 0.2rem;
}
.content-main.sustaina-news .section-interview .interview-title .interview-title-img img {
  width: 75%;
  margin: 0 auto;
  margin-top: 3.5rem;
}
.content-main.sustaina-news .section-interview .interview-title-text {
  border-top: 0.4rem solid #e60012;
  border-bottom: 0.4rem solid #e60012;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  text-align: center;
}
.content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-icon {
  display: inline-block;
  padding-right: 1rem;
}
.content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-icon img {
  height: 5rem;
}
.content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-text {
  line-height: 5rem;
  vertical-align: top;
  display: inline-block;
  color: #e60012;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-text span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-text {
    line-height: 1.2;
    font-size: 1.8rem;
    text-align: left;
  }
  .content-main.sustaina-news .section-interview .interview-title-text .interview-title-text-text span {
    font-size: 2.4rem;
  }
}
.content-main.sustaina-news .section-interview h3.interview-midashi {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #e60012;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-interview h3.interview-midashi {
    font-size: 2.2rem;
  }
}
.content-main.sustaina-news .section-comment .comment-box {
  background-color: #F8F8F8;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-comment .comment-box {
    padding: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.content-main.sustaina-news .section-comment .comment-wrap {
  margin-bottom: 3rem;
}
.content-main.sustaina-news .section-comment .comment-wrap .comment-text {
  border-radius: 2rem;
  border: 0.2rem solid #000;
  background: #FFF;
  position: relative;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-comment .comment-wrap .comment-text {
    padding: 3rem 2rem;
    margin-top: 3rem;
  }
}
.content-main.sustaina-news .section-comment .comment-wrap .comment-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -2.4rem;
  margin-left: 4.3rem;
  width: 2.2rem;
  height: 2.5rem;
  background: url(/_var/sustainability/sustainanews_202511/img/fuki.png) no-repeat center center;
  background-size: cover;
}
.content-main.sustaina-news .section-comment .comment-wrap .comment-text .comment-text-img {
  position: absolute;
}
.content-main.sustaina-news .section-comment .comment-wrap .comment-text .comment-text-title {
  color: #e60012;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.content-main.sustaina-news .section-comment .comment-wrap .comment-text .comment-text-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-comment .comment-wrap .comment-text .comment-text-text {
    font-size: 1.4rem;
  }
}
.content-main.sustaina-news .section-comment .comment-wrap.comment-01 .comment-text .comment-text-img {
  width: 11rem;
  right: 0;
  bottom: 0;
  margin-right: 1rem;
  margin-bottom: -3rem;
}
.content-main.sustaina-news .section-comment .comment-wrap.comment-02 .comment-text .comment-text-img {
  width: 8rem;
  right: 0;
  top: 0;
  margin-right: 1rem;
  margin-top: -3rem;
}
.content-main.sustaina-news .section-comment .comment-wrap.comment-03 {
  margin-bottom: 0;
}
.content-main.sustaina-news .section-comment .comment-wrap.comment-03 .comment-text .comment-text-img {
  width: 10rem;
  right: 0;
  top: 0;
  margin-right: 1rem;
  margin-top: -3rem;
}
.content-main.sustaina-news .section-next .next-date {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
.content-main.sustaina-news .section-next .next-text {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-main.sustaina-news .section-next .next-text {
    text-align: left;
  }
}
.content-main.sustaina-news .section-next .next-download {
  text-align: center;
}
