@charset "utf-8";

.pagemain {
	background-image: url(../img/main_img.jpg);
}
/*============= #biz =============*/
.lcl-biz {
	padding: 33px 0 65px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.lcl-biz .lead_txt {
	margin-bottom: 45px;
}
.lcl-biz-list {
	width: 95%;
	min-width: 1000px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}
[class^="lcl-biz-item--"] {
	padding-top: 50px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
[class^="lcl-biz-item--"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 580px;
	display: block;
}
[class^="lcl-biz-item--"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 260px;
	height: 254px;
	background: url(../img/img_04.png) center / cover no-repeat;
}
.lcl-biz-item--mass {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lcl-biz-head {
	position: relative;
	z-index: 2;
	width: 300px;
	padding-left: 150px;
}
.lcl-biz-ttl {
	color: #fff;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.lcl-biz-ttl dt {
	font-size: 30px;
	letter-spacing: 0.24em;
	margin-bottom: 40px;
}
.lcl-biz-ttl dd {
}
@media screen and (min-width: 768px) {
	.lcl-biz-ttl dt,
	.lcl-biz-ttl dd {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo;
	}
}
.lcl-biz-cnt {
	position: relative;
	z-index: 2;
	width: calc(100% - 300px);
}
[class^="lcl-biz-cnt-item--"] {
	width: 100%;
	height: 200px;
	background-color: #e7eaec;
}
[class^="lcl-biz-cnt-item--"]:not(:last-child) {
	margin-bottom: 20px;
}
[class^="lcl-biz-cnt-item--"] a {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	position: relative;
}
[class^="lcl-biz-cnt-item--"] a::before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #004cac;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	[class^="lcl-biz-cnt-item--"] a:hover::before {
		width: 100%;
		opacity: 0.4;
	}
}
.lcl-biz-cnt-img {
	width: 75%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.lcl-biz-cnt-txt {
	width: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 25px;
	position: relative;
}
.lcl-biz-cnt-txt::after{
	content: '';
	display: block;
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	line-height: 1;
	height: 1em;
	font-size: 20px;
	color: #004cac;
}
.lcl-biz-cnt-txt .ff_normal {
	font-size: 20px;
	color: #004cac;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
/* ------ option ------ */
.lcl-biz-item--mass::before {
	background: url(../img/bg_01.jpg) center / cover no-repeat;
}
.lcl-biz-item--support::before {
	background: url(../img/bg_02.jpg) center / cover no-repeat;
	height: 300px;
}

.lcl-biz-cnt-item--01 .lcl-biz-cnt-img {
	background-image: url(../img/img_01.jpg);
}
.lcl-biz-cnt-item--02 .lcl-biz-cnt-img {
	background-image: url(../img/img_02.jpg);
}
.lcl-biz-cnt-item--03 .lcl-biz-cnt-img {
	background-image: url(../img/img_03.jpg);
}
.lcl-biz-cnt-item--04 .lcl-biz-cnt-img {
	background-image: url(../img/img_04.jpg);
}
/*============= #support =============*/
.lcl-biz-item--support .lcl-biz-cnt-txt .ff_normal {
	color: #1cb1b0;
}
.lcl-biz-item--support a::before {
	background-color: #1cb1b0;
}

/*------------ lcl-biz-block ------------*/

.lcl-biz-block{
	background-color: #E7EAEC;
	width: 1000px;
	margin: 50px auto 0;
	padding: 45px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lcl-biz-block__txt-wrap{
	width: 500px;
}
.lcl-biz-block__ttl{
	color: #004CAC;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
		"ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo;
	font-weight: 600;
	font-size: 20px;
}
.lcl-biz-block__txt{
	margin-top: 10px;
}
.lcl-biz-block__btn{
	width: 370px;
	height: 80px;
	background-color: #004CAC;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	transition: background-color 0.25s ease , color 0.25s ease;
}
.lcl-biz-block__btn::after{
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	line-height: 1;
	height: 1em;
	font-size: 20px;
}
.lcl-biz-block__btn-ico{
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: 25px;
}
.lcl-biz-block__btn-ico img{
	width: 20px;
}
.lcl-biz-block__btn-ico::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(-45deg);
	transition: transform 0.25s ease;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-biz-block__btn:hover{
		background-color: #f6da41;
		color: #004cac;
	}
	.lcl-biz-block__btn:hover .lcl-biz-block__btn-ico::before{
		transform: rotate(45deg);
	}
}
/* /pc-only -----------*/


/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	/*============= #biz =============*/
	.lcl-biz {
		padding: 25px 0 40px;
	}
	.lcl-biz .lead_txt {
		margin-bottom: 20px;
	}
	/* ------ option ------ */
	.lcl-biz-list {
		padding-right: 15px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	[class^="lcl-biz-item--"] {
		padding-top: 27px;
		padding-left: 15px;
		display: block;
	}
	[class^="lcl-biz-item--"]::after {
		content: none;
	}
	.lcl-biz-head {
		width: 100%;
		padding-left: 11px;
		margin-bottom: 10px;
	}
	.lcl-biz-ttl {
		display: block;
		padding-left: 3px;
	}
	.lcl-biz-ttl dt {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.lcl-biz-ttl dd {
		letter-spacing: 0;
		line-height: 1.69;
	}
	/* ------ option ------ */
	.lcl-biz-cnt{
		width: 100%;
	}
	.lcl-biz-cnt-list {
		padding-left: 12.5px;
	}
	[class^="lcl-biz-cnt-item--"] {
		width: 100%;
		height: auto;
	}
	[class^="lcl-biz-cnt-item--"]:not(:last-child) {
		margin-bottom: 10px;
	}
	[class^="lcl-biz-cnt-item--"] a {
		display: block;
	}
	[class^="lcl-biz-cnt-item--"] a::before {
		content: none;
	}
	.lcl-biz-cnt-img {
		width: 100%;
		height: 96.5px;
	}
	.lcl-biz-cnt-txt {
		width: 100%;
		display: block;
		padding: 10px 15px;
		border-right: 2px solid #004cac;
	}
	.lcl-biz-cnt-txt::after{
		right: 15px;
		font-size: 18px;
	}
	.lcl-biz-cnt-txt .ff_normal {
		font-size: 13px;
	}
	/* ------ option ------ */
	[class^="lcl-biz-item--"]::before {
		width: calc(100% - 35px);
		height: 410px;
	}
	[class^="lcl-biz-item--"]::after {
		width: 15px;
		height: 2px;
		top: 35px;
	}
	.lcl-biz-item--support::before {
		height: 225px;
	}
	/* ------ option ------ */
	.lcl-biz-item--mass {
		margin-bottom: 30px;
	}

	/*------------ lcl-biz-block ------------*/

	.lcl-biz-block{
		width: calc(100% - 30px);
		margin: 30px auto 0;
		padding: 25px 15px 20px;
		display: block;
	}
	.lcl-biz-block__txt-wrap{
		width: 100%;
	}
	.lcl-biz-block__ttl{
		font-size: 16px;
	}
	.lcl-biz-block__txt{
		margin-top: 5px;
	}
	.lcl-biz-block__btn{
		width: 100%;
		height: 50px;
		font-size: 13px;
		padding-left: 20px;
		margin: 15px 0 0;
	}
	.lcl-biz-block__btn::after{
		right: 15px;
		font-size: 15px;
	}
	.lcl-biz-block__btn-ico{
		width: 28px;
		height: 28px;
		margin-right: 15px;
	}
	.lcl-biz-block__btn-ico img{
		width: 16px;
	}
	.lcl-biz-block__btn-ico::before{
	}

}
