@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.message {
	padding: 164px 0 202px;
}
.messageBox {
	display: flex;
	min-height: 573px;
}
.messageBox02 {
	flex-direction: row-reverse;
}
.messageBox .photoBox,
.messageBox .textBox {
	width: 50%;
}
.messageBox .photoBox {
	background: url(../img/index/photo01.png) no-repeat left top / auto 100%;
}
.messageBox .textBox .inner {
	margin: 43px 20px 0 auto;
	width: 480px;
}
.messageBox .textBox .txt {
	text-indent: 1em;
}
.messageBox .textBox .txt.special {
	margin-bottom: 29px;
}
.messageBox .name {
	text-align: right;
}
.messageBox .name strong {
	font-size: 2rem;
	font-weight: 400;
	vertical-align: -2px;
	letter-spacing: 0.01em;
}
.messageBox02 .photoBox {
	background-position: right top;
}
.messageBox02 .textBox .inner {
	margin: 92px auto 0 20px;
}
.service {
	padding: 164px 0 200px;
	background-color: #F2F2F2;
}
.service .headLine01 {
	margin-bottom: 56px;
}
.serviceBox {
	margin-bottom: 59px;
	display: flex;
}
.serviceBox .lBox,
.serviceBox .rBox {
	width: 460px;
}
.serviceBox .lBox {
	margin-right: 39px;
	padding-right: 41px;
	position: relative;
}
.serviceBox .lBox::after {
	content: "";
	width: 1px;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	background-color: #00935B;
	transition: all ease 1s;
}
.serviceBox.on .lBox::after {
	height: calc(100% - 15px);
	top: 50%;
}
.serviceBox .lBox .link {
	position: absolute;
    right: 41px;
    bottom: 8px;
}
.serviceBox .lBox .link a {
	padding-bottom: 4px;
	border-bottom: 2px solid #00935B;
}
.serviceBox .rBox h3 {
	color: #00935B;
}
.serviceBox ul span {
	color: #999;
}
.service .textList {
	display: flex;
}
.service .textList li {
	margin-right: 40px;
	width: 220px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 700;
	font-size: 2.5rem;
	color: #fff;
	background-color: #00935B;
	border: 4px solid #00935B;
	box-sizing: border-box;
}
.service .textList li:first-child {
	color: #00935B;
	background-color: #fff;
}
.service .textList li:last-child {
	background-color: #F15A24;
	border-color: #F15A24;
}
.service .textList li:last-child {
	margin-right: 0;
}
.service .textList li::after {
	content: "";
	width: 13px;
	height: 26px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat center / 13px auto;
}
.service .textList li:last-child::after {
	display: none;
}
.product {
	padding: 164px 0 200px;
	counter-reset: num;
}
.product .headLine01 {
	margin-bottom: 54px;
}
.product h3 {
	margin-bottom: 20px;
	font-size: 2rem;
}
.productList {
	margin: 0 -104px 29px 0;
	display: flex;
	flex-wrap: wrap;
}
.productList li {
	line-height: 1.04;
}
.productList > li {
	margin: 0 63px 30px 40px;
	padding-left: 19px;
	width: 286px;
	position: relative;
	counter-increment: num;
	box-sizing: border-box;
}
.productList > li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	content: "";
	display: block;
	border-left: 1px solid #00935B;
	transition: all ease 1s;
}
.productList.on > li:after {
	height: 100%;
}
.productList > li:last-child {
	margin-right: 0;
}
.productList > li::before {
	content: counter(num);
	color: #00935B;
	font-weight: 700;
	font-size: 3.9rem;
	letter-spacing: 0.025em;
	position: absolute;
	left: -41px;
	top: 0;
	font-family: 'Poppins', sans-serif;
}
.productList h4 {
	margin-bottom: 10px;
	color: #00935B;
}
.productList h4 span {
	margin-bottom: 13px;
	display: block;
	font-size: 3rem;
	letter-spacing: 0.025em;
	font-family: 'Poppins', sans-serif;
}
.productList .subList li {
	margin-bottom: 11px;
}
.productList .subList li:last-child {
	margin-bottom: 0;
}
.product .img01 {
	margin-bottom: 90px;
}
.productList02 {
	margin-bottom: -30px;
}
.productList02 > li {
	margin-right: 65px;
}
@media all and (min-width: 897px) {
	.about .content {
		width: 736px;
	}
}
.about {
	padding: 176px 0 193px;
	color: #fff;
	background-color: #00935B;
}
.about .headLine01 {
	margin-bottom: 75px;
	color: #fff;
	font-size: 5rem;
}
.about h3 {
	padding: 8px 0 22px;
	font-size: 2rem;
	border-top: 1px solid #fff;
}
.about .inner {
	margin-bottom: 92px;
	display: flex;
}
.aboutList {
	margin-right: 40px;
	width: 476px;
	display: flex;
	flex-wrap: wrap;
}
.aboutList dt,
.aboutList dd {
	letter-spacing: 0.01em;
}
.aboutList dt {
	margin-right: 30px;
	width: 130px;
}
.aboutList dd {
	width: calc(100% - 160px);
}
.aboutList dd a {
	color: #fff;
}
.about .inner .photoBox {
	margin-top: 8px;
	flex: 1;
}
.contact {
	padding: 82px 0;
	font-size: 3.5rem;
	text-align: center;
	border-bottom: 1px solid #CBCBCB;
	font-family: 'Poppins', sans-serif;
}
.contact span {
	margin-right: 208px;
	position: relative;
	display: inline-block;
	color: #00935B;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.contact span::after {
	content: "";
	width: 133px;
	height: 1px;
	position: absolute;
	right: -170px;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	background-color: #00935B;
	transition: all ease 1s;
}
.contact .on span::after {
	transform: translateY(-50%) scaleX(1);
}
.contact a {
	letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
	.message {
		padding: 141px 28px 115px;
	}
	.messageBox {
		height: auto;
		display: block;
	}
	.messageBox .photoBox, .messageBox .textBox {
		width: 100%;
	}
	.messageBox .textBox {
		margin-bottom: 25px;
	}
	.messageBox .textBox .inner {
		margin: 0;
		width: auto;
	}
	.messageBox .textBox .txt.special {
		margin-bottom: 24px;
	}
	.messageBox .photoBox {
		margin: 0 -27px 25px;
		width: 100vw;
		height: 345px;
		background-size: 465px auto;
		background-position: center top;
	}
	.messageBox .name {
		margin-bottom: -1px;
		font-size: 1.4rem;
	}
	.messageBox .name strong {
		font-size: 1.8rem;
	}
	.service {
		padding: 140px 28px 101px;
	}
	.service .headLine01 {
		margin-bottom: 47px;
	}
	.serviceBox {
		margin-bottom: 54px;
		display: block;
		font-size: 1.4rem;
	}
	.serviceBox .lBox, .serviceBox .rBox {
		width: auto;
	}
	.serviceBox .lBox {
		margin: 0 0 24px;
		padding: 0 0 106px;
		width: auto;
		border-bottom: 2px solid #00935B;
	}
	.serviceBox .lBox::after {
		display: none;
	}
	.serviceBox .lBox .link {
		right: 0;
		bottom: 62px;
	}
	.service .textList {
		display: block;
	}
	.service .textList li {
		margin: 0 0 40px;
		padding: 0 10px;
		width: auto;
		height: 50px;
		font-size: 1.9rem;
		border-width: 2px;
	}
	.service .textList li::after {
		right: 48%;
		top: auto;
		bottom: -41px;
		transform: rotate(90deg) translateX(-50%);
	}
	.product {
		padding: 140px 28px 91px;
	}
	.product .headLine01 {
		margin-bottom: 44px;
	}
	.product h3 {
		font-size: 1.9rem;
	}
	.product .inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.productList {
		margin: 0 -5px 19px 0;
		flex-direction: column;
	}
	.productList > li {
		width: auto;
		margin: 0 20px 29px 36px;
	}
	.productList > li::before {
		left: -38px;
	}
	.product .img01 {
		margin-bottom: 29px;
	}
	.productList h4 span {
		margin-bottom: 20px;
		font-size: 2.8rem;
	}
	.product .img02 {
		margin-bottom: 30px;
	}
	.about {
		padding: 140px 28px 112px;
	}
	.about h3 {
		padding-top: 10px;
	}
	.about .headLine01 {
		margin-bottom: 64px;
		font-size: 2.5rem;
	}
	.aboutList {
		margin: 0 0 25px;
		width: auto;
	}
	.aboutList dt {
		margin-right: 12px;
		width: 100px;
	}
	.aboutList dd {
		width: calc(100% - 112px);
	}
	.about .inner {
		margin-bottom: 58px;
		display: block;
	}
	.about .inner .photoBox {
		margin-top: 0;
	}
	.about .inner .photoBox img {
		width: 100%;
	}
	.contact {
		padding: 60px 28px;
		font-size: 2.5rem;
		text-align: left;
	}
	.contact span {
		margin-right: 0;
		margin: 0 0 -5px;
		padding-right: 0;
		display: block;
	}
	.contact span::after  {
		width: calc(100% - 120px);
		right: -1px;
	}
}

