@charset "UTF-8";

/* ---------------------------------------
  お知らせ
-----------------------------------------*/

#sec_news {
	padding: 11rem 0 10rem;
}

@media screen and (max-width: 767px) {
	#sec_news {
		padding: 10rem 0;
	}
}

/* news_category
--------------------------------*/
.news_category {
	margin-bottom: 9rem;
}

.news_category select {
	position: relative;
	width: 58.6rem;
	height: 5rem;
	color: #272676;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1.05rem 3.8rem;
	border: 1px solid #eaedff;
	background: url(../img/common/select_arw.png) no-repeat center right 1.6rem / .9rem auto, linear-gradient(180deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	border-radius: .4rem;
	cursor: pointer;
}

.news_category select option {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.news_category select {
		width: 100%;
		height: 7.5rem;
		font-size: 2.6rem;
		padding: 1.6rem 5rem;
		background: url(../img/common/select_arw.png) no-repeat center right 2.5rem / 1.3rem auto, linear-gradient(180deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
		border-radius: .6rem;
	}
}

/* news_list
--------------------------------*/
.news_list {
	gap: 10rem 2.4rem;
}

.news_list::after {
	content: "";
	width: 38.4rem;
}

.news_list .item {
	width: 38.4rem;
}

.news_list .item a {
	display: block;
	transition: .3s ease;
}

.news_list .item .date {
	position: relative;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	transition: .3s ease;
}

.news_list .item .date::after {
	content: "";
	width: 3rem;
	height: .2rem;
	background-color: #272676;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_list .item .img {
	width: 100%;
	height: 25.6rem;
	border-radius: 1rem;
	overflow: hidden;
}

.news_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

.news_list .item .txtwrap {
	margin-top: 3rem;
	transition: .3s ease;
}

.news_list .item .newsttl {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0;
}

.news_list .item .cate {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: .9rem;
}

.news_list .item .cate span {
	display: inline-block;
	padding: .5375rem 2em;
	background-color: #eaedff;
	margin-top: 1rem;
	margin-right: 1rem;
}

@media screen and (min-width: 768px) {

	.news_list .item a:hover .date,
	.news_list .item a:hover .date::after,
	.news_list .item a:hover .txtwrap {
		opacity: .7;
	}

	.news_list .item a:hover .img img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 767px) {

	.news_list .item {
		width: 100%;
	}

	.news_list .item + .item {
		margin-top: 7.5rem;
	}

	.news_list .item .date {
		padding-bottom: 3rem;
		margin-bottom: 3.75rem;
	}

	.news_list .item .date::after {
		width: 4.5rem;
		height: .3rem;
	}

	.news_list .item .img {
		height: 42rem;
	}

	.news_list .item .txtwrap {
		margin-top: 2.75rem;
	}

	.news_list .item .newsttl {
		font-size: 2.6rem;
		line-height: 2;
	}

	.news_list .item .cate {
		font-size: 2.2rem;
		margin-top: 1.5rem;
	}

	.news_list .item .cate span {
		padding: 1.025rem 2em;
	}
}

/* pagenavi
-------------*/
.wp-pagenavi {
	margin: 10rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bebdd6;
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
	padding-bottom: 1rem;
	margin: 0 1rem;
	transition: .3s ease;
}

.wp-pagenavi span.extend {
	background: none;
	border-radius: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #272676;
}

.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink)::before,
.wp-pagenavi span::before {
	content: "";
	width: 2rem;
	height: .2rem;
	background-color: #272676;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	opacity: 0;
}

.wp-pagenavi span.current::before {
	opacity: 1;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: none;
	background-color: transparent;
	color: transparent;
	font-size: 0;
	position: relative;
	display: block;
	width: 3rem;
	height: 3rem;
	padding-bottom: 0;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: .8rem;
	height: .8rem;
	border-top: .1rem solid #272676;
	border-right: .1rem solid #272676;
	transform: rotate(45deg);
	position: absolute;
	left: 1rem;
	top: 1.2rem;
}

.wp-pagenavi .previouspostslink {
	transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
	.wp-pagenavi {
		position: relative;
		/*		padding: 0 0 4.5rem;*/
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 6rem;
		height: 6rem;
		font-size: 2.6rem;
		padding-bottom: 1.5rem;
		margin: 1rem;
	}

	.wp-pagenavi a:not(.nextpostslink):not(.previouspostslink)::before,
	.wp-pagenavi span::before {
		width: 3rem;
		height: .3rem;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 4.5rem;
		height: 4.5rem;
		position: absolute;
		bottom: 1.5rem;
	}

	.wp-pagenavi .nextpostslink {
		right: 0;
	}

	.wp-pagenavi .previouspostslink {
		left: 0;
	}

	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 1.2rem;
		height: 1.2rem;
		border-top: 1px solid #272676;
		border-right: 1px solid #272676;
		left: 1.5rem;
		top: 1.8rem;
	}
}


