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

	- mv
	+ content
		- pageAnchor
		- sec01
		- policy
		- role
		- challenger

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

/*----------------------------------------
	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: 55px 0 100px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 35px 0 70px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content > #pageAnchor {
	margin-bottom: 97px;
}
#pageAnchor > ul {
	display: flex;
	flex-wrap: wrap;
}
#pageAnchor > ul > li {
	margin-right: 32px;
}
#pageAnchor > ul > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor > ul > li > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: -1px;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}
#pageAnchor > ul > li > a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content > #pageAnchor {
		margin-bottom: 67px;
	}
	#pageAnchor > ul {
		display: inherit;
		flex-wrap: wrap;
	}
	#pageAnchor > ul > li {
		margin-right: 0;
	}
	#pageAnchor > ul > li:nth-child(n+2) {
		margin-top: 7px;
	}
	[lang="en"] #pageAnchor > ul > li > a::after {
		position: relative;
		display: inline-block;
		margin: 0 0 -3px 10px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	margin: 56px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.sec01 > .title {
		margin: 41px 0 23px;
		padding: 2px 0 2px 15px;
		line-height: 1.25;
	}
}

/*----------------------------------------
	policy
-----------------------------------------*/
#policy > figure {
	margin-top: 54px;
	padding-bottom: 3px;
}
#policy > figure > ul > li:first-child {
	width: 89.64%;
	margin: 0 auto;
}
#policy > figure > ul > li:nth-child(2) {
	width: 56.25%;
	margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
	#policy > figure {
		margin-top: 36px;
		padding-bottom: 0;
	}
	#policy > figure > ul > li:first-child {
		width: 100%;
	}
	#policy > figure > ul > li:nth-child(2) {
		width: 100%;
		margin-top: 40px;
	}
}

/*----------------------------------------
	role
-----------------------------------------*/
#role > p:nth-of-type(2) {
	margin-top: 30px;
}
#role > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 34px;
}
#role > div > figure {
	width: 37.5%;
}
#role > div > div {
	width: calc(62.5% - 60px);
	margin-top: -6px;
}
#role > div > div > dl > dt {
	margin-top: 32px;
	color: #000;
}
#role > div > div > dl > dd {
	margin-top: 4px;
}
@media screen and (max-width: 767px) {
	#role > div {
		display: inherit;
		margin-top: 26px;
	}
	#role > div > figure {
		width: 100%;
	}
	#role > div > div {
		width: 100%;
		margin-top: 26px;
	}
	#role > div > div > dl > dt {
		margin-top: 20px;
	}
	#role > div > div > dl > dd {
		margin-top: 2px;
		line-height: 1.75;
	}
}

/*----------------------------------------
	challenger
-----------------------------------------*/
#challenger > div {
	margin-top: 60px;
	padding: 32px 40px 33px;
	background: #e5f2ff;
}
#challenger > div > h2 {
	margin-bottom: 33px;
	padding-bottom: 32px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#challenger > div > figure {
	width: 90.38%;
	margin: 0 auto;
	padding: 35px 0;
}
#challenger > div > figure > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
#challenger > div > figure > ul > li {
	width: calc(50% - 5px);
}
#challenger > div > figure > ul > li:nth-child(n+3) {
	margin-top: 10px;
}
#challenger > div > p:nth-of-type(3) {
	margin-top: 28px;
}
@media screen and (max-width: 767px) {
	#challenger > div {
		margin-top: 34px;
		padding: 26px 15px 25px;
	}
	#challenger > div > h2 {
		margin-bottom: 22px;
		padding-bottom: 27px;
		line-height: 1.25;
	}
	#challenger > div > figure {
		width: 100%;
		padding: 26px 0 24px;
	}
}