/* CSS Document */
@import url("reset.css");
@import url("common.css");
@import url("styles.css");


/* main.benefits *************************/
.benefits {
	margin-bottom: 0;
	padding: 0;
}

/* bnf_common *************************/
.bnf_common {
	position: relative;
	background: var(--grayColor);
	width: 100%;
	margin-top: 80px;
	padding: 50px;
	box-sizing: border-box;
}

.bnf_common .hukidashi-title {
	position: absolute;
	transform: translateY(-63.1%);
	top: 0;
	left: 30px;
	max-width: 320px;
}

.bnf_common h3 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid var(--mainColor);
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 26px;
	line-height: 26px;
	text-align: left;
}

.bnf_common img {
	width: 100%;
	display: block;
}

.bnf_common .liner {
	background: linear-gradient(to right, var(--subColor), var(--subColor));
	background-size: auto 10px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

/* contents */
.bnf_common .contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}

.bnf_common .contents .txt p,
.bnf_common .contents .txt ul {
	padding: 0 0 20px 0;
}

.bnf_common .contents .txt p:last-child,
.bnf_common .contents .txt ul:last-child {
	padding: 0;
}

.bnf_common .contents .txt ul li {
	padding: 0;
	margin: 0 0 0 30px;
}

/* contents-white */
.bnf_common .contents-white {
	position: relative;
	background: var(--whiteColor);
	padding: 40px 50px 50px 50px;
}

.bnf_common .contents-white .hukidashi-title {
	position: absolute;
}

.bnf_common .contents-white h4 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 26px;
}

.bnf_common .contents-white .wrap {
	position: relative;
	margin-top: 30px;
}

.bnf_common .contents-white .txt p,
.bnf_common .contents-white .txt ul {
	padding: 0 0 20px 0;
}

.bnf_common .contents-white .txt p:last-child,
.bnf_common .contents-white .txt ul:last-child {
	padding: 0;
}

@media screen and (max-width: 690px) {
	.bnf_common {
		margin-top: 60px;
		padding: 25px;
	}

	.bnf_common:first-child {
		margin-top: 30px;
	}

	.bnf_common .hukidashi-title {
		left: 10px;
		transform: translateY(-75%);
		max-width: 250px;
	}

	.bnf_common h3 {
		font-size: 18px;
		line-height: 1.8rem;
		padding-bottom: 10px;
	}

	/* contents */
	.bnf_common .contents {
		flex-direction: column;
		margin-top: 15px;
	}

	.bnf_common .contents .txt p,
	.bnf_common .contents .txt ul {
		padding: 0 0 10px 0;
		font-size: 14px;
	}

	.bnf_common .contents .txt ul li {
		margin: 0 0 0 15px;
	}

	/* contents-white */
	.bnf_common .contents-white {
		position: relative;
		background: var(--whiteColor);
		padding: 30px 20px 20px;
	}

	.bnf_common .contents-white h4 {
		font-size: 18px;
		line-height: 1.8rem;
	}

	.bnf_common .contents-white .wrap {
		margin-top: 15px;
	}

	.bnf_common .contents-white .txt p,
	.bnf_common .contents-white .txt ul {
		padding: 0 0 10px 0;
		font-size: 14px;
	}

	.bnf_common .contents-white .txt ul li {
		margin: 0 0 0 15px;
	}

}


/* bnf_uniform *************************/

.bnf_uniform .contents {
	gap: 50px;
}

/* contents */
.bnf_uniform .contents .txt {
	max-width: 500px;
	width: 58.1%;
}

.bnf_uniform .contents .image {
	position: relative;
	width: 34.8%;
}

.bnf_uniform .contents .image img {
	max-width: 300px;
	margin-top: 43%;
	margin-right: 10px;
}

