@charset "UTF-8";

br.sp{
	display: none;
}

#benefits #gnav a.faq {
	padding: 0 10px;
	border-bottom: 2px solid #486fb0;
	color: #486fb0;
	font-weight: bold;
}

.mb0 {
	margin-bottom: 0 !important;
}

#benefits .section {
	padding: 40px 0;
}

#benefits .ttl04 {
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	background: #6d9fe3;
	padding: 15px 0 15px 15px;
	margin-bottom: 40px;
	font-family: 'Noto Serif JP', serif;
}

#benefits .benefits__title {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	color: #3c3c3c;
	margin-bottom: 20px;

	&>img {
		margin-right: 10px;
		vertical-align: middle;
	}
}

#vacation_system .flex,
#childcare_support .flex,
#health .flex,
#ability .flex,
#activity .flex {
	gap: 30px;
	flex-wrap: wrap;

	&>.flex_item {
		width: calc(calc(100% / 3) - 60px);
		background: #f0f8fb;
		padding: 20px;

		&>.item__title {
			font-size: 2.4rem;
			color: #4b6cb4;
			margin-bottom: 10px;
		}
	}
}

#activity .flex {
	&>.flex_item {
		width: 100%;
	}
}


#benefits #voice {
	padding: 80px 0;
	margin-block: 40px;
	background-color: #f0f8fb;
}

#benefits .acdbox {
	max-width: 960px;
	margin: 0 auto 8 0px;
}

#benefits .accordion:last-of-type {
	margin-top: 40px;
}

/* #benefits .acdbox>dl {
	margin: 0 0 40px;
} */

#benefits .acdbox>dl>dt {
	height: 90px;
	cursor: pointer;
	position: relative;
	/* padding: 35px 65px 30px 70px; */
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #4b6cb4;
	/* background: url("../img/faq/q_icon.png") 10px center no-repeat #4b6cb4; */
	line-height: 1.2;
}

#benefits .acdbox>dl>dt:after {
	width: 20px;
	height: 20px;
	border: 4px solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 28%;
	right: 20px;
	content: '';
}

#benefits .acdbox>dl>dt.open:after {
	border-color: #fff #fff transparent transparent;
	top: 38%;
	right: 20px;
	content: '';
}

#benefits .acdbox>dl>dt>.case__title {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 10px;

	&>.case__title__no {
		height: 100%;
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		padding-inline: 16px;
		color: #3c3c3c;
		background: #fff;
		letter-spacing: 2px;

		&>span {
			font-size: 2.4rem;
			color: #4b6cb4;
			transform: translateY(-2px);
			margin-left: 4px;
		}
	}
}


#benefits .acdbox>dl>dd {
	display: none;
	/* background: url("../img/faq/a_icon.png") 10px top no-repeat; */
	margin: 40px 0 0;
	/* padding: 0 10px 0 70px; */
	font-size: 15px;
}

#benefits .acdbox>dl>dd>.case__content {
	&>dl>dt {
		margin-top: 10px;
		background: url("../img/faq/q_icon.png") 10px center no-repeat;
		padding: 30px 65px 30px 70px;
		font-size: 2.4rem;
	}

	&>dl>dd {
		background: url("../img/faq/a_icon.png") 10px top no-repeat;
		margin: 0;
		padding: 0 10px 0 70px;
		padding-bottom: 32px;
		border-bottom: 1px solid #3c3c3c;

		&>.case__content__txt__img {
			display: flex;
			gap: 30px;
			margin-top: 30px;
			margin-left: -70px;
		}

	}

	&>dl>dd.border-none {
		border-bottom: none;
	}

}

#benefits .underbar {
	text-decoration: underline;
}

#benefits .Bigtext {
	font-size: 2.2rem;
	text-align: center;
	/* font-family: 'Noto Serif JP', serif; */
	margin-top: 75px;
	margin-bottom: 20px;
}




/*===============================================
  画面の横幅が980px以下に適用
===============================================*/
@media screen and (max-width: 980px) {

	#benefits .acdbox {
		width: 90%;
		margin: 0 auto 80px;
	}

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px) {

	br.sp{
		display: block;
	}	
	
	#benefits .Bigtext {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;	
	}


	#vacation_system .flex,
	#childcare_support .flex,
	#health .flex,
	#ability .flex,
	#activity .flex {

		&>.flex_item {
			width: 100%;
		}
	}

	#benefits .acdbox>dl>dd>.case__content {
		&>dl>dt {
			background-position-y:1.5em;
			padding-right: 0;
		}
	
		&>dl>dd {
			&>.case__content__txt__img {
				flex-direction: column;
			}
		}
	}

	#benefits .acdbox {
		margin: 0 auto 60px;
	}

	#benefits .acdbox>dl {
		margin: 0 0 30px;
	}

	#benefits .acdbox>dl>dt {
		font-size: 16px;
		height: 60px;
	}

	#benefits .acdbox>dl>dt:after {
		width: 10px;
		height: 10px;
		/* border: 3px solid; */
		transform: rotate(-45deg);
		position: absolute;
		top: 30%;
		right: 15px;
		content: '';
	}

	#benefits .acdbox>dl>dt.open:after {
		border-color: #fff #fff transparent transparent;
		top: 40%;
		right: 15px;
		content: '';
	}

	#benefits .acdbox>dl>dd {
		display: none;
		background: url("../img/faq/a_icon.png") 10px top no-repeat;
		background-size: auto 40px;
		margin: 15px 0 0;
		/* padding: 0 10px 0 60px; */
		font-size: 14px;
	}


}