@charset "UTF-8";
/* CSS Document */


/* TOP */
main{
	height:100%
}


#home #top{
	height: 100%;
	position:relative;
	padding:15px;
	box-sizing:border-box;
	/*background:url(../images/index/top.jpg);
	background-size: cover;*/
}

#top_images{
	height: 100%;
	width: 100%;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
}
#top_images span{
	display: block;
	background-size:cover;
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	opacity:0;
  	transition:all 0;
  	z-index: -1;
}
#top_images #top_image1{
	background-image:url(../images/index/top1.jpg);
}
#top_images #top_image2{
	background-image:url(../images/index/top2.jpg);
}
#top_images #top_image3{
	background-image:url(../images/index/top3.jpg);
}

#top_images span.display_first{
	opacity: 1;
	transform:scale(1);
	animation:anime_top_image0 6000ms linear 0s;
	z-index: 2;
}
@keyframes anime_top_image0{
	0%{
		opacity:1;
		transform:scale(1);
	}
	50%{
		opacity:1;
	}
	100%{
		transform:scale(1.05);
		opacity:1;
	}
}
#top_images span.display{
	opacity: 0;
	transform:scale(1);
	animation:anime_top_image1 6000ms linear 0s;
	z-index: 2;
}
@keyframes anime_top_image1{
	0%{
		opacity:0;
		transform:scale(1);
	}
	50%{
		opacity:1;
	}
	100%{
		transform:scale(1.05);
		opacity:1;
	}
}

#top_images span.hide{
	opacity:1;
	transform:scale(1.1);
	animation:anime_top_image2 linear 3000ms 0s;

}
@keyframes anime_top_image2{
	0%{
		opacity:1;
		transform:scale(1.05);
	}

	100%{
		opacity:0;
		transform:scale(1.075);
	}
}

#home #top h1{
	text-align: center;
	margin: 0 auto;

}
#home #top h1 img{
	position:absolute;
	/*width:600px;
	height:201px;*/
	top:65%;
	left:63%;
	/*margin:-100px 0 0 -300px;*/
	margin: -200px 0 0 -460px;
}
#home #top ul{
	padding:20px 0;
	display:block;
    text-align:center;
	width: 1300px;
	margin: 0 auto;
}



#home #top li{
	/*padding:0 30px;*/
	position: relative;
}





/* -　■■■　トップ・ナビホバーアクションデザイン　- */


#home #top li:before,
#home #top li:after
{

  position: absolute;
  top: 6em;
	/*
  left: 25px;
	*/
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: .3s;


}


#home #top li:before{
  left: 50%;
}

#home #top li:after{
  right: 50%;
}



/* -　ナビホバーアクション：office　- */

#home #top li:hover:nth-child(1):before,
#home #top li:hover:nth-child(1):after{
　　position: absolute;
  top: 6em;
  left: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: .3s;

}

/* -　ナビホバーアクション：ロゴ部分　- */

#home #top li:nth-child(1):before,
#home #top li:nth-child(1):after
{

  position: absolute;
  top: 6em;
  left: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: .3s;

}


/* -　ナビホバーアクション：事務所紹介　- */

#home #top li:hover:nth-child(2):before,
#home #top li:hover:nth-child(2):after{
  width: 30%;
}

/* -　ナビホバーアクション：取り扱い業務　- */

#home #top li:hover:nth-child(3):before,
#home #top li:hover:nth-child(3):after{
  width: 30%;
}


/* -　ナビホバーアクション：ご利用の流れ　- */

#home #top li:hover:nth-child(4):before,
#home #top li:hover:nth-child(4):after{
  width: 33%;
}

/* -　ナビホバーアクション：採用情報　- */

#home #top li:hover:nth-child(5):before,
#home #top li:hover:nth-child(5):after{
  width: 27%;
}

/* -　ナビホバーアクション：お問い合わせ　- */

#home #top li:hover:nth-child(6):before,
#home #top li:hover:nth-child(6):after{
  width: 33%;
}






#home #top li img{
	padding: 20px 30px;
}
#home #top li.menu{
	vertical-align: middle;
}
#home #top #content{
	position: relative;
	border:2px solid #fff;
	height:100%;
	box-sizing:border-box;
	z-index: 2;
}


/* トップスクロール */

#home #top #scroll{
	position:absolute;
	top:93%;
	left:50%;
    margin:-74px 0 0 -4px;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 70px;
}


div#scroll img{

	width: 65%;
	height: auto;
}

/* トップスクロール　縦線 */

#scroll span {
	position: absolute;
	top: 110px;
	left: 25%;

	display: inline-block;
    width: 1px;
    height: 80px;
    background-color:#ffffff;
	/*
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: -12px;
	*/
	-webkit-transform: rotate(-45deg);
	transform: rotate(0deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}




/* トップスクロールのアニメーション */


@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(0deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(0deg) translate(0px, 40px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(0deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) translate(0px, 40px);
		opacity: 0;
	}
}






