@charset "utf-8";

/*============================ #submain ============================*/
.submain {
	height: 250px;
	background: url(../img/welfare/main_bg.jpg) center / cover no-repeat;
	padding: 15px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.submain__title {
	font-size: 30px;
}
.lcl-submain__ttl {
	position: absolute;
	width: 454px;
	bottom: -55px;
	right: 0;
	left: 0;
	margin: auto;
}
/*============================ #header ============================*/
.lcl-wrp {
	position: relative;
	overflow: hidden;
}
.lcl-wrp::before,
.lcl-wrp::after {
	content: "";
	position: absolute;
	top: 0;
	width: 55%;
	height: 560px;
	z-index: 0;
}
.lcl-wrp::before {
	left: -5%;
	background: linear-gradient(
			to top right,
			rgba(255, 255, 255, 0) 50%,
			#fff 50%
		)
		no-repeat top left/100% 100%;
}
.lcl-wrp::after {
	right: -5%;
	background: linear-gradient(
			to top left,
			rgba(255, 255, 255, 0) 50%,
			#fff 50%
		)
		no-repeat top left/100% 100%;
}
/* ---------------------- option ---- */
.lcl-wrp-in {
	padding: 70px 0 130px;
	background: url(../img/welfare/bg_ptn.jpg) center /551px 363px repeat;
}
/*============================ #general ============================*/
.lcl-leadtxt {
	font-size: 23px;
	line-height: 1.739;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
/*============================ #welfare ============================*/
.lcl-welfare-list {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
[class^="lcl-welfare-item--"] {
	width: 100%;
	min-height: 300px;
	background-color: #f8f4e3;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	opacity: 0;
	transform: translateY(100px);
	transition: 0.5s ease;
}
[class^="lcl-welfare-item--"]:not(:last-child) {
	margin-bottom: 30px;
}
.lcl-welfare-item-img {
	width: 50%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-welfare-list .lcl-welfare-item-img{
		min-height: 300px;
	}
}
/* /pc-only -----------*/
.lcl-welfare-item-txt {
	width: 50%;
	padding: 35px 180px 35px 30px;
}
.lcl-welfare-item-txt h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.lcl-welfare-item-txt p {
	line-height: 1.733;
}
/* ---------------------- option ---- */
[class^="lcl-welfare-item--"]::after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
}
.lcl-welfare-item--01::after {
	background: url(../img/welfare/man_01.png) center /100% no-repeat;
	width: 187px;
	height: 276px;
}
.lcl-welfare-item--02::after {
	background: url(../img/welfare/man_02.png) center /100% no-repeat;
	width: 178px;
	height: 247px;
}
.lcl-welfare-item--03::after {
	background: url(../img/welfare/man_03.png) center /100% no-repeat;
	width: 175px;
	height: 277px;
}
.lcl-welfare-item--04::after {
	background: url(../img/welfare/man_04.png) center /100% no-repeat;
	width: 167px;
	height: 275px;
}
/* ---------------------- option ---- */
[class^="lcl-welfare-item--"].scr_active {
	opacity: 1;
	transform: translateY(0);
}
/*============================ #header ============================*/
.lcl-welfare-4col {
	align-items: flex-start;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: -75px;
	margin-bottom: -30px;
}
.lcl-welfare-4col [class^="lcl-welfare-item--"] {
	width: 230px;
}
.lcl-welfare-4col .lcl-welfare-item-img {
	width: 100%;
	height: 150px;
}
.lcl-welfare-4col .lcl-welfare-item-txt {
	width: 100%;
	padding: 10px 15px 25px;
}
.lcl-welfare-4col .lcl-welfare-item-txt h3 {
	font-size: 18px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin-bottom: 0;
}
.lcl-welfare-4col .lcl-welfare-item-txt h3 span {
	display: block;
	font-size: 15px;
}
/* ---------------------- option ---- */
.lcl-welfare-item--05 {
	transition-delay: 0.2s;
}
.lcl-welfare-item--06 {
	transition-delay: 0.3s;
}
.lcl-welfare-item--07 {
	transition-delay: 0.4s;
}
.lcl-welfare-item--08 {
	transition-delay: 0.5s;
}
.lcl-welfare-4col.scr_active [class^="lcl-welfare-item--"] {
	opacity: 1;
	transform: translateY(0);
}
/*============================ #others ============================*/
.lcl-others {
	background: url(../img/welfare/other/bg_01.jpg) center /cover no-repeat;
	padding-bottom: 85px;
}
.lcl-others .block-ttl-wrp {
	top: -15px;
	margin-bottom: 20px;
}
.lcl-others-in {
	width: 740px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 1.9444;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	.submain {
		height: 90px;
		padding: 15px 0 0 0;
	}
	.submain__title {
		font-size: 19px;
	}
	.lcl-submain__ttl {
		width: 165px;
		bottom: -20px;
	}
	/*============================ #header ============================*/
	.lcl-wrp::before,
	.lcl-wrp::after {
		width: 65%;
		height: 250px;
	}
	.lcl-wrp::before {
		left: -15%;
	}
	.lcl-wrp::after {
		right: -15%;
	}
	/* ---------------------- option ---- */
	.lcl-wrp-in {
		padding: 30px 15px 35px;
	}
	.lcl-leadtxt {
		font-size: 16px;
		line-height: 1.6875;
		text-align: left;
		margin-bottom: 25px;
		padding: 0 20px;
	}
	/*============================ #header ============================*/
	.lcl-welfare-list {
		width: 100%;
		padding: 0 15px;
	}
	.lcl-welfare-item-img {
		width: 100%;
		height: 189px;
	}
	.lcl-welfare-item-txt {
		width: 100%;
		padding: 25px 130px 20px 15px;
	}
	.lcl-welfare-item-txt h3 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.lcl-welfare-item-txt p {
		line-height: 1.56;
	}
	/* ---------------------- option ---- */
	[class^="lcl-welfare-item--"] {
		width: 100%;
		min-height: auto;
		display: block;
	}
	/* ---------------------- option ---- */
	.lcl-welfare-item--01::after {
		width: 127px;
		height: 187px;
	}
	.lcl-welfare-item--02::after {
		background: url(../img/welfare/sp/man_02.png) center /100% no-repeat;
		width: 125px;
		height: 225.5px;
	}
	.lcl-welfare-item--03::after {
		width: 125px;
		height: 199px;
	}
	.lcl-welfare-item--04::after {
		width: 123px;
		height: 202px;
	}
	/* ---------------------- option ---- */
	.lcl-welfare-4col {
		align-items: flex-start;
		width: 100%;
		top: 0;
		margin-bottom: 0;
		padding: 35px 30px 90px;
	}
	.lcl-welfare-4col [class^="lcl-welfare-item--"] {
		width: calc((100% - 15px)/2);
		margin-bottom: 13.5px;
	}
	.lcl-welfare-4col .lcl-welfare-item-img {
		height: 98px;
	}
	.lcl-welfare-4col .lcl-welfare-item-txt {
		padding: 10px 0 15px;
	}
	.lcl-welfare-4col .lcl-welfare-item-txt h3 {
		font-size: 15px;
		height: 3em;
		margin-bottom: 6px;
	}
	.lcl-welfare-4col .lcl-welfare-item-txt h3 span {
		font-size: 13px;
		letter-spacing: 0;
	}
	.lcl-welfare-4col .lcl-welfare-item-txt p {
		padding: 0 10px;
	}
	/* ---------------------- option ---- */
	.lcl-welfare-item--07 .lcl-welfare-item-txt h3,
	.lcl-welfare-item--08 .lcl-welfare-item-txt h3 {
		height: auto;
		margin-top: 8px;
	}
	/*============================ #others ============================*/
	.lcl-others {
		padding-bottom: 65px;
		background: url(../img/welfare/other/bg_01.jpg) 78% /cover no-repeat;
	}
	.lcl-others .block-ttl-wrp {
		margin-bottom: 5px;
	}
	.lcl-others-in {
		width: 100%;
		font-size: 13px;
		line-height: 1.5384;
		padding: 0 15px;
	}
}
