@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 2;
	font-size: 11px;
	letter-spacing: 0.4px;

	font-family: "Hanken Grotesk", sans-serif;
}
img {
	width: 100%;
	border: none;
}
a {
	text-decoration: none;
	color: #000
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,p {
	line-height: inherit;
	padding: 0;
	margin: 0;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}
	.pcv {
		display: none;
	}
}

#br {
	width: 90%;
	position: relative;
	z-index: 1;
	margin-left: 10%;
}
#bg {
	background: url("../img/bg.jpg") repeat left top;
	background-size: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
@media only screen and (max-width: 768px)  {
	#br {
		width: 94%;
		position: relative;
		z-index: 1;
		margin-left: 6%;
	}
	#bg {
		background: url("../img/bg.jpg") repeat left top;
		background-size: 150%;
	}	
	
}


#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
	top: 0%;
	left: 0;
}
#main_visual .inner {
	width: 30%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#main_visual .inner h1 {
	width: 85%;
	margin: 0 auto 12%;
}
#main_visual .inner ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr

}

#main_visual .inner ul li {
	position: relative;
	margin: 15px 0;
	text-align: center;
	/*display: grid;
	grid-template-columns: 60px 1fr;*/
}
#main_visual .inner ul li .no {
	position: relative;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 30px;
	margin: 0 auto 15px;
}
#main_visual .inner ul li .no span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
#main_visual .inner ul li p {
	font-size:10px;
	font-weight: 600;
	line-height: 1.4
}
#main_visual .visual_box {
	width: 70%;
	height: 100%;
	margin-left: 30%;
	position: relative;
}
#main_visual .visual {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 10%;
	box-sizing: border-box;
}
#main_visual .visual li {
	line-height: 0;
	background: #FFF;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
#main_visual .visual li:nth-of-type(1) {
	transform: rotate(-5deg)
}
#main_visual .visual li:nth-of-type(2) {
	transform: rotate(10deg)
}
#main_visual .visual li:nth-of-type(3) {
	transform: rotate(5deg)
}
#main_visual .visual li:nth-of-type(4) {
	transform: rotate(10deg)
}
#main_visual .visual li:nth-of-type(5) {
	transform: rotate(5deg)
}
#main_visual .visual li:nth-of-type(6) {
	transform: rotate(-10deg)
}
#main_visual .visual li .img {
	box-sizing: border-box;
	padding: 3% 3% 15%
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		width: 100%;
		height: auto;
		margin-bottom: 25%;
	}
	#main_visual .inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
	}
	#main_visual .inner h1 {
		width: 75%;
		padding: 15% 0 0;
		margin: 0 auto
	}
	#main_visual .inner ul {
		width: 80%;
		margin: 0 auto

	}
	#main_visual .visual_box {
		width: 100%;
		height: auto;
		margin-left: 0%;
		position: relative;
		margin: 10% auto;
	}
	#main_visual .visual {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		width:100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 8%;
		box-sizing: border-box;
	}
	
}




#main_contents {
	width: 100%;
	margin-left: 0%;
	position: relative;
	margin: 10% auto;
}


.section {
	width: 90%;
	margin: 0% auto;
	position: relative;
	box-sizing: border-box;
	padding: 5%
}
.section .data {
	width: 75%;
	max-width: 650px
	
}
.section .data .no {
	position: relative;
	width: 70px;
	height: 70px;
	border: 3px solid #000;
	border-radius: 100px;
	margin: 0 0 15px;
}
.section .data .no span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	font-size:36px;
	font-weight: 700;
}
.section .data h2 {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 5%;
	font-weight: 800;
}
.section .data p {
	font-size: 11px;
	width: 70%;
}
.section .list {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 15%;
	padding: 2% 0;
	background: url("../img/bg-01.jpg") ;
	background-size: 150%;
}
.section .list.left {
	left: 45%;
}
.section .list a {
	font-size: 10px;
	display: block;
	text-align: center;
	margin: 10px 0;
}
.section .box {
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	grid-template-rows: auto;
	column-gap: 5%;
}
.section:nth-of-type(even) .box {
	grid-template-columns: 1fr 0.8fr;
}
.section .img img {
	display: block;
	position: relative;
	box-sizing: border-box;
	border: 5px solid #FFF;
	line-height: 0;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.section .img:nth-of-type(1) img {
	margin-top: 15%;
}


@media only screen and (max-width: 768px)  {
	.section {
		width: 95%;
		margin: 5% 0 5% 5%;
		position: relative;
	}
	.section .data {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin: 10% auto 10%;

	}
	.section .data p {
		font-size: 10px;
		width: 100%;
	}
	.section .box {
		display: block;
		grid-template-columns:auto;
		grid-template-rows: auto;
		column-gap: normal;
	}
	.section:nth-of-type(even) .box {
		grid-template-columns: auto;
	}
	.section .box .img {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}
	.section .box .img:nth-of-type(2) {
		width: 75%;
		margin-left: 25%;
	}
	.section:nth-of-type(even) .box .img:nth-of-type(2) {
		width: 75%;
		margin-left: 0%;
	}
	.section .img:nth-of-type(1) img {
		margin-top: 0%;
	}
	.section .list {
		position: absolute;
		bottom: 0%;
		left: 0;
		width: 40%;
		padding: 5% 0;
		background: url("../img/bg-01.jpg") ;
		background-size: 150%;
	}
	.section .list.left {
		left: 60%;
	}
	.section .list a {
		font-size: 10px;
		display: block;
		text-align: center;
		margin: 10px 0;
	}
}

#foot {

	position: relative;
	z-index: 100
}
#foot .logo {
	width: 200px;
	margin: 0 auto;
	padding: 10% 0 15%;
	line-height: 0;
}
@media only screen and (max-width: 768px)  {
	#foot .logo {
		width: 90%;
		margin: 0 0 0 10%;
		padding: 20% 0 0;
		line-height: 0;
	}	
}





#main_visual .inner ul li {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.4s all 0.1s ease;
}
#main_visual .inner ul li:nth-of-type(2) {
	transition-delay: 0.2s;
}
#main_visual .inner ul li:nth-of-type(3) {
	transition-delay: 0.3s;
}
#main_visual .inner ul li:nth-of-type(4) {
	transition-delay: 0.4s;
}
#main_visual .inner ul li:nth-of-type(5) {
	transition-delay: 0.5s;
}
#main_visual .inner ul li:nth-of-type(6) {
	transition-delay: 0.6s;
}
#main_visual .inner ul.ac li{
	opacity: 1;
	transform: translate(0);
}
#main_visual .visual li {
	opacity: 0;
	transition: 1.4s all 0.1s ease;
}
#main_visual .visual li:nth-of-type(2) {
	transition-delay: 0.4s;
}
#main_visual .visual li:nth-of-type(3) {
	transition-delay: 0.7s;
}
#main_visual .visual li:nth-of-type(4) {
	transition-delay: 1s;
}
#main_visual .visual li:nth-of-type(5) {
	transition-delay: 1.3s;
}
#main_visual .visual li:nth-of-type(6) {
	transition-delay: 1.6s;
}
#main_visual.ac .visual li {
	opacity: 1;
}
#main_visual .inner h1 {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.4s all 0s ease;
}
#main_visual.ac .inner h1 {
	opacity: 1;
	transform: translate(0);
}
.anim {
	opacity: 0;
	transition: 2s all 0s ease;
}
.anim.ac {
	opacity: 1;
}

.section .img {
	overflow: hidden;
	position: relative;
}
.section .img::before {
	content: "";
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	transition: 1s all 0s ease
}
.section .img.ac::before {
	top: -100%
}






