@charset "utf-8";
/* CSS Document */
body {
	background: none!important;
}
header {
}
#container {
	background: none!important;
	padding-top: 0;
}
main {
	padding-top: 0;
}


/*--- パンくずリスト ---*/
#recruit_main {
	position: relative;
}
.kuzu {
	top: 83px;
	padding-top: 1em;
}

#container h2 {
	color: #000;
}
#container h2 span {
	display: block;
}
#container h2 .en {
	font-size: 86px;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#container h2 .jp {
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-top: 30px;
}

#mv {
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mv .mv_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 1300px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#mv h1 {
	color: #000;
}
#mv h1 span {
	display: block;
}
#mv h1 .en {
	font-size: 140px;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#mv h1 .jp {
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-top: 30px;
}
#mv .mv_txt {
	font-size: 16px;
	line-height: 3em;
	margin-top: 46px;
}
#mv .mv_txt span {
	display: inline;
	padding: 0.7em 0.4em 0.6em;
	background-color: rgba(255,255,255,0.50);
}
#mv .img_box {
	width: 75%;
	margin-left: auto;
}

@media screen and (max-width: 1600px) {
	#mv {
		background-size: 100% auto;
	}
	#mv .mv_content {
		max-width: none;
		width: 81.3vw;
	}
	#mv h1 .en {
		font-size: 8.8vw;
	}
	#mv h1 .jp {
		font-size: 2.5vw;
		margin-top: 1.9vw;
	}
	#mv .mv_txt {
		font-size: 1vw;
		margin-top: 2.9vw;
	}
}

.head_content {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 90px 0 70px;
}
.head_content .h_txt {
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}
.head_content .link_list {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.head_content .link_list li {
	width: 16.8%;
}
.head_content .link_list li a {
	display: block;
	height: 134px;
	background-color: #F2F2F2;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #000;
	background-image: url("../img/company/recruit/arrow_black_down.svg");
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center bottom 15px;
}



#about {
	background-image: url("../img/company/recruit/top_bg01_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	height: 90vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#about .about_content {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#about .about_content .powerpoint {
	margin-top: 60px;
}
#about .btn01 {
	width: 214px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#job .job_content {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 90px;
}
#job .job_list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#job .job_list li {
	width: 48.5%;
}
#job .job_list li a,
#job .position .position_list li a {
	display: block;
	font-size: 20px;
	letter-spacing: 0.05em;
	background-color: #000;
	color: #fff;
	padding: 26px 30px 30px;
	background-image: url("../img/company/recruit/arrow_white_right.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right 30px center;
}
#job .job_list li.eng a {
	background-color: #137CAB;
}
#job .job_list li.sol a {
	background-color: #7ABF56;
}
#job .position {
	border-top: 2px solid #000;
	margin-top: 70px;
	padding-top: 60px;
}
#job .position .title {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#job .position .position_list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
#job .position .position_list li {
	width: 31.2%;
	margin-left: 3.2%;
}
#job .position .position_list li:nth-child(3n+1) {
	margin-left: 0;
}
#job .position .position_list li:nth-child(n+4) {
	margin-top: 32px;
}

.bg_green {
	background-image: url("../img/company/recruit/top_bg02_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	position: relative;
	z-index: 2;
}

#interview {
	overflow: hidden;
	padding-top: 6vw;
}
#interview .int_wrap {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#interview .int_wrap .left_block {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#interview .int_wrap .left_block h2 .en {
	font-size: 50px;
	font-weight: 900;
}
#interview .int_wrap .left_block h2 .jp {
	font-size: 24px;
	font-weight: 900;
}
#interview .int_wrap .left_block .int_txt {
	font-size: 16px;
	line-height: 2em;
	margin-top: 40px;
}
#interview .int_wrap .left_block .btn {
	width: 174px;
	margin-top: 48px;
}
#interview .int_wrap .right_block {
	width: 60%;
	height: 553px;
	position: relative;
}
#interview .int_wrap .right_block .img {
	position: absolute;
	top: 0;
	left: 0;
}
#interview .int_wrap .right_block .img,
#interview .int_wrap .right_block .img img {
	width: auto;
	height: 100%;
}

#employee {
	padding-top: 17.8vw;
}
#employee .emp_wrap {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#employee .emp_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#employee .emp_box .emp_block {
	width: 48.5%;
	background-color: #F5F5F5;
	padding: 40px 0;
}
#employee .emp_box .emp_block:nth-child(n+3) {
	margin-top: 30px;
}
#employee .emp_box .emp_block .icon,
#employee .emp_box .emp_block .txt_list {
	width: 79.4%;
	margin-left: auto;
	margin-right: auto;
}
#employee .emp_box .emp_block .icon {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#employee .emp_box .emp_block .txt_list li {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
#employee .emp_box .emp_block .txt_list li::before {
	content: "■";
}
#employee .emp_box .emp_block .txt_list li .sub_txt {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4em;
	margin-top: 0.3em;
	text-indent: 0em;
	padding-left: 0em;
}
#employee .emp_box .emp_block .txt_list li + li {
	margin-top: 0.8em;
}

