:root{
  --title-font-size-sp: 20px;
}
.u-pc{
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc{
    display: block;
  }
}
.u-sp{
  display:block;
  @media screen and (max-width: 768px) {
    display:none;
  }
}
a{
  text-decoration: none;
  transition: all 0.3s ease;
}

/* body{
  overflow-x: hidden;
} */
.l-inner{
  inline-size: min(100%, 1132px);
  margin-inline: auto;
  padding-inline: calc(16 / 16 * 1rem);
  @media screen and (max-width: 768px) {
    padding-inline: 16px;
  }
}

.c-btn{
  inline-size: min(100%, 297px);
  text-align: center;
display: grid;
@media screen and (max-width: 768px) {
  inline-size: min(100%, 282px);
}
}

.c-btn__link {
background-color: #BB0D24;
border-radius:31px;
padding:calc(16/ 16 * 1rem);
display: grid;
place-items: center;
position: relative;
display: inline-block;
@media screen and (max-width: 768px) {
  padding:12px;
}
}
.c-btn__link--blue{
  background-color: #0A1D3B;
}



.c-btn__text {
  font-size: calc(16/ 16 * 1rem);
  color: #fff;
  font-weight: 900;
  line-height: calc(24 / 16);
  letter-spacing: 0.089em;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }

}

.c-btn__icon img {
position: absolute;
right: calc(24/ 16 * 1rem);
top: 50%;
inline-size: calc(20/ 16 * 1rem);
block-size: calc(20/ 16 * 1rem);
transform: translateY(-50%);
@media screen and (max-width: 768px) {
  inline-size: 20px;
  block-size: 20px;
}

}


.c-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-title__title-group{
  display: grid;
}
#topics .ttl.c-title__title ,#voice .ttl.c-title__title {
  margin: 0;
  padding: 0;
  font-size:clamp(1rem, 0.857rem + 0.3vw, 1.125rem);

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}
.c-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-title__title-group{
  display: grid;
}
.c-title__title-icon{
  display: flex;
  align-items: center;
  gap: calc(12 / 16 * 1rem);
}
.c-title__title-icon::before{
  content: "";
  background: url("../../images/renewal/news-icon.webp") no-repeat center center / contain;
  display: block;
  inline-size: 56px;
  block-size: 56px;
}
.ttl.c-title__title::before {
  content:none !important;
}


.p-news__title--event::before {
  content: "";
  background: url("../../images/renewal/event-icon.webp") no-repeat center center / contain;
  display: block;
  inline-size: 56px;
  block-size: 56px;
}
.p-news__title--blog::before {
  content: "";
  background: url("../../images/renewal/blog-icon.webp") no-repeat center center / contain;
  display: block;
  inline-size: 56px;
  block-size: 56px;
}
.c-title__title-en {
  font-size: 16px;
  color: #43a471;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  @media screen and (max-width: 768px) {
    left: 64px;
  }
}

.c-top-title {
  display: grid;
  gap: 16px;
  text-align: center;
  @media screen and (max-width: 768px) {
    gap: 0;
  }
}

.c-top-title__text {
  margin: 0;
  font-size: 35px;
  font-weight: 900;
  line-height: calc(51 / 35);
  @media screen and (max-width: 768px) {
    font-size: 26px;
  }
}

.c-top-title__text-en {
  font-size: 18px;
  font-family: var(--en-font-family);
  font-weight: 500;
  line-height: calc(24 / 18);
  text-transform: uppercase;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}