@charset "UTF-8";
/*-------------------------
 * 
 * 
 * 
 * ページタイトル
 * 
 * 
 * 
-------------------------*/

/*#subpage__mv {
	position: relative;
}*/

#subpage__mv .subpage__mv-pic {
	background-image: url(../images/news/mv.png);
	background-position: center top;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * コンテンツ
 * 
 * 
 * 
-------------------------*/

.news__content {
	background: #fff;
}

.news__content-inner {
	max-width: 1100px;
	padding: 72px 0 152px;
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 56px;*/
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	.news__content-inner {
		width: 100%;
		padding: 48px 0 80px;
	}

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * 記事一覧ヘッダー
 * 
 * 
 * 
-------------------------*/

#news .news__list-header {
	margin-bottom: 48px;
}

#news .news__list-header-title {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 32px;
}

#news .news__list-sort {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#news .news__list-sort-box {
	display: flex;
	align-items: center;
	gap: 8px;
}

#news .news__list-sort-category ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#news .news__list-sort-category-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background: #EDE9E1;
	color: #444;
	border: 1px solid #EDE9E1;
	font-size: 15px;
}

#news .news__list-sort-category-item.-news a {
	background: #444;
	border-color: #444;
	color: #fff;
}

#news .news__list-sort-category-item.-facility a {
	background: #BAAF9D;
	border-color: #BAAF9D;
}

#news .news__list-sort-category-item.-recruit a {
	background: #fff;
	border-color: #ccc;
}

#news .news__list-sort-category-item.-other a {
	background: #ddd;
	border-color: #ddd;
}

.news__widget-hl,
.widget__inner .screen-reader-text {
	display: none;
}

.widget__inner .dropdown__wrap {
	width: 165px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #999;
	background: #FBF9F8;
	border-radius: 0;
	position: relative;
}

.widget__inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: none;
	background: none;
	font: inherit;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	cursor: pointer;
	font-size: 14px;
}

::-ms-expand {
	display: none;
}

.widget__inner select:focus {
	outline: none;
}

.widget__inner label:after {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/common/arrow_04/arrow_d_gy.svg) no-repeat center center / cover;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}

.widget_inner .searchform {
	padding: 0;
}

.widget_inner .searchform div {
	width: 240px;
	height: 32px;
	background: #FBF9F8;
	border: 1px solid #999;
	position: relative;
	box-sizing: border-box;
}

.widget_inner .searchform label {
	display: none;
}

.widget_inner .searchform input[type='text'] {
	outline: none;
	border: none;
	background: transparent;
	width: calc(100% - 32px);
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
}

.widget_inner .searchform button[type='submit'] {
	outline: none;
	border: none;
	background: transparent;
	/*color: #222;
	font-size: 1.125rem;*/
	background: url(../images/common/icon/icon_search_gy.svg) no-repeat center center / cover;
	width: 17px;
	height: 17px;
	line-height: 17px;
	cursor: pointer;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translate(0, -50%);
}

@media (max-width: 1280px) {

	#news .news__list-sort {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	#news .news__list-sort-box {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.news__list-sort-archives {
		width: 100%;
	}

	.widget__inner .dropdown__wrap {
		width: 100%;
	}

	.news__list-sort-search {
		width: 100%;
	}

	.widget_inner .searchform div {
		width: 100%;
	}

}

@media (max-width: 960px) {

	#news .news__list-header {
		margin-bottom: 40px;
	}

	#news .news__list-header-title {
		width: 92%;
		font-size: 24px;
		margin: 0 auto 24px;
	}

	#news .news__list-sort-box {
		gap: 16px;
	}

	#news .news__list-sort-category {
		width: 96%;
		display: flex;
		margin: 0 0 0 4%;
		overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 16px;
	}

	#news .news__list-sort-category ul {
		flex-wrap: nowrap;
		/*align-items: center;
		gap: 8px;*/
		padding-right: 16px;
	}

	#news .news__list-sort-archives {
		width: 92%;
		margin: 0 auto;
	}

	#news .news__list-sort-search {
		width: 92%;
		margin: 0 auto;
	}

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * 記事一覧
 * 
 * 
 * 
