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


.sec1 {
	background-image: url(../images/top/img02.jpg);
	background-size: 90%;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}
.sec1 .about {
	width: 64%;
	display: block;
	margin: 0 auto;
}
.sec1 h1 {
	position: absolute;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	left: 0%;
	top: 5%;
}
.sec1 p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	padding: 0.6rem 0 10rem;
	margin-bottom: 0;
}
.sec2 .box {
	width: 100%;
	background-color: #f0f4f5;
	padding-bottom: 2rem;
}
.sec2 .box .textbox {
	width: 86%;
	margin: 0 auto;
}
.sec2 .box .textbox h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.sec2 .box .textbox h3 {
	color: #afbfc6;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	display: block;
	text-align: center;
	margin-bottom: 0.6rem;
}
.sec2 .box .textbox a {
	border: 1px solid #02968b;
	padding: 0.6rem;
	text-align: center;
	color: #02968b;
	width: 70%;
	display: block;
	margin: 0 auto;
}
.sec2 .box .textbox a:hover {
	border: 1px solid #8EDCFF;
	background-color: #8EDCFF;
	color: #fff !important;
	text-decoration: none;
	transition-duration: 0.3s;
}
.sec2 .box .textbox a span {
	font-size: 0.75rem;
}

.sec2 .box .imgbox {
	width: 100%;
}
.sec2 .box img {
	width: 100%;
}
.sec3 h1 {
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
}
.sec3 h1 img {
	width: 1.2rem;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -0.2rem;
}

/*///////// フェイスブック /////////*/
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}
/*///////// end /////////*/




@media (min-width: 768px) {
	.sec1 {
		background-size: 60%;
	}
	.sec1 .about {
		width: 36%;
	}
	.sec1 p {
		padding: 0.6rem 0 11.5rem;
	}	
	.sec2 .d-md-flex {
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.sec2 .d-md-flex img {
		align-self: flex-start;
	}
	.sec2 .box {
		padding-bottom: 0;
	}
	.sec2 .box .textbox {
		width: 36%;
		padding-left: 2.5%;
	}
	.sec2 .box .textbox h2 {
		font-size: 1.5rem;
		text-align: left;
	}
	.sec2 .box .textbox h3 {
		text-align: left;
	}
	.sec2 .box .textbox p {
		font-size: 0.9rem;
		line-height: 1.5rem
	}
	.sec2 .box .textbox a {
		width: 70%;
		margin: 0 auto 0 0;
	}
	.sec2 .box .imgbox {
		width: 64%;
	}
	.sec2 .box img {
		width: 100%;
	}
	.sec2 .box .textbox2 {
		padding-left: 2%;
		padding-right: 2.5%;
	}	
	.fb-container {
		margin: 0 auto;
	}
}



@media (min-width: 992px) {
	.sec1 {
		background-size: 40%;
		background-position: left bottom;
		padding-bottom: 1.5rem
	}
	.sec1 .about {
		width: 260px;
	}
	.sec1 h1 {
		font-size: 1.8rem;
		top: 6.5%;
	}	
	.sec1 p {
		padding: 1.4rem 0;
		font-size: 1.1rem;
		line-height: 2.2rem;
	}
	.sec2 .box .textbox {
		padding-left: 6%;
	}
	.sec2 .box .textbox h2 {
		font-size: 1.8rem;
		margin-bottom: 0.6rem;
	}
	.sec2 .box .textbox h3 {
		margin-bottom: 1.4rem
	}
	.sec2 .box .textbox p {
		font-size: 1rem;
		line-height: 1.6rem
	}
	.sec2 .box .textbox a {
		padding: 1rem;
	}
	.sec2 .box .textbox2 {
		padding-left: 2%;
		padding-right: 4%;
	}
}



@media (min-width: 1200px) {
	.sec1 {
		padding-bottom: 2.4rem;
	}
	.sec1 .about {
		width: 300px;
	}
	.sec1 h1 {
		font-size: 1.8rem;
		top: 9%;
	}
	.sec1 p {
		font-size: 1.15rem;
		line-height: 2.4rem;
	}
	.sec2 .box .textbox {
		padding-left: 7.5%;
	}
	.sec2 .box .textbox h2 {
		font-size: 2rem;
	}
	.sec2 .box .textbox p {
		font-size: 1rem;
		line-height: 1.6rem
	}
	.sec2 .box .textbox a {
		font-size: 1.15rem;
	}
	.sec2 .box .textbox a span {
		font-size: 0.85rem;
	}	
	.sec2 .box .textbox2 {
		padding-left: 3%;
		padding-right: 5%;
	}
}