@charset "UTF-8";
/*************************
title
*************************/
.simpleUnder.--news{
    background-image: url(../img/news/news-title.jpg);
}
/*************************
news
*************************/
.kihon__outer.--news{
    padding-bottom: 0;
}
.news__singleTitle{
    margin-bottom: .5em;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.45;
}
.news__date{
    display: flex;
    align-items: center;
    gap: 0.2em;
    margin-bottom: 3em;
}
.news__singleContent{
    font-size: 1.8rem;
    line-height: 1.833;
}
.news__singleContent p{
    margin-bottom: 1.4em;
}
.news__singleContent h2{
    margin-top: 4rem;
    margin-bottom: 0.5em;
    font-size: 2.5rem;
    font-weight: 700;
}
.news__singleContent h3{
    margin-top: 4rem;
    margin-bottom: 0.5em;
    font-size: 2.0rem;
    font-weight: 700;
}
.news__singleContent h2::before,
.news__singleContent h3::before{
    content: '◯';
    display: inline-block;
    padding-right: 0.2em;
}
.wp-post-image{
    margin-bottom: 2em;
}
.news__singleContent img{
    margin-bottom: 2em;
}

/*************************
news
*************************/
.news{
    color: var(--text-color);
    background: var(--bg-dark-color);
    background-image: url(../img/top/imformation-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.news__inner{
    padding: 5% 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: var(--max-width); 
}
.news__title{
    margin: 0 auto 3em;
    font-weight: 700;
    text-align: center;
}
.news__titleJp{
    margin-bottom: 0.4em;
    display: block;
    font-size: 3.8rem;
}
.news__titleEn{
    display: block;
    font-size: 2.9rem;
}
.newsList{
    margin-bottom: 1.8em;
}
.newsItem__link{
    padding: 1em .7em;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    border-bottom: 1px solid #BEBCBC;
    transition: all 0.5s ease-in-out;
}
.newsItem__link:hover{
    background: #fff;
}
.newsItem__date{
    width: fit-content;
    flex-shrink: 0;
    white-space: nowrap;
}
.newsItem__title{
    width: 82%;
}
.news__btn{
    position: relative;
    z-index: 1;
    padding: .9em;
    margin: 0 0 10% auto;
    display: block;
    width: 44%;
    color: var(--text-color);
    font-size: 1.8rem;
    background: #fff;
    text-align: center;
}
.news__btn::after{
    content: '＞';
    display: inline-block;
    padding-left: 0.5em;
}
.news__btn::before {
    background: var(--bg-color);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.news__btn:hover {
    color: #fff;
}
.news__btn:hover::before {
    transform: scale(1, 1);
}

/*************************
news
*************************/
.news{
    color: var(--text-color);
    background: var(--bg-dark-color);
    background-image: url(../img/top/imformation-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.news__inner{
    padding: 5% 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: var(--max-width); 
}
.news__title{
    margin: 0 auto 3em;
    font-weight: 700;
    text-align: center;
}
.news__titleJp{
    margin-bottom: 0.4em;
    display: block;
    font-size: 3.8rem;
}
.news__titleEn{
    display: block;
    font-size: 2.9rem;
}
.newsList{
    margin-bottom: 1.8em;
}
.newsItem__link{
    padding: 1em .7em;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    border-bottom: 1px solid #BEBCBC;
    transition: all 0.5s ease-in-out;
}
.newsItem__link:hover{
    background: #fff;
}
.newsItem__date{
    width: fit-content;
    flex-shrink: 0;
    white-space: nowrap;
}
.newsItem__title{
    width: 82%;
}
.news__btn{
    position: relative;
    z-index: 1;
    padding: .9em;
    margin: 0 0 10% auto;
    display: block;
    width: 44%;
    color: var(--text-color);
    font-size: 1.8rem;
    background: #fff;
    text-align: center;
}
.news__btn::after{
    content: '＞';
    display: inline-block;
    padding-left: 0.5em;
}
.news__btn::before {
    background: var(--bg-color);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.news__btn:hover {
    color: #fff;
}
.news__btn:hover::before {
    transform: scale(1, 1);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination span:not(.dots) {
  margin: 0 12px;
  padding: 3px 12px;
  color: #fff;
  border: 2px solid var(--text-color);
  border-radius: 2px;
  background-color: var(--text-color);
  opacity: 1;
  display: block;
}

.pagination a {
  margin: 0 12px;
  padding: 3px 12px;
  color: var(--text-color);
  border: 2px solid var(--text-color);
  background-color: #fff;
  border-radius: 2px;
  display: block;
  transition: all .3s linear;
}

.pagination a:hover {
  background-color: var(--text-color);
  color: #fff;
}

@media(max-width: 750px){
    .simpleUnder.--news{
        background-position: 12% center;
    }
    .news__singleTitle{
        font-size: 3rem;
    }
}