@charset "UTF-8";



/* ------------------------------
	.news_details
------------------------------ */
.news_details{
	padding: 5rem 0 15rem;
}

.news_details .news_details_wrap{
	width: 100%;
	max-width: 81rem;
	margin: 0 auto;
}

.news_details .news_head {
	margin-bottom: 5rem;
}

.news_details .news_head .date {
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	opacity: 0.5;
	line-height: 1;
	letter-spacing: 0.05em;
}

.news_details .news_head .news_ttl {
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.75;
}

.news_details .main_img {
	width: 100%;
	aspect-ratio: 81/40;
	margin-bottom: 5rem;

}
@media screen and (max-width: 767px){
	.news_details .main_img {
		aspect-ratio: 35/40;
	}
}
.news_details .main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_details .news_btn_box{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 5.6rem;
	margin-top: 15rem;
	text-align: center;
}

.news_details .news_btn_box .news_back_btn{
	display: inline-block;
}
.news_details .news_btn_box .news_back_btn a{
	display: block;
	font-size: 1.6rem;
}
@media screen and (min-width: 769px){
	.news_details .news_btn_box .news_back_btn a:hover,
	.news_details .news_btn_box .news_btn a:hover{
		opacity: 0.5;
	}
}

.news_details .news_btn_box .news_btn{
	position: absolute;
	top: 0;
}
.news_details .news_btn_box .news_btn.next{
	right: 0;
}
.news_details .news_btn_box .news_btn.prev{
	left: 0;
}

.news_details .news_btn_box .news_btn a{
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	background: #113445 url(../img/news/ico_news_arw01.svg) no-repeat center center;
	background-size: 1rem;
}
.news_details .news_btn_box .news_btn.prev a{
	transform: rotate(-180deg);
}


@media screen and (max-width: 767px){
	.news_details{
		padding: 4rem 0 10rem;
	}

	.news_details .news_details_wrap{
		max-width: calc(100% - 4rem);
	}

	.news_details .news_btn_box{
		margin-top: 8rem;
	}
	
}



/* ------------------------------
	.wp
------------------------------ */
.details_txt {
	overflow: hidden;
}
.details_txt > *:first-child,
.details_txt > *:first-child *:first-child {
	margin-top: 0 !important;
}
.details_txt > *:last-child,
.details_txt > *:last-child *:last-child {
	margin-bottom: 0 !important;
}
.details_txt > * {
	position: relative;
	max-width: 100%;
}

.details_txt * {
	font-size: 1.4rem;
	line-height: 2;
	word-break: break-all;
	word-break: break-word;
	letter-spacing: 0;
}

.details_txt h1,
.details_txt h2,
.details_txt h3,
.details_txt h4,
.details_txt h5,
.details_txt h6 {
	position: relative;
	line-height: 1.75;
	font-weight: 500;
}
.details_txt h1,
.details_txt h2 {
	font-size: 2.1rem;
}
.details_txt h3 {
	font-size: 1.9rem;
}
.details_txt h4 {
	font-size: 1.8rem;
}
.details_txt h5 {
	font-size: 1.7rem;
}
.details_txt h6 {
	font-size: 1.6rem;
}

.details_txt a {
	font-size: inherit;
	line-height: inherit;
	color: #113445;
	text-decoration: underline;
}

@media screen and (any-hover: hover) {
	.details_txt a:hover {
		opacity: 0.7;
	}
}

.details_txt span,
.details_txt strong,
.details_txt em,
.details_txt b {
	font-size: inherit;
	line-height: inherit;
}

.details_txt > *,
.details_txt > * p + p {
	margin-top: 4rem;
}
.details_txt > p + p {
	margin-top: 2rem;
}
.details_txt h1 + *,
.details_txt h2 + *,
.details_txt h3 + *,
.details_txt h4 + *,
.details_txt h5 + *,
.details_txt h6 + * {
	margin-top: 2rem;
}

.details_txt .wp-caption-text,
.details_txt figcaption,
.details_txt caption {
	caption-side: bottom;
	display: table-caption;
	margin-bottom: 0 !important;
	margin-top: 1em;
	font-size: 1.4rem;
}
.details_txt figure {
	display: table;
}
.details_txt figure figcaption {
	display: table-caption;
	caption-side: bottom;
}

