@charset "utf-8";

.organizImg img {
	width: 100%;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_organization.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#organization {
		padding: 50px 0;
	}

	h3 {
		font-size: 2.0rem!important;
	}

	.organizImg {
		margin: 40px 0 80px;
		padding: 80px;
		background: #fff;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_organization.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#organization {
		padding: 50px 0;
	}

	.organizImg {
		margin: 40px 0 80px;
		padding: 40px;
		background: #fff;
		text-align: center;
	}

	#organization img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_organization.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	h3 {
		font-size: 1.6rem!important;
	}

	.organizImg {
		margin: 40px 0 80px;
		background: #fff;
		text-align: center;
	}

	#organization img {
		width: 100%;
	}
}
