@charset "UTF-8";

#kv {
	width: 100%;
	height: 1350px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/top/kv_pc.jpg) top center / cover no-repeat;
	overflow: hidden;
}
	#kv .kv_txt {
		margin: 0 auto;
		padding: 180px 0 0;
	}
		#kv .kv_txt .logo_txt {
			margin: 0 auto;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			#kv .kv_txt .logo_txt h1 {
				margin: 0;
				padding: 0;
			}
			#kv .kv_txt .logo_txt div {
				margin: 0 0 0 60px;
				padding: 0;
				text-align: left;
			}
				#kv .kv_txt .logo_txt div p {
					margin: 30px 5px 0;
					padding: 0;
					font-size: 20px;
					line-height: 160%;
					font-weight: 500;
				}
				#kv .kv_txt .logo_txt h1 img,
				#kv .kv_txt .logo_txt div img {
					transition: 0.2s linear;
				}
@media screen and (max-width:960px) {
			#kv .kv_txt .logo_txt h1 {
				width: 280px;
			}
			#kv .kv_txt .logo_txt div {
				width: 380px;
			}
				#kv .kv_txt .logo_txt h1 img,
				#kv .kv_txt .logo_txt div img {
					width: 100%;
					height: auto;
				}
}
		#kv .kv_txt h2 {
			margin: 195px auto 0;
			padding: 0;
		}
		#kv .kv_txt .en_txt {
			margin: 35px auto 0;
			padding: 0;
		}
		#kv .kv_txt .btm_txt {
			margin: 30px auto 0;
			padding: 0;
			line-height: 200%;
		}


/* 共通 */
h2.cont_ttl {
	margin: 0 auto 90px;
	font-size: 48px;
	line-height: 140%;
	font-weight: 700;
	letter-spacing: 0.15em;
}
	h2.cont_ttl span {
		display: block;
		font-size: 26px;
		line-height: 140%;
		font-weight: 900;
		letter-spacing: 0;
	}

/* 事業案内 */
#business {
	margin: 0 auto;
	padding: 135px 20px 0;
}
div.business2 {
	margin: 0 auto;
	padding: 135px 20px 130px;
	background: #f7f7f7;
}

/* 左右コンテンツ */
div.lr_cont {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
	div.lr_cont.reverse {
		flex-direction: row-reverse;
	}
		div.lr_cont .txt_box {
			width: 50%;
			margin: 0 0 250px;
			padding: 0 15px;
			text-align: left;
		}
			div.lr_cont .txt_box h3 {
				margin: 0;
				padding: 0 0 0 30px;
				font-size: 48px;
				line-height: 120%;
				font-weight: 700;
				letter-spacing: 0.15em;
				position: relative;
				overflow: hidden;
			}
				div.lr_cont .txt_box h3 span {
					display: block;
					margin: 10px 0 0 10px;
					font-size: 28px;
					line-height: 120%;
					font-weight: 700;
					letter-spacing: 0;
				}
				div.lr_cont .txt_box h3:before {
					position: absolute;
					display: block;
					content: '';
					width: 8px;
					height: 100%;
					margin: 0;
					padding: 0;
					background: linear-gradient(to bottom, #00522e 0%, #00522e 66%, #23ac38 66%, #23ac38 100%);
					border-radius: 4px;
					top: 0;
					left: 0;
					z-index: 1;
				}
				div.lr_cont .txt_box h3:after {
					position: absolute;
					display: block;
					content: '';
					width: 100%;
					height: 100%;
					margin: 0;
					padding: 0;
					background: #fff;
					top: 0;
					left: 0;
					z-index: 2;
				}
					div.lr_cont.order .txt_box h3:after {
						background: #f7f7f7;
					}
					div.lr_cont .txt_box h3.scrollin:after {
						-webkit-animation: ttl_anime 0.1s ease 0.5s 1 forwards;
						animation: ttl_anime 0.1s ease 0.5s 1 forwards;
					}
			div.lr_cont .txt_box div {
				opacity: 0;
				margin: 40px 0 0;
				padding: 0;
				font-size: 16px;
				line-height: 180%;
				font-weight: 500;
			}
				div.lr_cont .txt_box div.scrollin {
					-webkit-animation: bottomIn 1.0s ease 0.3s 1 forwards;
					animation: bottomIn 1.0s ease 0.3s 1 forwards;
				}
			div.lr_cont .txt_box p {
				opacity: 0;
				margin: 40px 0 0;
				padding: 0;
				font-size: 12px;
				line-height: 160%;
				font-weight: 500;
			}
				div.lr_cont .txt_box p.scrollin {
					-webkit-animation: bottomIn 1.0s ease 1.5s 1 forwards;
					animation: bottomIn 1.0s ease 1.5s 1 forwards;
				}
			div.lr_cont .txt_box a {
				color: #111;
			}
				div.lr_cont .txt_box a:after {
					display: inline-block;
					content: '';
					width: 1.0em;
					height: 1.0em;
					margin-left: 0.5em;
					background: url("../images/icon/link.png") center / contain no-repeat;
					vertical-align: -0.1em;
				}
		div.lr_cont .txt_img {
			width: 50%;
			margin: 0;
			padding: 0;
			position: relative;
		}
			div.lr_cont .txt_img img {
				opacity: 0;
				position: absolute;
				display: block;
				content: '';
				width: 764px;
				height: auto;
				margin: 0;
				border-radius: 20px;
				padding: 0;
				top: 0;
			}
				div.lr_cont.reverse .txt_img.scrollin img {
				  -webkit-animation: slideInRight 1s ease 0.1s 1 forwards;
				  animation: slideInRight 1s ease 0.1s 1 forwards;
				}
				div.lr_cont.order .txt_img.scrollin img {
				  -webkit-animation: slideInLeft 1s ease 0.1s 1 forwards;
				  animation: slideInLeft 1s ease 0.1s 1 forwards;
				}
				div.lr_cont.reverse .txt_img img {
					right: 75px;
				}
				div.lr_cont.order .txt_img img {
					left: 75px;
				}

/* 会社概要 */
#company {
	margin: 0 auto;
	padding: 165px 20px 190px;
	background: #f9fae9;
}
	#company .company_cont {
		max-width: 1300px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: center;
	}
		#company .company_cont dl {
			width: 50%;
			margin: 0;
			padding: 0 30px 0 0;
			text-align: left;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
		}
			#company .company_cont dl dt {
				width: 9.5em;
				margin: 18px 0 0;
				padding: 0;
				font-weight: 700;
			}
			#company .company_cont dl dd {
				width: calc(100% - 9.5em);
				margin: 18px 0 0;
				padding: 0;
			}
		#company .company_cont .gmap {
			width: calc(50% - 30px);
			margin: 0 0 0 30px;
			padding: 0;
			position: relative;
		}
			#company .company_cont .gmap iframe {
				position: absolute;
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
				border-radius: 20px;
				top: 0;
				left: 0;
			}



