@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;}
/* mainImg */
.mainImg img {
	width: 100%;
}

/* mainImg */
.mainImg {
	margin-bottom: 12.6rem;
}
.mainImg img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.mainImg {
		margin-bottom: 6rem;
	}
}
/* content */
.content {
	max-width: 110rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit;
		padding: 0 2.7rem;
	}	
}
/* headLine01 */
.headLine01 {
	margin-bottom: 5.2rem;
	text-align: center;
}
.headLine01 span {
	display: block;
}
.headLine01 .en {
	margin-bottom: 1.4rem;
}
.headLine01 .jp {
	color: #7baa17; 
	font-weight: 700;
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
	}
	.headLine01 img {
		height: 3rem;
	}
	.headLine01 .en {
		margin-bottom: 0.7rem;
	}
	.headLine01 .jp {
		font-size: 1.2rem;
	}
}

/* comBtn */
.comBtn {
	margin-top: 30.3rem;
}
.comBtn a,
.comBtn .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 40rem;
	height: 10.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #7baa17;
	border: 2px solid #7baa17;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	overflow: hidden;
	position: relative;
}
.comBtn a > span,
.comBtn .inner > span {
	display: inline-block;
	position: relative;
	z-index: 10;
}
.comBtn a::after,
.comBtn .inner::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
	z-index: 5;
}
.comBtn .inner::after{
	background-color: #7baa17;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		border-color: #7baa17;
		color: #7baa17;
	}
	li:hover .comBtn .inner {
		border-color: #7baa17;
		color: #fff !important;
	}
	.comBtn a:hover::after,
	li:hover .comBtn .inner::after {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}	
}
@media all and (max-width: 896px) {
	.comBtn a, .comBtn .inner {
		height: 4rem;
		font-size: 1.4rem;
	}
	.comBtn {
		margin-top: 3.5rem;
	}
}


/* centerTxt */
.centerTxt {
	text-align: center;
	line-height: 1.875;
	font-weight: 500;
	margin-bottom: 17.5rem;
}
@media all and (max-width: 896px) {
	.centerTxt {
		margin-bottom: 25px;
		letter-spacing: -0.05em;
		font-size: 16px;
		line-height: 1.6;
		line-height: 1.52;
	}
}

/* comImgBox */
.comImgBox {
	position: relative;
}
.comImgBox + .comImgBox {
	margin-top: 20rem;
}
.comImgBox .photo img {
	width: 100%;
}
.comImgBox .textBox {
	padding: 2.8rem 3.5rem;
	line-height: 1.75;
	background-color: #e6e6e6;
}
.comImgBox .textBox .title {
	line-height: 1.5;
	margin-bottom: 1.9rem;
	font-size: 3.2rem;
}
@media all and (min-width: 897px) {
	.comImgBox .textBox {
		width: 50rem;
		position: absolute;
		right: 0;
		bottom: -4.4rem;
		z-index: 10;
		min-height: 34.3rem;
	}
	.comImgBox .photo {
		width: 80rem;
	}
	.comImgBox .textBox.left {
		right: auto;
		left: 0;
	}
	.comImgBox .photo.right {
		margin-left: auto;
	}
}
@media all and (max-width: 896px) {
	.comImgBox .textBox {
		padding: 1.3rem 1.9rem 1.7rem;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.comImgBox .textBox .title {
		line-height: 1.5;
		font-size: 2rem;
		margin-bottom: 0.9rem;
	}
	.comImgBox + .comImgBox {
		margin-top: 3rem;
	}
	.comImgBox .photo {
		margin-bottom: 3.1rem;
	}
}


/* comBtn02 */
.comBtn02 {
	margin-top: 2.8rem;
}
.comBtn02 a {
	margin-left: auto;
	font-size: 1.4rem;
	font-weight: 500;
	width: 16rem;
	height: 3.8rem;
	color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	letter-spacing: 0.15em;
	border: 2px solid #0d0d0d;
	position: relative;
}
.comBtn02 a::after {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
  }
.comBtn02 .inner {
	padding: 0 3.1rem 0 2rem;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.comBtn02 .inner::after {
	margin-top: -0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		color: #0d0d0d;
		border-color: #0d0d0d;
	}
	.comBtn02 a:hover .inner::after {
		border-color: #0d0d0d #0d0d0d transparent transparent;
	}
	.comBtn02 a:hover::after {
		opacity: 1;
		transform: translateY(-50%) scale(1.1);
		transition-delay: 0s;
		transition: opacity .8s, transform .6s ease-in-out;
	}	
}
@media all and (max-width: 896px) {
	.comBtn02 {
		margin-top: 1.2rem;
	}
	.comBtn02 a {
		margin-left: 0;
		height: 4.1rem;
		width: auto;
	}
	.comBtn02 .inner {
		padding: 0 2rem 0 0;
	}
}

/* mailForm */
.mailForm input[type="text"],
.mailForm input[type="email"],
.mailForm input[type="tel"],
.mailForm input[type="password"],
.mailForm textarea,
.mailForm select {
	width: 100%;
	height: 10rem;
	font-size: 1.6rem;
	border-radius: 0;
	padding: 0 1.3rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #B4B4B4;
	background: #fff;
	letter-spacing: 0.05em;
	appearance: none;
	-webkit-appearance: none;
}

.mailForm textarea {
	height: 30rem;
	padding: 1.3rem;
}
@media all and (max-width: 896px) {
	.mailForm input[type="text"],
	.mailForm input[type="email"],
	.mailForm input[type="tel"],
	.mailForm input[type="password"],
	.mailForm textarea,
	.mailForm select {
		height: 4rem;
		font-size: 1.2rem;
	}
	.mailForm textarea {
		height: 12rem;
	}
}


.fadeInUp {
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.fadeInUp.on {
	transform: translate(0,0);
	opacity: 1;
}
@media all and (min-width: 897px) {
	.delay01 {
		transition-delay: 100ms;
	}
	.delay02 {
		transition-delay: 300ms;
	}
	.delay03 {
		transition-delay: 500ms;
	}
}