h3{
	font-size: 1.3em;
	font-weight: 400;
}
a{
	font-size: 1em;
}
.main1{
	width: 100%;
	height: 40em;
	margin-top: 120px;
	padding: 6em 3em;
	background-color: #F9F8F4;
	box-sizing: border-box;
	overflow: hidden;
}
.main-area{
	width: 100%;
	height: 100%;
	max-width: 80em;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.main-area h1{
	color: #6E6E6E;
}
.main-block{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.main-inblock{
	display: flex;
}
.main-half{
	width: 100%;
	box-sizing: border-box;
}
.main1-img{
	position:absolute;
	bottom: 0;
	margin: 1em;
}
.json-area{
	display: flex;
	justify-content: flex-end;
}
.json-img{
	width: 100%;
	height: 100%;
	z-index: 2;
	max-width: 28em;
	box-sizing: border-box;
	padding: 1em;
}
.main2{
	width: 100%;
	padding: 0 3em 6em;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #FFFFFF;
	overflow: hidden;
}
.main2-but-area{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.button{
	width: 8.5em;
}
.main2-img{
	position: absolute;
	right: 0;
}
.main3{
	width: 100%;
	background-color: #F9F8F4;
	padding: 6em 0;
	overflow: hidden;
}
.main3 h3{
	font-size: 1.2em;
	font-weight: 400;
}
.main3-block{
	width: 80%;
	max-width: 800px;
}
.main3-title{
	width: 100%;
	height: 3em;
	text-align: center;
	border-bottom: solid 1px;
}
.main3-area{
	width: 100%;
	height: 20em;
	padding: 0 5%;
	box-sizing: border-box;
	justify-content: space-between;
	border-bottom: solid 1px;
}
.main3-img{
	width: 15em;
	height: 15em;
}
.main3-txtarea{
	width: 30em;
	max-width: 100%;
}
.main3-txt{
	width: 25em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.main3-txt-title{
	display: inline-block;
	border-bottom: solid .5px;
}
.main3-txt-cont{
	margin-top: 1.5em;
}
@media(max-width: 1500px){
	.main1{
		margin-top: 90px;
	}
	.main-area{
		max-width: 60em;
	}
	.button{
		width: 7.5em;
		font-size: .8em;
	}
}
@media (max-width: 800px) {
	.main-area{
		width: 80%;
		min-width: 500px;
	}
	.main-block{
		flex-direction:column;
	}
	.main1-txt{
		position: relative;
		bottom: inherit;
	}
	.main1{
		padding: 4em 0;
	}
	.main1,.main2{
		height: inherit;
		padding: 3em 0;
	}
	.main2-img,.main1-img{
		position: relative;
	}
	.main2-but-area{
		width: 100%;
		margin: 1em 0;
	}
	.button{
		width: 9.5em;
	}
	.main3-title{
		width: 10em;
	}
	.main3-block{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 80%;
		height: auto;
		margin: 3em 0;
	}
	.main3-area{
		flex-direction: column;
		border: none;
	}
	.main3,.main3-area{
		padding: 0;
		height: auto;
	}
	.main3-area{
		margin-top: 2em;
	}
	.main3-txtarea{
		width: inherit;
	}
	.main3-txt{
		width: 100%;
		align-items: center;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}
@media (max-width: 600px) {
	.main-area{
		width:90%;
		min-width: inherit;
	}
	.main2{
		padding: 0 0 3em;
	}
	.main2-but-area{
		flex-direction: column;
		align-items: center;
	}
	.main2-but{
		margin: 1em 0;
	}
	.button{
		font-size: 1em;
	}
	.main3-block{
		width: 90%;
	}
}
@media (max-width: 400px) {
	.main1{
		box-sizing: inherit;
	}
	.main2{
		box-sizing: inherit;
		padding: 0;
	}
	.main3-txt{
		width: 100%;
	}
}