@charset "utf-8";

/*============================
ヘッダー（下層ページ用）
============================*/
/* 下層ページではヘッダーを最初から表示 */
header {
  transform: translateY(0) !important;
}

/*============================
下層MV
============================*/
.lower_mv {
  height: 4.50rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .lower_mv {
    height: 3rem;
  }
}
.lower_mv .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lower_mv .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.lower_mv .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	position: relative;
}

.lower_mv .mv_ttl_wrap {
  position: absolute;
  width: 70%;
  top: calc(50% + 0.20rem);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  z-index: 2;
}

.lower_mv .mv_ttl_wrap .mv_ttl {
  font-size: 0.60rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 640px) {
  .lower_mv .mv_ttl_wrap .mv_ttl {
    font-size: 0.25rem;
		padding-bottom: 0.10rem;
  }
}

.lower_mv .mv_ttl_wrap .jp {
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .lower_mv .mv_ttl_wrap .jp {
    font-size: 0.12rem;
  }
}

/*============================
コンテンツ
============================*/
#wrap {
  position: relative;
  width: 100%;
}

#wrap .deco_01 {
  position: absolute;
  top: 3rem;
  right: -1rem;
  z-index: 1;
}

#wrap .deco_02 {
  position: absolute;
  bottom: 30%;
  left: 3rem;
  z-index: -1;
}
#wrap .cont_wrap {
  /* display: flex; */
  margin-top: 0.5rem;
}

#wrap .cont_wrap .mv {
  width: 35%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

#wrap .cont_wrap .mv .mv-band {
  position: absolute;
  top: 0;
  left: -120%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, #011062, #011062, #011062);
  z-index: 2;
  transform: skewX(-15deg);
}

#wrap .cont_wrap .mv .mv-content {
  width: 100%;
  height: 100%;
  background: url(../img/share/mv.jpg) no-repeat center center;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.1);
}

#wrap .cont_wrap .text_wrap {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
}

#wrap .cont_wrap .text_wrap .title_wrap {
  text-align: center;
  margin-bottom: 0.7rem;
}

#wrap .cont_wrap .text_wrap .title_wrap .sec_title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP', serif;
  position: relative
}

#wrap .cont_wrap .text_wrap .title_wrap .sec_title::after {
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.01rem;
  height: 0.55rem;
  background-color: #E2BAD4;
}


#wrap .cont_wrap .text_wrap .title_wrap .lead {
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0.9rem;
}

#wrap .cont_wrap .text_wrap .cont_box {
  max-width: 6.5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

#wrap .cont_wrap .text_wrap .cont_box .cont_title {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0.3rem;
  text-align: center;
}

#wrap .cont_wrap .text_wrap .cont_box .text {
  font-size: 0.16rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  margin-bottom: 0.3rem;
  color: #333;
}

/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.16rem;
  font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05em;
	padding:0.50rem 0;
}
@media screen and (max-width: 640px) {
	.list_navi_wrap {
		font-size: 0.14rem;
		padding:0.20rem 0 0.50rem;
	}
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.20rem;
	color: #FFF;
	width: 0.50rem;
	line-height: 0;
	padding: 0.26rem 0 0.12rem;
	background-color: #333;
	margin: 0 0.08rem;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.20rem;
	color: #1E77C3;
	width: 0.50rem;
	line-height: 0;
	padding: 0.26rem 0 0.12rem;
	background-color: #F2F2F2;
	text-decoration: none;
	margin: 0 0.08rem;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.30rem;
		padding: 0.15rem 0 0.17rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		/* display: none; */
	}
}

.list_navi_wrap .wp-pagenavi .page.larger:hover {
	background-color: #333;
	color: #FFF;
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.20rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0 0.17rem 0.25rem;
		margin-right: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../img/common/icon_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 47%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #1E77C3;
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
	left: -0.06rem;
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.20rem;
	color: #333;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.15rem 0.25rem 0.17rem 0;
		margin-left: 0.15rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../img/common/icon_next.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #1E77C3;
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
	right: -0.06rem;
}


/* お知らせ詳細ページ下部のナビ */
.news_page_navi_wrap {
	margin-top: 0.60rem;
	padding: 0.35rem 0;
}
@media screen and (max-width: 640px) {
	.news_page_navi_wrap {
		margin-top: 0.20rem;
		padding: 0.35rem 0;
	}
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}

.news_page_navi_wrap .list .link a:hover {
	color: #1E77C3;
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/common/icon_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.12rem;
		height: 0.12rem;
		padding-right: 0.06rem;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/common/icon_home.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.12rem;
		height: 0.12rem;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/common/icon_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.02rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.12rem;
		height: 0.12rem;
		padding-left: 0.06rem;
	}
}