@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.customize-support .main-contents {
  top: 0;
}

/*=============================================
*
* 
*
=============================================*/
/*=============================================
*
* ニュース一覧タイトル
*
=============================================*/
.news-hero {
  background: url(../images/news/news-hero-bg.png) no-repeat center center/cover;
}

.news-hero__content-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 480px;
  padding: 0 20px;
}
@media screen and (max-width: 700px) {
  .news-hero__content-box {
    min-height: 280px;
  }
}

.news-hero__heading-box {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .news-hero__heading-box {
    margin-bottom: 20px;
  }
}

.news-hero__heading {
  color: #fff;
  font-size: 13rem;
  letter-spacing: 0.01em;
  line-height: 0.7;
  position: relative;
}
@media screen and (max-width: 700px) {
  .news-hero__heading {
    font-size: 7rem;
    margin-bottom: 4px;
  }
}

.news-hero__heading-jp {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .news-hero__heading-jp {
    font-size: 2rem;
  }
}

.news__circle-img-box {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
}
.news__circle-img-box .effect.fade-in.is-scrollin {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news__circle-svg-box {
  animation: rotateRight 40s linear infinite;
}
.news__circle-svg-box svg {
  width: 100%;
}
.news__circle-svg-box svg path {
  fill: #fff;
  opacity: 0.4;
}

/*=============================================
*
* ニュース一覧タイトル
*
=============================================*/
.header__news-list-title {
  max-width: 613px;
  position: relative;
  top: -20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__news-list-title {
    margin-bottom: 0;
    max-width: 311px;
    top: 0;
  }
}

/*=============================================
*
* ニュース一覧セクション
*
=============================================*/
.news-list {
  background: #f1f1f1;
  overflow: hidden;
  padding: 110px 0;
}
@media screen and (max-width: 700px) {
  .news-list {
    padding: 55px 0;
  }
}

.news-list__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
}

.news-list__content-box {
  width: 100%;
}

.news-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 30px;
}
@media screen and (max-width: 700px) {
  .news-list__list {
    gap: 30px 15px;
  }
}

.news-list__list-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  width: 100%;
}
.news-list__item-link {
  padding: 20px 0;
}

.news-list__item-link:hover {
  opacity: 0.7;
}

.news-list__content {
  flex: 1;
}

.news-list__info-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .news-list__info-box {
    gap: 5px 25px;
  }
}
@media screen and (max-width: 700px) {
  .news-list__info-box {
    gap: 5px 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 350px) {
  .news-list__info-box {
    gap: 5px;
  }
}

.news-list__item-date {
  color: #666;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 0.5;
}
@media screen and (max-width: 700px) {
  .news-list__item-date {
    font-size: 1.6rem;
  }
}

.news-list__item-title {
  color: #222;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .news-list__item-title {
    display: -webkit-box;
    font-size: 1.7rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
  }
}

.news-list__back-text {
  color: #F9F9F9;
  display: block;
  font-size: 94rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-25%, calc(-50% - 100px)) rotate(-15deg);
  transition: all 2s ease 2s;
  z-index: -1;
}
.news-list__back-text.is-scrollin {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-15deg);
}

/*=============================================
*
* ページネーション
*
=============================================*/
.news-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.news-pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-pagination ul.page-numbers > li {
  background: #fff;
  border: 1px solid #222;
  border-radius: 8px;
  overflow: hidden;
}
.news-pagination .page-numbers {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 16px;
  text-decoration: none;
}
.news-pagination .page-numbers:hover {
  opacity: 0.8;
}
.news-pagination .page-numbers.current, .news-pagination .page-numbers[aria-current=page] {
  background: #222;
  border-color: #222;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  color: #fff;
  pointer-events: none;
}
.news-pagination .page-numbers.next, .news-pagination .page-numbers.prev {
  font-size: 2.2rem;
  padding: 0 18px;
}

/*=============================================
*
* 詳細ページタイトル
*
=============================================*/
.header__single-news-title {
  margin: 0 auto -5px;
  max-width: 404px;
  position: relative;
  top: -5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__single-news-title {
    margin-bottom: 0;
    max-width: 250px;
    top: 0;
  }
}

/*=============================================
*
* 
*
=============================================*/
.news-list__paged-info {
  color: #222;
  font-size: 4rem;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .news-list__paged-info {
    font-size: 3rem;
  }
}

/*=============================================
*
* 
*
=============================================*/
.single-news {
  background: #f1f1f1;
}

.single-news__inner {
  padding: 75px 0;
}

.single-news__info-box {
  margin: 0 auto 15px;
  max-width: 910px;
}
@media screen and (max-width: 960px) {
  .single-news__info-box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__info-box {
    margin-bottom: 20px;
  }
}

.single-news__item-date {
  color: #222;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 700px) {
  .single-news__item-date {
    font-size: 1.8rem;
  }
}

.single-news__title-box {
  margin: 0 auto 60px;
  max-width: 910px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .single-news__title-box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  .single-news__title-box {
    margin-bottom: 20px;
  }
}

.single-news__title {
  color: #222;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-news__title {
    font-size: 2.2rem;
  }
}
.single-news__title::before {
  background: url(../images/content/news-detail-title-border.svg) no-repeat center center;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-news__title::after {
  background: url(../images/content/news-detail-title-border.svg) repeat-x top center;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.single-news__eye-catching-img {
  aspect-ratio: 308.212/213.856;
  border-radius: 20px;
  display: block;
  margin: 0 auto 70px;
  max-width: 910px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .single-news__eye-catching-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 830px) {
  .single-news__content-box {
    padding: 0 16px;
  }
}

.single-news__content {
  background: #fff;
  border-radius: 20px;
  line-height: 1.8;
  margin: 0 auto 30px;
  max-width: 910px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single-news__content {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.single-news__content * {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single-news__content * {
    font-size: 1.6rem;
  }
}
.single-news__content {
  /*---------------------------------------------
  自由編集欄
  ---------------------------------------------*/
}
.single-news__content p {
  line-height: 1.8;
}
.single-news__content strong {
  color: var(--free-edit-strong-color);
  font-weight: 700;
}
.single-news__content h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h1 {
    font-size: 2.6rem;
  }
}
.single-news__content h2 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h2 {
    font-size: 2.2rem;
  }
}
.single-news__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h3 {
    font-size: 1.8rem;
  }
}
.single-news__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h4 {
    font-size: 1.6rem;
  }
}
.single-news__content h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-news__content h5 {
    font-size: 1.5rem;
  }
}
.single-news__content img {
  width: auto;
}
.single-news__content a {
  text-decoration: underline;
}
.single-news__content a:hover {
  color: #999;
}
.single-news__content iframe, .single-news__content object, .single-news__content embed {
  max-width: 100%;
}

/*=============================================
*
* ナビゲーション
*
=============================================*/
.single-news__navigation-box {
  margin: 0 auto;
  max-width: 910px;
}
@media screen and (max-width: 960px) {
  .single-news__navigation-box {
    padding: 0 16px;
  }
}

.single-news__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.single-news__navigation-nav-previous,
.single-news__navigation-nav-next {
  background: #fff;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 5px 10px;
}

.single-news__back-to-list-btn-box {
  margin: 0 auto;
  text-align: center;
}

.single-news__back-to-list-btn {
  background: #222;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px 40px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single-news__back-to-list-btn:hover {
  opacity: 0.8;
}