.details_txt .aligncenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.details_txt .alignright {
	float: right;
	margin-left: 2.5rem;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.details_txt .alignleft {
	float: left;
	margin-right: 2.5rem;
	padding-bottom: 0.3em;
	overflow: hidden;
}
.details_txt p::after {
	content: "";
	clear: both;
}
.details_txt > *:first-child.alignright + p,
.details_txt > *:first-child.alignleft + p {
	margin-top: 0;
}
.details_txt .alignleft + .aligncenter,
.details_txt .alignright + .aligncenter {
	padding-top: 2.8rem;
}

.details_txt li {
	line-height: 1.6;
}
.details_txt ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.details_txt ul li::before {
	content: "・";
}

.details_txt ol {
	padding-left: 2.5rem;
}
.details_txt ol {
	counter-reset: ol_num;
}
.details_txt ol li {
	position: relative;
}
.details_txt ol li:before {
	position: absolute;
	top: 0;
	left: -2.5rem;
	counter-increment: ol_num;
	content: counter(ol_num) ".";
}
.details_txt li + li {
	margin-top: 0.5rem;
}

.details_txt blockquote {
	background: #efefef;
	padding: 4rem;
	margin-left: 0;
	margin-right: 0;
}

.details_txt table {
	width: 100%;
}
.details_txt thead {
	border: 0;
}
.details_txt th,
.details_txt td {
	padding: 1.5rem 2rem;
	border-left: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-color: #646464;
	line-height: 1.3;
	background: #fff;
}
.details_txt th {
	font-weight: bold;
}
.details_txt tr > *:last-child {
	border-right: 1px solid #646464;
}
.details_txt tr:first-child > * {
	border-top: 1px solid #646464;
}

.details_txt iframe {
	display: block;
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.details_txt .is-type-video,
.details_txt .is-provider-youtube,
.details_txt .wp-block-embed-youtube {
	width: 100%;
}
.details_txt .wp-block-embed-youtube.alignleft, .details_txt .wp-block-embed-youtube.alignright {
	max-width: 100%;
}

.details_txt hr {
	background-color: #646464;
	border: 0;
	height: 1px;
}


@media screen and (max-width: 768px) {
	.details_txt .alignright,
	.details_txt .alignleft {
		float: none;
		display: table;
		text-align: center;
		margin: 3rem auto 0;
		padding: 0;
	}
	.details_txt .alignleft + .aligncenter,
	.details_txt .alignright + .aligncenter {
		padding-top: 0;
	}
	.details_txt .aligncenter figcaption,
	.details_txt .alignleft figcaption,
	.details_txt .alignright figcaption {
		caption-side: bottom;
		display: table-caption;
		margin-bottom: 0;
	}
	.details_txt .alignnone {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.details_txt > *,
	.details_txt > * p + p {
		margin-top: 2rem;
	}
	.details_txt > p + p {
		margin-top: 2rem;
	}

	.details_txt h1 + *,
	.details_txt h2 + *,
	.details_txt h3 + *,
	.details_txt h4 + *,
	.details_txt h5 + *,
	.details_txt h6 + * {
		margin-top: 2rem;
	}

	.details_txt .wp-caption-text,
	.details_txt figcaption,
	.details_txt caption {
		font-size: 1.2rem;
	}
	.details_txt th,
	.details_txt td {
		padding: 0.5rem 1rem;
	}

	.details_txt blockquote {
		padding: 3rem;
	}
}

.news_contact {
	background: rgba(17,52,69, 0.05);
}
.news_contact .news_contact_wrap {
	width: 100%;
	max-width: 81rem;
	margin: 0 auto;
	padding: 20rem 0 21rem;
	display: flex;
	align-items: center;
	justify-content: between;
	gap: 1rem;
}

@media screen and (max-width: 767px){
	.news_contact .news_contact_wrap {
		max-width: calc(100% - 4rem);
		padding: 8rem 0 10rem;
		display: block;
	}
}

.news_contact .contact_head {
	width: 50%;
}

@media screen and (max-width: 767px){
	.news_contact .contact_head {
		width: 100%;
	}
}

.news_contact .contact_head .en {
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 1;
}

.news_contact .contact_head .ja {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 2rem;
	padding-bottom: 3rem;
	color: #E0BF5C;
	position: relative;
}

@media screen and (max-width: 767px){
	.news_contact .contact_head .ja {
		margin-top: 1rem;
	}
}

.news_contact .contact_head .ja:after {
	content: '';
	min-width: 9.4rem;
	width: 100%;
	height: .1rem;
	background: #113445;
	position: absolute;
	bottom: 0;
	left: 0;
}
.news_contact .contact_link {
	flex: 1;
	padding-left: 8rem;
	text-align: center;
}

@media screen and (max-width: 767px){
	.news_contact .contact_link {
		padding-left: 0;
		text-align: left;
		margin-top: 8rem;
	}
}

.news_contact .contact_link a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	padding: 0 4rem 1rem 0;
	min-width: 20rem;
}

@media screen and (any-hover: hover) {
	.news_contact .contact_link a:hover {
		opacity: 0.7;
	}
}

.news_contact .contact_link a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(17, 52, 69, 0.3);
}

.news_contact .contact_link a:after {
	content: '';
	position: absolute;
	bottom: 2rem;			
	right: 0;
	width: 1.3rem;
	height: 1rem;
	background: url(../img/sitemap/icn_sitemap_arw.svg) no-repeat center center/contain;
}