/* news_detail
--------------------------------*/
.news_detail {
	width: 79.2rem;
	margin: 0 auto;
}

.news_detail .date {
	position: relative;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	transition: .3s ease;
}

.news_detail .date::after {
	content: "";
	width: 3rem;
	height: .2rem;
	background-color: #272676;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*contents*/
.news_detail .contents {
	padding-bottom: 10rem;
}

.news_detail .contents > *:first-child {
	margin-top: 0 !important;
}

.news_detail .contents > *:last-child {
	margin-bottom: 0 !important;
}

.news_detail .contents h1,
.news_detail .contents h2,
.news_detail .contents h3,
.news_detail .contents h4 {
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
}

.news_detail .contents h1 {
	color: #fff;
	font-size: 2.4rem;
	padding: 1.7rem 4rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	margin-top: 5rem;
	margin-bottom: 1.5em;
}

.news_detail .contents h2 {
	font-size: 2.2rem;
	padding: .2rem 0 .2rem 3.8rem;
	margin-top: 5rem;
	margin-bottom: 1.5em;
}

.news_detail .contents h2::before {
	content: "";
	width: .7rem;
	height: 100%;
	background: linear-gradient(180deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.news_detail .contents h3 {
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.8rem;
	margin-top: 4.5rem;
	margin-bottom: 1em;
}

.news_detail .contents p:not(.btn):not(.min) {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.025em;
}

.news_detail .contents p + p {
	margin-top: 1em;
}

.news_detail .contents p:not(.btn) > a {
	text-decoration: underline;
	transition: .3s ease;
}

.news_detail .contents figure img {
	border-radius: 1rem;
	overflow: hidden;
}

.news_detail .contents figure.img {
	margin: 5rem auto;
}

.news_detail .contents figcaption {
	display: block;
	text-align: left;
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	line-height: 1.75;
	margin-top: .5em;
}

.news_detail .contents img.aligncenter {
	display: block;
	margin: 0 auto;
}

.news_detail .contents .aligncenter {
	text-align: center;
}

.news_detail .contents .alignright {
	float: right;
	margin-left: 4.5rem;
}

.news_detail .contents .alignleft {
	float: left;
	margin-right: 4.5rem;
}


/*hr*/
.news_detail .contents hr {
	display: block;
	width: 30rem;
	height: .3rem;
	border: none;
	background-color: #272676;
	margin: 8rem auto;
}

/*col*/
.news_detail .contents .col2,
.news_detail .contents .col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5rem 0;
}

.news_detail .contents .col3 {
	justify-content: flex-start;
}

.news_detail .contents .col2.imgright,
.news_detail .contents .col3.imgright {
	flex-direction: row-reverse;
}

.news_detail .contents .col2 > * {
	display: block;
	width: 38.5rem;
	margin: 0 !important;
}

.news_detail .contents .col2 .txtwrap,
.news_detail .contents .col3 .txtwrap {
	margin-top: 2.5rem;
}

.news_detail .contents .col2 .txtwrap > *:first-child,
.news_detail .contents .col3 .txtwrap > *:first-child {
	margin-top: 0;
}

.news_detail .contents .col3 > * {
	display: block;
	width: 24rem;
}

.news_detail .contents .col2 .txtwrap p:last-child,
.news_detail .contents .col3 .txtwrap p:last-child {
	margin-bottom: 0;
}

/*pdf*/
.news_detail .contents .pdf_btn {
	margin: 8rem 0;
}

.news_detail .contents .pdf_btn .txt {
	text-align: center;
	margin-bottom: .75em;
}

.news_detail .contents .pdf_btn .btn {
	margin-top: 0;
}

.news_detail .contents .pdf_btn .btn a {
	min-width: 43.3rem;
	height: 9rem;
	background-image: linear-gradient(135deg, rgba(48, 74, 181, 1), rgba(39, 38, 118, 1), rgba(48, 74, 181, 1));
}

.news_detail .contents .pdf_btn .btn a::before {
	width: 4.8rem;
}

.news_detail .contents .pdf_btn .btn .ico {
	width: 2.6rem;
	position: absolute;
	left: 2.5rem;
}


/*box*/
.news_detail .contents .box {
	padding: 2.8rem 3.6rem;
	background: linear-gradient(90deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	border-radius: 1rem;
	margin: 5rem 0;
}

.news_detail .contents .box p {
	letter-spacing: 0;
}


/*link_blank*/
.news_detail .contents .link_blank {
	margin: 8rem 0;
}

.news_detail .contents .link_blank a {
	position: relative;
	display: block;
	padding: .2rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
}

.news_detail .contents .link_blank a .inner {
	padding: 2.5rem 13rem 2.5rem 4rem;
	background-color: #fff;
}

.news_detail .contents .link_blank a::before {
	content: "";
	width: 2.7rem;
	height: 2.7rem;
	background: url(../img/common/ico_link.svg) no-repeat center / 100% auto;
	position: absolute;
	right: 5rem;
	top: 50%;
	transform: translateY(-50%);
}


/*video_wrap*/
.news_detail .contents .video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 5rem 0;
}

.news_detail .contents .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*gmap*/
.news_detail .contents .gmap {
	position: relative;
	width: 100%;
	margin: 5rem 0;
}

.news_detail .contents .gmap iframe,
.news_detail .contents .gmap .map-inner {
	width: 100%;
	height: 43rem;
}

.news_detail .contents .gmap .btn {
	margin-top: -2.4rem;
	z-index: 1;
}

.news_detail .contents .gmap .btn a {
	min-width: 19.6rem;
}

/*other_news*/
.other_news .ttl {
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	font-size: 2.4rem;
	padding: 1.7rem 4rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	margin-bottom: 1.5em;
}

.other_news .btn._back {
	margin-top: 10rem;
}

@media screen and (min-width: 768px) {
	.news_detail .contents .col3 > * + * {
		margin-left: 3.6rem;
	}

	.news_detail .contents .pdf_btn .btn a:hover::before {
		width: 3.2rem;
	}

	.news_detail .contents .pdf_btn a:hover .btn span {
		color: #cbb494;
		background-color: #fff;
	}

	.news_detail .contents .gmap .mapbtn a:hover {
		color: #d4bc81;
	}

}

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

	.news_detail .date {
		padding-bottom: 3rem;
		margin-bottom: 3.75rem;
	}

	.news_detail .date::after {
		width: 4.5rem;
		height: .3rem;
	}

	/*contents*/
	.news_detail .contents h1 {
		font-size: 3.6rem;
		padding: .5em 4.2rem;
		margin-top: 8rem;
	}

	.news_detail .contents h2 {
		font-size: 3.2rem;
		padding-left: 4.2rem;
		margin-top: 8rem;
	}
	
	.news_detail .contents h2::before{
		width: 1.4rem;
	}

	.news_detail .contents h3 {
		font-size: 3rem;
		margin-top: 6.4rem;
	}

	.news_detail .contents h4 {
		font-size: 2.4rem;
	}

	.news_detail .contents p:not(.btn):not(.min) {
		font-size: 2.4rem;
	}

	.news_detail .contents figure.img {
		margin: 8rem auto;
	}

	.news_detail .contents figcaption {
		font-size: 2.1rem;
	}

	/*hr*/
	.news_detail .contents hr {
		width: 45rem;
		height: .45rem;
		margin: 10rem auto;
	}

	/*col*/
	.news_detail .contents .col2,
	.news_detail .contents .col3 {
		display: block;
		margin: 8rem 0;
	}

	.news_detail .contents .col2 > * {
		width: 100%;
		margin: 8rem 0 !important;
	}

	.news_detail .contents .col2 .txtwrap {
		margin-top: 4rem !important;
	}

	.news_detail .contents .col3 > * {
		width: 100%;
		margin: 8rem 0 !important;
	}

	.news_detail .contents .col3 > div {
		display: flex;
		justify-content: space-between;
	}

	.news_detail .contents .col3 figure {
		width: 44%;
	}

	.news_detail .contents .col3 figure figcaption {

		margin-top: .5em;
	}

	.news_detail .contents .col3 .txtwrap {                
		width: 52%;
		margin-top: 0;
	}

	/*pdf*/
	.news_detail .contents .pdf_btn {
		margin: 10rem 0;
	}

	.news_detail .contents .pdf_btn .btn a {
		min-width: 52rem;
		height: 12rem;
	}

	.news_detail .contents .pdf_btn .btn a::before {
		width: 7rem;
	}

	.news_detail .contents .pdf_btn .btn .ico {
		width: 3.9rem;
		left: 3.7rem;
	}


	/*box*/
	.news_detail .contents .box {
		padding: 4.2rem 5rem;
		margin: 8rem 0;
	}


	/*link_blank*/
	.news_detail .contents .link_blank {
		margin: 10rem 0;
	}

	.news_detail .contents .link_blank a {
		padding: .3rem;
	}

	.news_detail .contents .link_blank a .inner {
		padding: 3.75rem 10rem 3.75rem 5rem;
		background-color: #fff;
	}

	.news_detail .contents .link_blank a::before {
		width: 4.2rem;
		height: 4.2rem;
		right: 4rem;
	}


	/*video_wrap*/
	.news_detail .contents .video_wrap {
		margin: 8rem 0;
	}

	/*gmap*/
	.news_detail .contents .gmap {
		margin: 8rem 0;
	}

	.news_detail .contents .gmap iframe {
		width: 100%;
		height: 50rem;
	}

	.news_detail .contents .gmap .btn {
		margin-top: -3.6rem;
	}

	.news_detail .contents .gmap .btn a {
		min-width: 29.4rem;
	}

	/*other_news*/
	.other_news .ttl {
		font-size: 3.6rem;
		padding: .5em 1em;
	}

	.other_news .btn._back {
		margin-top: 8rem;
	}
}