@charset "utf-8";
/*=============================================================
 rd index
=============================================================*/
/* contents */
#contents{margin-top: 0;}

/* contentsInner */
.contentsInner{max-width: 1700px;}

/*=============================================================
 pageTtlMain
=============================================================*/
#pageTtlMain{
	height: 340px;
	padding: 45px 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 46px;
}
.no-webp #pageTtlMain{background: #c3d3c5 url("/eng/rd/img/index_pageTtl.jpg") no-repeat center top;}
.webp #pageTtlMain{background: #c3d3c5 url("/eng/rd/img/index_pageTtl.webp") no-repeat center top;}

#pageTtlMain .pageTtl{
	text-align: center;
	max-width: 37%;
	width: 100%;
	height: 250px;
	font-size: calc(3rem + (60 - 30) * ((100vw - 768px) / (1700 - 768)));
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
}
	@media screen and (min-width: 1700px) {
	 #pageTtlMain .pageTtl {font-size: 6.0rem;}
	}

#pageTtlMain .pageTtl::after{
	content: '';
	background: url("/eng/rd/img/index_pageTtl_square_m.svg") center center no-repeat;
	background-size: 79px 79px;
	width: 79px;
	height: 79px;
	position: absolute;
	bottom: -79px;
	right: -79px;
	z-index: 2;
}
#pageTtlMain .pageTtl::before{
	content: '';
	background: url("/eng/rd/img/index_pageTtl_square_s.svg") center center no-repeat;
	background-size: 35.52px 35.52px;
	width: 35.52px;
	height: 35.52px;
	position: absolute;
	top: -35.52px;
	left: -35.52px;
}
.ttl {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 700;
    padding-top: 0!important;
    margin-bottom: 0!important;
}
/*=============================================================
 basicInfo
=============================================================*/
.basicInfo .link-flow{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	margin-top: 10px;
}
.basicInfo .link-flow>*{
	margin-top: 10px;
	width: calc((100% - 9%) / 4);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){

}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 pageTtlMain
=============================================================*/
#pageTtlMain{
	height: 255px;
	padding: 65px 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 26px;
}
.no-webp #pageTtlMain{background: url("/eng/rd/img/index_pageTtl.jpg") no-repeat center top;background-size: auto 255px;}
.webp #pageTtlMain{background: url("/eng/rd/img/index_pageTtl.webp") no-repeat center top;background-size: auto 255px;}	
#pageTtlMain .pageTtl{
	max-width: 65%;
	height: 120px;
	font-size: 2.8rem;
	padding: 16px;
	letter-spacing: .1em;
}
#pageTtlMain .pageTtl::after{
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	bottom: -40px;
	right: -40px;
}
#pageTtlMain .pageTtl::before{
	content: '';
	background: url("/eng/rd/img/index_pageTtl_square_s.svg") center center no-repeat;
	background-size: 17.76px 17.76px;
	width: 17.76px;
	height: 17.76px;
	position: absolute;
	top: -17.76px;
	left: -17.76px;
}
/*=============================================================
 basicInfo
=============================================================*/
.basicInfo .link-flow{display: block;}
.basicInfo .link-flow>*{
	margin-top: 5px;
	width: 100%;
}
}