@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.tckAbout01 {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}
.tckAbout01_head {
	width: 25%
}
.tckAbout01_tit {
	line-height: 1.428;
	margin: 0;
	font-size: 234%;
	font-weight: 700;
}
.tckAbout01_tit b {
	color: #005499;
}
.tckAbout01_body {
	width: 70.967%
}
.tckAbout01_txt {
	line-height: 1.625;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
}
.tckInfo01 {
	margin: 77px 0 120px;
	padding: 72px 52px 52px;
	border: 8px solid #f4f4f4;
}
.tckInfo01_in {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
.tckInfo01_in-m1 {
	margin: 40px 0;
}
.tckInfo01_in-reverse {
	flex-direction: row-reverse;
}
.tckInfo01_info {
	width: 58.035%;
}
.tckInfo01_img {
	width: 37.51%;
	max-width: 420px;
}
.tckInfo01_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 0 38px;
	padding: 5px 0 21px 63px;
	border-bottom: 1px solid #ccc;
	font-size: 200%;
	font-weight: 700;
}
.tckInfo01_tit-m1 {
	margin-bottom: 40px;
}
.tckInfo01_tit span {
	display: inline-block;
	position: absolute;
	top: -11px;
	left: 0;
	line-height: 1;
	color: #005499;
	font-family: 'Oswald', sans-serif;
	font-size: 56px;
	font-weight: 500;
}
.tckInfo01_stit {
	line-height: 1.388;
	margin: 0 0 18px;
	font-size: 150%;
	font-weight: 700;
}
.tckInfo01_txt {
	line-height: 1.625;
	margin: 0 0 7px;
	font-weight: 400;
}
.tckInfo01_txt:last-child {
	margin-bottom: 0;
}
.tckPickup01 {
	padding: 80px 20px;
	background-image: url(../images/pickup_bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.tckPickup01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.tckPickup01_tit {
	line-height: 1.4375;
	margin: 0 0 60px;
	font-size: 267%;
	font-weight: 700;
	text-align: center;
}
.tckPickup01_btn {
	margin: 60px 0 0;
}
.tckPickup01_btn a {
	display: block;
	position: relative;
	max-width: 380px;
	line-height: 62px;
	margin: 0 auto;
	padding: 0 20px 2px;
	border-radius: 4px;
	background-color: #fff;
	color: #000;
	font-size: 134%;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
}
.tckPickup01_btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
}
.tckPickup02 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px 0 0;
}
.tckPickup02-reverse {
	flex-direction: row-reverse;
}
.tckPickup02_img {
	display: block;
	width: 48.388%;
	max-width: 600px;
}	
.tckPickup02_info {
	width: 48.388%;
}
.tckPickup02_tit {
	line-height: 1.428;
	margin: 0 0 20px;
	font-size: 234%;
	font-weight: 700;
}
.tckPickup02_txt {
	line-height: 1.625;
	margin: 0 0 7px;
	font-weight: 400;
}
.tckPickup02_txt:last-child {
	margin-bottom: 0;
}
.tckPickup02_note {
	line-height: 1.714;
	margin: 8px 0 0 1em;
	font-size: 117%;
	text-indent: -1em;
}