@charset "utf-8";

@font-face{ 
  font-family: 'mplus-1p-light';
  src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.eot');
  src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.eot?#iefix') format('embedded-opentype'),
       url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.woff') format('woff'),
       url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.ttf') format('truetype');
}

/* CSS Document */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow:hidden;
}
html {
	min-height: 100%; /* html要素をウィンドウサイズにフィット */
	height:100%;
	min-width: 100%; /* html要素をウィンドウサイズにフィット */
	width:100%;
	overflow:hidden;
}

body {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
    height:100%;
    background-size:cover; /* 背景画像をhtml要素にフィット */
}
div#screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: url(/img/entrance/screen.png) repeat;
}
body.pattern2 div#screen {
    background: url(/img/entrance/screen2.png) repeat;
}
div#copy {
	position:absolute;
	top:17%;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-0.5px;
	font-family: 'UD新ゴNT M', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	z-index:100;
	text-shadow:0 0 8px rgba(0,0,0,0.25);
	-webkit-animation:move-copy 1s alternate;
	-moz-animation:move-copy 1s alternate;
	animation:move-copy 1s alternate;
}

body.pattern2 div#copy {
	top:19%;
	font-weight:normal;
	font-family: 'mplus-1p-light';
	src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.eot');
	src: url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.eot?#iefix') format('embedded-opentype'),
		url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.woff') format('woff'),
		url('https://mplus-webfonts.sourceforge.jp/mplus-1p-light.ttf') format('truetype');
	text-shadow:0 0 10px rgba(0,0,0,0.4);
}
div#copy span.middle {
	font-size:44px;
}
div#copy span.large {
	margin:-8px 0 0;
	display:block;
	font-size:64px;
	letter-spacing:-1px;
}
body.pattern2 div#copy span.middle {
	font-size:50px;
}
body.pattern2  div#copy span.large {
	margin:-8px 0 0;
	display:block;
	font-size:70px;
	letter-spacing:-1px;
}

header {
	position:absolute;
	top:0;
	width:100%;
	height:50px;
	background-color: #fff;
	-webkit-animation:move-header 1s alternate;
	-moz-animation:move-header 1s alternate;
	animation:move-header 1s alternate;
	z-index:100;
}

header img {
	float:left;
}

header h1 {
	float:right;
	padding:0 15px;
	margin:0;
	height:50px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	line-height:50px;
	font-size:12px;
	font-weight:normal;
}

h1.logo {
	position:fixed;
	left:20px;
	top:0;
    z-index: 2;
	margin:15px 0 0;
	-webkit-animation:move-h1 1s alternate;
	-moz-animation:move-h1 1s alternate;
	animation:move-h1 1s alternate;
}

.careerconsultant {
    position: absolute;
	top: 110px;
	left: 22px;
    padding:0.5em 0.75em;
}
.careerconsultant:before,.careerconsultant:after{ 
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
.careerconsultant:before{
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    top:0;
    left: 0;
}
.careerconsultant:after{
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    bottom:0;
    right: 0;
}
.careerconsultant p {
	color: #fff;
	font-family: 'UD新ゴNT M', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1rem;
	font-weight: bold;
    margin: 0; 
    padding: 0;
}

div.sinsotsu {
	position:fixed;
	right:20px;
	top:0;
    z-index: 2;
	margin:15px 0 0;
	-webkit-animation:move-h1 1s alternate;
	-moz-animation:move-h1 1s alternate;
	animation:move-h1 1s alternate;
}

div.sinsotsu3 {
	position:fixed;
	right:20px;
	top:0;
    z-index: 2;
	margin:20px 0 0;
	width:360px;
	height:90px;
	-webkit-animation:move-h1 1s alternate;
	-moz-animation:move-h1 1s alternate;
	animation:move-h1 1s alternate;
	transition-duration:0.2s;
}

div.sinsotsu3:hover {
	padding:0 10px 0 0;
}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color: #fff;
	-webkit-animation:move-footer 1s alternate;
	-moz-animation:move-footer 1s alternate;
	animation:move-footer 1s alternate;
	z-index:100;
}

body.pattern2 footer {
	background-color:inherit;
}

footer div#facebook {
	float:right;
	height:25px;
	padding:5px 10px 0 0;
}

footer div#copyright {
	float:left;
	padding:0 10px;
	height:30px;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	line-height:30px;
	font-size:12px;
}

body.pattern2 footer div#copyright {
	float:right;
	padding:0 10px;
	height:30px;
	color:#fff;
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	line-height:30px;
	font-size:12px;
	text-shadow:0 0 6px rgba(0,0,0,0.5);
}

ul {
	position:absolute;
	left:50%;
	top:47%;
	/*top:38%;*/
	width:1000px;
	margin-left:-500px;
	padding:0;
	list-style:none !important;
	-webkit-animation:move-button 1s alternate;
	-moz-animation:move-button 1s alternate;
	animation:move-button 1s alternate;
	z-index:100;
}

ul.pattern2 {
	top:41%;
}

ul li {
	float:left;
	width:280px;
	height:280px;
}

