@charset "UTF-8";
/* CSS Document */

/* LAYOUT */

.company_box, .career_box, .marketing_box, .campus_box, .service_box, .form_box {
	width: 90%;
	max-width: 1000px;
	margin: 90px auto;
}


/*　COMPANY PROFILE */

.company_box dl {
	border-bottom: solid 1px #e0e0e0;
	padding: 25px 0;
	clear: both;
}

.company_box dt {
	font-size: 110%;
	color:#6b6b6b;
	float: left;
	padding: 0 0 0 1%;
	width: 25%;
}

.company_box dd {
	width: 75%;
}


/*　CAREER & INTERN */

.career_box .career_01 {
	clear: both;
	margin: 0 0 80px 0;
	position: relative;
}

.career_box .career_01 img {
	margin: 0 0 0 80px ;
}

.career_box .career_01 p {
	position: absolute;
	left:40px;
	top:300px;
	width: 320px;
}

.career_box .career_02 {
	clear: both;
	position: relative;
}


.career_box .career_02 p {
	position: absolute;
	top:60px;
	right: 40px;
	width: 320px;
}

.career_box .career_02 p .career_cc,
.career_box .career_03 p .career_cc{
	font-size: 1.8em;
}

.career_box .career_03 {
	margin:50px auto 100px;
	display: flex;
	justify-content: space-between;
}
.career_box .career_03 div:first-child {
	width: calc(100% - 280px);
}
.career_box .career_03 div:last-child {
	width: 250px;
}

.career_box .career_join {
	text-align: center;
	margin: auto;
	margin-top: 50px;
}



/*　MARKETING BUSINESS */

.marketing_box .marketing_01 img {
	margin: 0 0 15px 0 ;
	width: 100%;
}

.marketing_box .marketing_txtbox {
	position: relative;	
}

.marketing_box .marketing_txtbox img {
	margin: 0 ;
	width: 100%;
}

.marketing_box .marketing_txtbox p {
	width: 90%;
	bottom:25px;
	left:5%;
	position: absolute;
}

.marketing_box .marketing_02 {
	margin: 50px auto 100px;
}

.marketing_box .marketing_02 ul {
	width: 275px;
	float: left;
	padding-right: 87px;
}

.marketing_box .marketing_02 ul li {
	margin: 10px 0;
}

.marketing_box .marketing_02 span {
	font-size: 120%;
	line-height: 300%;
	font-weight: bold;
}


/*　CAMPUS MARKETING */

.campus_box .campus_01 img {
	margin: 0 0 15px 0 ;
	width: 100%;
}

.campus_box .campus_02 ul {
	width: 470px;
	float: left;
	padding-right: 60px;
	margin-top: 50px;
}

.campus_box .campus_02 ul li {
	margin: 20px 0;
}

.campus_box .campus_02 .campus_layout {
	padding: 120px 0 0 0 ;
}

.campus_box .campus_03 {
	position: relative;
}

.campus_box .campus_03 ul {
	position: absolute;
	width: 500px;
	right: 0;
	bottom:30px;
}

.campus_box .campus_03 ul li {
	padding: 10px 0;
}

.campus_box .campus_04 img {
	margin-bottom: 10px;
	width: 100%;
}


/*　OUR SERVICE */

.service_box .service_main {
	position: relative;
}

.service_box .service_main img {
	float: right;
}

.service_box .service_main ul {
	position: absolute;
	width: 500px;
	left: 0;
	bottom:30px;
}

.service_box .service_main ul li {
	padding: 20px 0;
	clear: both;
}

.service_box .service_01 img, .service_box .service_02 img, .service_box .service_03 img, .service_box .service_04 img {
	margin-bottom: 10px;
	width: 100%;
}

.service_box .service_02, .service_box .service_04 {
	margin-bottom: 230px;
}

.service_box .service_04 p {
	margin-bottom: 10px;
}

