@charset "UTF-8";


.page-ttl-box {
	position: relative;
	width: 100%;
	height: 280px;
}
.page-ttl-box video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.page-ttl-box .bg img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.page-ttl-box:before {
	width: 100%;
	height: 100%;
	background: #062113;
	opacity: 1;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 1s;
}
.page-ttl-box.eon:before {
	opacity: .5;
}
.category-ttl {
	width: 90%;
	padding: 20px 0;
	max-width: 480px;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	position: relative;
	z-index: 2;
	top: calc(50% + 10px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 28px;
	color: #FFF;
	opacity: 0;
	transition: all .8s .4s;
}
.category-ttl.eon {
	opacity: 1;
	top: calc(50%);
}
.category-ttl:before {
	width: 30%;
	height: 1px;
	background: #FFF;
	left: 0;
	top: 0;
}
.category-ttl:after {
	width: 30%;
	height: 1px;
	background: #FFF;
	right: 0;
	top: 0;
}
.business .first-content {
	padding: 50px 0;
}
.business .first-content .job-detail-box:nth-of-type(1) {
	padding-top: 80px;
}
.business .job-detail-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.business .job-detail-box .txt {
	width: 40%;
}
.business .job-detail-box .img {
	width: 55%;
}
.business .job-detail-box .txt .ttl {
	font-size: 32px;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.business .job-detail-box .txt .ttl:first-letter {
	color: var(--main-color);
}
.business .job-detail-box .txt p.note {
	font-size: 80%;
	padding: 10px 0 0;
}
@media (hover: hover) {

}
@media screen and (max-width: 1024px) {
	.page-ttl-box {
		position: relative;
		width: 100%;
		height: 240px;
	}
	.page-ttl-box video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
	.page-ttl-box .bg img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
	.page-ttl-box:before {
		width: 100%;
		height: 100%;
		background: #062113;
		opacity: 1;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 1s;
	}
	.page-ttl-box.eon:before {
		opacity: .5;
	}
	.category-ttl {
		width: 90%;
		padding: 15px 0;
		max-width: 400px;
		border-bottom: solid 1px #FFF;
		border-right: solid 1px #FFF;
		border-left: solid 1px #FFF;
		position: relative;
		z-index: 2;
		top: calc(50% + 10px);
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 20px;
		color: #FFF;
		opacity: 0;
		transition: all .8s .4s;
	}
	.category-ttl.eon {
		opacity: 1;
		top: calc(50%);
	}
	.category-ttl:before {
		width: 30%;
		height: 1px;
		background: #FFF;
		left: 0;
		top: 0;
	}
	.category-ttl:after {
		width: 30%;
		height: 1px;
		background: #FFF;
		right: 0;
		top: 0;
	}
	.business .first-content {
		padding: 30px 0;
	}
	.business .first-content .job-detail-box:nth-of-type(1) {
		padding-top: 80px;
	}
	.business .job-detail-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.business .job-detail-box .txt {
		width: 50%;
	}
	.business .job-detail-box .img {
		width: 47%;
	}
	.business .job-detail-box .txt .ttl {
		font-size: 28px;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.business .job-detail-box .txt .ttl:first-letter {
		color: var(--main-color);
	}
	.business .job-detail-box .txt p.note {
		font-size: 80%;
		padding: 10px 0 0;
	}
}
@media screen and (max-width: 834px) {
	.page-ttl-box {
		position: relative;
		width: 100%;
		height: 180px;
	}
	.page-ttl-box video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
	.page-ttl-box:before {
		width: 100%;
		height: 100%;
		background: #062113;
		opacity: 1;
		left: 0;
		top: 0;
		z-index: 1;
		transition: all 1s;
	}
	.page-ttl-box.eon:before {
		opacity: .5;
	}
	.category-ttl {
		width: 90%;
		padding: 5px 0;
		max-width: 320px;
		border-bottom: solid 1px #FFF;
		border-right: solid 1px #FFF;
		border-left: solid 1px #FFF;
		position: relative;
		z-index: 2;
		top: calc(50% + 10px);
		left: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 18px;
		color: #FFF;
		opacity: 0;
		transition: all .8s .4s;
	}
	.category-ttl.eon {
		opacity: 1;
		top: calc(50%);
	}
	.category-ttl:before {
		width: 30%;
		height: 1px;
		background: #FFF;
		left: 0;
		top: 0;
	}
	.category-ttl:after {
		width: 30%;
		height: 1px;
		background: #FFF;
		right: 0;
		top: 0;
	}
	.business .first-content {
		padding: 30px 0;
	}
	.business .first-content .job-detail-box:nth-of-type(1) {
		padding-top: 40px;
	}
	.business .job-detail-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.business .job-detail-box .txt {
		width: 100%;
		padding-bottom: 20px;
	}
	.business .job-detail-box .img {
		width: 100%;
	}
	.business .job-detail-box .txt .ttl {
		font-size: 20px;
		line-height: 1.4em;
		padding-bottom: 5px;
	}
	.business .job-detail-box .txt .ttl:first-letter {
		color: var(--main-color);
	}
}

@media screen and (max-width: 480px) {
	.page-ttl-box {
		position: relative;
		width: 100%;
		height: 110px;
	}
}

.business-links {
	background: #F2F2F2;
	padding: 50px 0 50px;
}
.business-links .section-ttl {
	font-family: var(--en-font);
	font-size: 70px;
	font-weight: 600;
	display: flex;
  align-items: center
}
.business-links .section-ttl span {
	font-family: var(--jp-font);
	font-size: 16px;
	vertical-align: middle;
	padding-left: 30px;
}
.business-links .txt-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	left: -1%;
	position: relative;
	margin-bottom: 50px;
}
.business-links .txt-links li {
	width: 23%;
	position: relative;
	margin: 0 1% 10px
}
.business-links .txt-links li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 0 20px 10px;
}
.business-links .txt-links li:before {
	width: 100%;
	height: 1px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	left: 0;
	bottom: 0;
	transition: all .5s;
}
.business-links .txt-links li:after {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}




@media (hover: hover) {
	.business-links .txt-links li:hover:before {
		background-position: center left;
	}
	.business-links .txt-links li:hover:after {
		background-image: url("../img/common_img/arrow-green.svg");
		right: 5px;
	}
}
@media screen and (max-width: 1024px) {
	.business-links {
		background: #F2F2F2;
		padding: 50px 0 50px;
	}
	.business-links .section-ttl {
		font-family: var(--en-font);
		font-size: 50px;
		font-weight: 600;
		display: flex;
		align-items: center
	}
	.business-links .section-ttl span {
		font-family: var(--jp-font);
		font-size: 16px;
		vertical-align: middle;
		padding-left: 20px;
	}
	.business-links .txt-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 102%;
		left: -1%;
		position: relative;
		margin-bottom: 50px;
	}
	.business-links .txt-links li {
		width: 31.33%;
		position: relative;
		margin: 0 1% 10px
	}
	.business-links .txt-links li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 12px 016px 10px;
	}
	.business-links .txt-links li:before {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		transition: all .5s;
	}
	.business-links .txt-links li:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .4s;
	}
}

@media screen and (max-width: 834px) {
	.business-links {
		background: #F2F2F2;
		padding: 50px 0 10px;
	}
	.business-links .section-ttl {
		font-size: 60px;
		flex-wrap: wrap;
		line-height: 1em;
		margin-bottom: 30px;
	}
	.business-links .section-ttl span {
		font-family: var(--jp-font);
		font-size: 13px;
		vertical-align: middle;
		line-height: 1.5em;
		padding-left: 0;
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.business-links .txt-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 102%;
		left: -1%;
		position: relative;
		margin-bottom: 50px;
	}
	.business-links .txt-links li {
		width: 48%;
		position: relative;
		margin: 0 1% 10px
	}
	.business-links .txt-links li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 10px 0 15px 10px;
	}
	.business-links .txt-links li:before {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		transition: all .5s;
	}
	.business-links .txt-links li:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 0px;
		transition: all .4s;
	}
}


