#news .content-title{
  background-image: url('../img/news/bg_title.jpg');
}
#news .content-title h1 .en span{
  font-size: 7.5rem;
}
@media screen and (min-width: 1024px) {
  #news .content-title h1{
    color: var(--sub-color02);
  }
}
@media (min-width: 768px) and (max-width:1024px) {
  #news .content-title{
    background-image: url('../img/news/bg_title_tab.jpg');
  }
  #news .content-title h1 .en span{
    font-size: 5.0rem;
  }  
}
@media screen and (max-width: 767px) {
  #news .content-title{
    background-image: url('../img/news/bg_title_sp.jpg');
  }
  #news .content-title h1 .en span{
    font-size: 5.4rem;
  }  
}
#news .sec-news h2{
  margin-bottom: 28px;
}
#news .sec-news h2 span{
  position :relative;
  line-height: 1.2;
  padding-bottom: 8px;
}
#news .sec-news h2 span::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--sub-color03);
  position: absolute;
  left: 0;
  bottom: 0;
}
#news .sec-news h2 + p{
  font-size: 2.0rem;
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  #news .sec-news h2 > span{
    display: block;
    line-height: 1.4;
  }
}
#news .link-arrow{
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: var(--font-color-text);
  display: block;
}
.category-list{
  list-style: none;
  padding: 0; 
  margin: 0 0 45px;
  display: flex;
  gap: 25px;
}
.category-list li a{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
  color: var(--sub-color03);
}
.category-list li a:hover{
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .category-list li:first-child{
    border-left: 1px solid var(--sub-color03);
    padding-left: 25px;
  }
  .category-list li{
    border-right: 1px solid var(--sub-color03);
    padding-right: 25px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width:1024px) {
  #news .sec-news h2{
    margin-bottom: 15px;
  }
  #news .sec-news h2 + p{
    font-size: 1.6rem;
    margin-bottom: 50px;
  }  
  #news .link-arrow{
    line-height: 1;
  }
  .category-list{
    gap: 13px;
    margin-bottom: 70px;
  }
  .category-list li a{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .category-list li{
    padding-right: 13px;
  }
  .category-list li:first-child{
    padding-left: 13px;
  }
}
@media screen and (max-width: 767px) {
  #news .link-arrow{
    font-size:1.5rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  #news .sec-news h2 + p{
    font-size: 1.5rem;
    margin-bottom: 40px;
  }  
  .category-list{
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 40px;
  }
  .category-list li{
    width: calc((100% - 14px) / 3);
  }
  .category-list li a{
    font-size: 1.1rem;
    border: 1px solid var(--sub-color03);
    border-radius: 20px;
    text-align: center;
    display: block;
    padding: 5px;
    background-color: #fff;
  }
}
#news .news-list li{
  margin-bottom: 40px;
}
#news .news-list li a{
  gap: 30px;
}
#news .news-list .news-list_img img{
  border-radius: 15px;
  object-fit: cover;
  aspect-ratio: 29 / 20;
  width: 100%;
  height: 100%;
  max-width: 290px;
}
#news .news-list .right-box .news-list_header{
  display: flex;
  gap: 15px;
  align-items: center;
}
#news .news-list .right-box{
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
#news .news-list .right-box .news-list_header .post-date{
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}
#news .news-list .right-box .news-list_header .post-category{
  font-size: 1.7rem;
  padding: 5px 20px;
}
#news .news-list .right-box .post-title{
  font-size: 2.0rem;
}
#news .news-list .right-box .post-excerpt{
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  #news .news-list li a{
    flex-direction: row;
  }
  #news .news-list .right-box .post-title{
    font-size: 1.9rem;
  }
  #news .news-list .right-box .post-excerpt{
    font-size: 1.5rem;
  }
  #news .news-list .right-box{
    gap: 15px;
  }

}
@media screen and (max-width: 767px){
  #news .news-list li a{
    gap: 15px;
  }
  #news .news-list .news-list_img img{
    max-width: 100%;
  }
  #news .news-list .right-box{
    gap: 10px;
  }
  #news .news-list .right-box .news-list_header .post-date{
    font-size: 1.6rem;
  }
  #news .news-list .right-box .news-list_header .post-category{
    font-size: 1.1rem;
  }
  #news .news-list .right-box .post-title{
    font-size: 1.6rem;
  }
  #news .news-list .right-box .post-excerpt{
    font-size: 1.4rem;
  }
}
#single  #left-text{
  display: none;
}
#single article .container{
  max-width: 974px;
}
#single article .post-header .flex-wrapper{
  gap: 47px;
  margin-bottom: 13px;
}
#single article .post-date{
  color: var(--main-color);
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
}
#single article .post-date::after{
  content: '';
  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
