@charset "utf-8";

#contents { padding-bottom:0; }
/* 上書き */
.cp-Heading1 h1 {
	font-size:48px;
}
.cp-Heading1 h1 span {
	display:block;
	font-size:24px;
}
@media (max-width:640px) {
	.cp-Heading1 h1 {
		font-size:30px;
	}
	.cp-Heading1 h1 span {
		display:block;
		font-size:24px;
	}
}
/* component */
/* ============================== Page Anchor */
.page_anc { overflow: hidden; margin-top: 24px; }
.page_anc li { list-style: none; float: left; margin-top: 0; margin-bottom: 8px; border-left: 1px solid #dedede; text-align: left;}
.page_anc li:last-child { border-right: 1px solid #dedede; }
.page_anc li a {
	 display: block;
	 padding: 8px 16px 8px 32px;
	 font-size: 18px;
	 background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_down_01.png) 8px 50% no-repeat;
 }

@media (max-width:640px) {
	.clm {padding:0;}
	.page_anc {padding:0;}
}
/* nav */

.navWrap {
	width:100%;
	margin:40px auto 0;
}
.navWrap nav ul {
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	padding:0;
}
.navWrap nav ul li{
	list-style: none;
	padding: 0 24px;
	margin:0 0 12px;
}
.navWrap nav ul li a {
	position: relative;
	display: inline-block;
	color: #222;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 9px;
	text-decoration: none;
}
.navWrap nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #d31d3e;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navWrap nav ul li a.current::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.navWrap nav ul li a:hover {
	text-decoration: none;
	opacity: 1;
}
.navWrap nav ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #d31d3e;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navWrap nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
@media (max-width:640px) {
	.navWrap {
		display:none;
	}

}

/* 共通 */
#main {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	text-align:center;
	padding:0;
/*	min-width: 1140px;*/
	overflow:hidden;
}
#main * {
	box-sizing: border-box;
}
#main img {
	width:100%;
	height:auto;
}
#main p.txt {
	line-height: 2;
	margin:0;
}
#main a:link,
#main a:visited {
	color: #222;
}
#main a.btn {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 17px 48px 13px 24px;
	line-height: 1.5;
	background: #d31d3e url("/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/icon_arrow.svg") right 18px center no-repeat;
	background-size: 10px;
	box-sizing: border-box;
}
#main a.btn_blank {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0 12px 24px;
	line-height: 1; /* btn */
	width: 176px;
	display: block;
	text-align: left;
	background: #d31d3e url("/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/icon_blank.svg") right 18px center no-repeat;
	background-size: 14px;
	box-sizing: border-box;
}
#main a.blank {
	padding-right: 25px;
	background: url(/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/icon_blank_txt.svg) right 7px top 4px no-repeat;
	background-size: 14px;
}
#main em {
	font-style: normal;
	font-weight: bold;
}
br.sp {
	display:none;
}
br.sptb {
	display:none;
}
br.ex {
	display:block;
}
#main .wrap_small {
	max-width: 1026px;
	margin: 0 auto;
	text-align: left;
	padding:0 20px;
}
#main h2#sec01 {
margin: 55px 0;
}
#main .page_anc li a {
	margin: 8px 0 0;
}
#main a:focus,
#entry a:focus,
#main button:focus {
	outline: 4px dotted #d31d3e;
	outline-offset: 4px;
}
@media (max-width:1060px) {
	#main {
/*		min-width:100%;*/
	}
#main h2#sec01 {
margin: 23px 0;
}
	#main a.btn,#main a.btn_blank {
		font-size: 16px;
	}
	#main .wrap_small {
		width: 100%;
	}
	#main p.txt {
	/*	width:83%;*/
		line-height: 1.6;
		margin:0 auto;
		font-size:14px;
	}
	br.ex {
		display:none;
	}
}
@media (max-width:896px) {
	#main a.btn, #main a.btn_blank {
		display:block;
	}
}
@media (max-width:768px) {
	br.sptb {
		display:block;
	}
}
@media (max-width:685px) {
	br.pc {
	display: none;
	}

}
@media (max-width:640px) {
	br.sp {
		display:block;
	}
	br.sptb {
		display:none;
	}
	br.ent {
		display:none;
	}
}
@media (max-width:320px) {
	br.sp {
		display:block;
	}
	br.sptb {
		display:none;
	}
	br.ent {
		display:block;
	}
}
/* エントリーエリア
============================ */

#entry {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	background: url("/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/bg_entry.jpg") center center no-repeat;
	background-size: cover;
	height: 280px;
/*	min-width: 1140px;*/
}
#entry .wrap {
	display: flex;
	height: 100%;
	width:83%;
	max-width: 1076px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}

#entry .wrap .boxL {
	width:66.54275092936803%;
}
#entry .wrap .boxR {
	width:33.45724907063197%;
}
#entry .wrap .boxR .btn_blank {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 5.555555555555556% 15% 5.277777777777778% 11.11111111111111%;
	background: #d31d3e url("/-/Media/Ricoh/Sites/jp_ricoh/jobs/challenged/cmn_img/icon_blank.svg") right 5% center no-repeat;
	background-size: 25px;
	display: block;
	color:#fff;
	box-sizing: border-box;
}
#entry .wrap h2 {
	font-size:40px;
}
#entry .wrap h2 + p {
	font-size:20px;
}
@media (max-width:1060px) {
	#entry .wrap .boxR .btn_blank {
		font-size: 16px;
	}


}
@media (max-width:640px) {
	#entry {
	/*	min-width:100%;*/
	}
	#entry .wrap {
		width:100%;
		flex-direction:column;
	}
	#entry .wrap h2 {
		font-size:24px;
	}
	#entry .wrap h2 + p {
		font-size:20px;
	}
	#entry .wrap .boxL {
		width:83%;
	}
	#entry .wrap .boxL p {
		font-size:16px;
	}
	#entry .wrap .boxR {
		margin: 20px 0 0;
		width:83%;
	}
	#entry .wrap .boxR .btn_blank {
	width: 100%;
	padding: 12px 0 10px 20px;
		background-size: 18px;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	#entry .wrap h2 {
		font-size: 30px;
	}
	#entry .wrap h2 + p {
		font-size: 16px;
	}
	#entry .wrap .boxR .btn_blank {
		background-size: 18px;
	}
}