@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-YH */
/* 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 */
.roboto {
	font-family: "Roboto", sans-serif;
}
.zen {
	font-family: "Zen Maru Gothic", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 110rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 11.4rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.headLine01 .en {
	margin-bottom: 2.7rem;
	display: block;
	font-size: 5.2rem;
	font-weight: 500;
	color: #98C8AD;
	letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5.6rem;
		font-size: 1.7rem;
	}
	.headLine01 .en {
		margin-bottom: 1.3rem;
		font-size: 2.9rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	display: flex;
	justify-content: center;
}
.comBtn a {
	padding: 1.8rem 5.8rem 1.8rem 5rem;
	width: 32.6rem;
	display: block;
	position: relative;
	text-align: center;
	color: #98C8AD;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	border-radius: 5rem;
	border: 0.1rem solid #98C8AD;
	background: url(../img/common/icon12.png) no-repeat right 4rem center / 1.2rem;
}
.comBtn.blank a {
	padding: 1.7rem 5rem 1.9rem 2.5rem;
	width: 46.5rem;
	color: #5B99C1;
	border-color: #5B99C1;
	background: url(../img/common/icon14.png) no-repeat right 2.4rem center / 2.2rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		color: #fff;
		background-color: #CAE3D5;
		border-color: #CAE3D5;
		background-image: url(../img/common/icon13.png);
		opacity: 1;
	}
	.comBtn.blank a:hover {
		background-image: url(../img/common/icon16.png) !important;
		background-color: #C8DCED;
		border-color: #C8DCED;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 1.1rem 3rem 1.2rem;
		width: 26rem;
		font-size: 1.4rem;
		line-height: 1.72;
		background-position: right 1.8rem center;
		background-size: 1rem;
	}
	.comBtn.blank a {
		padding: 1.1rem 4rem 1.2rem 2.4rem;
		width: 28rem;
		background-size: 1.6rem;
		background-position: right 2rem center;
	}
}
/*------------------------------------------------------------
	comInfoList
------------------------------------------------------------*/
.comInfoList {
	display: flex;
	flex-wrap: wrap;
	gap: 10rem 7rem;
}
.comInfoList li {
	width: 32rem;
}
.comInfoList li a {
	display: block;
	font-size: 1.8rem;
}
.comInfoList li .photo {
	margin-bottom: 2.8rem;
	border-radius: 1rem;
	transition: 0.3s;
	overflow: hidden;
}
.comInfoList li .photo.noimg {
	border: 0.1rem solid #C9CACA;
}
.comInfoList li .photo img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 320/230;
}
.comInfoList li .cata {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	gap: 1rem;
}
.comInfoList li .cata .date {
	margin-right: 0.7rem;
	display: block;
	flex-shrink: 0;
	color: #98c8ad;
	font-weight: 700;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.comInfoList li .cata .tag {
	padding: 0.3rem 1rem;
	min-width: 10.5rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-radius: 0.5rem;
}
.comInfoList li p {
	text-align: justify;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comInfoList li a:hover {
		opacity: 1;
	}
	.comInfoList li a:hover .photo {
		opacity: 0.5;
	}
}
@media all and (max-width: 896px) {
	.comInfoList {
		margin: 0 auto;
		width: 82.5%;
		gap: 5.8rem 0;
	}
	.comInfoList li {
		width: 100%;
	}
	.comInfoList li a {
		font-size: 1.6rem;
	}
	.comInfoList li .photo {
		margin: 0 0.2rem 2.4rem;
		border-radius: 0.9rem;
	}
	.comInfoList li .photo img {
		aspect-ratio: 545/362;
	}
	.comInfoList li .cata {
		margin-bottom: 1.8rem;
	}
	.comInfoList li .cata .date {
		margin-right: 0.5rem;
	}
	.comInfoList li .cata .tag {
		padding: 0.2rem 0.8rem;
		min-width: 9.1rem;
		border-radius: 0.4rem;
	}
	.comInfoList li p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 14rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #707070;
	font-size: 2.1rem;
	font-weight: 700;
	display: block;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	border-bottom: 0.1rem solid transparent;
}
.wp-pagenavi span.current {
	color: #98C8AD;
	border-color: #98C8AD;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink {
	width: 2rem;
	height: 1.4rem;
	font-size: 0;
	background: url(../img/common/icon01.png) no-repeat center center / 2rem;
	border: none;
}
.wp-pagenavi .nextpostslink {
	width: 2rem;
	height: 1.4rem;
	font-size: 0;
	background: url(../img/common/icon02.png) no-repeat center center / 2rem;
	border: none;
}
.wp-pagenavi .extend {}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		color: #98C8AD;
		border-color: #98C8AD;
		opacity: 1;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
		border: none;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 7.6rem;
		gap: 3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.6rem;
	}
	.wp-pagenavi .previouspostslink {
		margin-top: 0.4rem;
		width: 1.6rem;
		height: 1.2rem;
		background-size: 1.6rem;
	}
	.wp-pagenavi .nextpostslink {
		margin-top: 0.4rem;
		width: 1.6rem;
		height: 1.2rem;
		background-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	grecaptcha
------------------------------------------------------------*/
.grecaptcha-badge {
	visibility: hidden;
}