@charset "utf-8";

/*----------------------------------------------------
 News
----------------------------------------------------*/

#news {
	padding: 53px 0 52px;
}

#news .sectionHead {
	margin: 0 0 28px;
	text-align: center;
}

#news .sectionHead h2 b {
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #066282;
	margin: 0 0 7px;
	padding: 0 0 0 0;
	display: block;
}

#news .sectionHead h2 small {
	font-size: 26px;
	font-weight: 400;
	color: #3D3D3D;
	display: block;
}

#news .tabNav {
	border-bottom: 6px solid #066282;
}

#news .tabNav ul {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

#news .tabNav ul li {
	width: calc(97% / 3);
	max-width: 348px;
}

#news .tabNav ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #888888;
	border: 2px solid #066282;
	border-bottom: none;
	border-radius: 14px 14px 0 0;
	box-shadow: 6px 0 14px rgba(0,0,0,0.16);
}

#news .tabNav ul li a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 10px 0 10px;
	border-color: #066382 transparent transparent transparent;
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.3s ease;
	opacity: 0;
}

#news .tabNav ul li a.active {
	line-height: 94px;
	color: #fff;
	background: #066282;
}

#news .tabNav ul li a.active:after {
	opacity: 1;
}

#tabBox1 {}

#tabBox2 {
	display: none;
}

#tabBox3 {
	display: none;
}

#news .newsBox {
	padding: 39px 0;
}

#news .newsBox .inner {
	max-width: 828px;
}

#news .newsBox .list {
	margin: 0 0 26px;
}

#news .newsBox .list ul li {
	display: flex;
	align-items: center;
	padding: 26px 2%;
	border-bottom: 1px solid #d9d9d9;
}

#news .newsBox .list ul li:last-child {
	border-bottom: none;
}

#news .newsBox .list ul li .listHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 232px;
	margin-right: 30px;
}

#news .newsBox .list ul li .listHead .date {
	font-size: 15px;
	font-weight: 500;
	color: #3D3D3D;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

#news .newsBox .list ul li .listHead .cat {
	width: 114px;
	overflow: hidden;
}

#news .newsBox .list ul li .listHead .cat a {
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	display: block;
	border: 1px solid #066282;
	color: #066282;
	border-radius: 14px;
}

#news .newsBox .list ul li .listHead .cat.news_cat a {
	border: 1px solid #06B276;
	color: #06B276;
}

#news .newsBox .list ul li .listHead .cat.event_cat a {
	border: 1px solid #F59423;
	color: #F59423;
}

#news .newsBox .list ul li .link {
	width: calc(100% - 262px);
}

#news .newsBox .list ul li .link a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.73;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*----------------------------------------------------
 News Archive
----------------------------------------------------*/

#postArchive {
	padding-top: 10px;
	background: #FBFBFB;
	border-bottom: 1px solid #ddd;
}

#postArchive #news {
	padding-top: 10px;
}

#news .newsBox .list ul li .listHead .date .dateFlex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#news .newsBox .list ul li .listHead .date .dateFlex .dateTop {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

#news .newsBox .list ul li .listHead .date .dateFlex .dateBottom {
	font-size: 45px;
	font-weight: 200;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}

#postArchive #news .newsBox .list ul li:first-child {
	border-top: 1px solid #d9d9d9;
}

#postArchive #news .newsBox .list ul li:last-child {
	border-bottom: 1px solid #d9d9d9;
}

/*----------------------------------------------------
 News Single
----------------------------------------------------*/

#postSingle {
	background: #FBFBFB;
  padding: 10px 0 52px;
	border-bottom: 1px solid #ddd;
}

#singlePost {
	padding: 73px 0 0 0;
}

#singlePost .singleHead {
	margin: 0 0 33px;
	padding: 0 2% 19px;
	border-bottom: 1px solid #ddd;
}

#singlePost .singleHead .headFlex {
	display: flex;
	align-items: center;
}

#singlePost .singleHead .headFlex .date {
	margin-right: 2%;
}

