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

	- mv
	+ content
		- sec01

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 30px 0 70px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sec01 > ul > li {
	position: relative;
	/* formula calc((100% / 3) - (80px / 3)) */
	width: calc(33.33% - 26.66px);
}
#sec01 > ul > li:nth-child(3n+2),
#sec01 > ul > li:nth-child(3n+3) {
	margin-left: 40px;
}
#sec01 > ul > li:nth-child(n+4) {
	margin-top: 40px;
}
#sec01 > ul > li > a > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 65px);
	padding: 15px 45px 15px 20px;
	background: rgba(51, 51, 51, 0.85);
	text-align: right;
}
#sec01 > ul > li > a > span::after {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	right: 15px;
	width: 13px;
	height: 13px;
	border-right: 3px solid #00a0e9;
	border-bottom: 3px solid #00a0e9;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
	#sec01 > ul > li > a > figure {
		background: #fff;
	}
	#sec01 > ul > li > a > figure::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}
	#sec01 > ul > li > a:hover > figure::before {
		background: rgba(255,255,255,0.5);
	}
	#sec01 > ul > li > a:hover > span {
		color: #00a0e9;
	}
}
@media screen and (max-width: 767px) {
	#sec01 > ul > li {
		width: calc(50% - 10px);
	}
	#sec01 > ul > li:nth-child(3n+2),
	#sec01 > ul > li:nth-child(3n+3) {
		margin-left: 0;
	}
	#sec01 > ul > li:nth-child(n+4) {
		margin-top: 0;
	}
	#sec01 > ul > li:nth-child(even) {
		margin-left: 20px;
	}
	#sec01 > ul > li:nth-child(n+3) {
		margin-top: 30px;
	}
	#sec01 > ul > li > a > span {
		width: calc(100% - 36px);
		padding: 8px 26px 8px 10px;
		text-align: right;
		line-height: 1.25;
	}
	#sec01 > ul > li > a > span::after {
		content: "";
		position: absolute;
		top: calc(50% - 11px);
		right: 10px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #00a0e9;
		border-bottom: 2px solid #00a0e9;
		transform: rotate(-45deg);
		transform-origin: right bottom;
	}
}