@charset "utf-8";
.cont01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.cont01 .cont01_01{
	width: 100%;
	height: auto;
	background-color: #fff;
}
.cont01 .cont01_01 .cont01_01_01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .cont01_01_01{
		width: 90%;
		max-width: 335px;
		height: auto;
		padding: 20px 0 0;
	}
}
.cont01 .cont01_01 .cont01_01_01 h2{
	font-size: 100px;
	line-height: 104px;
	letter-spacing: 0.002em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .cont01_01_01 h2{
		font-size: 57px;
		line-height: 61px;
		margin-bottom: 0;
	}
}
.cont01 .cont01_01 .cont01_01_01 .text01{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .cont01_01_01 .text01{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}
}

.cont01 .cont01_01_02{
	width: 100%;
	height: auto;
	display: block;
}
.cont01 .cont01_01_02 .cont01_01_02_01{
	width: 1180px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01_02 .cont01_01_02_01{
		width: 90%;
		max-width: 335px;
		margin: 0 auto 15px;
	}
}
.cont01 .cont01_01_02 img{
	width: 65px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01_02 img{
		width: 45px;
	}
}

.cont01 .cont01_02{
	width: 950px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_02{
		width: 90%;
		max-width: 335px;
	}
}
.cont01 .cont01_02 .text{
	width: 100%;
	height: auto;
}
.cont01 .cont01_02 .text p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}
.cont01 .cont01_02 .text p:first-of-type{
	margin-top: 0;
}
.cont01 .cont01_02 .text p span{
	font-size: 14px;
	line-height: 24px;
}



