@charset "utf-8";
/* CSS Document */

/*////////////////// セクション1 ////////////////////*/
.sec1 h1 {
	font-size: 1.3rem;
	line-height: 1.6em;
	text-align: center;
}

.sec1 .img01 {
	width: 70%;
	margin: 0 auto;
}

.sec1 .img02 {
	position: absolute;
	left: -22%;
	bottom: -40px;
	width: 65%;
}

@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.35rem;
		text-align: center;
	}

	.sec1 .img01 {
		width: 60%;
	}

	.sec1 .img02 {
		left: -15%;
		width: 55%;
	}
}

@media (min-width: 768px) {
	.sec1 .container {
		width: 94% !important;
		max-width: 860px;
	}
	
	.sec1 h1 {
		font-size: 1.55rem !important;
		text-align: start;
	}

	.sec1 .img01 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.65rem !important;
	}
}

@media (min-width: 1200px) {
	.sec1 h1 {
		font-size: 1.75rem !important;
	}
}


/*////////////////// セクション2 ////////////////////*/
.sec2 {
	background-color: #f5f5f5;
}

.sec2 h2 {
	font-size: 1.4rem;
	font-weight: 600;
}

@media (min-width: 576px) {
	.sec2 h2 {
		font-size: 1.3rem;
	}
}

@media (min-width: 992px) {
	.sec2 h2 {
		font-size: 1.4rem;
	}
}	
