@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* CSS Document */
html{
	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}
body{
	margin:0 0;
	padding:0 0;
	background:#346633;
	color:#333;
	font-size:15px;
	font-family:'Noto Sans JP', sans-serif;
	line-height:180%;
	word-wrap: break-word;
}
.eng{
	font-family: 'Roboto', sans-serif;
}
.rp_head{
	background: url("../img/person/rp_bg1.png") no-repeat center top;
	background-size: cover;
	height:190px;
}
.rp_head .con_wrap{
	width:955px;
	margin: 0 auto;
	position: relative;
}
.rp_key{
	position: absolute;
	right: 0;
	top:30px;
}
.rp_head h1{
	padding: 40px 0 0;
	font-size:26px;
	line-height: 150%;
}
.rp_head h1 span{
	font-size:24px;
}
.rp_head h1 span.rp_kw{
	font-size:26px;
	color: #EE7D1A;
}
.rp_lead{
	margin: 40px auto;
	padding: 0 485px 0 0;
	width:470px;
	font-size: 16px;
}
.rp_pick{
	width:947px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	border:#DCD1CA solid 4px;
}
.rp_pick ul li{
	font-size:24px;
	font-family: 'Roboto', sans-serif;
	margin: 0 25px;
	vertical-align: middle;
	display: inline-block;
	color: #CEC1B9;
}
.rp_cont{
	width:955px;
	margin: 0 auto;
	padding: 25px 0;
}
.rp_unit{
	padding: 0 0 70px;
}
.rp_imgs{
	float:right;
	margin: 30px 0 0 0;
	text-align: right;
}
.rp_imgs.rp_nsc{
	margin: 90px 0 0 0;
}
.rp_imgs img{
	margin: 5px 0 0 10px;
}
.rp_cont h3{
	margin: 5px 0;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
}
.rp_cont h3 span{
	display: inline-block;
	padding: 0 10px 2px;
	line-height: 41px;
	background: linear-gradient(90deg, #3AA92F, #F5BD26)
}
.rp_cont h3 span.rp_l2{
	margin: 4px 0 0 20px;
}
.rp_unit p{
	width: 415px;
	font-size: 16px;
	margin: 25px 0 40px 30px;
}
.rp_unit a{
    position: relative;
    display: inline-block;
    text-align: center;
    width:184px;
	margin: 0 0 0 30px;
    padding: 8px 2px;
    border:1px solid #CCC;
    color: #111;
    text-decoration: none;
    font-size:15px;
	transition: all 0.2s ease-out;
}
.rp_unit a:hover{
    color:#48A0A0;
}
.rp_unit a:after{
	position: absolute;
	top:12px;
	right:-12px;
    content: "";
    display: block;
	background-image: url('../img/biz/ico_right.png');
	background-size: cover;
	background-position: top left;
	transition: all 0.2s ease-out;
	height: 9px;
	width:27px;
	z-index: 2;
}
.rp_unit a:hover:after{
	right:-17px;
}