/* -企業理念- */
#home #philosophy{
	background-size:contain;
	padding:90px 0;
}
#home #philosophy #philosophy_text{
	width:600px;
	height: 490px;
	margin:0 auto;
	padding:30px;
	position:relative;
    background-color:#fff;
    box-shadow: 0px 11px 15px 10px #e6e6e6;
}
#home #philosophy #philosophy_sousyoku{
	position:absolute;
	top:15%;
	right:4%;
    margin:-42px 0 0 -53px;
}
#home #philosophy #philosophy_sousyoku2{
	position:absolute;
	top:17%;
	left:9%;
    margin:-50px 0 0 -42px;
}
#home #philosophy h2{
	margin:42px 0 10px 0;
}
#home #philosophy p{
	text-align:center;
	color: #000;
}
#home #philosophy h3{
	font-size:25px;
	font-family:YuMincho, '游明朝', serif;
	font-weight:400;
	text-align:center;
	margin:30px 0;
}
#philosophy_text{
	height: 310px;
}


/* -取扱い業務- */
#home #practices {
	width:100%;
	background: #edf0f6;
	background: url("../images/index/practices_bk.png")no-repeat;
	padding: 30px 0;
}
#home #practices .practices{
	width: 980px;
	margin: 60px auto;
	background: #fff;
	display: flex;
	    box-shadow: 0px 11px 15px 10px #e6e6e6;
}
#home #practices .practices .p_photo{
	width: 50%;
}
#home #practices .practices .p_text{
	width: 50%;
	padding: 50px 45px 10px 45px;
	position: relative;
	color: #000;
}
#home #practices .practices .p_text p{
	margin-top: 20px;
	padding-top: 30px;
    text-align: justify;
}
#home #practices .practices .p_text p{
	border-top: 2px solid #171c61;
}
/*#home #practices .practices .p_text:before {
	content: "";
    display: block;
    border: 2px solid #fff;
    width: calc(465px);
    height: calc(313px);
	position: absolute;
	top: 10px;
    left:10px;
}*/


#home #practices div.yazirusi {
       display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 -15px;
}
#home #practices div.yazirusi img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
#home #practices div.yazirusi2 {
       display: block;
    width: auto;
    position: absolute;
    top: 50%;
    right: -15px;
    margin: -10px 0 0 15px;
}
#home #practices div.yazirusi2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}






/* -地図- */
#home #access{
	margin-top: 130px;
}
#home #access h3{
	font-size: 24px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
	letter-spacing: 0.2rem;
	margin-bottom:20px;
}

#home #access .wrapper{
	margin-top: 40px;
}
#home #access .map{
	margin-top:-355px;
	background-color:#E7E7E7;
	height:355px;
	overflow: hidden;
}
#home #access .address{
	background-color:#fff;
	width:370px;
	height:345px;
	color:#171c61;
	padding:5px;
	position:relative;
	z-index: 10;
	visibility: hidden;
}
#home #access .right{
margin: 0 0 0 auto;
}
#home #access .address:before{
	content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    margin: auto;
}
#home #access .ad_text{
	width:310px;
	margin:0 auto;
	margin-top:40px;
	letter-spacing:0.03em;
}
#home #access .ad_text p{
	margin-bottom:15px;
}
#home #access .ad_text ul{
	position: relative;
	font-size: 15px;

}
#home #access .ad_text ul li{
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-top: 7px;
}
#home #access .ad_text ul li span{
    display: block;
	padding-left: 20px;
	letter-spacing: 0;
}

#home #access .ad_text ul li:before{
    content: "■";
	color: #171c61;
	padding-right: 20px;
	position: absolute;
}



#home #access .map_2{
	margin-top:-300px;
	background-color:#E7E7E7;
	height:300px;
}
#home #access .address_2{
	background-color:#c3c758;
	width:370px;
	height:290px;
	color:white;
	padding:5px;
	position:relative;
	z-index: 10;
	margin-left: 600px;
}
#home #access .address_2:before{
content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    margin: auto;
    border: 1px solid #fff;
}
#home #access .ad_text_2{
	width:210px;
	margin:0 auto;
	margin-top:55px;
}#home #access .ad_text p_2{
	margin-bottom:15px;
}



/* -フッター- */
footer{
	background-color:#c8e1f0;
	text-align:center;
}
footer a{
	text-decoration:none;
	font-size:12px;
	display:block;
	margin-bottom:20px;
}
footer #footerlogo{
	padding-top:50px;
}
footer p{
	text-align:center;
	margin-top:40px;
}
footer ul{
	width:980px;
	height:auto;
	margin:30px 0 30px -20px;
}
footer li{
	padding:0 20px;
}
footer #copy{
	background-color:#1aa0d8;
	display:block;
	position:relative;
	height:54px;
	width:100%
}
footer #copy p{
	font-size:12px;
	padding-top:18px;
}
footer #copy #pagetop a{
	margin-bottom:-20px;
	display:block;
	width:54px;
	position:absolute;
	top:0;
	right:0;
}
.footer_card{
	margin-top:10px;

}
/*.content_menu{
	width: 1200px;
	margin: 0 auto;
	display: flex;
}*/

.logo img{
	margin-right: 150px;
}
#scroll_header{

}
#scroll_header ul{
	width: 1300px;
}
#scroll_header ul li{
		/*width: 1200px;*/
}
#scroll_header li.menu{
	padding-right:20px;
	
}
.scroll_header_logo img{
		margin-right: 140px;
	
}