@charset "UTF-8";
@import url(/fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(/fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}
* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	background: #fff;
	color: #333;
  font-family: Verdana, "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
 /*   margin-top: -10px !important;*/
}
a:link {
	color: #10AED6;
	text-decoration: none;
}
a:visited {
	color: #21a4c5;
	text-decoration: none;
}
a:hover {
	color: #00b8e6;
	text-decoration: underline;
	opacity: .8;
}
a:active {
	color: #00b8e6;
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
html, body {
	-webkit-overflow-scrolling: auto;
}
a img:hover {
	-moz-transition: all .25s linear 0s;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	opacity: 0.9;
}
img{
	border: 0px currentColor;
    border-image: none;
    vertical-align: middle;
}

/*************************
▼floating
************************/
.floating{
	display: none;
	position: fixed;
	bottom: 5px;
	right: 8px;
	z-index: 10;
    -moz-animation-name: floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease;
	-webkit-animation-name: floating;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease;
	animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
}
@-moz-keyframes floating {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes floating {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -20px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.is-fixed{
	display: none!important;
}
.floating a:hover{
	opacity: .9;
}
.floating a:hover{
	opacity: .9;
}

/*************************
▼fade
************************/
img {
  max-width: 100%;
}


.fv-area {

}

/*.fv-video {
  position: relative;
  height: 607px;
  width: 100%;
  min-width: 1280px;

}*/

.fv-video .video-01 {
  position: absolute;
  left: -200px;
  top: 0;
  width: 50%;
  height: 607px;
  z-index: 1;
  overflow: hidden;
  margin-top: 40px;
}

.fv-video .video-02 {
  position: absolute;
  right: 0%;
  top: 0;
  width: 50%;
  height: 607px;
  z-index: 0;
  overflow: hidden;
  margin-top: 40px;
}

.fv-video .video-02 video {
  min-width: auto;
  min-height: 607px;

}

.fv-area-cv {
  width: 100%;
  /*height: 875px;*/
  padding-top: 666px;
 padding-bottom: 135px;
  background: url(../images/fv-main.png) center top repeat-x;
  background-size: 2000px auto;
  position: relative;
  z-index: 100;
}

.fv-area-cv a {
  width: 554px;
  display: block;
  margin: 170px auto 16px;
}

h2,h3 {
  display: none;
}

.content-area {
  background: url(../images/content-01.jpg) center top repeat-x;
  height: 2636px;
  background-size: 2000px auto;
  margin-top: -20px;
}

.voice-area {
  background: url(../images/voice.jpg) center top repeat-x;
  height: 1561px;
  background-size: 2000px auto;
}


.footer-fv-area-cv {
  width: 100%;
  min-width: 900px;
  height: 615px;
  padding-top: 80px;
  margin-bottom: 40px;
  background: url(../images/cv-area-bg.jpg) center top repeat-x;
  text-align: center;
}

.footer-fv-area-cv .cv-box {
  position: relative;
  width: 860px;
  margin: 0 auto 0;
}

.footer-fv-area-cv .cv-box a {
  position: absolute;
  left: 0;
  top: 245px;
}


.anim-button{
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-animation-name: horizontal;
  -moz-transform: perspective(1px) translateZ(0);
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: horizontal;
  -webkit-transform: perspective(1px) translateZ(0);
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: horizontal;
  transform: perspective(1px) translateZ(0);
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@-moz-keyframes horizontal {
  10% {
    -moz-transform: translateX(25px);
    transform: translateX(25px);
  }
  20% {
    -moz-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  28% {
    -moz-transform: translateX(18px);
    transform: translateX(18px);
  }
  35% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(8px);
    transform: translateX(8px);
  }
  45% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes horizontal {
  10% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  20% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  28% {
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
  }
  35% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  45% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes horizontal {
  10% {
    transform: translateX(25px);
  }
  20% {
    transform: translateX(-25px);
  }
  28% {
    transform: translateX(18px);
  }
  35% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(8px);
  }
  45% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
  }
}
/*************************
▼fixedボタン　CSS 追加
************************/
.fixed-btn {
  position: fixed;
  z-index: 999;
  margin: 0;
  background-color: rgba(153, 153, 153, 0.5);
  width: 100%;
  padding: 30px 0 0px;
  bottom: 0;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*************************
▼footer
************************/
.footer1{
	width: 100%;
  margin: auto;
}
.tab_return {
	text-align: center;
	margin: 50px 160px;
    display: block;
}
.tab_return img {
	margin: 0;
}
.list-footer {
	text-align: center;
	margin-bottom: 30px;
}
.list-footer li {
	display: inline-block;
	margin-right: 10px;
}
.list-footer li:after {
	content: "|";
	padding-left: 10px;
}
.list-footer li:last-child:after {
	display: none;
}
.list-footer a {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
}
.copy {
	color: #c9113d;
	font-size: 16px;
	text-align: center;
	background: #fff;
	padding: 35px 0;
}


#footer {
  margin:0 auto;
  text-align:center;
  background-color: #FFF;
}

.footNvi {
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}

.l-mg35{
	margin-left:35px;
}

.foot_img{
	width: 1000px;
  margin: 0 auto;
}

.copy{
	background: #40220c;
}