#single article .post-header{
  padding-bottom: 60px;
}
#single article .post-header .post-category-list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 15px;
  flex: 1;
}
#single article .post-header .post-category-list .post-category a{
  font-size: 1.7rem;
}
#single article .post-header h1{
  margin-bottom: 30px;
}
#single article .post-header img{
  border-radius: 20px;
  height: auto;
}
#single article .post-main{
  padding: 0;
}
#single article .post-main .post-content{
  border-bottom: 2px dotted var(--sub-color03);
  margin-bottom: 20px;
  padding-bottom: 50px;
}
#single article .post-main .post-content h1{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 2.8px;
}
#single article .post-main .post-content h2{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}
#single article .post-main .post-content h3{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 2.0px;
}
#single article .post-main .post-content p{
  margin-bottom: 40px;
}
#single article .post-main .post-content .wp-caption img{
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
#single article .post-main .post-content a{
  text-decoration: underline;
}
#single article .post-main .post-content .wp-caption .wp-caption-text{
  font-size: 1.4rem;
}
#single article .post-footer{
  padding: 0 0 90px;
}
#single article .post-footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#single article .post-footer .link-arrow{
  font-size: 2.0rem;
}
#single article .post-footer .link-arrow img{
  width: 20px;
  height: 20px;
}
#single article .post-footer .flex-wrapper{
  gap: 30px;
  align-items: center;
  margin-bottom: 170px;
}
#single article .post-footer .sns-wrapper{
  display: flex;
  gap: 25px;
  align-items: center;
}
#single article .post-footer .sns-wrapper > li svg{
  width: 35px;
  height: 35px;
}
@media screen and (min-width:1024px) {
  #single article .post-footer .sns-wrapper #link-copy:hover{
    cursor: pointer;
  }
  #single article .post-footer .sns-wrapper > li{
    position: relative;
  }
  #single article .post-footer .sns-wrapper > li p{
    opacity: 0;
    font-size: 1.0rem;
    position: absolute;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    transition: 0.8s;
    color: var(--font-color-heading);
  }
  #single article .post-footer .sns-wrapper > li:hover p{
    opacity: 1;
    color: var(--font-color-heading);
  }
  #single article .post-footer .sns-wrapper > li:hover svg .hover{
    fill: var(--font-color-heading);
  }
}
@media screen and (max-width:1023px) {
  #single article .post-footer .sns-wrapper > li p{
    display: none;
  }
  #single article .post-footer .link-arrow{
    font-size: 1.6rem;
  }
  #single article .post-footer .link-arrow img{
    width: 16px;
    height: 16px;
  }
  #single article .post-footer .sns-wrapper > li svg{
    width: 27px;
    height: 27px;
  }
  #single article .post-footer .sns-wrapper{
    gap: 12px;
  }
  #single article .post-main .post-content{
    padding-bottom: 20px;
  }
  #single article .post-footer .flex-wrapper{
    margin-bottom: 100px;
  }
}
#single article .post-footer .category-list{
  justify-content: center;
  padding-left: 25px;
  margin-bottom: 55px;
}
#single article .post-footer .btn_back-list{
  color: var(--sub-color03);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1;
  padding: 12px 35px;
  border: 1px solid var(--sub-color03);
  border-radius: 44px;
  background: #fff;
}
@media screen and (max-width:1024px) {
  #single article .post-header img{
    width: 100%;
    height: auto;
  }
  #single article .post-header h1{
    font-size: 2.8rem;
  }
  #single article .post-main .post-content h1{
    font-size: 2.8rem;;
  }
  #single article .post-main .post-content h2{
    font-size: 2.4rem;
  }
  #single article .post-main .post-content h3{
    font-size: 2.0rem;
  }
  #single article .post-footer .category-list{
    padding: 0;
  }
}
@media screen and (max-width: 767px){
  #single article{
    background: url('../img/news/back_shape_sp.png') no-repeat;
    background-position: bottom -120px center;
    background-size: contain;
  }
  #single article .post-header .flex-wrapper{
    gap: 15px;
  }
  #single article .post-date{
    font-size: 1.8rem;
  }
  #single article .post-header .post-category-list{
    gap: 5px;
  }
  #single article .post-header .post-category-list .post-category{
    min-width: auto;
  }
  #single article .post-header .post-category-list .post-category a{
    font-size: 1.1rem;
  }
  #single article .post-header h1{
    font-size: 1.6rem;
  }
  #single article .post-main .post-content h1{
    font-size: 2.0rem;
  }
  #single article .post-main .post-content h2{
    font-size: 1.8rem;
  }
  #single article .post-main .post-content h3{
    font-size: 1.6rem;
  }
  #single article .post-main .post-content .wp-caption .wp-caption-text{
    font-size: 1.3rem;
  }
  #single article .post-footer .flex-wrapper{
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 84px;
  }
  #single article .post-footer .sns-wrapper{
    gap:12px;
    align-items: flex-start;
  }
  #single article .post-footer .sns-wrapper svg{
    width: 27px;
    height: 27px;
  }
  #single article .post-footer .category-list{
    justify-content: flex-start;
    padding: 0;
    margin-top: 15px;
  }
  #single article .post-footer .link-arrow{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--font-color-text);
  }
  #single article .post-footer .link-arrow img{
    width: 15px;
    height: 15px;
  }
  #single .breadcrumbs.pc-hidden{
    background: var(--sub-color01);
  }
}