@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl-lower-mv {
	background: url(../images/benefit/mv-bg.jpg) top center / cover no-repeat;
}
.el-lower-mv-ttl::before{
	width: 371px;
	height: 197px;
	background: url(../images/benefit/benefit-ttl.svg) top center / contain no-repeat;
	bottom: -12px;
	left: -90px;
}
@media screen and (max-width: 750px) {
	.bl-lower-mv {
		background: url(../images/benefit/mv-bg-sp.jpg) top center / cover no-repeat;
	}
	.el-lower-mv-ttl::before{
		left: -0;
	}
}

/*=======================================================
reason
=======================================================*/
.bl-reason{
	padding-bottom: 0;
}
.bl-reason .ly-cont-inner{
	padding-bottom: 64px;
}
.bl-reason .bl-media{
	gap: 40px;
}
.bl-reason .bl-media-img-wrapper{
	flex: 0 1 522px;
}
.bl-reason-bottom{
	background: var(--color-base-white);
	padding: 64px 0 128px;
}
.bl-reason-bottom .ly-cont-inner{
	padding-bottom: 0;
}
.bl-reason-list{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl-reason-item{
	width: 320px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(105, 198, 172, 0.20);
}
.bl-reason-item > a{
	display: block;
}
.bl-reason-item .bl-media{
	padding: 16px 16px 0;
	gap: 16px;
}
.bl-reason-item .bl-media-img-wrapper{
	flex: 0 1 110px;
}
.bl-reason-item .bl-media .el-txt{
	flex: 1;
	font-weight: 500;
}
.bl-reason-item:hover .el-more-bar::after{
	right: 8px;
}
@media screen and (max-width: 750px) {
	.bl-reason .bl-media-img-wrapper{
		flex: 0 1 100%;
	}
	.bl-reason-bottom .ly-cont-inner{
		padding-bottom: 0;
	}
	.bl-reason-list{
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}
	.bl-reason-item{
		width: 600px;
		margin: 0 auto;
	}
	.bl-reason-item .bl-media{
		padding: 32px 24px 0;
		gap: 24px;
	}
	.bl-reason-item .bl-media-img-wrapper{
		flex: 0 1 160px;
	}
	.bl-reason-item:hover .el-more-bar::after{
		right: 16px;
	}
}

/*=======================================================
data
=======================================================*/
.bl-data{
	background: var(--color-main-green);
	overflow: hidden;
}
.bl-data .el-main-ttl{
	color: #fff;
	margin-bottom: 56px;
}
.bl-data-list{
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 96px;
}
.bl-data-item{
	width: 664px;
	height: 168px;
	padding: 52px 64px 0;
	text-align: right;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1.12px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	align-items: flex-end;
}
.bl-data-item:nth-of-type(even){
	text-align: left;
}
.bl-data-item:nth-of-type(4){
	padding-top: 38px;
}
.bl-data-item::before{
	content: '';
	position: absolute;
	background: url(../images/benefit/data-bg01.jpg) top center / contain no-repeat;
	width: 1330px;
	height: 168px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.bl-data-item:nth-of-type(even)::before{
	right: inherit;
	left: 0;
}
.bl-data-item:nth-of-type(2)::before{
	background: url(../images/benefit/data-bg02.jpg) top center / contain no-repeat;
}
.bl-data-item:nth-of-type(3)::before{
	background: url(../images/benefit/data-bg03.jpg) top center / contain no-repeat;
}
.bl-data-item:nth-of-type(4)::before{
	background: url(../images/benefit/data-bg04.jpg) top center / contain no-repeat;
}
.bl-data-item > span{
	font-size: 48px;
	line-height: 1;
	letter-spacing: 1.92px;
	color: var(--color-main-green);
}
.bl-data-item > span:nth-of-type(2){
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 1.28px;
	color: var(--color-main-black);
}
.bl-data-item .el-att{
	width: 100%;
	margin-top: 8px;
}
.bl-data .bl-achievement-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	position: relative;
}
.bl-achievement-list::after {
    content: '';
    position: absolute;
    background: url(../images/benefit/achievement-oguri.png) top center / contain no-repeat;
	width: 131px;
	height: 323px;
    top: 50%;
    right: -48px;	
	transform: translateY(-50%);
}
.bl-data .bl-achievement-item{
	width: 226px;
	height: 226px;
	border: 2px solid #fff;
	border-radius: 226px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 1.12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.bl-data-item{
		width: 574px;
		height: 220px;
		padding: 74px 48px 0;
	}
	.bl-data-item:nth-of-type(even){
		justify-content: flex-start;
	}
	.bl-data-item:nth-of-type(3){
		padding: 64px 0 0 140px;
		text-align: center;
		line-height: 1.6;
	}
	.bl-data-item:nth-of-type(4){
		padding: 40px 48px 0;
	}
	.bl-data-item::before{
		width: 700px;
		height: 220px;
		background: url(../images/benefit/data-bg01-sp.jpg) top center / contain no-repeat;
	}
	.bl-data-item:nth-of-type(2)::before{
		background: url(../images/benefit/data-bg02-sp.jpg) top center / contain no-repeat;
	}
	.bl-data-item:nth-of-type(3)::before{
		background: url(../images/benefit/data-bg03-sp.jpg) top center / contain no-repeat;
	}
	.bl-data-item:nth-of-type(4)::before{
		background: url(../images/benefit/data-bg04-sp.jpg) top center / contain no-repeat;
	}
	.bl-data-item > span{
		font-size: 56px;
		letter-spacing: 2.24px;
	}
	.bl-data-item .el-att{
		margin-top: 12px;
	}
	.bl-data .bl-achievement-list{
		gap: 24px;
	}
	.bl-achievement-list::after{
		content: none;
	}
	.bl-data .bl-achievement-item{
		width: 214px;
		height: 214px;
		font-size: 32px;
	}
}

/*=======================================================
career
=======================================================*/
.bl-career{
	background: url(../images/benefit/career-bg.jpg) top center / cover no-repeat;
}
.bl-career .el-main-ttl{
	color: var(--color-main-green);
}
.bl-career-list{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/benefit/career-list-bg.svg) top center / contain no-repeat;
	width: 100%;
	height: 80px;
	margin-top: 40px;
}
.bl-career-item{
	width: 258px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.8px;
	padding-left: 30px;
}
.bl-career-item:first-of-type{
	padding-left: 0;
}
.bl-therapist-item{
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 20px rgba(105, 198, 172, 0.2);
	padding: 40px;
}
.bl-therapist-item .bl-media{
	gap: 40px;
}
.bl-therapist-item .bl-media-img-wrapper{
	flex: 0 1 604px;
	position: relative;
}
.bl-therapist-item .el-label{
	display: inline-flex;
	padding: 6px 34px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	/* gap: 10px; */
	position: absolute;
	bottom: 0;
	left: 0;
}
.bl-therapist-item.--gblue .el-label{
	background: #6CC0D5;
}
.bl-therapist-item.--blue .el-label{
	background: #75A0DC;
}
.bl-therapist-item.--purple .el-label{
	background: #9887E3;
}
.bl-therapist-item .el-media-ttl{
	color: var(--color-main-green);
	line-height: 1.14;
	letter-spacing: 1.12px;
}
.bl-therapist-item.--gblue .el-media-ttl{
	color: #6CC0D5;
}
.bl-therapist-item.--blue .el-media-ttl{
	color: #75A0DC;
}
.bl-therapist-item.--purple .el-media-ttl{
	color: #9887E3;
}
.bl-salary{
	width: 222px;
	height: 222px;
	border: 2px solid var(--color-main-green);
	border-radius: 222px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 16px auto 0;
}
.--gblue .bl-salary{
	border: 2px solid #6CC0D5;
}
.--blue .bl-salary{
	border: 2px solid #75A0DC;
}
.--purple .bl-salary{
	border: 2px solid #9887E3;
}
.bl-salary > dt{
	font-size: 20px;
}
.bl-salary > dd{
	text-align: center;
}
.bl-salary > dd{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.2;
	color: var(--color-main-green);
}
.--gblue .bl-salary > dd{
	color: #6CC0D5;
}
.--blue .bl-salary > dd{
	color: #75A0DC;
}
.--purple .bl-salary > dd{
	color: #9887E3;
}
.bl-salary > dd > span{
	font-size: 40px; 
}
.bl-salary > dd > .el-att{
	margin-top: 14px;
	color: initial;
	font-weight: normal;
	justify-content: center;
	letter-spacing: 0.56px;
	line-height: 1.56;
}
.el-support-ttl{
	text-align: center;
	font-weight: normal;
	color: var(--color-main-green);
	margin: 72px 0 40px;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.96px;
}
.el-support-ttl > span{
	font-size: 17px;
	display: block;
	width: fit-content;
	padding-bottom: 4px;
	margin: 0 auto 16px;
	border-bottom: 1px solid;
}
.bl-support-list{
	width: 1066px;
	margin-left: -66px;
}
.bl-support-item{
	width: 334px;
	padding: 0 24px 24px;
	border: 1px solid var(--color-main-green);
	background: #fff;
}
.bl-support-item .bl-card-img-wrapper{
	width: 332px;
	margin-left: -24px;
}
.bl-support-item .el-card-ttl{
	font-size: 20px;
	color: var(--color-main-green);
	font-weight: 500;
	position: relative;
	margin-top: 12px;
}
.bl-support-item:not(:first-of-type) .el-card-ttl{
	padding-left: 40px;
}
.bl-support-item .el-card-ttl > span{
	color: var(--color-sub-pink);
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.8px;
	position: absolute;
	top: -32px;
	left: 0;
}
.bl-support-item .el-card-ttl > span > span{
	font-size: 48px;
	line-height: 1;
	letter-spacing: 1.92px;
	display: block;
}
@media screen and (max-width: 750px) {
	.bl-career{
		background: url(../images/benefit/career-bg.jpg) top center / cover no-repeat;
	}
	.bl-career .el-main-ttl{
		margin-bottom: 64px;
	}
	.bl-career-list{
		background: url(../images/benefit/career-list-bg-sp.svg) top center / contain no-repeat;
		width: 750px;
		height: 130px;
		margin: 64px 0 0 -30px;
	}
	.bl-career-item{
		width: 188px;
		font-size: 28px;
		letter-spacing: 1.12px;
		padding-left: 30px;
	}
	.bl-therapist-item{
		margin-top: 64px;
		padding: 46px;
	}
	.bl-therapist-item .bl-media-img-wrapper{
		flex: 0 1 590px;
		margin: 0 auto;
		order: 2;
	}
	.bl-therapist-item .el-label{
		display: inline-flex;
		padding: 6px 12px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bl-therapist-item .bl-media-body{
		order: 1;
		min-height: 190px;
	}
	.bl-therapist-item .el-media-ttl{
		font-size: 32px;
		letter-spacing: 1.28px;
	}
	.bl-therapist-item .el-media-txt{
		width: 292px;
	}
	.bl-salary{
		position: absolute;
		top: -24px;
		right: 0;
		padding: 28px 0;
		margin: 0;
	}
	.bl-salary > dt{
		font-size: 24px;
	}
	.bl-salary > dd > span{
		font-size: 48px;
		letter-spacing: 1.92px;
	}
	.bl-salary > dd > .el-att{
		margin-top: 8px;
		font-size: 20px;
		letter-spacing: 0.8px;
	}
	.el-support-ttl{
		margin: 96px 0 48px;
		font-size: 36px;
		line-height: 1.5;
		letter-spacing: 1.44px;
	}
	.el-support-ttl > span{
		font-size: 28px;
		padding-bottom: 8px;
	}
	.bl-support-list{
		width: 548px;
		margin: 0 auto;
	}
	.bl-support-item{
		width: 548px;
		padding: 0 38px 48px;
	}
	.bl-support-item .bl-card-img-wrapper{
		width: 546px;
		margin-left: -38px;
	}
	.bl-support-item .el-card-ttl{
		font-size: 36px;
		margin: 16px 0 24px;
	}
	.bl-support-item:nth-of-type(2) .el-card-ttl,
	.bl-support-item:nth-of-type(3) .el-card-ttl{
		padding-left: 80px;
	}
	.bl-support-item .el-card-ttl > span{
		color: var(--color-sub-pink);
		font-size: 32px;
		line-height: 1;
		letter-spacing: 1.28px;
		top: -60px;
		left: 0;
	}
	.bl-support-item .el-card-ttl > span > span{
		font-size: 78px;
		line-height: 1;
		letter-spacing: 3.12px;
		display: block;
	}
}

/*=======================================================
benefit
=======================================================*/
.bl-benefit{
	background: var(--color-main-green);
}
.bl-benefit .ly-cont-inner{
	background: #fff;
	padding: 64px;
}
.bl-benefit .el-main-ttl{
	color: var(--color-main-green);
	font-size: 32px;
}
.bl-benefit .el-main-ttl > span{
	display: block;
	font-size: 20px;
	letter-spacing: 0.8px;
	margin-bottom: 10px;
}
.bl-benefit .el-life-ttl{
	padding: 14px;
	text-align: center;
	width: 532px;
	background:  var(--color-main-green);
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1.12px;
	margin: 48px auto 52px;
	position: relative;
}
.bl-benefit .el-life-ttl::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 14px 16px 0 16px;
    border-color: var(--color-main-green) transparent transparent transparent;
}
.bl-benefit .bl-media{
	gap: 32px;
	padding: 40px 0;
	border-top: 1px solid var(--color-main-green);
}
.bl-benefit .bl-media:first-of-type{
	border-top: none;
	padding-top: 0;
}
.bl-benefit .bl-media:last-of-type{
	padding-bottom: 0;
}
.bl-benefit .bl-media-img-wrapper{
	flex: 0 1 230px;
}
.bl-benefit .el-media-ttl{
	font-size: 24px;
	font-weight: bold!important;
	color: var(--color-main-green);
	line-height: 1.3;
	letter-spacing: 0.96px;
	margin-bottom: 8px;
}
.bl-life-dl{
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.bl-life-dl > div > dt{
	width: 192px;
	height: 32px;
	background: var(--color-main-green);
	border-radius: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
	margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
	.bl-benefit .ly-cont-inner{
		padding: 56px 32px;
	}
	.bl-benefit .el-main-ttl{
		font-size: 36px;
		flex-direction: column;
	}
	.bl-benefit .el-main-ttl > span{
		font-size: 28px;
		margin-bottom: 12px;
	}
	.bl-benefit .el-life-ttl{
		padding: 16px;
		width: 100%;
		font-size: 32px;
		margin: 64px auto;
	}
	.bl-benefit .el-life-ttl::after{
		bottom: -19px;
		border-width: 20px 32px 0 32px;
	}
	.bl-benefit .bl-media{
		flex-direction: column;
		gap: 40px;
	}
	.bl-benefit .el-media-ttl{
		font-size: 34px;
		line-height: 1.5;
		margin-bottom: 16px;
	}
	.bl-life-dl{
		gap: 24px;
	}
	.bl-life-dl > div > dt{
		width: 320px;
		height: 52px;
		margin-bottom: 16px;
	}
}

/*=======================================================
housing
=======================================================*/
.bl-housing .ly-cont-inner::after {
    content: '';
    position: absolute;
    background: url(../images/benefit/housing-oguri.png) top center / contain no-repeat;
	width: 186px;
	height: 242px;
    bottom: -128px;
    right: 56px;	
}
.bl-housing .el-main-ttl{
	color: var(--color-main-green);
}
.bl-housing .el-main-ttl > span{
	display: block;
	font-size: 20px;
	letter-spacing: 0.8px;
	margin-bottom: 10px;
}
.bl-housing-img-wrapper{
	margin: 48px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}
.bl-housing-img-wrapper > img{
	width: 498px;
}
.bl-housing-list{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 41px;
}
.bl-housing-item{
	width: 314px;
	height: 138px;
	border: 1px solid #69C6AC;
	box-shadow: 6px 6px 0 0 #69C6AC;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.bl-housing-item .el-att{
	position: absolute;
	bottom: 16px;
}
@media screen and (max-width: 750px) {
	.bl-housing .ly-cont-inner::after{
		content: none;
	}
	.bl-housing .el-main-ttl{
		flex-direction: column;
	}
	.bl-housing .el-main-ttl > span{
		font-size: 28px;
		margin-bottom: 12px;
	}
	.bl-housing-img-wrapper{
		margin: 64px auto;
		gap: 32px;
	}
	.bl-housing-img-wrapper > img{
		width: 328px;
	}
	.bl-housing-list{
		gap: 32px 41px;
	}
	.bl-housing-item{
		width: 320px;
		height: 150px;
	}
	.bl-housing-item .el-att{
		position: relative;
		bottom: 0;
	}
}