@charset "utf-8";
/*=============================================================
 technology
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(60px);
	transition:all 0.4s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}

.pc{
	display: block;
}
.sp{
	display: none;
}
/* #footer
-------------------------------------------------------------*/
#footer {
 margin-top: 0px;
}

/* technologyArea
-------------------------------------------------------------*/
#technologyArea{
	background: #eff5f7 url("/rd/technology/img/index_bg_top.jpg") no-repeat left top;
	background-size: contain;
}
#technologyAreaInner{
	background: #eff5f7 url("/rd/technology/img/index_bg_btm.jpg") no-repeat right bottom;
	background-size: contain;
}
.no-webp #technologyArea{
	background: #eff5f7 url("/rd/technology/img/index_bg_top.jpg") no-repeat left top;
	background-size: contain;
}
.webp #technologyArea{
	background: #eff5f7 url("/rd/technology/img/index_bg_top.webp") no-repeat left top;
	background-size: contain;
}
.no-webp #technologyAreaInner{
	background: url("/rd/technology/img/index_bg_btm.jpg") no-repeat right bottom;
	background-size: contain;
}
.webp #technologyAreaInner{
	background: url("/rd/technology/img/index_bg_btm.webp") no-repeat right bottom;
	background-size: contain;
}
/* ttl
-------------------------------------------------------------*/
.ttlPage{
	padding: 0 0 0 166px;
	position: relative;
}
.ttlPage:before{
	content: "";
	width: 166px;
	height: 166px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.no-webp .ttlPage:before{
	background: url("/rd/technology/img/index_icn.png") no-repeat right bottom;
	background-size: 100% 100%;
}
.webp .ttlPage:before{
	background: url("/rd/technology/img/index_icn.webp") no-repeat right bottom;
	background-size: 100% 100%;
}
.ttlPage h1{
	font-size: 5.0rem;
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	padding: 50px 0 120px;
	position: relative;
}
.pageLink ul{
	width: 100%;
	display: flex;
	justify-content: space-between;flex-wrap: wrap;
}
.pageLink ul:after{
	content: '';
	width: calc(94% / 3);
	height: 0;
	overflow: hidden;
}
.pageLink ul>li{
	width: calc(94% / 3);
	margin: 4% 0 0 0;
}
.pageLink ul>li>a{
	width: 100%;
	display: flex;
	flex-direction: column;
 background: linear-gradient(#0072bf, #0072bf) 0 100%/0 2px no-repeat;
	color: #333;
 transition: background .6s;
}
.pageLink ul>li a:hover{
	background-size: 100% 2px;
}
.pageLink ul>li a .boxThum{
	overflow: hidden;
	border-radius: 10px
}
.pageLink ul>li a .boxThum .thum{
	transition: all .3s ease;
}
.pageLink ul>li a:hover .boxThum .thum{
	transform: scale(1.2);
}
.pageLink ul>li a .boxTtl{
	display: flex;
	flex: 1;
	align-items: center;
	position: relative;
	min-height: 70px;
	padding: 5px 40px 5px 0;
	box-sizing: border-box;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}
.pageLink ul>li a .boxTtl:after{
	content: '';
	background: url("/shared/img/icon-arw-button.svg") center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5px;
	transition: all .1s;
}
.pageLink ul>li a:hover .boxTtl:after{
	right: 0px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
/* pageLink
-------------------------------------------------------------*/
.pageLink ul>li{
	width: calc(94% / 2);
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px){
/* ttl
-------------------------------------------------------------*/
.ttlPage{
	padding: 0;
	position: relative;
}
.ttlPage:before{
	display: none;
}
.no-webp .ttlPage:before{
	background: none;
}
.webp .ttlPage:before{
	background: none;
}
.ttlPage h1{
	padding: 0 0 0 104px;
	position: relative;
	font-size: 3.2rem;
}
.ttlPage h1 span{
		display: block;
}
.ttlPage h1:before{
	content: "";
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.no-webp .ttlPage h1:before{
	background: url("/rd/technology/img/index_icn.png") no-repeat right bottom;
	background-size: 100% 100%;
}
.webp .ttlPage h1:before{
	background: url("/rd/technology/img/index_icn.webp") no-repeat right bottom;
	background-size: 100% 100%;
}
.ttlPage p{
	padding: 20px 0 0 0;
}
/* pageLink
-------------------------------------------------------------*/
.pageLink{
	padding: 40px 0 100px;
}
.pageLink ul{
	display: block;
	padding: 0 0 24px;
}
.pageLink ul:after{
	width: calc(100%);
}
.pageLink ul>li{
	width: calc(100%);
	margin: 24px 0 0;
	padding: 24px 0 0;
}
.pageLink ul>li a{
	display: block;
	padding-bottom: 0;
}
.pageLink ul>li a .boxTtl{
	min-height: 0;
	margin: 10px 0 0;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	font-size: 1.7rem;
	line-height: 1.3;
}
.pageLink ul>li a .boxTtl:after{
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
}
}