@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.mainNav {
	margin-bottom: 60px;
}

.conWrap:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/* -------------------------------------------------- */
/* PC 1300px ~ 1025px*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1300px) {

}

/* -------------------------------------------------- */
/* PC 1025px以上  マウスイベント、改行*/
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	.circleArea:hover .circle:before {
		opacity: 0;
	}
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.mainNav {
		margin-bottom: 0;
	}

	#aboutMeasures {
		margin-top: -50px;
	}

}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.mainNav {
		margin-bottom: 0;
	}

	#aboutMeasures {
		margin-top: -50px;
	}

}
