@charset "utf-8";
/* CSS Document */
.sp{display:none !important;}
.sph{display:none!important;}
.tb{display:none !important;}
.pc{display:block!important;}

body {
font-family: /*-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, */"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-size: 16px;
letter-spacing: 1px;
word-break: break-all;
font-feature-settings:palt;}
p{font-size: 14px; text-align:left!important; line-height: 2;}

a img:hover{opacity: 0.8;}

dd{
	line-height: 2;
    font-size: 14px;
}




/*---------------------------------------------------------------------
　頭
----------------------------------------------------------------------*/

header{
	position: fixed;
	z-index: 999;
	width: 1280px;
	margin: 0 auto;
	top: 0;
    right: 0px;
    left: 0px;
}

@media screen and (max-width: 1280px) {
header{width: 100%!important;}
}

h1 img{
	padding-top: 20px;
    padding-left: 30px;
    width: 125px;
    height: 39px;
	display: block;
}

.pcmenu{
	float: right;
	margin-top: 20px;
    margin-right: 30px;

}
.pcmenu	a{
	float:left;
	font-size: 14px;
	color: #221815;
	margin-left: 30px;
	text-decoration: none;
	
}
.pcmenu a:hover{
	color: #d90d0e!important;
	text-decoration:underline;
	display: block;
}


/*---------------------------------------------------------------------
　ファーストビュー
----------------------------------------------------------------------*/

#fv{
	position: relative;
	width: 100%;
	background-color: #afc7d2;
	z-index: 0;
	display: block;
}

.fv{
	margin: 0 auto;
	z-index: 2!important;
}
.people{
	position: absolute;
	top:100px;
	left: 50%;
	margin-left: -431px;
	z-index: 2;
}

.catch{
	position: absolute;
	top: 140px;
	left:50%;
	margin-left:-410px;
	z-index: 3!important;
}
.body{
margin-bottom: 100px;
}

.botan{
    padding-left: 280px;
}

h2{margin-bottom: 30px;}



.btn img{
	margin: 0 auto;

}
@media screen and (max-width: 890px) {
.catch{margin-left:-361px;}
.botan{padding-left: 230px;}
}



@media screen and (max-width: 750px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}
	
	
.botan{
    padding-left: 0px!important;
}
	
#fv{
	width: 100%;
	background-color: #afc7d2;
	overflow: hidden!important;
}
	
	.people {
	position: absolute;
	width: 100%;
    top: 80px;
    left: 0px;
    margin-left: -225px;
}
	
.catch{
	position: absolute;
	top: 320px;
	left:0%;
	margin-left:0px;
}
	
.people img{
	position: absolute;
	margin-left: 10%;
	width: 150%;
	overflow: hidden!important;
}
	
.catch img{width: 100%!important;}	
.botan img{width: 100%!important;}	
.fv img{width: 100%!important;}		
	
	
}


@media screen and (max-width: 500px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}

.people {top: 80px;}
.catch{top: 290px;}
.people img{width: 165%; margin-left: 15%;}
	
h1 img {
    padding-top: 20px;
    padding-left: 30px;
}
	

	
.fv {
	position: relative;
	margin: 0 auto;
	overflow: hidden!important;
	display: block;
}

h2{margin-bottom: 30px;}
.btn img{margin: 0 auto;}	
}

@media screen and (max-width: 480px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}
.people {top: 60px;}
.catch{top: 286px;}
.body{top: 370px;margin-bottom: 60px;}
.people img{margin-left: 17%;}
}

@media screen and (max-width: 450px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}
	
.people {top: 80px;}
.catch{top: 260px;}
.people img{margin-left: 23%;}
}



@media screen and (max-width: 400px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}
	
.people {top: 70px;}
.catch{top: 250px;}
.body{top: 380px;margin-bottom: 40px;}
.people img{margin-left: 30%;}
}

@media screen and (max-width: 350px) {
.pc{display:none !important;}
.sph{display:none!important;}
.tb{display:block!important;}	
.sp{display:block!important;}
	
.people {top: 60px;}
.catch{top: 210px;}
.body{top: 370px;}
.people img{margin-left: 40%;}
}

/*---------------------------------------------------------------------
　ごあいさつ
----------------------------------------------------------------------*/

#box1{
	width: 1280px;
	padding-top: 150px;
	padding-bottom: 150px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.box1in{
	width: 1000px;
	margin: 0 auto;
}

h3{margin-bottom:100px;}

h3 img{margin: 0 auto;}

.left{
	width: 500px;
	float:left;
}

.right{
	width: 500px;
	float:right;
}

.right img{
	margin: 0 auto;
}

.left p:first-child{
	margin-bottom: 40px;
	line-height: 3;
}

.left p:nth-child(2){
	margin-bottom: 40px;
	line-height: 3;
}

.left p:nth-child(3){
	float: right;
    margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
#box1 {width: 100%;}
	
.box1in{
	width: 60%!important;
	overflow: hidden;
}
	
.left {width: 45%!important;
margin-bottom: 0px!important;
float:none!important;
}
.right{width: 45%!important;
float:none!important;
}
}