-------------------------*/

#news .news__list-item a {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 32px 0;
}

#news .news__list-item:first-of-type a {
	border-top: 1px dashed #ccc;
}

#news .news__list-item-inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	column-gap: 4.5%;
}

#news .news__list-item-thumb {
	width: 300px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}

#news .news__list-item-thumb > .-img {
	padding-top: 66.66%;
}

#news .news__list-item-desc {
	flex-grow: 1;
}

#news .news__list-item-category {
	margin-bottom: 16px;
}

#news .news__list-item-category ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#news .news__list-item-category-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background: #EDE9E1;
	color: #444;
	border: 1px solid #EDE9E1;
	font-size: 15px;
}

#news .news__list-item-category-item.-news {
	background: #444;
	border-color: #444;
	color: #fff;
}

#news .news__list-item-category-item.-new {
	background: #DEA3A3;
	border-color: #DEA3A3;
	color: #fff;
}

#news .news__list-item-category-item.-facility {
	background: #BAAF9D;
	border-color: #BAAF9D;
}

#news .news__list-item-category-item.-recruit {
	background: #fff;
	border-color: #ccc;
}

#news .news__list-item-category-item.-other {
	background: #ddd;
	border-color: #ddd;
}

#news .news__list-item-title {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#news .news__list-item-date {
	font-size: 15px;
	line-height: 1;
}

#news .news__list-item-header {
	margin-bottom: 16px;
}

#news .news__list-item-text {
	font-size: 15px;
	line-height: 2;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#news .news__list-item a {
		padding: 32px 4%;
	}

	#news .news__list-item-inner {
		/*width: 100%;
		display: flex;
		align-items: flex-start;*/
		gap: 32px;
		flex-direction: column;
	}

	#news .news__list-item-thumb {
		/*width: 240px;*/
		width: 100%;
	}

	#news .news__list-item-title {
		font-size: 24px;
	}

	#news .news__list-item-text {
		line-height: 1.75;
	}

}

@media (max-width: 640px) {

	#news .news__list-item-category-item {
		width: 88px;
		height: 24px;
		line-height: 24px;
		border-radius: 8px;
		font-size: 13px;
	}

	#news .news__list-item-title {
		font-size: 20px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * ページナビ
 * 
 * 
 * 
-------------------------*/

#pagenavi .wp-pagenavi {
	/*max-width: 1000px;*/
	margin: 88px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
}

#pagenavi .wp-pagenavi > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	background: #fff;
	color: #444;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	position: relative;
	transition: .3s ease;
}

#pagenavi .wp-pagenavi .previouspostslink,
#pagenavi .wp-pagenavi .nextpostslink {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	background: #fff;
	background: no-repeat center center / 12px 19px;
}

#pagenavi .wp-pagenavi .previouspostslink {
	background-image: url(../images/common/arrow_01/arrow_l_k.svg);
}

#pagenavi .wp-pagenavi .nextpostslink {
	background-image: url(../images/common/arrow_01/arrow_r_k.svg);
}

#pagenavi .wp-pagenavi .page,
#pagenavi .wp-pagenavi .current {
	flex-shrink: 0;
}

#pagenavi .wp-pagenavi a:hover {
	background-color: #ddd;
}

#pagenavi .wp-pagenavi .current {
	background-color: #ddd;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#pagenavi .wp-pagenavi {
		margin-top: 56px;
	}

}

@media (max-width: 640px) {

	#pagenavi .wp-pagenavi {
		margin-top: 48px;
		column-gap: 8px;
	}

	#pagenavi .wp-pagenavi > * {
		font-size: 20px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * 記事詳細ヘッダー
 * 
 * 
 * 
-------------------------*/

#post__header {
	background: #fff;
	position: relative;
	padding-bottom: 40px;
}

#post__header .post__header-top {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}

#post__header .post__header-top {
	top: 0;
}

#post__header .post__header-top > .-img {
	padding-top: 7.08%;
	background-image: url(../images/common/wave/subpage_mv_top.svg);
}