#employee .emp_box .emp_block.green .icon {
	border-bottom-color: #7ABF56;
}
#employee .emp_box .emp_block.green .txt_list li::before {
	color: #7ABF56;
}

#employee .emp_box .emp_block.blue .icon {
	border-bottom-color: #137CAB;
}
#employee .emp_box .emp_block.blue .txt_list li::before {
	color: #137CAB;
}

#information {
	background-image: url("../img/company/recruit/top_bg03_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	padding-top: 25.6vw;
}
#information .info_bg {
	background-image: url("../img/company/recruit/top_bg04_pc.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: 6.3vw;
}
#information .info_wrap {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#information .info_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}
#information .info_box .info_block {
	width: 30%;
	margin-left: 5%;
}
#information .info_box .info_block:nth-child(3n+1) {
	margin-left: 0%;
}
#information .info_box .info_block a {
	display: block;
}
#information .info_box .info_block .thum img {
	width: 100%;
	height: 158px;
	object-fit: cover;
}
#information .info_box .info_block .txt01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#information .info_box .info_block .txt01 .day {
	font-size: 15px;
	font-weight: 500;
}
#information .info_box .info_block .txt01 .category {
	display: block;
	width: 130px;
	background-color: #000;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1em;
	padding: 0.6em 0em 0.1em;
}
#information .info_box .info_block h3 {
	font-size: 17px;
	line-height: 1.5em;
	margin-top: 0.5em;
}
#information .info_box .info_block .desc {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 0.5em;
}
#information .info_box .info_block .txt02 {
	text-align: right;
	margin-top: 10px;
}
#information .info_box .info_block .txt02 span {
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
	background-image: url("../img/company/recruit/arrow_black_right.svg");
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: left center;
}
#information .btn {
	width: 174px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 45px;
}
#information .inq_btn {
	width: 395px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vw;
}

@media screen and (max-width: 1530px) {

	#container h2 .en {
		font-size: 5.6vw;
	}
	#container h2 .jp {
		font-size: 1.7vw;
		margin-top: 2vw;
	}

	.head_content {
		max-width: none;
		width: 65.4%;
		padding: 5.9vw 0 4.6vw;
	}
	.head_content .h_txt {
		font-size: 1.1vw;
	}
	.head_content .link_list {
		max-width: none;
		width: 52.3vw;
		margin-top: 5.2vw;
	}
	.head_content .link_list li a {
		height: 8.8vw;
		padding-bottom: 1.6vw;
		font-size: 1vw;
		background-size: 0.7vw auto;
		background-position: center bottom 1vw;
	}



	#about {
		height: 90vw;
	}
	#about .about_content {
		max-width: none;
		width: 65.4%;
	}
	#about .about_content .powerpoint {
		margin-top: 3.9vw;
	}
	#about .btn01 {
		width: 14vw;
		margin-top: 3.9vw;
	}

	#job .job_content {
		max-width: none;
		width: 65.4%;
		padding-bottom: 5.9vw;
	}
	#job .job_list {
		margin-top: 3.9vw;
	}
	#job .job_list li a,
	#job .position .position_list li a {
		font-size: 1.3vw;
		padding: 1.7vw 2vw 2vw;
		background-size: 0.8vw auto;
		background-position: right 2vw center;
	}
	#job .position {
		margin-top: 4.6vw;
		padding-top: 3.9vw;
	}
	#job .position .title {
		font-size: 1.7vw;
	}
	#job .position .position_list {
		margin-top: 2.6vw;
	}
	#job .position .position_list li:nth-child(n+4) {
		margin-top: 2.1vw;
	}

	.bg_green {
	}

	#interview .int_wrap {
		max-width: none;
		width: 65.4%;
	}
	#interview .int_wrap .left_block h2 .en {
		font-size: 3.3vw;
	}
	#interview .int_wrap .left_block h2 .jp {
		font-size: 1.6vw;
	}
	#interview .int_wrap .left_block .int_txt {
		font-size: 1.1vw;
		margin-top: 2.6vw;
	}
	#interview .int_wrap .left_block .btn {
		width: 11.4vw;
		margin-top: 3.1vw;
	}
	#interview .int_wrap .right_block {
		height: 36.1vw;
	}

	#employee .emp_wrap {
		max-width: none;
		width: 65.4%;
	}
	#employee .emp_box {
		margin-top: 5.9vw;
	}
	#employee .emp_box .emp_block {
		padding: 2.6vw 0;
	}
	#employee .emp_box .emp_block:nth-child(n+3) {
		margin-top: 2vw;
	}
	#employee .emp_box .emp_block .icon {
		padding-bottom: 2vw;
		margin-bottom: 2vw;
	}
	#employee .emp_box .emp_block .txt_list li {
		font-size: 1.2vw;
	}
	#employee .emp_box .emp_block .txt_list li .sub_txt {
		font-size: 0.9vw;
	}

	#information .info_wrap {
		max-width: none;
		width: 65.4%;
	}
	#information .info_box {
		margin-top: 4.3vw;
	}
	#information .info_box .info_block .thum img {
		height: 10.3vw;
	}
	#information .info_box .info_block .txt01 {
		margin-top: 1vw;
	}
	#information .info_box .info_block .txt01 .day {
		font-size: 1vw;
	}
	#information .info_box .info_block .txt01 .category {
		width: 8.5vw;
		font-size: 0.9vw;
		padding: 0.6em 0em 0.1em;
	}
	#information .info_box .info_block h3 {
		font-size: 1.1vw;
	}
	#information .info_box .info_block .desc {
		font-size: 0.9vw;
	}
	#information .info_box .info_block .txt02 {
		margin-top: 0.7vw;
	}
	#information .info_box .info_block .txt02 span {
		font-size: 0.9vw;
		padding-left: 1.3vw;
		background-size: 0.9vw auto;
	}
	#information .btn {
		width: 11.4vw;
		margin-top: 2.9vw;
	}
	#information .inq_btn {
		width: 25.8vw;
	}
}



