@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}
#lp_wrap {
	width: 100%;
	min-width: 1000px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
		background: #fff;
	font-weight: 500;
}
#lp_wrap img,#lp_wrap video {
	width: 100%;
	border: none;
}
#lp_wrap a {
	text-decoration: underline;
	color: #000;
}
#lp_wrap ul,#lp_wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lp_wrap h1,#lp_wrap h2,#lp_wrap h3 {
	padding: 0;
	margin: 0;
}
#lp_wrap .spv {
	display: none;
}
#lp_wrap .pcv {
	display: block;
}
@media only screen and (max-width: 768px)  {
	#lp_wrap {
		width: 100%;
		min-width: 100%;
		font-size: 11px;
		line-height: 1.8;
	}
	#lp_wrap .spv {
		display: block;
	}
	#lp_wrap .pcv {
		display: none;
	}
}

#main_visual {
	position: relative;
}
#main_visual .visual {
	position: relative;
	line-height: 0;
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual .visual h1 {
	position: absolute;
	bottom: 20%;
	left: 5%;
	width: 42%;
	opacity: 0;
	transition: 1.2s all 1.5s ease;
}
#main_visual .visual .icon {
	position: absolute;
	top: -5%;
	left: -2%;
	width: 25%;
	opacity: 0;
	transition: 1.2s all 1s ease;
}
#main_visual .visual .logo {
	position: absolute;
	bottom: 40%;
	left: 5%;
	width: 12%;
	opacity: 0;
	transition: 1.2s all 1.5s ease;
}
#main_visual.ac .visual {
	opacity: 1;
}
#main_visual.ac .visual h1 {
	opacity: 1;
}
#main_visual.ac .visual .icon {
	opacity: 1;
}
#main_visual.ac .visual .logo {
	opacity: 1;
}
@media only screen and (max-width: 768px)  {
	#main_visual .visual h1 {
		position: absolute;
		bottom: 5%;
		left: 7%;
		width: 86%;
	}
	#main_visual .visual .icon {
		position: absolute;
		top: -1%;
		left: -2%;
		width: 50%;
	}
	#main_visual .visual .logo {
		position: absolute;
		bottom: auto;
		top: 5%;
		left: auto;
		right: 5%;
		width: 25%;
	}
}
#main_visual .read {
	margin: 5%;
	text-align: center;
	font-size: 18px;
	line-height: 3;
}
#main_visual .point {
	max-width: 1100px;
	width: 95%;
	margin: 5% auto;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	padding: 5%;
	border-radius: 20px;
	box-sizing: border-box;
	background: #fef3f2;
}
#main_visual .point .no {
	text-align: center;
	font-size: 16px;
	font-weight:600;
	max-width: 100px;
	margin: 0 auto
}
#main_visual .point h2 {
	text-align: center;
	font-size: 18px;
	font-weight:500;
	color: #f19c9f;
}
#main_visual .point p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.5;
}
@media only screen and (max-width: 768px)  {
	#main_visual .read {
		margin: 15% auto;
		font-size: 14px;
	}
	#main_visual .point {
		margin: 5% auto;
		position: relative;
		display: block;
		grid-template-columns: auto;
		box-sizing: border-box;
		padding: 3% 1%;
	}
	#main_visual .point li {
		margin: 15% auto;
	}
	#main_visual .point .no {
		text-align: center;
		font-size: 18px;
		font-weight:600;
	}
	#main_visual .point h2 {
		text-align: center;
		font-size: 18px;
		font-weight:600;
		margin: 20px auto;
	}
	#main_visual .point p {
		text-align: center;
		font-size: 14px;
	}
}



#main_contents {
	position: relative;
	margin: 10% auto 5%;
}
#main_contents .main ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 150px;
	max-width: 800px;
	margin: 0 auto;
}
#main_contents .main ul li {
	margin-bottom: 150px;
}
#main_contents .main ul li .btn a {
	background: #000;
	color: #FFF;
	border-radius: 100px;
	text-align: center;
	padding: 5px;
	display: block;
}
@media only screen and (max-width: 768px)  {
	#main_contents .main ul {
		display: block;
		margin: 0 auto;
	}	
	#main_contents .main ul li {
		margin: 15% auto;
		padding: 0 10% 15%;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
		width: 100%;
	}
	#main_contents .main ul li:nth-last-of-type(1) {
		margin: 15% auto 0;
	}
}



