@charset "UTF-8";
/** Common CSS Code**/

.roboto {
  font-family: "Roboto", serif;
}

.form_radio {
	padding: 20px 0;
	font-size: 110%;
}

a.contactBtn {
	background-color: #ffffff;
	color: #000000!important;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 20px 10px 20px!important;
	margin: 0 0 0 20px;
	line-height: 1em;
	transition: 0.2s;
}

a:hover.contactBtn {
	background-color: #ffa200;
	transition: 0.2s;
}

#info .greeting .photo {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

#info .greeting .photo img {
	width: 100%;
}

#info .greeting .txtBox {
	width: calc(70% - 30px);
	margin: 0 0 0 30px;
	display: inline-block;
}

#info .greeting .txtBox div {
	margin: 0 auto 10px auto;
}

.service_bg {
	background: url("../img/service_bg.png");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
}

.service_top {
	margin: 0 auto;
	padding: 200px 0;
}

.service_top .half {
	width: 50%;
	margin: 0 0 0 50%;
}

.service_top .half a {
	color: #ffffff;
	display: inline-block;
	margin: 50px 0 0 0;
	white-space: nowrap;
}

.service_top .half .roboto {
	font-size: 100px;
	line-height: 1em;
}

.service_top .half a:hover {
	color: #ffa200;
}

.service_top .half a .sq {
	position: absolute;
	width: 0;
	height: calc(100% + 40px);
	border: #ffa200 solid;
	border-width: 1px 1px 1px 10px;
	top: -20px;
	left: -40px;
	opacity: 0;
	transition: 0.5s;
}

.service_top .half a:hover .sq {
	width: calc(100% + 80px);
	height: calc(100% + 40px);
	opacity: 1;
	transition: 0.5s;
}

.pr_catch {
	position: absolute;
	color: #ffffff;
	font-size: 60px;
	right: 15%;
	top: 50%;
	transform: translateY(-50%);
}

a .service_arrow {
	margin: 0 0 0 10px;
	filter: brightness(0) invert(1);
}

a:hover .service_arrow {
	margin: 0 0 0 10px;
	filter: brightness(1) invert(0);
}

.serviceBanner {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: right;
}

.serviceBanner01 {
	background-image: url("../img/service01bg.jpg");
}

.serviceBanner02 {
	background-image: url("../img/service02bg.jpg");
}

.recruitmentBanner03 {
	background-image: url("../img/service03bg.jpg");
}

.companyBanner04 {
	background-image: url("../img/service04bg.jpg");
}

.serviceBanner .title {
	display: inline-block;
	text-align: left;
	background-color: #000000;
	border: #ffa200 solid;
	border-width: 5px 0;
	color: #ffffff;
	padding: 25px 30px 15px 30px;
	line-height: 1.3em;
	top: 50%;
	transform: translateY(-50%);
}

.serviceBanner .title .roboto {
	font-size: 50px;
}

#service h1,
#service h2,
#recruitment h1,
#contact h1,
.mailContents h1 {
	font-size: 30px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}

#recruitment h2 {
	font-size: 25px;
	margin: 0 0 10px 0;
}

#recruitment h2.part_time {
	margin: 50px 0 10px 0;
}

#service img,
#recruitment img {
	width: 30%;
	display: inline-block;
	border: #ffffff solid;
	border-width: 0 30px 0 30px;
}

#service .top_img,
#recruitment .top_img {
	top: -150px;
	border-width: 20px 20px 0 20px;
}

#service .viaje_contents,
#recruitment .viaje_contents {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 50px;
}

#service .viaje_contents .endText,
#recruitment .viaje_contents .endText {
	padding: 20px 0 0 0;
}

#recruitment .table.space {
	margin: 50px auto 0 auto;
}

#recruitment .table.space-1 {
	margin: 0 auto 0 auto;
}

a.Btn,
button.Btn {
	background: #ffa200;
	color: #ffffff;
	display: inline-block;
	padding: 10px 30px 12px 30px!important;
	border-radius: 5px;
	margin: 20px 0 0 0;
	transition: 0.2s;
	font-size: 100%;
	border: #ffa200 solid;
	border-width: 0;
}

a:hover.Btn,
button.Btn:hover {
	background-color: #ffd284;
	transition: 0.2s;
}

.dataBox {
	padding: 50px 0;
}

.dataBox .Btn {
	margin: 0;
}

.dataBox .contents_box {
	margin: 50px auto;
	text-align: center;
}

.dataBox .arcBox {
	width: 25%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 30px auto 0 auto;
}

.dataBox .arcBox img {
	width: 100%!important;
}

.dataBox .arcBox .harlfBox {
	width: auto;
	display: inline-block;
}

.BoxTitle {
	margin: 10px auto;
	display: inline-block;
}

.countUp {
	font-family: "Roboto", serif;
	font-size: 40px;
	color: #ffa200;
	vertical-align: middle
}

.unit {
	font-family: "Roboto", serif;
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: bold;
}


/* ------------------------------------------------------ */
@media only screen and (max-width : 1920px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
	.service_top {
		text-align: right;
		padding: 200px 70px 200px 0;
	}

.service_top .half {
	display: inline-block;
	width: auto;
	margin: 0;
	text-align: left;
}

.contents_box2nd {
	margin: 100px auto 0 auto!important;
}

#recruitment .viaje_contents {
	padding: 0 0 50px 50px;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
#service img,
#recruitment img {
    width: 40%;
}

#service .viaje_contents,
#recruitment .viaje_contents {
    width: 60%;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 920px) {
/* ------------------------------------------------------ */
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */
.service_top .half .roboto {
	font-size: 80px;
}

#service .viaje_contents {
	padding: 0 0 0 20px;
}

#recruitment .viaje_contents {
	padding: 0 0 50px 20px;

}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */
.pr_catch {
	position: relative;
    right: auto;
	display: block;
	text-align: center;
	font-size: calc(100vw * 0.1);
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
.service_top .half .roboto {
	font-size: 60px;
}

#service img,
#recruitment img {
    width: 100%;
		margin: 0 auto 20px auto;
    border-width: 0;
}

#service .viaje_contents,
#recruitment .viaje_contents {
    width: 100%;
}

#service .top_img,
	#recruitment .top_img {
    top: 0;
    border-width: 0;
}

#service .viaje_contents {
	padding: 0;
}

#recruitment .viaje_contents {
	padding: 0 0 50px 0;
}

#recruitment .viaje_contents br {
	display: none;
}

.contents_box2nd {
	margin: 50px auto 0 auto!important;
}

#service h1 br,
#service h2 br,
#recruitment h1 br,
#contact h1 br,
.mailContents h1 br {
	display: none;
}

.serviceBanner .title {
	width: 100%;
	top: 0;
	transform: translateY(0);
}

.serviceBanner .title .roboto {
    font-size: 35px;
}

.recruitmentBanner03 {
	background-image: url("../img/service03bg.jpg");
	background-position: top 40px left 20%;
}

#info .greeting .photo {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px auto;
}

#info .greeting .photo img {
	width: 50%;
}

#info .greeting .txtBox {
    width: 100%;
    margin: 0 auto;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 420px) {
/* ------------------------------------------------------ */
.service_top .half .roboto {
	font-size: 40px;
}
	
.service_top {
	text-align: left;
	padding: 200px 25px;
}
#service h1,
#service h2,
#recruitment h1,
#contact h1,
.mailContents h1 {
	font-size: 20px;
}

#info .greeting .photo img {
	width: 80%;
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}