@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.r3Content {
	max-width: 950px;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.viVisual01 {
	padding: 0 20px;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.viVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.viVisual01_tit {
	line-height: 1;
	font-family: 'Roboto';
	font-size: 56px;
	font-weight: 700;
}
/* プロフィール
------------------------------------------------------------------------------- */
.viProfile01 {
	display: -webkit-box;
	display: flex;
	margin: 0 0 70px;
	background-color: #F5F5F5;
}
.viProfile01_img {
	display: block;
	width: 270px;
}
.viProfile01_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 680px;
	padding: 0 80px;
	box-sizing: border-box;
}
.viProfile01_info div {
	display: -webkit-box;
	display: flex;
	align-items: center;
}
.viProfile01_data {
	width: 200px;
	line-height: 2;
	font-size: 134%;
	font-weight: 500;
}
.viProfile01_name {
	width: 320px;
	line-height: 1.5;
	font-size: 200%;
	font-weight: 700;
}
.viBlock01_tit {
	line-height: 1.5;
	margin: 0 0 27px;
	font-size: 200%;
	font-weight: 700;
}
.viBlock01_img {
	display: block;
	margin: 55px 0;
}
.viBlock01_caption {
	margin: -47px 0 50px;
	color: #333;
	font-size: 117%;
	font-weight: 400;
	text-align: right;
}
.viBlock01_txt {
	line-height: 2;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.viBlock02 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 55px 0 0;
}
.viBlock02_item {
	width: 48.422%;
	max-width: 460px;
}
.viBlock02_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
.viBlock02_img {
	display: block;
	margin: 0 0 15px;
}
.viBlock02_txt {
	position: relative;
	line-height: 1.6875;
	margin: 18px 0 0;
	font-size: 134%;
	font-weight: 400;
	text-decoration: underline;
}
a .viBlock02_txt::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.6em;
	right: 0;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}