@media screen and (max-width: 1280px) {
.left {
	width: 100%!important;
	margin-bottom: 60px;
	overflow: hidden;
}
	
.right{width: 100%!important;}	
}


@media screen and (max-width: 750px) {
	
.left p:nth-child(3){
	float: none;
    margin-bottom: 0;
}
	
h3 {margin-bottom: 50px!important;}
#box1{
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}
.box1in{
	width: 95%!important;
	overflow: hidden;
}
	
.left p:nth-child(2) {margin-bottom: 30px;}
.right img {width: 100%;}
	
#box1 h3 img{width: 100%!important;}
}	


/*---------------------------------------------------------------------
　事業内容
----------------------------------------------------------------------*/
#box2{
	width: 100%;
	background-color: #eef3f7;
	padding-top: 150px;
	padding-bottom: 150px;
}

.box2in{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}


.box2in li{
	width: 270px;
	margin-right: 90px;
	float: left;
	overflow: hidden;
}

.box2in li:nth-child(3){
	margin-right: 0px;
}

.box2in ul li img{
	width: 130px;
	overflow: hidden;
	margin: 0 auto 30px;
	display: block;
}

.box2in dt{
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.box2in dd{text-align: center!important;}




@media screen and (max-width: 1280px) {
.box2in{width: 640px;}
.box2in li:nth-child(2){margin-right: 0px;}
.box2in li:nth-child(3){
width: 100%;
margin-top: 50px;
display: block;
overflow: hidden;
}
}

@media screen and (max-width: 750px) {
#box2{
	padding-top: 80px;
	padding-bottom: 80px;
}
	
#box2 h3 img{width: 100%!important;}
	
.box2in {width: 95%;}
.box2in li {
	width: 100%;
	margin: 0 auto;
	float: none!important;
}
.box2in li:first-child{margin: 0 auto 50px!important;}
.box2in li:nth-child(2){margin: 0 auto 50px!important;}
.box2in li:nth-child(3){margin: 0 auto!important;}
	


}

/*---------------------------------------------------------------------
　会社概要
----------------------------------------------------------------------*/
#box3{
	background-color: #eef3f7;
	padding-top: 150px;
	padding-bottom: 150px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.gaiyou{
	width:580px;
	margin: 0 auto;
}

#box3 iframe{
	width: 100%;
	height: 460px;
	margin-top: 100px;
}

.gaiyou dl{
	width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
    text-align: left;
}


.gaiyou dl:first-child{
    border-top: 1px solid #fff;
}



.gaiyou dl dt{
	font-size: 14px;
    color: #333333;
    font-weight: bold;
    float: left;
	width: 160px;
}

.gaiyou dl dt dd{
	float: left;
    font-size: 14px;
    color: #333333;
    line-height: 1.9em;
}


@media screen and (max-width: 750px) {
#box3{
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}	
	
	
#box3 h3 img{width: 100%!important;}
	
.gaiyou {
    width: 90%!important;
}	

.gaiyou dl dt {width: 30%;}
.gaiyou dd{float:right;}

}

/*---------------------------------------------------------------------
　お問い合わせ
----------------------------------------------------------------------*/
.fax{
	pointer-events: none;
	text-decoration: none;
}

#box4{
	padding-top: 150px;
	padding-bottom: 150px;
}

#box4 p img{
	margin: 0 auto 30px;
    display: block;
}
.footrogo img{width:180px;
}

#box4 p{
	text-align: center!important;
    display: block;
	margin-bottom: 30px;
}

#box4 a img{
	margin: 0px auto 30px;
    display: block;
}

small{
	text-align: center;
    display: block;
}

@media screen and (max-width: 750px) {
#box4{
	padding-top: 80px!important;
	padding-bottom: 80px!important;
}

#box4 img{width: 100%!important;}
}

/*---------------------------------------------------------------------
　映像
----------------------------------------------------------------------*/


#box5{
	padding-top: 150px;
	padding-bottom: 150px;
}


#box5 dt {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

#box5 dd {
    text-align: center!important;
}
video{
	width:680px;
	margin: 0 auto 30px;
    display: block;
}
@media screen and (max-width: 750px){
#box5{
    padding-top: 80px;
    padding-bottom: 80px;
}
	
#box5 h3 img {
    width: 100%!important;
}
video{
	width:100%;
}
	
.box5in {
    width: 95%;
	margin: 0 auto;

}
}

/*---------------------------------------------------------------------
　ページトップ
----------------------------------------------------------------------*/

#pageTop {     
	position: fixed;
	display: none;
	bottom: 0px;
	right: 20px; 
	z-index: 3;
}
#pageTop a {
	background: url(../img/pc/top.png)center no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 998;
}

@media screen and (max-width: 750px) {
#pageTop {
    bottom: -10px;
    right: 10px;
}
#pageTop a {
	width: 60px!important;
	height: 60px!important;
}
}


/*---------------------------------------------------------------------
　ヘッター＆メニュー
----------------------------------------------------------------------*/