.service_box .service_info {
	margin-bottom: 100px;
}

.service_box .service_info .service_btn {
	width: 50%;
	float: left;
}


/*　CONTACT */


	
@media screen and (max-width: 767px) {
	
	/* LAYOUT */

	.company_box, .career_box, .marketing_box, .campus_box, .service_box {
		margin: 50px auto;
	}
   
	
	/*　COMPANY PROFILE */
	
	.company_box dt {
		font-size: 120%;
		float: none;
		padding: 0 0 2% 0;
		width: 100%;
	}
	
	.company_box dd {
		width: 100%;
	}
	
	
	/*　CAREER & INTERN */

	.career_box .career_01 {
		clear: both;
		margin: 0 0 80px 0;
		position:inherit ;
	}

	.career_box .career_01 img {
		width: 100%;
		margin:0 0 20px 0;
	}

	.career_box .career_01 p {
		position:inherit ;
		width: 100%;
	}

	.career_box .career_02 {
		clear: both;
		position:inherit ;
	}
	
	.career_box .career_02 img {
		width: 100%;
		margin:0 0 20px 0;
	}

	.career_box .career_02 p {
		position:inherit ;
		width: 100%;
	}
	.career_box .career_03 {
		display: flex;
		flex-wrap: wrap;
	}
	.career_box .career_03 div:first-child {
		width: 100%;
		order: 2;
	}
	.career_box .career_03 div:last-child {
    	width: 70%!important;
		margin:0 0 5% 15%;
		order: 1;
	}
	.career_box .career_03 div:last-child img {
		width: 100%;
	}
	
	
	/*　MARKETING BUSINESS */

	.marketing_box .marketing_txtbox {
		clear: both;
		position:inherit ;
	}
	
	.marketing_box .marketing_txtbox img {
		width: 100%;
		margin:0 0 10px 0;
	}

	.marketing_box .marketing_txtbox p {
		position:inherit ;
		width: 100%;
	}

	.marketing_box .marketing_02 ul {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.marketing_box .marketing_02 ul li {
		float: left;
		width: 40%;
		margin-right: 5%;
	}
	
	.marketing_box .marketing_02 ul li img {
		width: 100%;
	}
	
	
	
	/*　CAMPUS MARKETING */

	.campus_box .campus_02 ul {
		width: 100%;
		float: none;
		padding-right: 0;
		margin: 20px 0;
	}
	
	.campus_box .campus_02 ul img {
		width: 80%;
		float: none;
		padding-right: 0;
		margin: 0 7%;
	}

	.campus_box .campus_02 ul li {
		margin: 10px 0;
	}

	.campus_box .campus_02 .campus_layout {
		padding: 0 ;
	}
	
	.campus_box .campus_03 {
		position: inherit;
	}
	
	.campus_box .campus_03 img {
		width: 100%;
	}

	.campus_box .campus_03 ul {
		position: inherit;
		width: 100%;
		right: 0;
		bottom:30px;
	}

	.campus_box .campus_03 ul li {
		padding: 10px 0;
	}

	.campus_box .campus_04 img {
		width: 90%;
		margin: 0 auto 20px;
	}
	
	
	/*　OUR SERVICE */
	
	.service_box .service_01 img, .service_box .service_02 img, .service_box .service_03 img, .service_box .service_04 img {
		width: 90%;
		margin: 0 auto 20px;
	}
	
	.service_box .service_main {
		position: inherit;
	}
	
	.service_box .service_main img {
		width: 100%;
	}

	.service_box .service_main ul {
		position: inherit;
		width: 100%;
		right: 0;
		bottom:30px;
	}
	
	.service_box .service_main ul li {
		padding: 10px 0;
	}
	
	.service_box .service_02, .service_box .service_04 {
		margin-bottom: 70px;
	}
	
	.service_box .service_info .service_btn {
		width: 100%;
		float: none;
	}
	
}