.bnf_uniform .contents .image img.hukidashi {
	position: absolute;
	max-width: 303px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

/* contents-white */
.bnf_uniform .contents-white {
	margin-top: 50px;
}

.bnf_uniform .contents-white .image {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding-top: 7%;
}

.bnf_uniform .contents-white .image img {
	max-width: 650px;
	width: 85.5%;
	margin: 0 auto;
}

.bnf_uniform .contents-white .wrap .image .hukidashi {
	position: absolute;
	max-width: 303px;
	width: 40%;
	top: 0;
	right: 0;
}

@media screen and (max-width: 690px) {

	/* contents */
	.bnf_uniform .contents {
		gap: 20px;
	}

	.bnf_uniform .contents .txt,
	.bnf_uniform .contents .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_uniform .contents .image img {
		width: 70%;
		margin: 0 auto;
	}

	.bnf_uniform .contents .image img.hukidashi {
		position: static;
		max-width: 200px;
		width: 70%;
		margin: 0 auto 10px;
	}

	/* contents-white */
	.bnf_uniform .contents-white {
		margin-top: 30px;
	}

	.bnf_uniform .contents-white .image {
		margin-top: 15px;
		padding-top: 0;
	}

	.bnf_uniform .contents-white .image img {
		width: 90%;
	}

	.bnf_uniform .contents-white .wrap .image .hukidashi {
		position: static;
		max-width: 200px;
		width: 60%;
		margin-bottom: 10px;
	}

}


/* bnf_style *************************/

.bnf_style {
	padding-bottom: 150px;
}

.bnf_style .contents .txt {
	max-width: 500px;
	width: 58.1%;
}

.bnf_style .contents .txt li {
	font-weight: bold;
	margin-top: 10px !important;
	line-height: 1.8rem;
}

.bnf_style .contents .image {
	position: relative;
	max-width: 300px;
	width: 34.8%;
}

.bnf_style .contents .image img {
	position: absolute;
	max-width: 200px;
	width: 66.6%;
}

.bnf_style .contents .image img:nth-child(1) {
	top: 0;
	left: 0;
}

.bnf_style .contents .image img:nth-child(2) {
	transform: translateY(87.5%);
	right: 0;
}

.bnf_style .contents .image img:nth-child(3) {
	left: 50%;
	transform: translate(-50%, 168.75%);
}

@media screen and (max-width: 690px) {
	.bnf_style {
		padding-bottom: 25px;
	}

	.bnf_style .contents .txt,
	.bnf_style .contents .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_style .contents .image {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 20px;
	}

	.bnf_style .contents .image img {
		position: static;
		width: 33%;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
	}

}

/* bnf_club *************************/

/* contents */
.bnf_club .contents .txt .pickup {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.bnf_club .contents .txt .pickup span.new {
	max-width: 53px;
}

.bnf_club .contents .txt .pickup p {
	font-size: 20px;
	font-weight: bold;
	color: var(--mainColor);
	padding: 0;
}

.bnf_club .contents .txt .pickup p span {
	font-size: 14px;
}

/* contents-white */
.bnf_club .contents-white {
	margin-top: 70px;
}

.bnf_club .contents-white .hukidashi-title {
	max-width: 201px;
	top: 0;
	left: 30px;
	transform: translateY(-64.5%);
}

.bnf_club .contents-white h4 {
	position: relative;
}

.bnf_club .contents-white h4 img {
	position: absolute;
	max-width: 68px;
	top: 50%;
	transform: translateY(-50%);
	left: 200px;
}

.bnf_club .contents-white .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.bnf_club .contents-white .wrap .txt {
	max-width: 420px;
	width: calc(100% - 40%);
}

.bnf_club .contents-white .wrap .txt span.font14 {
	display: block;
	margin-top: 5px;
	line-height: 1.5rem;
}

.bnf_club .contents-white .wrap .image {
	max-width: 300px;
	width: 34.8%;
}

.bnf_club .contents-white .wrap .image img {
	width: 100%;
	margin: 0 auto;
}

.bnf_club .contents-white .wrap .image .hukidashi {
	max-width: 250px;
	width: 83%;
	margin-bottom: 10px;
}

.bnf_club .contents-white .img-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	margin-top: 40px;
	padding: 0;
}

.bnf_club .contents-white .img-list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 690px) {

	/* contents */
	.bnf_club .contents .txt .pickup span.new {
		max-width: 40px;
	}

	.bnf_club .contents .txt .pickup p {
		font-size: 16px;
	}

	.bnf_club .contents .txt .pickup p span {
		font-size: 12px;
	}

	/* contents-white */
	.bnf_club .contents-white {
		margin-top: 40px;
	}

	.bnf_club .contents-white .hukidashi-title {
		width: 50%;
		max-width: 180px;
		left: 50%;
		transform: translate(-50%, -60%);
	}

	.bnf_club .contents-white h4 img {
		position: absolute;
		max-width: 50px;
		right: 0;
		left: auto;
	}

	.bnf_club .contents-white .wrap {
		flex-direction: column;
		gap: 20px;
	}

	.bnf_club .contents-white .wrap .txt,
	.bnf_club .contents-white .wrap .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_club .contents-white .wrap .image img {
		width: 80%;
	}

	.bnf_club .contents-white .wrap .image .hukidashi {
		max-width: 200px;
		width: 60%;
	}

	.bnf_club .contents-white .img-list {
		gap: 1px;
		margin-top: 20px;
	}

}

