@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main .content {
	width: 1280px;
}
.mainVisual {
	margin-bottom: 78px;
	padding: 223px 0 0;
	min-height: 668px;
	background: url(../img/index/main_img.webp) no-repeat center bottom / cover;
	box-sizing: border-box;
}
.mainVisual .title {
	margin-bottom: 13px;
	font-size: 8.8rem;
	line-height: 1;
	font-weight: 700;
	color: transparent;
    background-image: linear-gradient(160deg,#1E2D9A,#2F7EC1);
    -webkit-background-clip: text;
}
.mainVisual .text {
	margin-left: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	line-height: 1.6;
	color: transparent;
    background-image: linear-gradient(180deg,#2E61B0,#329ACA);
    -webkit-background-clip: text;
}
#main .about {
	margin-bottom: 160px;
}
#main .about .comTitle {
	margin-bottom: 30px;
}
#main .about .comText {
	margin-bottom: 0;
}
#main .about .comBtn {
	margin-top: 48px;
}
#main .service {
	padding-bottom: 112px;
}
#main .service .comTitle {
	margin-bottom: 90px;
}
#main .service .inner .lBox,
#main .service .inner .rBox {
	padding-top: 200px;
	width: calc((100% - 50px) / 2);
	min-height: 450px;
	background: url(../img/index/service_bg01.webp) no-repeat center center / cover;
	box-sizing: border-box;
}
#main .service .inner .rBox {
	order: 1;
	background-image: url(../img/index/service_bg02.webp);
}
#main .service .inner h3 {
	margin-bottom: 45px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .service .inner h3 .en {
	margin-bottom: 12px;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
}
#main .service .inner .link {
	margin: 0 auto;
	width: 165px;
}
#main .service .inner .link a {
	padding: 14px 0 11px;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-align: center;
	border: 1px solid #FFF;
}
#main .service .inner .link a:hover {
	opacity: 0.7;
}
#main .customer {
	padding: 89px 0 165px;
}
#main .customer .headLine01 .jp {
	margin-top: 29px;
}
#main .customer .comTitle {
	margin-bottom: 54px;
}
@media all and (max-width: 896px) {
	#gHeader {
		background-color: transparent;
	}
	#gHeader .hBox {
		padding: 0;
	}
	#gHeader .hBox h1 {
		padding: 11px 11px 13px;
		width: 65px;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.8);
		box-sizing: border-box;
	}
	#gHeader h1 img {
		width: 43px;
	}
	#gHeader .menu {
		top: 17px;
	}
	#gHeader .menu span {
		background-color: #FFF;
	}
	#gHeader .menu.on span {
		background-color: #6a8bc7;
	}
	.mainVisual {
		margin-bottom: 43px;
		padding: 70px 0 0;
		min-height: 250px;
		background-image: url(../img/index/main_img_sp.webp);
	}
	.mainVisual .title {
		margin-bottom: 10px;
		font-size: 2.6rem;
		line-height: 1.15;
	}
	.mainVisual .text {
		margin-left: 0;
		font-size: 1.2rem;
		letter-spacing: 0.2em;
		line-height: 1.33;
	}
	#main .about {
		margin-bottom: 93px;
	}
	#main .about .headLine01 .jp {
		margin-left: 0;
	}
	#main .about .comTitle {
		margin-bottom: 23px;
	}
	#main .about .comText {
		margin-bottom: 24px;
	}
	#main .about .comBtn {
		margin-top: 30px;
	}
	#main .service {
		padding-bottom: 0;
	}
	#main .service .comTitle {
		margin-bottom: 28px;
	}
	#main .service .inner {
		display: block;
	}
	#main .service .inner .lBox,
	#main .service .inner .rBox {
		padding: 1px 0 59.8%;
		width: 100%;
		height: 0;
		min-height: inherit;
		background: url(../img/index/service_bg01_sp.webp) no-repeat center center / cover;
	}
	#main .service .inner .rBox {
		margin-bottom: 35px;
		background-image: url(../img/index/service_bg02_sp.webp);
	}
	#main .service .inner h3 {
		margin: 22.1% 0 18px;
		font-size: 1.5rem;
	}
	#main .service .inner h3 .en {
		margin-bottom: 4px;
		font-size: 2.4rem;
	}
	#main .service .inner .link {
		width: 115px;
	}
	#main .service .inner .link a {
		padding: 3px 5px 4px 10px;
	}
	#main .customer {
		padding: 68px 0 61px;
	}
	#main .customer .headLine01 .jp {
		margin: 7px 0 0 3px;
	}
	#main .customer .comTitle {
		margin-bottom: 33px;
	}
	#main .customer .comBtn a {
		padding-bottom: 14px;
	}
}
@media all and (max-width: 374px) {
	.mainVisual .title {
		font-size: 7vw;
	}
	.mainVisual .text {
		font-size: 3vw;
	}
}