@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: "Mplus 1p";
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

#all_wrapper {
	position: relative;
	height: 100vh;
}
#logo {
	width: 50%;
	height: 50vh;
	position: absolute;
	right: 0;
	bottom: 0;
}
#logo .inner {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
}
#logo .inner h1 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
}
#logo img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
#new_graduate {
	background-image: url(image/mv01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: solid 1px #EFEFEF;
	/*
	border-bottom: solid 1px #ccc;
	*/
}
#mid_career {
	background-image: url(image/mv02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*
	border-bottom: solid 1px #ccc;
	*/
}
#part_time {
	background-image: url(image/mv03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: solid 1px #EFEFEF;
}
.wrapper {
	width: 50%;
	height: 50vh;
	position: relative;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
}
.wrapper h2 a {
	/*
	background-color: rgba(235,98,35,0.8);
	padding: 5px 10px;
	*/
	background-image: url(image/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #FFF;
	width: 85%;
	font-size: 32px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 2%;
	text-decoration: none;
	padding: 50px 10px;
}

#pagetop {
	height: 70px;
	width: 70px;
	bottom: 25px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/index/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}
}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

#all_wrapper {
	height: 100vh;
}
#logo {
	width: 100%;
	height: 16vh;
	position: relative;
}
#logo .inner {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
}
#logo .inner h1 {
	font-size: 13px;
}
#logo img {
	width: 30%;
	display: block;
	margin: 0 auto;
}
#new_graduate {
	background-image: url(image/mv01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mid_career {
	background-image: url(image/mv02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#part_time {
	background-image: url(image/mv03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.wrapper {
	width: 100%;
	height: 28vh;
	position: relative;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	cursor: pointer;
	border-top: solid 1px #ccc;
}
.wrapper h2 a {
	/*
	background-color: rgba(235,98,35,0.8);
	*/
	background-image: url(image/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #FFF;
	width: 85%;
	font-size: 20px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 2%;
	text-decoration: none;
	padding: 10px;
}

#pagetop {
	height: 40px;
	width: 40px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 40px;
	width: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/index/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	display: block;
	height: 0px;
	width: 40px;
	padding-top: 40px;
}
}