/* bnf_paid-leave *************************/
.bnf_paid-leave {
	padding-bottom: 195px;
}

.bnf_paid-leave .contents {
	gap: 40px;
}

.bnf_paid-leave .contents .txt {
	max-width: 500px;
	width: 58.1%;
}

.bnf_paid-leave .contents .image {
	position: relative;
	max-width: 325px;
	width: 37.7%;
}

.bnf_paid-leave .contents .image img {
	position: absolute;
	max-width: 250px;
	width: 76.9%;
}

.bnf_paid-leave .contents .image img:nth-child(1) {
	top: 0;
	left: 0;
}

.bnf_paid-leave .contents .image img:nth-child(2) {
	transform: translateY(90%);
	right: 0;
}

.bnf_paid-leave .contents .image img:nth-child(3) {
	transform: translate(-50%, 172%);
	left: 50%;
}

@media screen and (max-width: 690px) {
	.bnf_paid-leave {
		padding-bottom: 25px;
	}

	.bnf_paid-leave .contents {
		gap: 20px;
	}

	.bnf_paid-leave .contents .txt,
	.bnf_paid-leave .contents .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_paid-leave .contents .image {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 100%;
		width: 100%;
	}

	.bnf_paid-leave .contents .image img {
		position: sticky;
		width: 33%;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
	}

}

/* bnf_special-leave *************************/
/* contents */
.bnf_special-leave .contents .txt {
	max-width: 630px;
	width: 73.2%;
}

.bnf_special-leave .contents .image {
	max-width: 150px;
	width: 17.4%;
	margin-right: 30px;
}

/* contents-white */
.bnf_special-leave .contents-white {
	margin-top: 70px;
}

.bnf_special-leave .contents-white .hukidashi-title {
	max-width: 303px;
	width: 39.8%;
	top: 0;
	left: auto;
	right: 30px;
	transform: translateY(-28.5%);
}

.bnf_special-leave .contents-white .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.bnf_special-leave .contents-white .wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.bnf_special-leave .contents-white .wrap .txt {
	max-width: 410px;
	width: 53.9%;
}

.bnf_special-leave .contents-white .wrap .txt .hukidashi {
	display: none;
	max-width: 137px;
	width: 45.6%;
	margin: 0 auto 10px;
}

.bnf_special-leave .contents-white .wrap .image {
	position: relative;
	max-width: 300px;
	width: 79.4%;
}

