@charset "UTF-8";

.footer {
  padding-top: 0;
}
.footer .footer_white {
  margin-top: 0;
}
.footer_inner {
  display: none;
}
.footer .scroll_text {
  top: -10rem;
}
.news {
  padding: 15rem 6.9rem 28.5rem;
  background: #FEB931;
  margin-bottom: -13rem;
}
.news h2 {
	display: flex;
	color: #fff;
	align-items: baseline;
}
.news h2 span {
	display: block;
}
.news h2 .en {
	font-size: 6rem;
	font-weight: 400;
}
.news_content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8rem 4rem;
	margin-top: 8rem;
}
.news_item {
	display: flex;
	flex-direction: column;
  color: #333333;
}
.news_item figure {
	aspect-ratio: 293 / 350;
	overflow: hidden;
  border-radius: 1rem;
}
.news_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
}
.news_item time {
  font-size: 1.3rem;
  letter-spacing: .1em;
  margin-top: 2rem;
}
.news_item_ttl {
  margin-top: .8rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .08em;
}
@media (hover: hover) {
	.news_item:hover figure img {
		transform: scale(1.05);
		opacity: 1;
	}
}
@media only screen and (max-width: 768px) {
  .news {
    padding: 13.4rem 3rem 11.3rem;
    margin-bottom: 0;
  }
  .news h2 .en {
    font-size: 4rem;
  }
	.news_content {
		grid-template-columns: repeat(1, 1fr);
		gap: 5rem;
		margin-top: 2.8rem;
	}
  .news_item figure {
    aspect-ratio: 330 / 330;
  }
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-top: 20rem;
	position: relative;
}
.pagination::before {
	content: '';
	display: block;
	width: .1rem;
	height: 6rem;
	background: #fff;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 4rem;
}
.pagination_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
	color: #333333;
	font-size: 1.6rem;
	font-weight: 500;
}
@media (hover: hover) {
	.pagination_item:hover {
		opacity: .7;
	}
}
.pagination_item.is-active {
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.pagination {
		margin-top: 13.3rem;
    gap: 1rem;
	}
  .pagination::before {
    height: 3.9rem;
    margin-bottom: 1.9rem;
  }
  .pagination_item {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.news_detail_content {
  margin-top: 8rem;
  background: #F3F2EF;
  color: #333333;
  border-radius: 3rem;
  padding: 8rem 7.1rem 10rem;
}
.news_detail_content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.news_detail_content h3 + h4 {
  margin-top: 2.7rem;
}
.news_detail_content h4 {
  margin-top: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.news_detail_content time {
  display: inline-block;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #FEB931;
}
.news_detail_content p {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .05em;
}
.news_detail_content figure {
  margin-top: 6rem;
  width: 100%;
}
.news_detail_content figure img {
  width: 100%;
  height: auto;
}
.news_detail_content .btn {
  margin-top: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .news_detail {
    padding-inline: 2rem;
  }
  .news_detail h2 {
    margin-left: 1rem;
  }
  .news_detail_content {
    margin-top: 2.8rem;
    padding: 4rem 3rem 6rem;
  }
  .news_detail_content h3 {
    font-size: 2rem;
  }
  .news_detail_content h3 + h4 {
    margin-top: 1rem;
  }
  .news_detail_content h4 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .news_detail_content time {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .news_detail_content p {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 2;
  }
  .news_detail_content p + h4 {
    margin-top: 4rem;
  }
  .news_detail_content figure {
    margin-top: 2rem;
  }
  .news_detail_content .btn {
    margin-top: 4rem;
  }
}

.detail_pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .04em;
}
.detail_pagination .pagination_prev {
  justify-self: start;
}
.detail_pagination .pagination_back {
  justify-self: center;
}
.detail_pagination .pagination_next {
  justify-self: end;
}
.detail_pagination .pagination_prev,
.detail_pagination .pagination_next {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
}
.detail_pagination .pagination_prev::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../../img/news/icon_prev.svg) no-repeat center / contain;
}
.detail_pagination .pagination_next::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../../img/news/icon_next.svg) no-repeat center / contain;
}
@media (hover: hover) {
  .detail_pagination .pagination_prev:hover,
  .detail_pagination .pagination_next:hover,
  .detail_pagination .pagination_back:hover {
    opacity: .7;
  }
}

@media only screen and (max-width: 768px) {
  .detail_pagination {
    font-size: 2rem;
    margin-top: 8.9rem;
  }
  .detail_pagination .pagination_prev,
  .detail_pagination .pagination_next {
    gap: .9rem;
  }
  .detail_pagination .pagination_prev::before {
    width: 1.4rem;
    height: 1.2rem;
  }
  .detail_pagination .pagination_next::after {
    width: 1.4rem;
    height: 1.2rem;
  }
}