/* お問い合わせ */
#contact {
	margin: 0 auto;
	padding: 115px 0 160px;
}
	#contact .link {
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: center;
	}
		#contact .link a {
			opacity: 0;
			width: 46%;
			max-width: 485px;
			margin: 0 1%;
			padding: 45px 15px 20px;
			text-decoration: none;
			color: #222a31;
			font-weight: 500;
			border: 6px solid #222a31;
			border-radius: 15px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			transition: 0.2s linear;
		}
			#contact .link a:nth-of-type(1).scrollin {
			  -webkit-animation: slideInRight 0.5s ease 0.1s 1 forwards;
			  animation: slideInRight 0.5s ease 0.1s 1 forwards;
			}
			#contact .link a:nth-of-type(2).scrollin {
			  -webkit-animation: slideInLeft 0.5s ease 0.1s 1 forwards;
			  animation: slideInLeft 0.5s ease 0.1s 1 forwards;
			}
			#contact .link a:hover {
				background: #effff1;
			}
			#contact .link a:first-of-type {
				pointer-events: none;
			}
				#contact .link a:first-of-type:hover {
					background: #fff;
				}
			#contact .link a img {
				display: block;
				vertical-align: bottom;
			}
				#contact .link a:nth-of-type(2):hover img {
					-webkit-animation: tilt1 .4s;
					animation: tilt1 .4s;
				}
					@-webkit-keyframes tilt1 {
						30% {
							-webkit-transform: rotate(-5deg);
						}
						70% {
							-webkit-transform: rotate(5deg);
						}
					}
					@keyframes tilt1 {
						30% {
							transform: rotate(-5deg);
						}
						70% {
							transform: rotate(5deg);
						}
					}
			#contact .link a p {
				width: 100%;
				margin: 10px auto 0;
				font-size: 36px;
				line-height: 160%;
				white-space: nowrap;
				transition: 0.2s linear;
			}
			#contact .link a small {
				display: block;
				margin: 0 auto;
				font-size: 20px;
				line-height: 160%;
				white-space: nowrap;
				transition: 0.2s linear;
			}
@media screen and (max-width:960px) {
			#contact .link a p {
				font-size: 28px;
			}
			#contact .link a small {
				font-size: 16px;
			}
}
