@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
.kVisual01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 200px;
	background: url(../images/visual_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.kVisual01_tit {
	line-height: 1.5;
	color: #fff;
	font-size: 334%;
	font-weight: 400;
}
/* アンカーナビ
------------------------------------------------------------------------------- */
.kNav01 {
	margin: 0 0 45px;
	background-color: #F4F4F4;
	color: #1e1e1e;
}
.kNav01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1040px;
	line-height: 1.5;
	margin: 0 auto;
	font-size: 117%;
	font-weight: 400;
}
.kNav01_list li {
	position: relative;
}
/*
.kNav01_item-n7 {
	width: 20%;
}
*/
.kNav01_item-n7 {
	width: 25%;
}
.kNav01_item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	margin: -20px 0 0;
	background-color: #B4B4B4;
}
.kNav01_item:last-child:after {
	content: none;
}
.kNav01_list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	padding: 18px 15px 30px;
	color: #1e1e1e;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.kNav01-houjin li:first-child a,
.kNav01-houjin li:last-child a {
	padding-right: 0;
	padding-left: 0;
}
.kNav01_list a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 19px;
	left: 50%;
	width: 13px;
	height: 9px;
	margin: 0 0 0 -6px;
	background: url(/common/images/rn04/svg/arw_ico16.svg) center center no-repeat;
	background-size: contain;
}
.kNav01_list-c4 li {
	box-sizing: border-box;
}
.kNav01_list-c6 li {
	width: 16.666%;
	box-sizing: border-box;
}
/* 各事業導線
------------------------------------------------------------------------------- */
.kCategory01 {
	margin: 0 auto 70px;
	overflow: hidden;
}
.kCategory01_block {
	margin: 70px 0 0;
	padding: 0 16px;
}
.kCategory01_block:first-child {
	margin-top: 0;
}
.kCategory01_tit {
	position: relative;
	line-height: 1.5;
	margin: 0 -16px 20px;
	padding: 0 0 15px 60px;
	color: #333;
	font-size: 267%;
	font-weight: 500;
}
.kCategory01_tit-t1 {
	border-bottom: 5px solid #4f81bd;
}
.kCategory01_tit-t2 {
	border-bottom: 5px solid #b3a2c7;
}
.kCategory01_tit-t3 {
	border-bottom: 5px solid #44a8c3;
}
.kCategory01_tit-t4 {
	border-bottom: 5px solid #929292;
}
.kCategory01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.26em;
	left: 10px;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kCategory01_tit-t1::before {
	background-image: url(../images/index_ico01.png);
}
.kCategory01_tit-t2::before {
	background-image: url(../images/index_ico02.png);
}
.kCategory01_tit-t3::before {
	background-image: url(../images/index_ico03.png);
}
.kCategory01_tit-t4::before {
	background-image: url(../images/index_ico04.png);
}
.kCategory01_txt {
	line-height: 1.75;
	font-size: 134%;
	font-weight: 500;
}
.kCategory01_stxt {
	line-height: 2;
	font-size: 117%;
	font-weight: 400;
}
.kCategory01_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -50px 0 0;
}
.kCategory01_item {
	width: 29.808%;
	max-width: 310px;
	margin: 50px 0 0;
	box-sizing: border-box;
}
.kCategory01_nav::after {
	content: '';
	width: 29.808%;
	max-width: 310px;
	box-sizing: border-box;
}
.kCategory01_nav-2c .kCategory01_item {
	width: 47.308%;
	max-width: 492px;
}
.kCategory01_nav-2c::after {
	content: none;
}
.kCategory01_stit {
	line-height: 1.5;
	margin: 0 0 17px;
	padding: 8px 0 11px;
	font-size: 167%;
	font-weight: 500;
}
.kCategory01_stit-t1 {
	border-bottom: 1px solid #95b3d7;
}
.kCategory01_stit-t2 {
	border-bottom: 1px solid #d1c7dd;
}
.kCategory01_stit a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.kCategory01_stit a:hover {
	text-decoration: underline;
}
.kCategory01_stit a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 5px;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
.kCategory01_pickup {
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 8px 0 20px;
	border-bottom: 1px solid #D2D4D5;
	font-size: 184%;
	font-weight: 700;
}
.kCategory01_pickup-t1 {
	border-bottom: 1px solid #95b3d7;
}
.kCategory01_pickup-t2 {
	border-bottom: 1px solid #d1c7dd;
}
.kCategory01_pickup.noBorder {
	margin-bottom: 0;
	padding: 8px 0 0;
	border-bottom: none;
}
.kCategory01_pickup a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.kCategory01_pickup a:hover {
	text-decoration: underline;
}
.kCategory01_pickup a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
.kCategory01_list {
	line-height: 1.6;
	font-size: 117%;
	font-weight: 500;
	letter-spacing: -0.01em;
}
.kCategory01 > .kCategory01_block >.kCategory01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -8px -25px 0;
}
.kCategory01_list li {
	margin: 9px 0 0;
}
.kCategory01_list li:first-child {
	margin-top: 0;
}
.kCategory01 > .kCategory01_block >.kCategory01_list li {
	width: 33.333%;
	margin: 8px 0 0;
	padding: 0 25px;
	box-sizing: border-box;
}
.kCategory01 > .kCategory01_block >.kCategory01_list-2c li {
	width: 50%;
}
.kCategory01_list a {
	display: block;
	position: relative;
	padding: 0 30px 0 0;
	text-decoration: none;
}
.kCategory01_inline {
	position: relative;
	padding: 0 30px 0 0;
}
.kCategory01_inline a {
	display: inline;
	padding: 0;
}
.kCategory01_list a:hover {
	text-decoration: underline;
}
.kCategory01_inline::after,
.kCategory01_list a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.5em;
	right: 5px;
	width: 22px;
	height: 12px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
	background-size: contain;
}
.kCategory01_inline a::after {
	content: none;
}
.kCategory01_list a span.fsS {
	font-size: 12px;
}
.kCategory01_list a[target=_blank] span::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
.kCategory01_link a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 44px;
	padding: 0 30px 0 0;
}
.kCategory01_link-t1 a,
.kCategory01_link-t2 a,
.kCategory01_link-t3 a,
.kCategory01_link-t4 a,
.kCategory01_link-t5 a,
.kCategory01_link-t6 a,
.kCategory01_link-t7 a,
.kCategory01_link-t8 a,
.kCategory01_link-t9 a,
.kCategory01_link-t10 a {
	padding-left: 135px;
}
.kCategory01_link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 120px;
	height: 44px;
	background-position: center center;
	background-repeat: 	no-repeat;
	background-size: contain;
}
.kCategory01_link-t1 a::before {
	background-image: url(../images/link_bg01.jpg);
}
.kCategory01_link-t2 a::before {
	background-image: url(../images/link_bg02.png);
}
.kCategory01_link-t3 a::before {
	background-image: url(../images/link_bg03.png);
}
.kCategory01_link-t4 a::before {
	background-image: url(../images/link_bg04.jpg);
}
.kCategory01_link-t5 a::before {
	background-image: url(../images/link_bg05.png);
}
.kCategory01_link-t6 a::before {
	background-image: url(../images/link_bg06.png);
}
.kCategory01_link-t7 a::before {
	background-image: url(../images/link_bg07.jpg);
}
.kCategory01_link-t8 a::before {
	background-image: url(../images/link_bg08.jpg);
}
.kCategory01_link-t9 a::before {
	background-image: url(../images/link_bg09.jpg);
}
.kCategory01_link-t10 a::before {
	background-image: url(../images/link_bg10.jpg);
}
.kCategory01_link a::after {
	top: 50%;
	margin-top: -6px;
}
.kCategory01_link a > div > span {
	font-size: 12px;
}
/* スライダ―
------------------------------------------------------------------------------- */
.kSlider01 {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
.kSlider01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.kSlider01_list {
	opacity: 0;
}
.kSlider01_list-show {
	opacity: 1;
}
.kSlider01_item {
	max-width: 840px;
}
.kSlider01.item1 .kSlider01_item{
	margin: 0 auto;
}
.kSlider01_page.swiper-pagination {
	position: static;
	max-width: 846px;
	line-height: 1;
	margin: 10px auto 0;
	font-size: 0;
	text-align: left;
}
.kSlider01_page .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 3px;
	border-radius: 0;
}
.kSlider01_page .swiper-pagination-bullet-active {
	background: #FD0E3D;
}
.kSlider01_item a {
	display: block;
	position: relative;
}
.kSlider01_item img {
	display: block;
	transition: all .4s ease-in-out .1s;
	opacity: .5;
}
.kSlider01_item.swiper-slide-active img {
	opacity: 1;
}
.kSlider01 .swiper_btn {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: -22px 0 0;
	z-index: 2;
	transition: all .4s ease-in-out;
	cursor: pointer;
	opacity: 0;
}
.kSlider01 .swiper_btn-show {
	opacity: 1;
}
.kSlider01 .swiper_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 18px;
	margin: -9px 0 0 -8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.kSlider01 .swiper_btn-prev {
	left: 50%;
	margin-left: -465px;
}
.kSlider01 .swiper_btn-next {
	right: 50%;
	margin-right: -465px;
}
.kSlider01 .swiper_btn-prev::before {
	background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}
.kSlider01 .swiper_btn-next::before {
	background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}
.kSlider01_extend {
	line-height: 1.5;
	margin: 20px 0 0;
	font-size: 134%;
	font-weight: 500;
	text-align: right;
}
.kSlider01_extend a {
	color: #000;
	text-decoration: none;
}
.kSlider01_extend a:hover {
	text-decoration: underline;
}
.kSlider01_extend a::after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 12px;
	margin: 0 0 0 15px;
	background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: -0.05em;
}

.kEvent01 {
	padding: 50px 20px;
}