#main_contents .style {
	border-top: 1px solid #000;
	background: #eee;
	padding-top: 5%;
	padding-bottom: 50px;
}
#main_contents .style .title {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#main_contents .style h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 2.2;
	margin-bottom: 2%;
}
#main_contents .style p {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 2.2;
}

@media only screen and (max-width: 768px)  {

	#main_contents .style {
		border-top: none;
		background: #eee;
		padding-top: 20%;
	}
	#main_contents .style h2 {
		width: 100%;
		font-size: 18px;
		margin-bottom: 5%;
	}
	#main_contents .style p {
		font-size: 14px;
		letter-spacing: 2px;
		font-weight: 400;
	}
}


#main_contents .style .graph {
	max-width: 420px;
	width: 86%;
	margin: 5% auto 0;
	position: relative;
	line-height: 0;
	background: #FFF;
	padding: 3% 10%;
	border-radius: 20px;
}
#main_contents .style .graph .copy {
	font-size: 24px;
	line-height: 2.2;
	letter-spacing: 2px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 50px;
}
#main_contents .style .graph .inner {
	position: relative;
}
#main_contents .style .graph .color a {
	display: block;
	position: absolute;
	width: 18%;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 1.5s all 0s ease;
}
#main_contents .style .graph .color a:nth-of-type(1) {
	top: 30%;
	left: 70%;
	transition-delay: 0.2s;
}
#main_contents .style .graph .color a:nth-of-type(2) {
	top: 20%;
	left: 10%;
	transition-delay: 0.4s;
}
#main_contents .style .graph .color a:nth-of-type(3) {
	top: 10%;
	left: 80%;
	transition-delay: 0.6s;
}
#main_contents .style .graph .color a:nth-of-type(4) {
	top: 72%;
	left: 41%;
	transition-delay: 0.8s;
}
#main_contents .style .graph .color a:nth-of-type(5) {
	top: 63%;
	left: 80%;
	transition-delay: 1s;
}
#main_contents .style .graph .color a:nth-of-type(6) {
	top: 20%;
	left: 41%;
	transition-delay: 1.2s;
}
#main_contents .style .graph .color a:nth-of-type(7) {
	top: 75%;
	left: 5%;
}
#main_contents .style .graph .color a:nth-of-type(8) {
	top: 54%;
	left: 41%;
}
#main_contents .style .graph.ac .color a {
	opacity: 1;
	transform: scale(1)
}
#main_contents .style ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 50px;
	max-width: 1200px;
	margin: 5% auto;
}

#main_contents .style li {
	position: relative;
	line-height: 0;
	margin-bottom: 50px;
}
#main_contents .style li .img a {
	border: 1px solid #FFF;
	box-sizing: border-box;
	line-height: 0;
}
#main_contents .style li a {
	line-height: 2;
	text-decoration: underline;
	text-align: center;
	font-size: 10px;
	display: block;
	margin: 5px auto;
}
@media only screen and (max-width: 768px)  {
	#main_contents .style .graph {
		margin: 20% auto 0;
		padding: 5%;
	}
	#main_contents .style ul {
		display: block;
		width: 80%;
		margin: 15% auto;
	}

	#main_contents .style li {
		position: relative;
		line-height: 0;
		margin-bottom: 15%;
	}	
	#main_contents .style li a {
		line-height: 2;
		text-decoration: underline;
		text-align: center;
		font-size: 10px;
		display: block;
		margin: 5px auto;
	}
	#main_contents .style .graph .copy {
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 400;
		text-align: center;
		margin: 5% auto 15%;
	}
}
#main_foot {
	margin: 0% auto 5%;
}
#main_foot .logo2 {
	max-width: 200px;
	width: 50%;
	margin: 0 auto 100px;
}
#main_foot .logo {
	max-width: 300px;
	width: 70%;
	margin: 0 auto 50px;
}
#main_foot .copyright {
	text-align: center;
	font-size: 10px;
}
@media only screen and (max-width: 768px)  {
	#main_foot {
		margin: 10% auto 15%;
	}	
}

.anim {
	opacity: 0;
	transform: translate(0,30px);
	transition: 1.2s all 0s ease;
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
