.mainVisual {
	padding: 0 143px;
	width: 100%;
	height: 100vh;
	display: flex;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	z-index: 1;
}
.mainVisual .textBox {
	color: #fff;
	font-size: 110px;
	line-height: 1.181;
	letter-spacing: 0.025em;
	font-family: 'Poppins', sans-serif;
}
.mainVisual .textBox strong {
	transform: translate(0, 0);
	font-weight: 700;
}
.mainVisual .textBox span {
	display: inline-block;
}
.mainVisual .textBox span.fadeInUp {
	transition-delay: 0.5s;
}
.mainVisual .scroll {
	padding-bottom: 90px;
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(100%);
	transition:all ease 1s;
}
.mainVisual .scroll,
#gHeader.fadeInDown {
	transition-delay: 1s;
}
.mainVisual .scroll.on {
	opacity: 1;
	transform: translateX(-50%) translateY(0%);
}
.mainVisual .scroll .line {
	width: 2px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	background-color: #999;
	z-index: 3;
	overflow: hidden;
}
.mainVisual .scroll .line::after {
	content: "";
	position: absolute;
	left: 0;
	/* top: -100%; */
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: scrollMove 2s infinite ease;
}
@keyframes scrollMove {
	0%  {top: -100%;}
	10%  {top: -100%;}
	40% {top: 0;}
	50% {top: 0;}
	90% {top: 100%;}
	100% {top: 100%;}
}
.mainVisual .scroll a {
	position: relative;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.mainVisual video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
	z-index: -1;
}
@media all and (max-width: 1120px) {
	.mainVisual {
		padding: 0 80px;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 0 30px;
		min-height: 450px;
	}
	.mainVisual .textBox {
		margin-top: -46px;
		font-size: 5.5rem;
	}
	.mainVisual .scroll .line {
		height: 85px;
	}
}