@charset "UTF-8";
/* CSS Document */

h3 {
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 100px;
}
.section-open {
	max-width: 1300px;
	margin: 150px auto;
}
.section-open {
	padding-left: 30px;
}
.section-open_paragraph2 {
	padding-right: 30px;
}
.section-open h6 {
	margin-bottom: 120px;
}
.section-open_sub-title {
	font-size: 3.0rem;
	padding-top: 30px;
	margin-bottom: 40px;
}
.section-open_paragraph1 p,
.section-open_paragraph2 p {
	margin-bottom: 40px;
}
.section-open_paragraph1 {
	position: relative;
	width: 50%;
	max-width: 700px;
}

.section-open_paragraph1_wrapper {
	position: relative;
}
.section-open_top-img {
	position: absolute;
	height: auto;
	right: 0;
	top: -2.5%;
	z-index: -1;
}
.section-open_paragraph2 {
	background-color: #FFFCF7;
}
.section-open_paragraph2_img {
	margin: auto 80px auto 0;
}



@media not all and (min-width: 1024px){
	h3 {
		margin-top: 20px;
	}
	.section-open {
		margin: 80px auto;
	}

	.section-open h6 {
		margin-bottom: 40px;
	}
	.section-open_sub-title {
		font-size: 2.0rem;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
	}
	.section-open_paragraph1 p,
	.section-open_paragraph2 p {
		margin-bottom: 30px;
	}
	.section-open_paragraph1_wrapper {
		position: relative;
	}
	.section-open_paragraph1 {
		position: relative;
		max-width: none;
		width: 100%;
		padding-right: 30px;
		margin-right: 0;
	}

	.section-open_top-img {
		position: absolute;
		width: 100%;
		top: 25%;
		right: auto;
		left: 0;
		opacity: 0.3;
	}
	.section-open_top-img img {
		width: 100%;
	}
	.section-open_paragraph2 {
		flex-flow: column-reverse;
		justify-content: center;
	}
	.section-open_paragraph2_img {
		margin: 0;
		text-align: center;
	}
}

@media not all and (min-width: 480px) {

	.section-open {
		padding-left: 24px;
	}
	.section-open_paragraph1,
	.section-open_paragraph2 {
		padding-right: 24px;
	}

}


