@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* 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;}
.en {font-family: "Noto Sans", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/



.mainVisual {
	margin-bottom: 4rem;
	padding-bottom: 5.7rem;
	height: 31.6rem;
	background: url("../img/common/bg02.jpg") no-repeat center center / cover;
	display: flex;
	align-items: flex-end;
}
.mainVisual .title {
	display: flex;
	align-items: flex-end;
	margin: 0 auto;
	width: 100%;
	max-width: 119.2rem;
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
}
.mainVisual .title .enImg {
	width: 35.1rem;
}
.mainVisual .title small {
	font-size: 2.5rem;
	margin-right: 1.4rem;
}
.mainVisual .txt {
	margin: 0 0 -0.8rem 5.5rem;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 4rem;
		padding: 0 1.9rem 2rem;
		height: 26rem;
		display: flex;
		align-items: flex-end;
		background-image: url("../img/common/bg02_sp.jpg");
	}
	.mainVisual .title {
		display: block;
		font-size: 2.4rem;
	}
	.mainVisual .title .enImg {
		margin: 0 auto 3.2rem;
		display: block;
		width: 25rem;
	}
	.mainVisual .title .enImg img {
		height: 5.9rem;
	}
	.mainVisual .txt {
		margin: 0;
		display: block;
	}
	.mainVisual .title small {
		font-size: 2.5rem;
		margin: 0 0 -0.2rem 0;
		font-size: 1.6rem;
		display: block;
	}
	.mainVisual {
		margin-bottom: 3.4rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	max-width: 94.4rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: inherit;
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 5rem;
	color: #F05400;
	font-size: 7.5rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}
.headLine01 .inner {
	display: inline-block;
	vertical-align: top;
	border-bottom: 0.3rem solid #F05400;
	padding-bottom: 0.7rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.2rem;
		font-size: 3.2rem;
	}
	.headLine01 .inner {
		padding-bottom: 0.3rem;
		border-width: 0.2rem;
	}
}

/* fixBtn */
.fixBtn {
  
	position: fixed;
	bottom: 5.7rem;
	right: 0;
	width: 26.8rem;
	z-index: 100;
}
.fixBtn a {
	display: block;
}
@media all and (min-width: 897px) {
  .fixBtn {
    display: none;
  }
	.fixBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
    display: block;
		bottom: 5.7rem;
		right: 0;
		width: 13.4rem;
	}
}


/* headLine02 */
.headLine02 {
	margin-bottom: 7.4rem;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 0.4rem;
	color: #12813C;
	font-size: 12rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	letter-spacing: 0.05em;
}
.headLine02 .inner {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.5rem;
		font-size: 1.4rem;
	}
	.headLine02 .en {
		margin-bottom: 0.8rem;
		font-size: 4rem;
	}
	.headLine02 .inner {
		text-align: center;
	}
}

/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 7rem 6.9rem;
}
.comList li {
	width: calc((100% - 13.8rem)/3);
}
.comList a {
	font-weight: 700;
	display: block;
}
.comList .enTtl {
	margin-bottom: 0.8rem;
	color: #79CD18;
	font-size: 1.5rem;
	font-weight: 700;
}
.comList .title {
	font-size: 2.2rem;
}
.comList .title small {
	display: block;
	font-size: 1.5rem;
}
.comList .photoBox {
	position: relative;
}
.comList .image {
	margin-bottom: 1.4rem;
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}
.comList .image::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	content: "";
	z-index: 10;
}
.comList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .txt {
	position: absolute;
	bottom: 2rem;
	right: -1.9rem;
	color: #fff;
	line-height: 1;
	font-size: 2rem;
	z-index: 20;
	text-align: right;
}
.comList .txt span {
	margin: 0.4rem 0 0 auto;
	display: inline-block;
	background-color: #4eb830;
	padding: 0.8rem 1rem 0.6rem 1rem;
}
.comList .txt .line01 {
	margin-right: 3rem;
}
.comList .txt02 {
	margin-right: 4rem;
}
.comList .txt02 .line01 {
	margin-right: -3.7rem;
}
@media all and (min-width: 897px) {
	.comList a:hover .image::before {
		opacity: 0.3;
	}
}
@media all and (max-width: 896px) {
	.comList {
		justify-content: space-between;
		gap: 1.3rem 0;
	}
	.comList li {
		width: calc(50% - 1rem);
	}
	.comList .enTtl {
		margin-bottom: 0.6rem;
		font-size: 1.2rem;
	}
	.comList .title {
		margin-right: -1.5rem;
		font-size: 2.2rem;
	}
	.comList .title small {
		font-size: 1.2rem;
		margin-bottom: 0.2rem;
	}
	.comList .image {
		margin-bottom: 0.6rem;
		aspect-ratio: 157/209;
	}
	.comList .txt {
		bottom: 1rem;
		right: 0.8rem;
		font-size: 1.2rem;
	}
	.comList .txt span {
		padding: 0.5rem 0.6rem 0.7rem 0.9rem;
	}
	.comList .txt span + span {
		margin-top: 0.5rem;
	}
	.comList .txt .line01 {
		margin-right: -1.6rem;
	}
	.comList .txt02 {
		margin-right: 0.2rem;
	}
	.comList .txt02 .line01 {
		margin-right: -1.8rem;
	}
}
.mfp-bg {
	position: fixed !important;
}
.mfp-container {
	position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