ul li a {
	display:block;
	text-indent:-9999px;
	width:280px;
	height:280px;
	border-radius: 50%;
	background-color: #fff;
	transition-duration:0.2s;
	background-size:280px 280px;
}

body.pattern2 ul li a {
	position:relative;
	display:block;
	text-indent:-9999px;
	width:280px;
	height:280px;
	border-radius: 50%;
	background-color:rgba(0,0,0,0.2);
	transition-duration:0.2s;
	background-size:320px 320px !important;
	background-position: center center;
	border:2px solid #fff;
}

body.pattern2 ul li a span {
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:20px;
	width:35px;
	padding:3px 22px 3px 12px;
	font-size:12px;
	color:#fff;
	text-indent:0;
	background-color:rgba(255,255,255,0.4);
	background-size:10px 10px;
	background-repeat:no-repeat;
	background-image:url(/img/entrance/arrow.png);
	background-position: 93% 46%;
	transition-duration:0.2s;
}

body.pattern2 ul li a:hover {
	background-color:rgba(0,0,0,0.4);
}

body.pattern2 ul li a:hover span {
	background-color:#4d5bc9;
}

ul li:nth-child(1) a {
	background-image:url(/img/entrance/button1.jpg);
}

body.pattern2 ul li:nth-child(1) a {
	background-image:url(/img/entrance/button1.png);
}

ul li:nth-child(2) {
	margin:0 80px;
}

ul li:nth-child(2) a {
	background-image:url(/img/entrance/button2.jpg);
}

body.pattern2 ul li:nth-child(2) a {
	background-image:url(/img/entrance/button2.png);
}

ul li:nth-child(3) a {
	background-image:url(/img/entrance/button3.jpg);
}

body.pattern2 ul li:nth-child(3) a {
	background-image:url(/img/entrance/button3.png);
}

ul li a:hover {
	transform: scale(1.1);
	/*transform: scale(1.2);*/
	box-shadow:1px 1px 3px rgba(0,0,0,0.25);
}

body.pattern2 ul li a:hover {
	transform: scale(1.1);
	/*transform: scale(1.2);*/
	box-shadow:none !important;
}

/*フェードインアニメーション*/

@keyframes move-header {
	0% { top:-50px; }
	100% { top:0; }
}

@-moz-keyframes move-header {
	0% { top:-50px; }
	100% { top:0; }
}

@-webkit-keyframes move-header {
	0% { top:-50px; }
	100% { top:0; }
}

@-o-keyframes move-header {
	0% { top:-50px; }
	100% { top:0; }
}

@-ms-keyframes move-header {
	0% { top:-50px; }
	100% { top:0; }
}

@keyframes move-h1 {
	0% { top:-100px; }
	100% { top:0; }
}

@-moz-keyframes move-h1 {
	0% { top:-100px; }
	100% { top:0; }
}

@-webkit-keyframes move-h1 {
	0% { top:-100px; }
	100% { top:0; }
}

@-o-keyframes move-h1 {
	0% { top:-100px; }
	100% { top:0; }
}

@-ms-keyframes move-h1 {
	0% { top:-100px; }
	100% { top:0; }
}


@keyframes move-footer {
	0% { bottom:-30px; }
	100% { bottom:0; }
}

@-moz-keyframes move-footer {
	0% { bottom:-30px; }
	100% { bottom:0; }
}

@-webkit-keyframes move-footer {
	0% { bottom:-30px; }
	100% { bottom:0; }
}

@-o-keyframes move-footer {
	0% { bottom:-30px; }
	100% { bottom:0; }
}

@-ms-keyframes move-footer {
	0% { bottom:-30px; }
	100% { bottom:0; }
}



@keyframes move-button {
	0% { left:-2000px; }
	100% { left:50%; }
}

@-moz-keyframes move-button {
	0% { left:-2000px; }
	100% { left:50%; }
}

@-webkit-keyframes move-button {
	0% { left:-2000px; }
	100% { left:50%; }
}

@-o-keyframes move-button {
	0% { left:-2000px; }
	100% { left:50%; }
}

@-ms-keyframes move-button {
	0% { left:-2000px; }
	100% { left:50%; }
}



@keyframes move-copy {
	0% { 
	  filter: blur(10px);
	  -webkit-filter: blur(10px);
	}
	100% {
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	}
}

@-moz-keyframes move-copy {
	0% { 
	  filter: blur(10px);
	  -webkit-filter: blur(10px);
	}
	100% {
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	}
}

@-webkit-keyframes move-copy {
	0% { 
	  filter: blur(10px);
	  -webkit-filter: blur(10px);
	}
	100% {
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	}
}

@-o-keyframes move-copy {
	0% { 
	  filter: blur(10px);
	  -webkit-filter: blur(10px);
	}
	100% {
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	}
}

@-ms-keyframes move-copy {
	0% { 
	  filter: blur(10px);
	  -webkit-filter: blur(10px);
	}
	100% {
	  filter: blur(0px);
	  -webkit-filter: blur(0px);
	}
}