.bnf_special-leave .contents-white .wrap .image .hukidashi {
	position: absolute;
	max-width: 137px;
	width: 45.6%;
	top: -20px;
	left: -60px;
}

@media screen and (max-width: 690px) {

	/* contents */
	.bnf_special-leave .contents .txt,
	.bnf_special-leave .contents .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_special-leave .contents .image {
		max-width: 100px;
		margin: 20px auto 0;
	}

	.bnf_special-leave .contents-white {
		margin-top: 70px;
	}

	/* contents-white */
	.bnf_special-leave .contents-white .hukidashi-title {
		max-width: 200px;
		width: 60%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -80%);
	}

	.bnf_special-leave .contents-white .wrap {
		flex-direction: column;
	}

	.bnf_special-leave .contents-white .wrap:nth-child(even) {
		flex-direction: column;
		margin-top: 40px;
	}

	.bnf_special-leave .contents-white .wrap .txt,
	.bnf_special-leave .contents-white .wrap .image {
		max-width: 100%;
		width: 100%;
	}

	.bnf_special-leave .contents-white .wrap .txt .hukidashi {
		display: block;
	}

	.bnf_special-leave .contents-white .wrap .image {
		margin-top: 20px;
	}

	.bnf_special-leave .contents-white .wrap .image .hukidashi {
		display: none;
	}
}

/* bnf_cafeteria *************************/
.bnf_cafeteria h3 span {
	padding-left: 10px;
	font-size: 16px;
}

/* contents */
.bnf_cafeteria .contents {
	display: block;
	margin-top: 40px;
}

.bnf_cafeteria .contents p {
	text-align: center;
	font-weight: bold;
	line-height: 3.0rem;
	margin: 0;
	padding: 0;
}

.bnf_cafeteria .contents .arrow {
	max-width: 40px;
	margin: 30px auto;
}

.bnf_cafeteria .contents p.answer {
	align-items: center;
	display: flex;
	justify-content: center;

	font-size: 30px;
	font-weight: bold;
	color: var(--mainColor);
}

.bnf_cafeteria .contents p.answer::before,
.bnf_cafeteria .contents p.answer::after {
	background-color: var(--mainColor);
	content: "";
	border-radius: 100px;
	height: 3px;
	width: 40px;
	margin-top: 10px;
}

.bnf_cafeteria .contents p.answer::before {
	margin-right: 10px;
	transform: rotate(60deg);
}

.bnf_cafeteria .contents p.answer::after {
	margin-left: 10px;
	transform: rotate(-60deg);
}

/* contents-white */
.bnf_cafeteria .contents-white {
	margin-top: 30px;
}

.bnf_cafeteria .contents-white h4 {
	max-width: 430px;
	width: 56.5%;
	margin: 0 auto;
}

.bnf_cafeteria .contents-white .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.bnf_cafeteria .contents-white .wrap img {
	max-width: 365px;
	width: 48%;
}

.bnf_cafeteria .contents-white .link {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}

.bnf_cafeteria .contents-white .link a {
	display: block;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 690px) {
	.bnf_cafeteria h3 span {
		padding-left: 0;
		font-size: 14px;
	}

	/* contents */
	.bnf_cafeteria .contents {
		margin-top: 30px;
	}

	.bnf_cafeteria .contents p {
		line-height: 1.8rem;
		margin-top: 10px;
		padding: 0;
	}

	.bnf_cafeteria .contents p:first-child {
		margin-top: 0;
	}

	.bnf_cafeteria .contents .arrow {
		width: 7%;
		margin: 15px auto;
	}

	.bnf_cafeteria .contents p.answer {
		font-size: 20px;
	}

	/* contents-white */
	.bnf_cafeteria .contents-white {
		margin-top: 15px;
	}

	.bnf_cafeteria .contents-white h4 {
		width: 70%;
	}

	.bnf_cafeteria .contents-white .wrap {
		flex-direction: column;
		gap: 3px;
	}

	.bnf_cafeteria .contents-white .wrap img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.bnf_cafeteria .contents-white .link {
		justify-content: center;
	}

	.bnf_cafeteria .contents-white .link a {
		font-size: 14px;
	}
}