#post__header .post__header-inner {
	max-width: 1000px;
	padding: calc(7.08% + 48px) 0 0;
}

#post__header .post__header-category {
	margin-bottom: 16px;
}

#post__header .post__header-category ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#post__header .post__header-category-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	background: #EDE9E1;
	color: #444;
	border: 1px solid #EDE9E1;
	font-size: 15px;
}

#post__header .post__header-category-item.-news {
	background: #444;
	border-color: #444;
	color: #fff;
}

#post__header .post__header-category-item.-new {
	background: #DEA3A3;
	border-color: #DEA3A3;
	color: #fff;
}

#post__header .post__header-category-item.-facility {
	background: #BAAF9D;
	border-color: #BAAF9D;
}

#post__header .post__header-category-item.-recruit {
	background: #fff;
	border-color: #ccc;
}

#post__header .post__header-category-item.-other {
	background: #ddd;
	border-color: #ddd;
}

#post__header .post__header-title {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#post__header .post__header-date {
	font-size: 15px;
	line-height: 1;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#post__header {
		padding-bottom: 32px;
	}

	#post__header .post__header-inner {
		padding-top: calc(7.08% + 32px);
	}

	#post__header .post__header-category {
		margin-bottom: 8px;
	}

	#post__header .post__header-title {
		font-size: 30px;
		margin-bottom: 8px;
	}
	
	#post__header .news__list-item-date {
		font-size: 15px;
	}

}

@media (max-width: 640px) {

	#post__header .post__header-category-item {
		width: 88px;
		height: 24px;
		line-height: 24px;
		border-radius: 8px;
		font-size: 13px;
	}

	#post__header .post__header-title {
		font-size: 24px;
	}

}

/*-------------------------
 * 
 * 
 * 
 * 記事詳細レイアウト
 * 
 * 
 * 
-------------------------*/

#post {
	background: #fff;
}

#post .post__inner {
	max-width: 1000px;
	/*padding: 96px 0 120px;*/
	/*padding: 0 0 104px;*/
	padding: 0 0 72px;
	display: flex;
	align-items: flex-start;
	column-gap: 5%;
}

#post #post__content {
	width: calc(100% - 208px - 5%);
}

#post #post__sidebar {
	width: 208px;
	flex-shrink: 0;
	background: #EDE9E1;
	padding: 32px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#post .post__inner {
		padding-bottom: 56px;
		flex-direction: column;
	}

	#post #post__content {
		width: 100%;
	}

	#post #post__sidebar {
		width: 100%;
	}

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * 記事詳細コンテンツ
 * 
 * 
 * 
-------------------------*/

#post__body {}

#post__body .eyecatch {
	margin-bottom: 2.5em;
	border-radius: 10px;
	overflow: hidden;
}

#post__body .eyecatch > .-img {
	padding-top: 54%;
}

#post__body h2 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin: 2em 0 1.5em;
	position: relative;
	padding: 0 0 0 32px;
}

#post__body h2::before {
	display: block;
	content: '';
	width: 8px;
	height: 100%;
	background: #d9d9d9;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#post__body p {
	font-size: 15px;
	margin-bottom: 2em;
}

#post__body p:has(img) {
	margin: 2.5em 0;
}

#post__body p img {
	border-radius: 10px;
}

@media (max-width: 960px) {

	/*#post .post__title {
		font-size: 36px;
	}

	#post .post__body h2 {
		font-size: 1.75em;
		padding: 0 0 0 32px;
	}

	#post .post__body h2::before {
		width: 6px;
	}*/

}

@media (max-width: 640px) {

	/*#post .post__info {
		flex-direction: column;
		row-gap: 12px;
		margin-bottom: 20px;
	}

	#post .post__meta {
		width: 100%;
		justify-content: space-between;
	}

	#post .post__meta .-inportant {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		padding: 0px 12px;
	}

	#post .post__cat {
		width: 100%;
		justify-content: flex-start;
		gap: 8px;
	}

	#post .post__cat-item {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		padding: 0 12px;
		border-radius: 10px;
	}

	#post .post__header-inner {
		padding-left: 24px;
	}

	#post .post__header-inner::before {
		width: 6px;
	}

	#post .post__title {
		font-size: 28px;
	}

	#post .post__body h2 {
		font-size: 1.5em;
		padding-left: 24px;
	}*/

}

