@charset "UTF-8";


/* contents
---------------------------------------------------- */
.contents {
	width: 1020px;
	margin: 0 auto;
}


/* main
---------------------------------------------------- */
.company_main {
	height: 400px;
	min-width: 1020px;
	text-align: center;
	background-image: url(../img/recruit/company/main.jpg);
	background-position: center center;
	background-size: cover;
}
.company_main h1 {
	padding: 150px 0 30px;
}
.company_main p {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
}
.company_main p br.sp {
	display: none;
}


/* anc
---------------------------------------------------- */
.company_anc_btn {
	display: none;
}
.company_anc ul {
	margin: 30px 0 0 0;
	padding: 0;
	border-left: 1px solid #6f6f6f;
}
.company_anc ul li {
	float: left;
	width: 25%;
	text-align: center;
	list-style: none;
	border-right: 1px solid #6f6f6f;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.company_anc ul li a {
	color: #6f6f6f;
}
@media (min-width: 769px) {
	.company_anc ul li a {
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.company_anc ul li a:hover {
		opacity: .75;
	}
}



/* h2
---------------------------------------------------- */
.company_h2 {
	position: relative;
	min-width: 1020px;
}
.company_h2 img {
	position: absolute;
	left: 0;
	top: 0;
}
.company_h2 img:nth-child(2) {
	display: none;
}
.company_h2 h2 {
	width: 80%;
	margin: 92px 0 0;
	padding: 70px 0;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #FFF;
	float: right;
	background-position: center center;
	background-size: cover;
}


/* history
---------------------------------------------------- */
.company_history {
	padding: 50px 0 140px;
}
.company_history .company_h2 h2 {
	background-image: url(../img/recruit/company/history_h2_bg.jpg);
}
.company_history .swiper-wrapper {
	padding: 100px 0;
	background-image: url(../img/recruit/company/history_line.jpg);
	background-repeat: no-repeat;
	background-position: left 156px bottom;
}
.company_history .swiper-slide {
	position: relative;
	margin-bottom: 30px;
}
.company_history .swiper-slide ul {
	padding: 0 0 0 225px;
	width: 785px;
	float: left;
}
.company_history .swiper-slide ul li {
	list-style: none;
	position: relative;
	line-height: 28px;
	letter-spacing: 0;
}
.company_history .swiper-slide ul li a {
	color: #000;
}
.company_history .swiper-slide ul li a:hover {
	text-decoration: underline;
}
.company_history .swiper-slide ul li span {
	font-weight: bold;
	font-size: 20px;
	float: left;
	text-align: right;
	width: 50px;
	display: inline-block;
}
.company_history .swiper-slide ul li p {
	padding-left: 60px;
}
.company_history .swiper-slide ul li::before {
	position: absolute;
	content: "";
	left: -59px;
	top: 10px;
	width: 11px;
	height: 11px;
	background-color: #6f6f6f;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.company_history .swiper-slide ul li::after {
	position: absolute;
	content: "";
	left: -54px;
	top: 14px;
	width: 35px;
	height: 3px;
	background-color: #6f6f6f;
}
.company_history .swiper-slide .history_img {
	float: right;
}
.company_history .swiper-slide .year {
	position: absolute;
	left: 25px;
	top: 0;
	font-size: 40px;
}
.company_history .swiper-slide .year .year_sp {
	display: none;
}
.company_history .platform {
	margin-top: 100px;
}
.company_history .platform h3 {
	background-image: url(../img/recruit/company/history_h3_bg.jpg);
	background-repeat: repeat;
	min-width: 1020px;
	margin-bottom: 56px;
}
.company_history .platform h3 img {
	display: block;
	margin: 0 auto;
}
.company_history .platform h3 img:nth-child(2) {
	display: none;
}
.company_history .platform .platform_img {
	display: block;
	margin: 0 auto;
}


/* discipline
---------------------------------------------------- */
.company_discipline {
	padding: 0 0 80px;
}
.company_discipline .company_h2 h2 {
	background-image: url(../img/recruit/company/discipline_h2_bg.jpg);
}
.company_discipline .discipline_img {
	background-image: url(../img/recruit/company/discipline_bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}
.company_discipline .discipline_img .map {
	width: 1019px;
	margin: 0 auto;
}
.company_discipline .discipline_img .map_sp {
	display: none;
}
.company_discipline .discipline_img .map img {
	width: 100%;
	height: auto;
	border: 0;
}


/* workplace
---------------------------------------------------- */
.company_workplace {
	padding: 0 0 140px;
}
.company_workplace .company_h2 h2 {
	padding: 50px 0;
	background-image: url(../img/recruit/company/workplace_h2_bg.jpg);
}
.company_workplace ul {
	text-align: center;
	font-size: 0;
	margin: 100px 0 0;
	padding: 0;
}
.company_workplace ul li {
	display: inline-block;
	width: 290px;
	margin: 0 18px 60px;
	position: relative;
}
.company_workplace ul li a {
	position: absolute;
	right: -20px;
	bottom: -20px;
}
.company_workplace ul li a img {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.company_workplace ul li a:hover img {
	opacity: 0.7;
}


/* business
---------------------------------------------------- */
.company_business {
	padding: 0 0 120px;
}
.company_business .company_h2 h2 {
	padding: 50px 0;
	background-image: url(../img/recruit/company/business_h2_bg.jpg);
}
.company_business .businessmodel {
	padding: 100px 0;
}
.company_business .businessmodel img {
	display: block;
	margin: 0 auto 30px;
}
.company_business .businessmodel p {
	width: 810px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
}
.company_business .businessmodel p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.company_business .business_box {
	padding: 10px;
	background-image: url(../img/recruit/company/history_h3_bg.jpg);
}
.company_business .business_box .inner {
	background-color: #FFF;
	padding: 60px;
}
.company_business .business_box .inner ul {
	margin: 0;
	padding: 0;
}
.company_business .business_box .inner ul li {
	float: left;
	list-style: none;
}
.company_business .business_box .inner ul li:nth-child(1) {
	width: 400px;
}
.company_business .business_box .inner ul li:nth-child(2) {
	width: 480px;
	padding-left: 160px;
	background-image: url(../img/recruit/company/business_batsu.jpg);
	background-position: left top 50px;
	background-repeat: no-repeat;
}
.company_business .business_box .inner ul li img {
	margin-bottom: 20px;
}
.company_business .business_box .inner ul li .ttl {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.company_business .business_box .inner ul li .ttl span {
	font-size: 12px;
	font-weight: normal;
}
.company_business .business_box .inner ul li p {
	font-size: 15px;
	line-height: 30px;
}


@media (max-width: 1024px) and (min-width: 768px) {


	/* contents
	---------------------------------------------------- */
	.contents {
		width: 95%;
		margin: 0 auto;
	}


	/* main
	---------------------------------------------------- */
	.company_main {
		height: auto;
		min-width: 100%;
		padding-bottom: 30px;
	}
	.company_main h1 img {
		width: 200px;
	}


	/* h2
	---------------------------------------------------- */
	.company_h2 {
		position: relative;
		min-width: 100%;
	}
	.company_h2 img {
		width: 100%;
		position: inherit;
		left: 0;
		top: 0;
	}
	.company_h2 img:nth-child(1) {
		display: none;
	}
	.company_h2 img:nth-child(2) {
		display: block;
	}
	.company_h2 h2 {
		width: 100%;
		margin: 0 0 0;
		padding: 30px 0;
	}


	/* history
	---------------------------------------------------- */
	.company_history {
		padding: 50px 0 100px;
	}
	.company_history .swiper-slide ul {
		width: 100%;
	}
	.company_history .platform h3 {
		min-width: 100%;
	}
	.company_history .platform h3 img {
		width: 80%;
	}


	/* discipline
	---------------------------------------------------- */
	.company_discipline {
		padding: 0 0 20px;
	}
	.company_discipline .discipline_img {
		padding: 60px 0;
	}
	.company_discipline .discipline_img .map {
		width: 95%;
		margin: 0 auto;
	}


	/* workplace
	---------------------------------------------------- */
	.company_workplace {
		padding: 0 0 100px;
	}
	.company_workplace .company_h2 h2 {
		padding: 50px 0;
	}
	.company_workplace ul {
		margin: 50px 0 0 -5%;
		padding: 0;
	}
	.company_workplace ul li {
		display: block;
		float: left;
		width: 45%;
		margin: 0 0 60px 5%;
	}
	.company_workplace ul li a {
		right: 10px;
	}


	/* business
	---------------------------------------------------- */
	.company_business {
		padding: 0 0 100px;
	}
	.company_business .company_h2 h2 {
		padding: 20px 0;
	}
	.company_business .businessmodel {
		padding: 60px 0;
	}
	.company_business .businessmodel p {
		width: 90%;
	}
	.company_business .business_box .inner ul li {
		float: none;
	}
	.company_business .business_box .inner ul li:nth-child(1) {
		width: 100%;
	}
	.company_business .business_box .inner ul li:nth-child(2) {
		width: 100%;
		padding: 140px 0 0;
		background-position: center top 20px;
	}
	.company_business .business_box .inner ul li img {
		display: block;
		margin: 0 auto 20px;
	}



}


@media (max-width: 767px) {


	/* contents
	---------------------------------------------------- */
	.contents {
		width: 95%;
		margin: 0 auto;
	}


	/* main
	---------------------------------------------------- */
	.company_main {
		height: auto;
		min-width: 100%;
		padding-bottom: 15px;
	}
	.company_main h1 {
		padding: 50px 0 10px;
	}
	.company_main h1 img {
		width: 160px;
	}
	.company_main p {
		font-size: 10px;
		line-height: 18px;
	}
	.company_main p br.sp {
		display: block;
	}


	/* anc
	---------------------------------------------------- */
	.company_anc {
		padding: 20px 0 10px;
	}
	.company_anc_btn {
		position: relative;
		display: block;
		border-bottom: 2px solid #6f6f6f;
		padding: 12px 0;
		margin: 0;
		color: #000;
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
	}
	.company_anc_btn:focus,
	.company_anc_btn:hover {
		color: #000;
	}
	.company_anc_btn:after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #555555;
		border-right: 2px solid #555555;
		margin: -6px 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		content: "";
	}
	.company_anc_btn.open:after {
		border-top: 2px solid #555555;
		border-right: 2px solid #555555;
		margin: -3px 0 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.company_anc ul {
		display: none;
		margin: 0;
		border: none;
	}
	.company_anc ul li {
		width: 100%;
		border-right: none;
	}
	.company_anc ul li a {
		display: block;
		margin: 0!important;
		padding: 12px 0;
		position: relative;
		border-bottom: 1px solid #ebebeb;
	}
	.company_anc ul li:last-child a {
		border-bottom: 2px solid #6f6f6f;
	}
	.company_anc ul li a::after {
		top: 50%;
		margin: -6px 0 0;
	}

	#map2,
	#map {
		height: auto;
	}

	/* h2
	---------------------------------------------------- */
	.company_h2 {
		position: relative;
		min-width: 100%;
	}
	.company_h2 img {
		width: 100%;
		position: inherit;
		left: 0;
		top: 0;
	}
	.company_h2 img:nth-child(1) {
		display: none;
	}
	.company_h2 img:nth-child(2) {
		display: block;
	}
	.company_h2 h2 {
		width: 100%;
		margin: 0 0 0;
		padding: 30px 0;
		font-size: 15px;
		line-height: 23px;
	}


	/* history
	---------------------------------------------------- */
	.company_history {
		padding: 30px 0 60px;
	}
	.company_history .swiper-wrapper {
		padding: 30px 0;
		background-image: none;
	}
	.company_history .swiper-slide {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 10px;
		text-align: left;
	}
	.company_history .swiper-slide ul {
		padding: 0 0 0 0;
		width: 70%;
	}
	.company_history .swiper-slide ul li {
		list-style: none;
		position: relative;
		line-height: 16px;
		letter-spacing: 0;
		font-size: 10px;
		margin-bottom: 10px;
	}
	.company_history .swiper-slide ul li::before {
		display: none;
	}
	.company_history .swiper-slide ul li::after {
		display: none;
	}
	.company_history .swiper-slide ul li span {
		font-size: 12px;
		width: 30px;
	}
	.company_history .swiper-slide ul li p {
		padding-left: 38px;
	}
	.company_history .swiper-slide .history_img {
		width: 28%;
	}
	.company_history .swiper-slide .year {
		position: absolute;
		left: 0;
		top: inherit;
		bottom: 0;
	}
	.company_history .swiper-slide .year .year_pc {
		display: none;
	}
	.company_history .swiper-slide .year .year_sp {
		display: block;
	}
	.company_history .platform {
		margin-top: 20px;
	}
	.company_history .platform h3 {
		min-width: 100%;
		margin-bottom: 20px;
	}
	.company_history .platform h3 img {
		width: 94%;
	}
	.company_history .platform h3 img:nth-child(1) {
		display: none;
	}
	.company_history .platform h3 img:nth-child(2) {
		display: block;
	}
	.company_history .platform .platform_img {
		width: 94%;
	}

	.swiper-pagination {
		background-color: #ededed;
		padding-bottom: 6px;
	}


	/* discipline
	---------------------------------------------------- */
	.company_discipline {
		padding: 0 0 20px;
	}
	.company_discipline .discipline_img {
		padding: 20px 0;
	}
	.company_discipline .discipline_img .map {
		width: 100%;
		margin: 0 auto;
	}
	.company_discipline .discipline_img .map_pc {
		display: none;
	}
	.company_discipline .discipline_img .map_sp {
		display: block;
	}


	/* workplace
	---------------------------------------------------- */
	.company_workplace {
		padding: 0 0 30px;
	}
	.company_workplace .company_h2 h2 {
		padding: 20px 0;
	}
	.company_workplace ul {
		margin: 50px 0 0 0;
		padding: 0;
	}
	.company_workplace ul li {
		display: block;
		float: left;
		width: 40%;
		margin: 0 5% 40px;
	}
	.company_workplace ul li a {
		right: -10px;
	}
	.company_workplace ul li a img {
		width: 95%;
	}


	/* business
	---------------------------------------------------- */
	.company_business {
		padding: 0 0 100px;
	}
	.company_business .company_h2 h2 {
		padding: 20px 0;
	}
	.company_business .businessmodel {
		padding: 20px 0;
	}
	.company_business .businessmodel p {
		width: 90%;
		font-size: 12px;
		line-height: 22px;
	}
	.company_business .businessmodel p span {
		font-size: 14px;
	}
	.company_business .business_box .inner {
		padding: 20px;
	}
	.company_business .business_box .inner ul li {
		float: none;
	}
	.company_business .business_box .inner ul li:nth-child(1) {
		width: 100%;
	}
	.company_business .business_box .inner ul li:nth-child(2) {
		width: 100%;
		padding: 90px 0 0;
		background-size: 100px auto;
		background-position: center top 10px;
	}
	.company_business .business_box .inner ul li img {
		display: block;
		width: 80%;
		margin: 0 auto 20px;
	}
	.company_business .business_box .inner ul li .ttl {
		font-size: 14px;
	}
	.company_business .business_box .inner ul li p {
		font-size: 12px;
		line-height: 22px;
	}


}