/* bnf_consultation *************************/
.bnf_consultation {
	background: #E5F7F0;
	border-top: 5px solid var(--mainColor);
	margin-top: 150px;
	padding: 70px 0 150px;
}

.bnf_consultation h3 {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 35px;
}

.bnf_consultation .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 960px;
	width: 90%;
	margin: 70px auto 0;
}

.bnf_consultation .wrap .detail,
.bnf_consultation .wrap .entry {
	max-width: 450px;
	width: 46.8%;
}

.bnf_consultation .wrap .detail h4,
.bnf_consultation .wrap .entry h4 {
	font-size: 25px;
	line-height: 2.0rem;
	margin: 0;
	padding: 0;
}

.bnf_consultation .wrap .detail h4 span,
.bnf_consultation .wrap .entry h4 span {
	font-size: 16px;
}

.bnf_consultation .wrap .detail p {
	/* margin: 30px auto; */
	margin: 0 auto 30px;
	padding: 0;
}

.bnf_consultation .wrap .detail img {
	display: block;
	max-width: 400px;
	width: 88.8%;
	margin: 0 auto;
}

.bnf_consultation .wrap .entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 3px solid var(--mainColor);
	border-radius: 20px;
	background: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
}

.bnf_consultation .wrap .entry h4 {
	margin-bottom: 20px;
}

.bnf_consultation .wrap .entry .qr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	gap: 10px;
}

.bnf_consultation .wrap .entry .qr img {
	max-width: 150px;
	width: 50%;
}

.bnf_consultation .wrap .entry p {
	margin: 0;
	padding: 0;
}

.bnf_consultation .wrap .entry .link {
	display: none;
}

@media screen and (max-width: 690px) {
	.bnf_consultation {
		margin-top: 70px;
		padding: 50px 0 70px;
	}

	.bnf_consultation h3 {
		font-size: 23px;
		/* line-height: 23px; */
	}

	.bnf_consultation .wrap {
		flex-direction: column;
		margin: 30px auto 0;
		gap: 40px;
	}

	.bnf_consultation .wrap .detail,
	.bnf_consultation .wrap .entry {
		width: 100%;
		margin: 0 auto;
	}

	.bnf_consultation .wrap .detail h4,
	.bnf_consultation .wrap .entry h4 {
		font-size: 18px;
		line-height: 1.8rem;
	}

	.bnf_consultation .wrap .detail h4 span,
	.bnf_consultation .wrap .entry h4 span {
		font-size: 14px;
	}

	.bnf_consultation .wrap .detail p,
	.bnf_consultation .wrap .entry p {
		font-size: 14px;
	}

	.bnf_consultation .wrap .detail h4 {
		text-align: left;
	}

	.bnf_consultation .wrap .detail p {
		/* margin: 10px auto; */
		margin-bottom: 10px;
	}

	.bnf_consultation .wrap .detail img {
		max-width: 300px;
		width: 70%;
	}

	.bnf_consultation .wrap .entry {
		padding: 20px 30px;
	}

	.bnf_consultation .wrap .entry h4 {
		margin-bottom: 10px;
	}

	.bnf_consultation .wrap .entry .qr {
		display: none;
	}

	.bnf_consultation .wrap .entry p span {
		display: none;
	}

	.bnf_consultation .wrap .entry .link {
		display: block;
		width: 100%;
	}

	.bnf_consultation .wrap .entry .link li {
		list-style: none;
		padding: 0;
		margin: 0 0 10px;
	}

	.bnf_consultation .wrap .entry .link li:last-child {
		margin-bottom: 0;
	}

	.bnf_consultation .wrap .entry .link li a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--mainColor);
		border-radius: 100px;
		width: 100%;
		height: 50px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
	}

}