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

	- mv
	+ content
		- pageAnchor
		- sec01
		- six-core
		- r-and-d
		- project

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

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

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content > #pageAnchor {
	margin-bottom: 96px;
}
#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: 66px;
	}
	#pageAnchor > ul {
		display: inherit;
		flex-wrap: wrap;
	}
	#pageAnchor > ul > li {
		margin-right: 0;
	}
	#pageAnchor > ul > li:nth-child(n+2) {
		margin-top: 7px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	margin: 60px 0 33px;
	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: 40px 0 23px;
		padding: 2px 0 2px 15px;
		line-height: 1.25;
	}
}

/*----------------------------------------
	six-core
-----------------------------------------*/
#six-core > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 7px;
}
#six-core > ul > li {
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 85px);
	padding: 40px 40px 36px;
	border-radius: 3px;
	background: #e5f2ff;
}
#six-core > ul > li figure {
	max-width: 60px;
}
#six-core > ul > li:nth-child(even) {
	margin-left: 10px;
}
#six-core > ul > li:nth-child(n+3) {
	margin-top: 10px;
}
#six-core > ul > li > dl {
	max-width: calc(100% - 80px);
	margin-left: 20px;
}
#six-core > ul > li > dl > dt {
	margin: -6px 0 0 -2px;
}
#six-core > ul > li > dl > dd {
	margin-top: 10px;
}
[lang="en"] body.technology #r-and-d > figure > dl > dd:first-of-type {
	margin-left: 27.3%;
}
[lang="en"] body.technology #r-and-d > figure > dl > dd {
	width: 13.1%;
}
@media screen and (max-width: 767px) {
	#six-core > ul {
		display: inherit;
	}
	#six-core > ul > li {
		width: auto;
		padding: 30px 15px 24px;
	}
	#six-core > ul > li:nth-child(even) {
		margin-left: 0;
	}
	#six-core > ul > li:nth-child(n+2) {
		margin-top: 10px;
	}
	#six-core > ul > li > figure {
		width: 60px;
	}
	#six-core > ul > li > dl {
		width: calc(100% - 80px);
	}
	#six-core > ul > li > dl > dd {
		margin-top: 5px;
		line-height: 1.75;
	}
}

/*----------------------------------------
	r-and-d
-----------------------------------------*/
#r-and-d > dl {
	margin-top: 35px;
	padding: 36px 40px 34px;
	background: #eee;
}
#r-and-d > dl > dt:nth-of-type(n+2) {
	margin-top: 2px;
}
#r-and-d > dl > dd {
	margin-top: 2px;
}
#r-and-d > figure {
	width: 89.28%;
	margin: 60px auto 0;
}
#r-and-d > figure > dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#r-and-d > figure > dl > dd {
	width: 14%;
	margin: 4px 0 0 2%;
}
#r-and-d > figure > dl > dd:first-of-type {
	margin-left: 23.1%;
}
#r-and-d > figure > dl > dd > a {
	display: block;
	position: relative;
}
#r-and-d > figure > dl > dd > a::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;
}
#r-and-d > figure > dl > dd > a:hover::before {
	background: rgba(255,255,255,0.5);
}
@media screen and (max-width: 767px) {
	#r-and-d > dl {
		margin-top: 26px;
		padding: 26px 15px 24px;
	}
	#r-and-d > figure {
		width: 100%;
		margin-top: 40px;
	}
	#r-and-d > figure > dl > dd {
		width: 14.28%;
	}
	#r-and-d > figure > dl > dd > a::before {
		display: none;
	}
	#r-and-d > figure > dl > dd {
		margin-top: 1px;
		margin-left: 1.78%;
	}
	#r-and-d > figure > dl > dd:first-of-type {
		margin-left: 22.91%;
	}
	
	/* en rd technology */
	[lang="en"] body.technology #r-and-d > figure > dl > dd:first-of-type {
		margin-left: 27.41%;
	}
	[lang="en"] body.technology #r-and-d > figure > dl > dd {
		width: 13.25%;
	}
}

/*----------------------------------------
	project
-----------------------------------------*/
#project {
	counter-reset: h3;
}
#project > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}
#project > div:first-of-type {
	margin-top: 35px;
}
#project > div:nth-of-type(even) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#project > div > figure {
	width: 48.03%;
}
#project > div > div {
	width: calc(51.97% - 60px);
}
#project > div > div > h3 {
	position: relative;
	padding-left: 80px;
}
#project > div > div > h3::before {
	content: counter(h3);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #114fa6;
	color: #fff;
	font-size: 4rem;
	font-family: "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	counter-increment: h3;
}
#project > div > div > h3 > span {
	display: block;
}
#project > div > div > h3 > span:nth-child(2) {
	margin-top: 3px;
}
#project > div > div > p {
	margin-top: 11px;
}
@media screen and (max-width: 767px) {
	#project > div {
		display: inherit;
		margin-top: 34px;
	}
	#project > div:first-of-type {
		margin-top: 24px;
	}
	#project > div > figure {
		width: 100%;
	}
	#project > div > div {
		width: 100%;
	}
	#project > div > div > h3 {
		margin-top: 9px;
		padding-left: 60px;
	}
	#project > div > div > h3::before {
		top: 6px;
		width: 50px;
		height: 50px;
		font-size: 3rem;
	}
	#project > div > div > h3 > span:first-child {
		line-height: 1.75;
	}
	#project > div > div > h3 > span:nth-child(2) {
		margin-top: 0;
	}
	#project > div > div > p {
		margin-top: 3px;
	}
}