/*-------------------------
 * 
 * 
 * 
 * 記事詳細サイドバー
 * 
 * 
 * 
-------------------------*/

#post__sidebar .news__sidebar-hl {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 16px;
}

#post__sidebar .news__sidebar-cat ul {
	display: flex;
	flex-direction: column;
}

#post__sidebar .news__sidebar-cat-item a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	position: relative;
	left: 0;
}

#post__sidebar .news__sidebar-cat-item a:hover {
	left: 4px;
}

#post__sidebar .widget__inner .dropdown__wrap {
	width: 100%;
	margin-top: 24px;
}

#post__sidebar .widget_inner .searchform div {
	width: 100%;
}


@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#post__sidebar .news__sidebar-cat ul {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px 16px;
	}

}

@media (max-width: 640px) {

}

/*-------------------------
 * 
 * 
 * 
 * 前後のページリンク
 * 
 * 
 * 
-------------------------*/

#prev__next {
	position: relative;
	background: #EDE9E1;
}

#prev__next .prev__next-top {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}

#prev__next .prev__next-top {
	top: 0;
}

#prev__next .prev__next-top > .-img {
	padding-top: 7.08%;
	background-image: url(../images/common/wave/subpage_mv_top_w.svg);
}

#prev__next .prev__next-inner {
	max-width: 1000px;
	padding: calc(7.08% + 8px) 0 calc(6.91% + 40px);
}

#prev__next .prev__next-bottom {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	z-index: 1;
}

#prev__next .prev__next-bottom > .-img {
	padding-top: 6.91%;
	background-image: url(../images/common/wave/footer_pic_bottom_k.svg);
}

#prev__next .prev__next-items {
    width: calc(100% - 208px - 5%);
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
}

#prev__next .prev__next-items::before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);

}

#prev__next .prev__next-item {
	width: 47.5%;
}

#prev__next .prev__next-item.-prev {
	margin: 0 auto 0 0;
}

#prev__next .prev__next-item.-next {
	margin: 0 0 0 auto;
}

#prev__next .prev__next-item a {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	position: relative;
}

#prev__next .prev__next-item.-prev a {
	left: 0;
}

#prev__next .prev__next-item.-prev a:hover {
	left: -4px;
}

#prev__next .prev__next-item.-next a {
	align-items: flex-end;
	right: 0;
}

#prev__next .prev__next-item.-next a:hover {
	right: -4px;
}

#prev__next .prev__next-item .-arrow {
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-size: 14px;
	margin-bottom: 8px;
}

#prev__next .prev__next-item.-next .-arrow {
	flex-direction: row-reverse;
}

#prev__next .prev__next-item .-arrow::before {
	display: block;
	content: '';
	width: 12px;
	height: 19px;
	background: no-repeat center center / cover;
}

#prev__next .prev__next-item.-prev .-arrow::before {
	background-image: url(../images/common/arrow_01/arrow_l_gy_02.svg);
}

#prev__next .prev__next-item.-next .-arrow::before {
	background-image: url(../images/common/arrow_01/arrow_r_gy_02.svg);
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {

	#prev__next .prev__next-inner {
		padding-top: calc(7.08% + 32px);
	}

	#prev__next .prev__next-items {
		width: 100%;
	}

}

@media (max-width: 640px) {

	#prev__next .prev__next-bottom {
		display: none;
	}

	#prev__next .prev__next-inner {
		padding-bottom: 40px;
	}

	#prev__next .prev__next-items {
		flex-direction: column;
		row-gap: 48px;
	}

	#prev__next .prev__next-items::before {
		/*width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);*/
		display: none;
	}

	#prev__next .prev__next-item {
		width: 100%;
	}
	
	#prev__next .prev__next-item.-prev::before {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}

	#breadcrumbs_sp {
		background: #f6f6f6;
	}
	
}