#singlePost .singleHead .headFlex .date .dateFlex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#singlePost .singleHead .headFlex .date .dateFlex .dateTop {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}

#singlePost .singleHead .headFlex .date .dateFlex .dateBottom {
	font-size: 45px;
	font-weight: 200;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
}

#singlePost .singleHead .headFlex .titleSection {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#singlePost .singleHead .headFlex .titleSection .cat {
	margin: 0 0 4px;
	display: inline-block;
}

#singlePost .singleHead .headFlex .titleSection .cat a {
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	color: #000;
	background: #E2E2E2;
	text-align: center;
	padding: 0 24px;
}

#singlePost .singleHead .headFlex .titleSection h2 {
	font-size: 26px;
	font-weight: 500;
}

#singlePost .singleConts {
	max-width: 700px;
	margin: 0 auto 150px;
}

#singlePost .singleConts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.25;
}

/*----------------------------------------------------
 wp-pagenavi
----------------------------------------------------*/

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 40px 0 0;
}

.wp-pagenavi .extend {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.wp-pagenavi .current {
	width: 55px;
	line-height: 53px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #066282;
	border: 1px solid #066282;
	box-sizing: border-box;
	margin: 0 10px;
}

.wp-pagenavi a.page {
	width: 55px;
	line-height: 53px;
	border-radius: 50%;
	text-align: center;
	color: #333333;
	background: #fff;
	border: 1px solid rgba(167, 167, 167, 0.3);
	box-sizing: border-box;
	margin: 0 10px;
}

.wp-pagenavi a.nextpostslink {
	width: 55px;
	line-height: 53px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: transparent;
}

.wp-pagenavi a.nextpostslink:before {
	content: '';
	width: 9px;
	height: 16px;
	background: url('../img/wp-nextNav.svg') center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.wp-pagenavi a.previouspostslink {
	width: 55px;
	line-height: 53px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: transparent;
}

.wp-pagenavi a.previouspostslink:before {
	content: '';
	width: 9px;
	height: 16px;
	background: url('../img/wp-prevNav.svg') center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1365px) {

	/*----------------------------------------------------
	News
	----------------------------------------------------*/

	#news {
		padding: 3.88vw 0 3.807vw;
	}

	#news .sectionHead {
		margin: 0 0 2.05vw;
	}

	#news .sectionHead h2 b {
		font-size: 3.66vw;
		margin: 0 0 0.512vw;
	}

	#news .sectionHead h2 small {
		font-size: 1.903vw;
	}

	#news .tabNav {
		border-bottom: 0.439vw solid #066282;
	}

	#news .tabNav ul li a {
		font-size: 1.318vw;
		line-height: 5.857vw;
		border: 0.146vw solid #066282;
		border-radius: 1.025vw 1.025vw 0 0;
		box-shadow: 0.439vw 0 1.025vw rgba(0,0,0,0.16);
	}

	#news .tabNav ul li a:after {
		border-width: 1.171vw 0.732vw 0 0.732vw;
		bottom: -1.391vw;
		left: 50%;
	}

	#news .tabNav ul li a.active {
		line-height: 6.881vw;
	}

	#news .tabNav ul li a:hover {
		line-height: 6.881vw;
		color: #fff;
	}

	#news .newsBox {
		padding: 2.855vw 0;
	}

	#news .newsBox .list {
		margin: 0 0 1.903vw;
	}

	#news .newsBox .list ul li {
		padding: 1.903vw 2%;
	}

	#news .newsBox .list ul li .listHead {
		width: 20.984vw;
		margin-right: 2.196vw;
	}

	#news .newsBox .list ul li .listHead .date {
		font-size: 1.098vw;
	}

	#news .newsBox .list ul li .listHead .cat {
		width: 8.346vw;
	}

	#news .newsBox .list ul li .listHead .cat a {
		font-size: 0.878vw;
		line-height: 1.757vw;
		border-radius: 1.025vw;
	}

	#news .newsBox .list ul li .link {
		width: calc(100% - 21.18vw);
	}

	#news .newsBox .list ul li .link a {
		font-size: 1.098vw;
	}

	/*----------------------------------------------------
	News Archive
	----------------------------------------------------*/

	#postArchive {
		padding-top: 0.732vw;
	}

	#postArchive #news {
		padding-top: 0.732vw;
	}

	#news .newsBox .list ul li .listHead .date .dateFlex .dateTop {
		font-size: 1.025vw;
	}

	#news .newsBox .list ul li .listHead .date .dateFlex .dateBottom {
		font-size: 3.294vw;
	}

	/*----------------------------------------------------
	News Single
	----------------------------------------------------*/

	#postSingle {
		padding: 0.732vw 0 3.807vw;
	}

	#singlePost {
		padding: 5.344vw 0 0 0;
	}

	#singlePost .singleHead {
		margin: 0 0 2.416vw;
		padding: 0 2% 1.391vw;
	}

	#singlePost .singleHead .headFlex .date .dateFlex .dateTop {
		font-size: 1.025vw;
	}

	#singlePost .singleHead .headFlex .date .dateFlex .dateBottom {
		font-size: 3.294vw;
	}

	#singlePost .singleHead .headFlex .titleSection .cat {
		margin: 0 0 0.293vw;
	}

	#singlePost .singleHead .headFlex .titleSection .cat a {
		font-size: 1.025vw;
		line-height: 1.903vw;
		padding: 0 1.757vw;
	}

	#singlePost .singleHead .headFlex .titleSection h2 {
		font-size: 1.903vw;
	}

	#singlePost .singleConts {
		max-width: 51.245vw;
		margin: 0 auto 10.981vw;
	}

	#singlePost .singleConts p {
		font-size: 1.171vw;
	}

	/*----------------------------------------------------
	wp-pagenavi
	----------------------------------------------------*/

	.wp-pagenavi {
		font-size: 1.318vw;
		margin: 2.928vw 0 0;
	}

	.wp-pagenavi .extend {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	.wp-pagenavi .current {
		width: 4.026vw;
		line-height: 3.88vw;
		margin: 0 0.732vw;
	}

	.wp-pagenavi a.page {
		width: 4.026vw;
		line-height: 3.88vw;
		margin: 0 0.732vw;
	}

	.wp-pagenavi a.nextpostslink {
		width: 4.026vw;
		line-height: 3.88vw;
	}

	.wp-pagenavi a.nextpostslink:before {
		width: 0.659vw;
		height: 1.171vw;
		background-size: 100% auto;
	}

	.wp-pagenavi a.previouspostslink {
		width: 4.026vw;
		line-height: 3.88vw;
	}

	.wp-pagenavi a.previouspostslink:before {
		content: '';
		width: 0.659vw;
		height: 1.171vw;
		background-size: 100% auto;
	}

}

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

	#news .newsBox .list ul li .listHead .cat a:hover {
		background: #066282;
		color: #fff;
	}

	#news .newsBox .list ul li .listHead .cat.news_cat a:hover {
		background: #06B276;
		color: #fff;
	}

	#news .newsBox .list ul li .listHead .cat.event_cat a:hover {
		background: #f59423;
		color: #fff;
	}

	#news .newsBox .list ul li .link a:hover {
		opacity: 0.7;
	}

	.tabNav ul li a:hover {
		line-height: 94px;
		color: #fff;
		background: #066282;
	}

	#singlePost .singleHead .headFlex .titleSection .cat a:hover {
		color: #fff;
		background: #000;
	}

	.wp-pagenavi a.page:hover {
		color: #fff;
    background: #066282;
    border: 1px solid #066282;
	}

	.wp-pagenavi a.nextpostslink:hover {
		opacity: 0.7;
	}

	.wp-pagenavi a.previouspostslink:hover {
		opacity: 0.7;
	}

}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

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

	body {
		padding: 29.333vw 0 0 0;
	}

	/*--------------------
	News
	--------------------*/

	#news {
    padding: 11.733vw 0 6.933vw;
	}

	#news .sectionHead h2 b {
		font-size: 7.467vw;
	}

	#news .sectionHead h2 small {
		font-size: 3.733vw;
	}

	#news .tabNav {
    border-bottom: 3px solid #066282;
	}

	#news .tabNav ul li {
    width: calc(96% / 3);
	}

	#news .tabNav ul li a {
		font-size: 3.467vw;
		line-height: 9.6vw;
		border: 2px solid #066282;
		border-bottom: none;
		border-radius: 1.867vw 1.867vw 0 0;
		box-shadow: 3px 0 7px rgb(0 0 0 / 16%);
	}

	#news .tabNav ul li a.active {
    line-height: 9.6vw;
	}

	#news .tabNav ul li a:after {
		bottom: -3.2vw;
	}

	#news .newsBox {
    padding: 3.467vw 0;
	}

	#news .newsBox .list {
    margin: 0 0 4.267vw;
	}

	#news .newsBox .list ul li {
		display: block;
		padding: 18px 2%;
	}

	#news .newsBox .list ul li .listHead {
		width: 100%;
		justify-content: flex-start;
		margin: 0 0 2.133vw;
	}

	#news .newsBox .list ul li .listHead .date {
    font-size: 3.467vw;
		margin: 0 4vw 0 0;
	}

	#news .newsBox .list ul li .listHead .cat a {
		line-height: 5.333vw;
	}

	#news .newsBox .list ul li .link {
		width: 100%;
	}

	#news .newsBox .list ul li .link a {
		font-size: 3.733vw;
	}

	/*--------------------
	ArchiveNews
	--------------------*/

	#news .newsBox .list ul li .listHead .date .dateFlex {
		flex-direction: row;
	}

	#news .newsBox .list ul li .listHead .date .dateFlex .dateSp {
		font-size: 3.467vw;
    margin: 0 4vw 0 0;
		font-weight: 500;
    color: #3D3D3D;
    font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	}

	/*--------------------
	SingleNews
	--------------------*/

	#singlePost {
    padding: 5.333vw 0 0 0;
	}

	#singlePost .singleHead {
		margin: 0 0 5.333vw;
		padding: 0 2% 2.667vw;
	}

	#singlePost .singleHead .headFlex {
		flex-direction: column;
    align-items: flex-start;
		position: relative;
	}

	#singlePost .singleHead .headFlex .date .dateFlex .dateSP {
		font-size: 3.467vw;
    margin: 0 0 1.333vw 0;
		font-weight: 500;
    color: #3D3D3D;
    font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	}

	#singlePost .singleHead .headFlex .titleSection .cat {
		position: absolute;
		right: 0;
		top: -1.067vw;
		margin: 0;
	}

	#singlePost .singleHead .headFlex .titleSection .cat a {
		font-size: 3.2vw;
		padding: 0 5.333vw;
	}

	#singlePost .singleHead .headFlex .titleSection h2 {
		font-size: 4.267vw;
		line-height: 1.5;
		letter-spacing: 0.06em;
	}

	#singlePost .singleConts {
		margin: 0 auto 20vw;
	}

	#singlePost .singleConts p {
		font-size: 3.467vw;
		line-height: 1.6;
		font-weight: 400;
	}

	/*---------------------------------
	 wp-pagenavi
	---------------------------------*/

	.wp-pagenavi {
		font-size: 3.467vw;
		margin: 8vw 0 0px;
	}

	.wp-pagenavi .current {
		width: 10.933vw;
		line-height: 10.4vw;
		margin: 0 1.333vw;
	}

	.wp-pagenavi a.page {
		width: 10.933vw;
		line-height: 10.4vw;
		margin: 0 1.333vw;
	}

	.wp-pagenavi a.nextpostslink {
		width: 10.933vw;
		line-height: 10.4vw;
	}

	.wp-pagenavi a.previouspostslink:before {
		transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
	}

	.wp-pagenavi a.nextpostslink:before {
		transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
	}


}