.pc{ display:block;} .tab{ display:none;} 
.navToggle{ display:none;}
.sns{margin-top: 10px;display: inline;}
.sns img{display: inline-block;float:right;margin-right: 10px;}
.headerpcr{padding: 19px;overflow: hidden;vertical-align: middle;}
.menu{float:right;}
.menu li{font-size: 14px;color: #000;display: inline-block;margin-left: 25px;padding-top: 5px;}
.menu li a{color:#fff; text-decoration: none;}

h1{float:left;}


.menu a:hover {text-decoration: underline; color: #0070e6; font-weight: 500;}

/*-@media screen and (max-width: 1000px) {-*/
.menu{display: none;}
#pagelink1,#pagelink2,#pagelink3,#pagelink4{padding-top: 72px; margin-top: -72px; display: block;}
.pc{ display:none;} .tab{ display:block;} 
.headerpcr{display:none;}
.globalMenuSp a:hover {text-decoration: underline; color: #0070e6; font-weight: 500;}
.globalMenuSp a{color: #fff; font-size: 4vw;}	
nav.globalMenuSp{ display:block;}
header{position: fixed; height: 72px; z-index: 998;}	
/*↓ハンバーガー*/
nav.globalMenuSp {position: fixed;top: 0;left: 0;color: #000;text-align: center;transform: translateY(-100%);transition: all 0.6s;width: 100%;z-index: 998;}
	

	

.spmenu{
	background:#d90d0e;
	padding-top: 15%;
	padding-bottom: 5%;
    height: 100%;
	opacity: 0.9;
}

nav.globalMenuSp ul li {
	font-size: 16px;
	margin: 0 auto;
}
	
nav.globalMenuSp ul li a { display: block; padding: 16px 0; font-size: 18px;text-decoration: none;}
	
nav.globalMenuSp ul li a:hover{
	color: #afc7d2;
}
	
nav.globalMenuSp.active {
	transform: translateY(0%);
	z-index: 997;
	height: 100%;
}
.navToggle {display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 998;
	background: rgba(0,0,0, 0.2);
	text-align: center;
}
	
.navToggle span {
	display: block;
	position: absolute;width: 52px;
	border-bottom: solid 2px #fff;
	left: 14px;
	transition: .35s ease-in-out;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;}
.navToggle span:nth-child(1) {top: 20px;}
.navToggle span:nth-child(2) {top: 40px;}
.navToggle span:nth-child(3) {top: 60px;}
.navToggle.active span:nth-child(1) {top: 40px; left: 14px;
-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {top: 40px; 
-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);
transform: rotate(45deg);}


@media screen and (max-width: 750px) {
.headerpcr{display:none;}
.globalMenuSp a:hover {text-decoration: underline; color: #00448c; font-weight: 500;}
	
h1 img{
	width: auto; height: 50px;
	padding-top: 15px;
    padding-left: 15px;
}
	
nav.globalMenuSp ul li a {
    display: block;
    font-size: 22px;
	padding-top: 30px;
    padding-bottom: 30px;
}
	
nav.globalMenuSp{ display:block;
}}
/*-}-*/



@media screen and (max-width: 380px) {
nav.globalMenuSp ul li a {
    font-size: 18px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.box6in h5 span {border-width: 2px;}
	
	
	
	

.navToggle {width: 50px;height: 50px;}
.navToggle span {width: 30px;left: 10px;}
.navToggle span:nth-child(1) {top: 10px;}
.navToggle span:nth-child(2) {top: 24px;}
.navToggle span:nth-child(3) {top: 38px;}
.navToggle.active span:nth-child(1) {top: 26px;left: 10px;}
.navToggle.active span:nth-child(2) {top: 26px;}
.navToggle.active span:nth-child(3) {top: 26px;}

}

/*---------------------------------------------------------------------
　invew
----------------------------------------------------------------------*/

.list-mv01{
	opacity: 0;
	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
}
.mv01{
	opacity: 1;
	-webkit-transition: all 1s;
 	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.list-mv02{
	opacity: 0;
	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
    -ms-transition: all 1s;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
}
.mv02{
	opacity: 1;
	-webkit-transition: all 3s;
 	-moz-transition: all 3s;
    -ms-transition: all 3s;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/*---------------------------------------------------------------------
　アニメイトcss
----------------------------------------------------------------------*/

.fvmove{
	/* 1秒待ってからアニメーションする */
	-webkit-animation-duration: 0.5s;
	animation-delay:0.5s;
	/* 2回繰り返す */
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.fvmove2{
	/* 1秒待ってからアニメーションする */
	-webkit-animation-duration: 1s;
	animation-delay:1s;
	/* 2回繰り返す */
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.fvmove3{
	/* 1秒待ってからアニメーションする */
	-webkit-animation-duration: 5s;
	animation-delay:1.5s;
	/* 2回繰り返す */
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.fvmove4{
	/* 1秒待ってからアニメーションする */
	-webkit-animation-duration: 2s;
	animation-delay:2s;
	/* 2回繰り返す */
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

#slow {
	animation-duration: 1.5s; /* アニメーションの時間 */
	animation-delay: 1.5s; /* アニメーション開始時間 */
	/* 2回繰り返す */
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}