@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.roboto {
	font-weight: 900;
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 110rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
		margin: 0 1.9rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 0.5rem 6.6rem;
}
#pagePath li {
	margin-right: 1.2rem;
	display: inline;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#pagePath a {
	margin-right: 1.5rem;
	display: inline-block;
	color: #333;
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 0 4.4rem;
	}
	#pagePath li {
		margin-right: 0.7rem;
		font-size: 1rem;
	}
	#pagePath a {
		margin-right: 1.1rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 9.8rem;
	display: flex;
	align-items: flex-end;
}
.headLine01 .en {
	line-height: 1;
	color: #2c8c46;
	font-size: 8rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	font-family: "Roboto", sans-serif;
}
.headLine01 .jp {
	margin: 0 0 0.8rem 8rem;
	position: relative;
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0.15em;
}
.headLine01 .jp::before {
	position: absolute;
	left: -3.5rem;
	top: 1.8rem;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #2C8C46;
	border-radius: 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.9rem;
		display: block;
	}
	.headLine01 .en {
		display: block;
		font-size: 4rem;
	}
	.headLine01 .jp {
		margin: 2.2rem 0 0 1.8rem;
		display: block;
		font-size: 1.6rem;
	}
	.headLine01 .jp::before {
		left: -1.7rem;
		top: 1rem;
		width: 0.7rem;
		height: 0.7rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.8rem;
	font-size: 3.3rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 -0.5rem 2.5rem 0;
		font-size: 2rem;
		line-height: 1.35;
		text-indent: -1.3em;
		padding-left: 1.3em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 8rem;
	padding: 1.4rem 6.9rem 1.5rem;
	position: relative;
	font-size: 3.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.2em;
	background-color: #2C8C46;
}
.headLine03 .num {
	width: 10rem;
	position: absolute;
	right: 7.3rem;
	top: 1.3rem;
	font-size: 3.3rem;
	letter-spacing: 0.05em;
}
.headLine03 .num span {
	margin-right: 0.1rem;
	font-size: 3.5rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 6rem;
		padding: 1rem 2.6rem;
		font-size: 2.4rem;
	}
	.headLine03 .num {
		width: auto;
		right: 3rem;
		top: 1rem;
		font-size: 2.3rem;
	}
	.headLine03 .num span {
		margin-right: 0;
		font-size: 2.45rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3.5rem;
	padding: 1.2rem 4.2rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #2C8C46;
}
@media all and (max-width: 896px) {
	.headLine04 {
		padding: 1.1rem 1rem 1.2rem;
		font-size: 2rem;
		text-align: center;
		letter-spacing: 0.2em;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin: 0 -0.6rem 12.9rem;
}
.headLine05 .en {
	display: block;
	line-height: 1;
	color: #2c8c46;
	font-size: 12rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-family: "Roboto", sans-serif;
}
.headLine05 .en span {
	color: #000;
}
.headLine05 .jp {
	margin: 2.1rem 0 0 3.9rem;
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 4.5rem;
	letter-spacing: 0.15em;
}
.headLine05 .jp::before {
	position: absolute;
	left: -3.3rem;
	top: 2.8rem;
	width: 2rem;
	height: 2rem;
	background-color: #2C8C46;
	border-radius: 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin: 0 1.5rem 4.1rem;
	}
	.headLine05 .en {
		font-size: 6rem;
	}
	.headLine05 .jp {
		margin: 1.9rem 0 0 1.9rem;
		font-size: 2.25rem;
	}
	.headLine05 .jp::before {
		left: -1.6rem;
		top: 1.5rem;
		width: 1rem;
		height: 1rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 40rem;
	margin: 0 auto;
}
.comLink a {
	height: 7rem;
	padding: 0 6.3rem 0.2rem 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	background: #2c8c46 url(../img/common/icon03.png) no-repeat right 2.9rem center;
	background-size: 3.5rem auto;
	border-radius: 0.5rem;
}
.comLink.color01 a {
	color: #000;
	background-color: #fff;
	background-image: url(../img/common/icon16.png);
}
.comLink a:hover {
	opacity: 0.5;
}
@media all and (max-width: 896px) {
	.comLink {
		width: 26rem;
	}
	.comLink a {
		height: 4.6rem;
		padding: 0.1rem 4.3rem 0 5rem;
		font-size: 1.65rem;
		background-position: right 1.9rem center;
		background-size: 2.3rem auto;
		border-radius: 0.3rem;
	}
}
/*------------------------------------------------------------
	tabPanel
------------------------------------------------------------*/
.tabPanel {
	width: 100rem;
	margin: 0 auto 9.5rem;
}
.tabPanel .tabUl {
	margin-bottom: 7.9rem;
}
.tabPanel .tabUl a {
	padding: 1rem 0;
	position: relative;
	display: block;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-bottom: 1.5rem solid #d9d9d9;
}
.tabPanel .tabUl a::after {
	position: absolute;
	left: 0;
	bottom: -1.5rem;
	width: 100%;
	height: 1.5rem;
	transition: transform .3s;
	transform: scaleY(0);
	transform-origin: center bottom;
	content: "";
	background-color: #2C8C46;
}
.tabPanel .tabUl li:nth-child(2) a::after {
	background-color: #D37B79;
}
.tabPanel .tabUl li:nth-child(3) a::after {
	background-color: #3194B9;
}
.tabPanel .tabUl li:nth-child(4) a::after {
	background-color: #8A6995;
}
.tabPanel .tabUl li:nth-child(5) a::after {
	background-color: #DFB348;
}
.tabPanel .tabUl .on a::after {
	transform: scaleY(1);
}
.tabPanel .tabUl .current-cat a::after {
	transform: scaleY(1);
}
.tabPanel .newsList {
	border-top: 1px solid #808080;
}
.tabPanel .newsList li {
	border-bottom: 1px solid #808080;
}
.tabPanel .newsList a {
	padding: 2.6rem 8rem 2.6rem 1.9rem;
	display: flex;
	align-items: center;
	background: url(../img/common/icon07.png) no-repeat right 2.9rem center;
	background-size: 1.4rem auto;
}
.tabPanel .newsList .sort {
	margin: 0.5rem 4.8rem 0 0;
	width: 13.5rem;
	flex-shrink: 0;
}
.tabPanel .newsList .sort span {
	padding: 0.3rem 0.5rem 0.4rem;
	display: block;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background-color: #d37b79;
}
.tabPanel .newsList .sort span:not(:last-child) {
	margin-bottom: 0.5rem;
}
.tabPanel .newsList .sort .purple {
	background-color: #8A6995;
}
.tabPanel .newsList .sort .blue {
	background-color: #3194B9;
}
.tabPanel .newsList .sort .yellow {
	background-color: #DFB348;
}
.tabPanel .newsList .txt {
	min-height: 7.7rem;
	letter-spacing: 0.05em;
}
.tabPanel .newsList time {
	margin-bottom: 0.9rem;
	display: block;
	font-size: 1.6rem;
}
@media all and (min-width: 897px) {
	.tabPanel .tabUl li {
		width: 18%;
		margin-right: 2.5%;
	}
	.tabPanel .tabUl li:nth-child(5n) {
		margin-right: 0;
	}
	.tabPanel .tabUl a:hover::after {
		transform: scaleY(1);
	}
	.tabPanel .tabUl li:not(.on) a:hover {
		color: rgba(0,0,0,0.5);
	}
	.tabPanel .newsList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.tabPanel {
		width: auto;
		margin: 0 auto 7.4rem;
	}
	.tabPanel .tabUl {
		width: 28.4rem;
		margin: 0 auto 5rem;
		justify-content: space-between;
	}
	.tabPanel .tabUl li {
		width: 11.7rem;
	}
	.tabPanel .tabUl li:first-child {
		width: 100%;
	}
	.tabPanel .tabUl a {
		padding: 1.8rem 0 0.8rem;
		font-size: 1.8rem;
		border-bottom-width: 1rem;
	}
	.tabPanel .tabUl a::after {
		bottom: -1rem;
		height: 1rem;
	}
	.tabPanel .newsList a {
		padding: 1.9rem 0 2.3rem 1.2rem;
		display: block;
		position: relative;
		background-position: right 2.2rem top 2.7rem;
		background-size: 1.2rem auto;
	}
	.tabPanel .newsList .sort {
		margin: 0;
		display: block;
		width: 11.2rem;
	}
	.tabPanel .newsList .sort span {
		padding: 0.2rem 0.5rem;
		font-size: 1.5rem;
	}
	.tabPanel .newsList .txt {
		margin: 2rem 1rem 0 0.2rem;
		min-height: inherit;
		line-height: 1.59;
	}
	.tabPanel .newsList time {
		margin-bottom: 0;
		position: absolute;
		left: 14rem;
		top: 2.3rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -1rem;
	font-size: 0;
	clear: both;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 1rem 0.5rem 0;
	min-width: 3.3rem;
	height: 3.3rem;
	padding: 0 0.9rem 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 500;
	color: #999;
	line-height: 1;
	border-radius: 0.2rem;
}
.wp-pagenavi img {
	width: 1.2rem;
}
.wp-pagenavi .extend {
	padding-top: 1rem;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #2c8c46;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
@media all and (min-width: 897px) {
	.wp-pagenavi .page:hover {
		color: #fff;
		background-color: #2c8c46;
	}
	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 1rem 0.4rem 0;
		min-width: 2.5rem;
		height: 2.5rem;
		padding: 0 0.7rem 0.4rem;
		font-size: 1.6rem;
	}
	.wp-pagenavi img {
		width: 0.9rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList a {
	padding: 3rem 3.7rem 4.3rem;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 2.3rem 0 2.3rem 0;
	background-color: #d37b79;
}
.comLinkList li:nth-child(2) a {
	background-color: #3194b9;
}
.comLinkList li:nth-child(3) a {
	background-color: #8a6995;
}
.comLinkList a::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 2.8rem;
	background: url(../img/common/bg01.png) no-repeat top center;
	background-size: 100% 100%;
	content: "";
	mix-blend-mode: color-burn;
}
.comLinkList .ico img {
	width: auto;
	height: 6.3rem;
}
.comLinkList p {
	margin: 0.5rem -0.9rem 0 0;
	background: url(../img/common/icon03.png) no-repeat top 1.3rem right;
	background-size: 3.2rem auto;
}
.comLinkList .jp {
	margin: 0 -0.5rem 0.4rem;
	display: block;
	font-weight: 600;
	color: #fff;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}
.comLinkList .en {
	display: block;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.comLinkList {
		margin: -2rem 3.3rem 0;
		position: relative;
	}
	.comLinkList::after {
		content: "";
		width: 31.1rem;
	}
	.comLinkList li {
		margin-top: 2rem;
		width: 31.1rem;
	}
	.comLinkList a:hover {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		width: 28.3rem;
		margin: 0 auto;
		display: block;
	}
	.comLinkList li:not(:last-child) {
		margin-bottom: 3.4rem;
	}
	.comLinkList a {
		padding: 2.7rem 3.4rem 3.9rem;
	}
	.comLinkList a::before {
		bottom: 2.5rem;
	}
	.comLinkList .ico img {
		height: 5.7rem;
	}
	.comLinkList p {
		background-size: 3rem auto;
	}
	.comLinkList .jp {
		font-size: 2.95rem;
	}
	.comLinkList .en {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comDetail
------------------------------------------------------------*/
.comDetail {
	width: 100rem;
	margin: 0 auto;
	padding: 1.6rem 6.7rem 9.8rem;
}
.comDetail .title {
	margin-bottom: 1.8rem;
	display: flex;
}
.comDetail .title time {
	width: 14.2rem;
	margin-top: -0.2rem;
	flex-shrink: 0;
	font-size: 2.2rem;
}
.comDetail .title .sort {
	margin: -0.5rem 0 0;
}
.comDetail .title .sort span {
	margin: 0.5rem 0.5rem 0 0;
	width: 13.5rem;
	padding: 0.3rem 0.5rem;
	display: block;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background-color: #dfb348;
}
.comDetail .ttl {
	margin-bottom: 4.1rem;
	line-height: 1.64;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.comDetail .detailBox {
	margin: 0 -6.7rem;
	padding: 7.4rem 6.7rem 3.3rem;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
.comDetail .detailBox p {
	margin-bottom: 3.5rem;
	font-size: 1.8rem;
	line-height: 1.88;
	word-break: break-all;
}
.comDetail .detailBox figure {
	margin: 8.9rem 0;
}
.comDetail .detailBox a {
	color: #e53333;
	text-decoration: underline;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	.comDetail .detailBox a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.comDetail {
		width: auto;
		padding: 2.5rem 0.3rem 4.8rem;
	}
	.comDetail .title {
		margin-bottom: 2rem;
	}
	.comDetail .title time {
		width: 9.6rem;
		margin: 0.2rem 0 0 0.2rem;
		font-size: 1.5rem;
	}
	.comDetail .title .sort span {
		width: 11.2rem;
		padding: 0.2rem 0.5rem;
		font-size: 1.5rem;
	}
	.comDetail .ttl {
		margin-bottom: 2.7rem;
		line-height: 1.71;
		font-size: 2.25rem;
	}
	.comDetail .detailBox {
		margin: 0 -0.3rem;
		padding: 5.1rem 0.6rem 1rem;
	}
	.comDetail .detailBox p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.comDetail .detailBox figure {
		margin: 6.5rem 0;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	width: 55rem;
	margin: 6.7rem auto 0;
	position: relative;
}
.pageNavi .mid {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
}
.pageNavi .prev,
.pageNavi .next {
	position: absolute;
	top: 0;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.pageNavi .prev {
	left: 0.1rem;
}
.pageNavi .prev a {
	padding-left: 2.3rem;
	display: block;
	background: url(../img/common/icon10.png) no-repeat left top 0.9rem;
	background-size: 1.1rem auto;
}
.pageNavi .next {
	right: 0;
}
.pageNavi .next a {
	padding-right: 2.4rem;
	display: block;
	background: url(../img/common/icon11.png) no-repeat right top 0.9rem;
	background-size: 1.1rem auto;
}
.pageNavi a:hover {
	opacity: 0.5;
}
@media all and (max-width: 896px) {
	.pageNavi {
		width: auto;
		margin: 5.9rem auto 0;
	}
	.pageNavi .mid {
		font-size: 1.4rem;
	}
	.pageNavi .prev,
	.pageNavi .next {
		top: 0.1rem;
		font-size: 1.4rem;
	}
	.pageNavi .prev {
		left: 0.7rem;
	}
	.pageNavi .prev a {
		padding-left: 1.5rem;
		background-position: left top 0.8rem;
		background-size: 0.7rem auto;
	}
	.pageNavi .next {
		right: 0.8rem;
	}
	.pageNavi .next a {
		padding-right: 1.7rem;
		background-position: right top 0.8rem;
		background-size: 0.7rem auto;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp.on {
	opacity: 1;
  	transform: translateY(0px);
}

.grecaptcha-badge {
	visibility: hidden;
}