@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-top: 0 !important;
}
.mainVisual {
	height: 64.2rem;
	margin-bottom: 11.9rem;
	padding-top: 20.5rem;
	background: url(../img/index/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.mainVisual .imgBox {
	max-width: 96.8rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.mainVisual .pho {
	position: absolute;
	top: -5.8rem;
	left: 4.4rem;
	width: 27.6rem;
}
.mainVisual .textBox {
	width: 48rem;
	margin-left: auto;
	margin-right: 62px;
}
.mainVisual .textBox .textImg{
	padding-top: 40px;
	width: 94%;
}
.mainVisual .comLinkList {
	margin: 3.5rem 0.4rem 0;
}
#main .usage {
	margin-bottom: 8rem;
}
#main .usage .listUl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	justify-content: center;
}
#main .usage .listUl > li {
	width: 100%;
	padding: 0 1.5rem 4.2rem;
	position: relative;
	border-radius: 2.1rem;
	background: #fff;
	border: 0.6rem solid #5f5f5f;
}
#main .usage .listUl .green::before {
	position: absolute;
	right: -11.6rem;
	top: 50%;
	background: url(../img/index/usage_img03.png) no-repeat;
	background-size: 11.8rem auto;
	width: 11.8rem;
	height: 10.5rem;
	content: "";
	transform: translateY(-64%);
	z-index: -1;
}
#main .usage .listUl h3 {
	width: 30rem;
	position: absolute;
	left: 50%;
	top: -3.4rem;
	padding: 1rem 0 1.3rem;
	text-align: center;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
	border-radius: 18px;
	background-color: #6df0dc;
	border: 0.5rem solid #5f5f5f;
	transform: translateX(-50%);
}
#main .usage .listUl .yellow h3 {
	background-color: #FFFB25;
}
#main .usage .ttl {
	height: 19rem;
	padding: 3rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
	box-sizing: border-box;
}
#main .usage .yellow .ttl {
	gap: 1.5rem;
}
#main .usage .green .ttl {
	padding: 1.8rem 0 0;
}
#main .usage .ttl .sml {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.75;
}
#main .usage .ttl img {
	width: 9.5rem;
}
#main .usage .yellow .ttl img {
	width: 6.1rem;
}
#main .usage .textList {
	min-width: 35rem;
	width: fit-content;
	margin: 0 auto;
}
#main .usage .textList li {
	text-indent: -1em;
	padding-left: 1em;
	color: #222;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.94;
}
#main .usage .textList li span {
	font-size: 1.3rem;
}
#main .how {
	margin-bottom: 9.5rem;
}
#main .how .headLine01 {
	margin-bottom: 1.5rem;
}
#main .featurs {
	margin-bottom: 9.5rem;
}
#main .featurs .headLine01 {
	margin-bottom: 3.7rem;
}
#main .featurs ul {
	margin-bottom: 3.6rem;
}
#main .featurs li {
	margin-bottom: 3.1rem;
	padding: 3.6rem 5.5rem 4rem;
	display: flex;
	justify-content: space-between;
	border-radius: 2.1rem;
	background: #fff;
	border: 0.6rem solid #5f5f5f;
	gap: 3rem;
}
#main .featurs li:last-child {
	margin-bottom: 0 !important;
}
#main .featurs .pho {
	width: 35rem;
	overflow: hidden;
	border-radius: 2rem;
}
#main .featurs .textBox {
	width: 50.2rem;
	margin-top: 1.7rem;
}
#main .featurs h3 {
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.52;
	letter-spacing: 0.05em;
}
#main .featurs h3 .sml {
	font-size: 1.8rem;
}
#main .featurs p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#main .featurs .img {
	width: 28.9rem;
	margin: -0.4rem 0 -1.3rem 2.4rem;
}
#main .featurs .special {
	align-items: center;
}
#main .featurs .special .img {
	width: 39.9rem;
	margin: 0.2rem 0 1.1rem 0.6rem;
}
#main .featurs .special .textBox {
	width: 36.6rem;
	margin: 0 3.8rem 3.5rem 0;
}
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1200;
	background: #fff;
	text-align:center;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#splash_logo img {
	width: 200px;
	filter: invert(100%);
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media all and (min-width:1000px) {
	#gNavi a {
		color: #fff;
	}
}
@media all and (min-width: 897px) {
	#main .how .headLine01 .en {
		margin-bottom: -1.2rem;
	}
	#main .featurs .headLine01 .en {
		margin-bottom: -0.7rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		height: auto;
		position: relative;
		margin-bottom: -0.8rem;
		padding-top: 7.3rem;
		background: none;
	}
	.mainVisual::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 25.6rem;
		background: url(../img/index/main_visual_bg_sp.jpg) no-repeat center center;
		background-size: cover;
		content: "";
	}
	.mainVisual .imgBox {
		width: auto;
	}
	.mainVisual .pho {
		position: static;
		width: 13rem;
		margin: 0 auto 1.9rem;
	}
	.mainVisual .textBox {
		width: auto;
		margin-right: 0;
	}
	.mainVisual .textImg {
		width: 31.8rem;
		margin: 0 auto;
	}
	.mainVisual .comLinkList {
		margin: 2.5rem auto 0;
	}
	.mainVisual .textBox .textImg{
		padding-top: 10px;
		margin-bottom: 10px;
		width: 65%;
		text-align: center;
	}
	#main .usage {
		margin-bottom: 5.7rem;
	}
	#main .usage .listUl {
		grid-template-columns: 1fr;
		gap: 0;
	}
	#main .usage .listUl > li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 1.5rem 3.5rem;
		border-width: 0.5rem;
	}
	#main .usage .listUl .green {
		margin-bottom: 8.4rem;
		padding-bottom: 3.8rem;
	}
	#main .usage .listUl .green::before {
		right: 50%;
		top: auto;
		bottom: -7.8rem;
		background: url(../img/index/usage_img03_sp.png) no-repeat;
		background-size: 11.9rem auto;
		width: 11.9rem;
		height: 13.9rem;
		transform: translate(50%,0);
	}
	#main .usage .listUl h3 {
		width: 23.5rem;
		top: -2.6rem;
		padding: 0.5rem 0 1.1rem;
		font-size: 1.8rem;
		border-width: 0.4rem;
	}
	#main .usage .ttl {
		width: 27rem;
		margin: 0 auto;
		height: 13.2rem;
		padding: 3rem 0 0;
		font-size: 1.8rem;
	}
	#main .usage .ttl img {
		width: 7rem;
	}
	#main .usage .yellow .ttl img {
		width: 4.4rem;
	}
	#main .usage .textList {
		margin-right: -1rem;
		min-width: inherit;
		width: auto;
	}
	#main .usage .textList li {
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#main .usage .textList li span {
		font-size: 1.6rem;
	}
	#main .how {
		margin-bottom: 6.3rem;
	}
	#main .how .headLine01 {
		margin-bottom: 1.6rem;
	}
	#main .featurs {
		margin-bottom: 9.5rem;
	}
	#main .featurs .headLine01 {
		margin-bottom: 1rem;
	}
	#main .featurs li {
		margin-bottom: 2.8rem;
		padding: 2.7rem 2.6rem 3.7rem;
		display: block;
		border-width: 0.5rem;
	}
	#main .featurs .pho {
		margin: 0 0.4rem 1.5rem 0.5rem;
		width: auto;
		border-radius: 2.5rem;
	}
	#main .featurs img {
		width: 100%;
	}
	#main .featurs .textBox {
		width: auto !important;
		margin: 0 !important;
	}
	#main .featurs h3 {
		margin-bottom: 1rem;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	#main .featurs .img {
		width: auto !important;
		margin: 0.9rem 1.7rem 2.2rem 2.6rem;
	}
	#main .featurs .special .img {
		margin: 1.2rem 0 2.9rem -0.4rem;
	}
}