@charset "UTF-8";
/* ---------------------------------------
  NEWS　新着情報（一覧・詳細）
-----------------------------------------*/
@media screen and (max-width: 767px) {
	.p-news .l-header .inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-news .l-header .logo_wrap {
		position: static;
	}
	.p-news .l-header .logo_wrap .logo {
		width: 6rem;
		height: 6rem;
	}
	.p-news .l-header .logo_wrap .logo img {
		width: 4.3rem;
	}
	.p-news .l-header .logo_wrap .date {
		display: none;
	}
}
.p-news-main {
	padding: 13rem 0 19rem;
}
@media screen and (max-width: 767px) {
	.p-news-main {
		padding: 6rem 7rem 18rem;
	}
}
.p-news-main_box {
	width: 104rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.p-news-main_box {
		width: 100%;
	}
}
.p-news-main_box_title {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_title {
		display: block;
		text-align: center;
		margin-bottom: 8rem;
	}
}
.p-news-main_box_title_en {
	font-size: 5rem;
	font-weight: 700;
	position: relative;
	top: 4px;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_title_en {
		font-size: 6rem;
		top: 0;
		margin-bottom: 3.6rem;
	}
}
.p-news-main_box_title_jp {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_title_jp {
		font-size: 4.4rem;
	}
}
.p-news-main_box_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5.3rem 4rem;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list {
		gap: 8.5rem;
	}
}
.p-news-main_box_list_item {
	width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item {
		width: 100%;
	}
}
.p-news-main_box_list_item a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-news-main_box_list_item a .cat {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #f00;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item a .cat {
		font-size: 3.2rem;
		line-height: 1.6;
	}
}
.p-news-main_box_list_item a .ttl {
	min-height: 4.0909090909em;
	margin: 0.65rem 0 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.2rem;
	line-height: 1.3636363636;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item a .ttl {
		min-height: 4.5em;
		margin: 1.2rem 0 1rem;
		font-size: 4rem;
		line-height: 1.5;
	}
}
.p-news-main_box_list_item a .img {
	width: 100%;
	aspect-ratio: 320/180;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-news-main_box_list_item a .txt {
	margin-top: 1rem;
	font-size: 1.8rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item a .txt {
		margin-top: 3rem;
		font-size: 3.2rem;
	}
}
.p-news-main_box_list_item a .more {
	margin-top: 3.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item a .more {
		margin-top: 5.3rem;
		font-size: 3.2rem;
	}
}
.p-news-main_box_list_item a .more::after {
	content: "";
	width: 1rem;
	height: 1rem;
	margin-left: 2rem;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.p-news-main_box_list_item a .more::after {
		width: 1.7rem;
		height: 1.7rem;
		margin-left: 5rem;
		border-width: 0.36rem;
	}
}
.p-news-main__heading {
	margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
	.p-news-main__heading {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.p-news-main__heading {
		margin-bottom: 10.5rem;
	}
}
.p-news__category {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.p-news__category {
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-news__category {
		text-align: center;
	}
}
.p-news__category__btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0.5em;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.p-news__category__btn {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.p-news__category__btn:hover {
		opacity: 0.7;
	}
}
.p-news__category__btn .title {
	font-weight: bold;
}
.p-news__category__btn .toggle {
	margin-left: 1em;
	display: block;
	width: 1em;
	height: 1em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-news__category__btn .toggle {
		width: 2em;
		height: 2em;
		margin-left: 2em;
	}
}
.p-news__category__btn .toggle::before, .p-news__category__btn .toggle::after {
	width: 100%;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-color: #000;
}
.p-news__category__btn .toggle::after {
	width: 2px;
	height: 100%;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.p-news__category__btn.ac .toggle::after {
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.p-news__category__cnt {
		padding-top: 2em;
	}
}
.p-news__category__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.p-news__category__list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.p-news__category__list li {
	font-weight: bold;
	line-height: 1;
}
.p-news__category__list li + li::before {
	content: "／";
	margin: 0 1em;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-news__category__list li + li::before {
		margin: 0 0.5em;
	}
}
.p-news__category__list li.current a {
	color: #FF0000;
}
.p-news-single {
	padding: 20rem 0 28rem;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-news-single {
		padding: 3rem 0 10rem;
	}
}
.p-news-single_box {
	width: 80.1rem;
	margin: 0 auto;
	margin-bottom: 10rem;
}
.p-news-single_box:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-news-single_box {
		width: 100%;
		padding: 0 7rem;
		margin-bottom: 8rem;
	}
}
.p-news-single_box_content {
	width: 100%;
	padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box_content {
		padding-bottom: 2.3rem;
	}
}
.p-news-single_box_content .cat {
	margin-bottom: 4.4rem;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	line-height: 4rem;
	text-align: center;
	background-color: #f00;
}
@media screen and (max-width: 767px) {
	.p-news-single_box_content .cat {
		margin-bottom: 5.4rem;
		font-size: 3.2rem;
		line-height: 5rem;
	}
}
.p-news-single_box_content .date {
	font-size: 1.8rem;
	color: #636364;
	font-weight: 700;
	margin-bottom: 2.5rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-news-single_box_content .date {
		font-size: 3rem;
	}
}
.p-news-single_box_content .date .lsp {
	margin: 0 0.45rem;
}
.p-news-single_box_content .date .lsp:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.p-news-single_box_content .date .lsp {
		margin: 0 0.8rem;
	}
}
.p-news-single_box_content .title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.65;
	padding-bottom: 3rem;
	border-bottom: solid 1px #000;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box_content .title {
		font-size: 4rem;
	}
}
.p-news-single_box_content figure {
	margin: 3rem auto;
}
.p-news-single_box_content figure:first-child {
	margin-top: 0;
}
.p-news-single_box_content figure:last-child {
	margin-bottom: 0;
}
.p-news-single_box_content p {
	text-align: justify;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	margin: 3rem auto;
}
.p-news-single_box_content p:first-child {
	margin-top: 0;
}
.p-news-single_box_content p:last-child {
	margin-bottom: 0;
}
.p-news-single_box .sns-share {
	width: 100%;
	padding: 2.3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .sns-share {
		margin-top: 4.5rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 1.2rem 0 2rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 2rem 8rem;
	}
}
.p-news-single_box .sns-share_txt {
	font-weight: 700;
	margin-right: 7rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .sns-share_txt {
		width: 100%;
		margin: 0;
		text-align: center;
	}
}
.p-news-single_box .sns-share_item {
	display: block;
	margin: 0 1.6rem;
}
.p-news-single_box .sns-share_item:last-child {
	margin-right: 0;
}
.p-news-single_box .sns-share_item a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-news-single_box .sns-share_item a span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.p-news-single_box .sns-share_item a .X {
	background-image: url(../img/common/x-icon.svg);
	width: 2.4rem;
	height: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .sns-share_item a .X {
		width: 5.7rem;
		height: 5.7rem;
	}
}
.p-news-single_box .sns-share_item a .line {
	background-image: url(../img/common/line-icon.svg);
	width: 3.3rem;
	height: 3.3rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .sns-share_item a .line {
		width: 7.4rem;
		height: 7.4rem;
	}
}
.p-news-single_box .sns-share_item a .facebook {
	background-image: url(../img/common/facebook-icon.svg);
	width: 2.6rem;
	height: 2.6rem;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .sns-share_item a .facebook {
		width: 6rem;
		height: 6rem;
	}
}
.p-news-single_box .post-link {
	margin-top: 4rem;
	border-top: 1px solid #000;
	padding-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link {
		margin-top: 3.5rem;
		padding-top: 5.5rem;
	}
}
.p-news-single_box .post-link_prev {
	position: absolute;
	left: 0;
}
.p-news-single_box .post-link_prev a {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	display: block;
	position: relative;
	background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link_prev a {
		width: 7.2rem;
		height: 7.2rem;
	}
}
.p-news-single_box .post-link_prev a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 0.2rem solid #000;
	border-left: 0.2rem solid #000;
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link_prev a::after {
		width: 1.7rem;
		height: 1.7rem;
		border-width: 0.36rem;
	}
}
.p-news-single_box .post-link_list a {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link_list a {
		font-size: 3.2rem;
	}
}
.p-news-single_box .post-link_next {
	position: absolute;
	right: 0;
}
.p-news-single_box .post-link_next a {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	display: block;
	position: relative;
	background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link_next a {
		width: 7.2rem;
		height: 7.2rem;
	}
}
.p-news-single_box .post-link_next a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	position: absolute;
	top: 50%;
	left: 45%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
	.p-news-single_box .post-link_next a::after {
		width: 1.7rem;
		height: 1.7rem;
		border-width: 0.36rem;
	}
}
/*# sourceMappingURL=news.css.map */