@media screen and (max-width: 768px) {
	#container h2 .en {
		font-size: 10.5vw;
	}
	#container h2 .jp {
		font-size: 4.5vw;
		margin-top: 3.7vw;
	}

	#mv {
		background: none;
	}
	#mv .mv_content {
		position: static;
		width: 86.7%;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		padding-top: 20.9vw;
		transform: translate(0,0)
	}
	#mv h1 .en {
		font-size: 16vw;
	}
	#mv h1 .jp {
		font-size: 5.3vw;
		margin-top: 4.5vw;
	}
	#mv .mv_txt {
		font-size: 3.2vw;
		line-height: 1.6em;
		margin-top: 6.9vw;
	}
	#mv .mv_txt span {
		padding: 0;
		background-color: none;
	}
	#mv .img_box {
		margin-top: 8.8vw;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	.head_content {
		width: 86.7%;
		padding: 11.5vw 0 14.1vw;
	}
	.head_content .h_txt {
		font-size: 3.2vw;
		line-height: 1.7em;
		text-align: justify;
	}
	.head_content .link_list {
		width: 100%;
		margin-top: 12vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.head_content .link_list li {
		width: 48.5%;
	}
	.head_content .link_list li:nth-child(n+3) {
		margin-top: 2.7vw;
	}
	.head_content .link_list li:last-child {
		width: 100%;
	}
	.head_content .link_list li a {
		height: auto;
		padding: 6.4vw;
		font-size: 3.0vw;
		background-size: 2.2vw auto;
		background-position: center bottom 2vw;
		letter-spacing: -0.05em;
	}



	#about {
		background-image: url("../img/company/recruit/top_bg01_sp.png");
		height: 153.3vw;
	}
	#about .about_content {
		width: 86.7%;
	}
	#about .about_content .powerpoint {
		margin-top: 8vw;
	}
	#about .btn01 {
		width: 42.8vw;
		margin-top: 10.7vw;
	}

	#job {
		padding-bottom: 14.2vw;
	}
	#job .job_content {
		width: 86.7%;
		padding-bottom: 0;
	}
	#job .job_list {
		margin-top: 60px;
		display: block;
	}
	#job .job_list li {
		width: 100%;
	}
	#job .job_list li + li {
		margin-top: 2.7vw;
	}
	#job .job_list li a,
	#job .position .position_list li a {
		font-size: 4vw;
		padding: 7.7vw 6vw 7.7vw;
		background-size: 2.1vw auto;
		background-position: right 5.1vw center;
	}
	#job .position {
		margin-top: 10.7vw;
		padding-top: 8.7vw;
	}
	#job .position .title {
		font-size: 4.5vw;
	}
	#job .position .position_list {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	#job .position .position_list li {
		width: 31.2%;
	}
	#job .position .position_list li a {
		font-size: 3.8vw;
		text-align: center;
		padding: 10vw 2vw;
		background-size: 2.1vw auto;
		background-position: center bottom 3.3vw;
	}
	#job .position .position_list li:nth-child(3n+1) {
		margin-left: 0;
	}
	#job .position .position_list li:nth-child(n+4) {
		margin-top: 2vw;
	}

	.bg_green {
		background-image: url("../img/company/recruit/top_bg02_sp.png");
	}

	#interview {
		padding-top: 22.1vw;
	}
	#interview .int_wrap {
		width: 100%;
		display: block;
	}
	#interview .int_wrap .left_block {
		width: 86.7%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#interview .int_wrap .left_block h2 .en {
		font-size: 8vw;
	}
	#interview .int_wrap .left_block h2 .jp {
		font-size: 3.5vw;
	}
	#interview .int_wrap .left_block .int_txt {
		font-size: 3.2vw;
		line-height: 1.7em;
		margin-top: 6vw;
	}
	#interview .int_wrap .left_block .btn {
		width: 34.7vw;
		margin-top: 7.3vw;
	}
	#interview .int_wrap .right_block {
		display: block;
		width: 100%;
		height: auto;
		position: static;
		margin-top: 10.1vw;
	}
	#interview .int_wrap .right_block .img {
		position: static;
	}
	#interview .int_wrap .right_block .img,
	#interview .int_wrap .right_block .img img {
		width: 100%;
		height: auto;
	}

	#employee {
		padding-top: 17.9vw;
	}
	#employee .emp_wrap {
		width: 86.7%;
	}
	#employee .emp_box {
		margin-top: 12vw;
		display: block;
	}
	#employee .emp_box .emp_block {
		width: 100%;
		padding: 7.6vw 0 8vw;
	}
	#employee .emp_box .emp_block:nth-child(n+2) {
		margin-top: 5.3vw;
	}
	#employee .emp_box .emp_block .icon {
		border-bottom: 2px solid #000;
		padding-bottom: 6vw;
		margin-bottom: 4vw;
	}
	#employee .emp_box .emp_block .txt_list li {
		font-size: 3.2vw;
	}
	#employee .emp_box .emp_block .txt_list li .sub_txt {
		font-size: 2.6vw;
		line-height: 1.4em;
	}

	#information {
		background-image: url("../img/company/recruit/top_bg03_sp.png");
		padding-top: 29vw;
	}
	#information .info_bg {
		background-image: url("../img/company/recruit/top_bg04_sp.png");
		padding-bottom: 20vw;
	}
	#information .info_wrap {
		width: 86.7%;
	}
	#information .info_box {
		margin-top: 15.3vw;
		display: block;
	}
	#information .info_box .info_block {
		width: 100%;
	}
	#information .info_box .info_block,
	#information .info_box .info_block:nth-child(3n+1) {
		margin-left: auto;
		margin-right: auto;
	}
	#information .info_box .info_block + .info_block {
		margin-top: 6.7vw;
	}
	#information .info_box .info_block .thum img {
		width: 100%;
		height: 42.1vw;
		object-fit: cover;
	}
	#information .info_box .info_block .txt01 {
		margin-top: 4.6vw;
	}
	#information .info_box .info_block .txt01 .day {
		font-size: 4vw;
	}
	#information .info_box .info_block .txt01 .category {
		width: 34.7vw;
		font-size: 3.5vw;
		padding: 0.2em 0em 0.3em;
	}
	#information .info_box .info_block h3 {
		font-size: 4vw;
		margin-top: 0.5em;
	}
	#information .info_box .info_block .desc {
		font-size: 3.2vw;
		line-height: 1.7em;
		margin-top: 0.6em;
	}
	#information .info_box .info_block .txt02 {
		text-align: right;
		margin-top: 5vw;
	}
	#information .info_box .info_block .txt02 span {
		font-size: 3.7vw;
		padding-left: 5vw;
		background-size: 3.2vw auto;
	}
	#information .btn {
		width: 34.7vw;
		margin-top: 12.3vw;
	}
	#information .inq_btn {
		width: 79.2vw;
		margin-top: 48.7vw;
	}
}



@media screen and (max-width: 420px) {  
}


/*--- モーダルウィンドウ ---*/
.modal_window {
  display: none;
}
.fancybox-content {
  max-width: 700px;
  width: 100%;
  background-image: url("../img/company/members/bg_01.png"), url("../img/company/members/bg_02.png");
  background-size: 18.5%;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 70px 55px 85px;
}
.fancybox-content .date {
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
}
.fancybox-content .date .category {
	padding: 0.2em 1em;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-left: 2em;
}
.fancybox-content h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.fancybox-content .txt_desc {
  font-size: 14px;
  text-align: justify;
}
.fancybox-content a{
  color:#0082b5;
  text-decoration:underline;
}
@media screen and (max-width: 420px) {  
 
	/*--- モーダルウィンドウ ---*/
	.fancybox-content .date .category {
		margin-left: 0em;
		margin-top: 1em;
	}
}

