@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #323940;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 33px;
	text-align: center;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #323940;
	text-decoration:none;
	
	}
a:hover {
	color: #323940;
	text-decoration:none;
	cursor: pointer;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents {}
.fade_l{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-100%); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_r{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime_r;
 -ms-animation-name: fuwatAnime_r;
 animation-name: fuwatAnime_r;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(100%); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fade_outl {opacity: 0; -webkit-transform: translateX(-50px); }
.fade_inl {opacity: 1; -webkit-transform: translateX(0); }
.fade_outr {opacity: 0; -webkit-transform: translateX(50px); }
.fade_inr {opacity: 1; -webkit-transform: translateX(0); }
.fade_outup {opacity: 0; -webkit-transform: translateY(50px); }
.fade_inup {opacity: 1; -webkit-transform: translateY(0); }
.fade_outdw {opacity: 0; -webkit-transform: translateY(-50px); }
.fade_indw {opacity: 1; -webkit-transform: translateY(0); }
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header_wrap {
	background-image: url(../img/common/head_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 0 20px 0;
}
#header{
	width: 100%;
	margin: auto;
	padding:  0;
	background-color: rgba(255,255,255,0.8);
	overflow: hidden;
}
#header_in{
	width: 1100px;
	margin: auto;
	padding:  0;
}
.head_logo {
	width:460px;
	margin: 18px 10px 0 0 ;
	text-align: left;
	float: left;
	}
.head_logo img {
	width:233px;
	height: auto;
	margin: 0;
	}
.h1{
	width: 100%;
	font-size: 12px;
	line-height:1em;
	padding: 9px;
	text-align: left;
	margin:0 ;

}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	width: 630px;
	margin: 0 ;
	padding: 0;
	float: left;
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	height: 92px;
	margin: 0 0 0 0 ;
	padding:  0 ;
}
.navi ul li {
	display: inline;
}
.navi li a{
	width: 126px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin: 0 ;
  	padding:  37px 0 ;
	display: block;
	float: left;
}


.navi li a:hover{
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home .navi .p1 a {
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;}
.business .navi .p2 a {
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;}
.result .navi .p3 a {
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;}
.company .navi .p4 a {
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;}
.contact .navi .p5 a {
	color: #027dc1;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center;}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	width: 100%;
	background-color: #c0d8ec;
	padding: 20px 0 48px 0 ;
	text-align: center;
	margin: 100px 0 0 0;
	position: relative;
	}
.footer_img{
	width: 100%;
	height: 153px;
	background-image: url(../img/common/foot_img.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0;
	top:-93px;
	}
#footer_in {
	width: 1100px;
	margin:  0 auto ;
	position: relative;
}

.footer_logo {
	width: 477px;
	margin: 72px 0 10px 0;
	text-align: left;
	float: left;
	}
.footer_logo img {
	width: 317px;
	height: auto;
	margin-bottom: 10px;
}
.footer_add {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #027dc1;
}
.footer_map {
	width: 559px;
	height: 320px;
	float: left;
	border: 1px solid #b1b1b1;
}
.footer_map iframe {
	width: 559px;
	height: 320px;
}
.footer_bt {
	width: 340px;
	margin: 45px 0 0 0;
	background-image: url(../img/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: 13% center;
	background-color: #00b6c4;
}
.footer_bt a{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	-webkit-box-shadow: #009393 0px 2px 0px;
	-moz-box-shadow: #009393 0px 2px 0px;
	box-shadow: #009393 0px 2px 0px;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 87% center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
}
.footer_bt a:hover {
	background-position: 90% center;
}
#footer_copy{
	width: 100%;
	height:40px;
	font-size:15px;
	line-height:40px;
	background-color: #027dc1;
	padding: 0 ;
	color: #fff;
	text-align:center;
	}
.page_top {
	position: absolute;
	right: -26px;
	top: -70px;
	width: 80px;
	cursor: pointer;
}

.page_top img {
	width: 100%;
	height: auto;
}

/*	共通
----------------------------------------------------------------------------*/
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

.page_title {
	width: 528px;
	padding: 58px 0 16px 0;
	margin: auto;
}

/*　TOP
----------------------------------------------------------*/
.home #header_wrap {
	margin-bottom: 45px;
}
.slide_img {
	width: 1080px;
	background-color: rgba(255,255,255,0.5);
	margin:28px auto 0 auto ;
	padding: 10px;
}

.top_biz {
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 5px auto;
}
.top_biz .lead {
	width: 570px;
	margin: 0 auto 45px auto;
}
.top_biz_link {
	width:  1200px;
	margin: auto;
}
.top_biz_link .link1_l {
	width: 590px;
	margin: 0 20px 40px 0;
	float: left;
}
.top_biz_link .link1_r {
	width: 590px;
	margin: 0 0 40px 0;
	float: left;
}
.top_biz_link .link2_l {
	width: 390px;
	margin: 0 15px 40px 0;
	float: left;
}
.top_biz_link .link2_r {
	width: 390px;
	margin: 0 0 40px 0;
	float: left;
}
.top_biz_link .link1 {
	width: 588px;
	padding: 1px;
	background: linear-gradient(115deg, #4d4d4d, #fafafa);

}
.top_biz_link .link1_in {
	width: 580px;
	background-color: #fff;
	padding: 4px;
	margin: auto;
	position: relative;
}
.top_biz_link .link2 {
	width: 388px;
	padding: 1px;
	background: linear-gradient(115deg, #4d4d4d, #fafafa);

}
.top_biz_link .link2_in {
	width: 380px;
	background-color: #fff;
	padding: 4px;
	margin: auto;
	position: relative;
}
.top_biz_link .text {
	width: 350px;
	margin: 20px auto 0 auto;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.top_biz_link .board1 {
	width: 358px;
	height: 151px;
	margin: 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 28px ;
	line-height: 31px;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 179px);
	top: 27px;
}
.top_biz_link .board1 .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	background-color: #00cede;
	margin: 0 0 10px 0;
}
.top_biz_link .board1 .subname {
	width: 184px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
.top_biz_link .board2 {
	width: 330px;
	height: 127px;
	margin: 0;
	padding: 13px 0 0 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 26px ;
	line-height: 26px;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 165px);
	top: 25px;
}
.top_biz_link .board2 .subname {
	width: 184px;
	margin: 5px auto;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
.top_biz_link .board3 {
	width: 330px;
	height: 101px;
	margin: 0;
	padding: 39px 0 0 0;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	font-size: 26px ;
	line-height: 26px;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 165px);
	top: 25px;
}
.top_biz_link .board3 .subname {
	width: 184px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
.top_biz_link .board_bt1 a{
	width: 200px;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	background-color: #00b6c4;
	-webkit-box-shadow: #009393 0px 2px 0px;
	-moz-box-shadow: #009393 0px 2px 0px;
	box-shadow: #009393 0px 2px 0px;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: absolute;
	left: calc(50% - 100px);
	bottom: 16px;	
}
.top_biz_link .board_bt1 a:hover {
	background-position: 90% center;
}
.top_biz_link .board_bt2 a{
	width: 184px;
	font-size: 17px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	background-color: #00b6c4;
	-webkit-box-shadow: #009393 0px 2px 0px;
	-moz-box-shadow: #009393 0px 2px 0px;
	box-shadow: #009393 0px 2px 0px;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: absolute;
	left: calc(50% - 92px);
	bottom: 16px;	
}
.top_biz_link .board_bt2 a:hover {
	background-position: 90% center;
}
.top_cont_link  {
	background-image: url(../img/top/link_back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	padding: 56px 0 138px 0;
	margin: 0 auto 30px auto;
}
.top_cont_link_in {
	width: 1100px;
	margin: 0 auto ;
}
.top_cont_link_in .link_comp {
	width: 525px;
	margin: 0 50px 0 0;
	position: relative;
	float: left;
}
.top_cont_link_in .link_cont {
	width: 525px;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}
.top_cont_link_in .bt a{
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	background-color: rgba(2,125,193,0.8);
	position: absolute;
	left: 0;
	bottom: 0;	
}
.top_cont_link_in .bt a span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding: 0 40px 0 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
}
.top_cont_link_in .bt a:hover span {
	background-position: 100% center;
}


.top_seo {
	width: 1100px;
	margin:  auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
.top_seo01 {
	width: 1100px;
	margin-top:350px;
	margin-bottom:200px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

/*　業務内容
----------------------------------------------------------*/
.business #header_wrap {
	margin-bottom: 120px;
}

.business .sect {
	width: 1100px;
	padding: 0;
	margin: 0 auto 75px auto;
}
.business .sect .text {
	width: 546px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 0 ;
	margin: 0 ;
	float: left;
}
.business .sect .lead {
	width: 515px;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #027dc1;
	text-align: left;
	padding: 0 0 24px 34px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #0f3e80;
	background-image: url(../img/business/name_icon.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
.business .sect .lead span {
	font-size: 22px;
	line-height: 28px;
	padding: 15px 0 0 0;
	display: block;
}
.business .sect .sublead {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #027dc1;
	text-align: left;
	padding: 0 ;
	margin: 0 0 25px 0;
}
.business .sect .img {
	width: 500px;
	float: right;
	margin: 0 ;
}
.business .end {
	margin-bottom: 145px;
}
/*　会社案内
----------------------------------------------------------*/
.company #header_wrap {
	margin-bottom: 80px;
}
.company .sect {
	width: 1100px;
	padding: 0;
	margin: 0 auto 60px auto;
}
.company .sect1 {
	width: 540px;
	padding: 0;
	margin: 0 70px 0 0;
	float: left;
}
.company .sect2 {
	width: 490px;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
}
.company .sect3 {
	width: 1100px;
	padding: 0;
	margin: 0 auto 170px auto;
}
.company .lead {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #027dc1;
	text-align: left;
	padding: 0 0  0 34px;
	margin: 0 0 20px 0;
	background-image: url(../img/company/name_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.company .sect1 table {
	border-top: 1px solid #0f3e80;
}
.company .sect1 th {
	width: 110px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
	padding: 8px 0 8px 33px;
	background-image: url(../img/company/icon_square.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	border-bottom: 1px solid #0f3e80;
}
.company .sect1 td {
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #0f3e80;
}
.company .sect2 table {
	border-top: 1px solid #0f3e80;
}
.company .sect2 td {
	width: 457px;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
	padding: 8px 0 8px 33px;
	background-image: url(../img/company/icon_circle.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	border-bottom: 1px solid #0f3e80;
}
.company .sect3 table {
	border-top: 1px solid #0f3e80;
	border-left: 1px solid #0f3e80;
}
.company .sect3 th {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding: 8px 20px;
	background-color: #f2f2f2;
	border-right: 1px solid #0f3e80;
	border-bottom: 1px solid #0f3e80;
}
.company .sect3 td {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding: 8px 20px;
	border-right: 1px solid #0f3e80;
	border-bottom: 1px solid #0f3e80;
}
/*　実績紹介
----------------------------------------------------------*/
.result #header_wrap {
	margin-bottom: 40px;
}
.result .sect {
	width: 1100px;
	padding: 0;
	margin: 0 auto 140px auto;
}
.result .sect1 {
	width: 520px;
	padding: 0;
	margin: 0 60px 0 0;
	float: left;
}
.result .sect2 {
	width: 520px;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
}
.result .lead {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #027dc1;
	text-align: left;
	padding: 0 ;
	margin: 0 0 10px 0;
}
.result .sect1 table {
	border-top: 1px solid #323940;
	border-left: 1px solid #323940;
	margin-bottom: 50px;
}

.result .sect2 table {
	border-top: 1px solid #323940;
	border-left: 1px solid #323940;
	margin-bottom: 35px;
}
.result th {
	font-size: 17px;
	line-height: 26px;
	text-align: left;
	padding: 2px 10px;
	border-right: 1px solid #323940;
	border-bottom: 1px solid #323940;
}
.result td {
	width: 160px;
	font-size: 17px;
	line-height: 26px;
	text-align: left;
	padding: 2px 10px;
	border-right: 1px solid #323940;
	border-bottom: 1px solid #323940;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact #header_wrap {
	margin-bottom: 0;
}
.contact .telfax {
	width: 100%;
	background-color: #e3f8ff;
	padding: 76px 0 66px 0;
	margin: 0 auto 75px auto;
}
.contact .telfax_in {
	width: 435px;
	font-size: 24px ;
	line-height: 30px;
	text-align: left;
	background-image:url(../img/contact/bar.png);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0 0 0 30px;
	margin: 0 auto;
}
.contact .telfax_in span {
	font-size: 18px ;
	line-height: 26px;
}
.contact .comm {
	width: 1000px;
	margin: 0 auto 35px auto;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.contact_table {
	width: 1050px;
	margin: 0 auto 55px auto;
	
}
.contact .telfax img {
	margin: 6px auto 0 auto;
}
.contact_table table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contact_table th {
	width: 200px;
	font-size: 16px;
	line-height: 28px;
	color: #027dc1;
	vertical-align: top;
	background-color: #f1f1f1;
	text-align: left;
	padding: 22px 15px ;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contact_table td {
	line-height: 28px;
	text-align: left;
	padding: 15px 35px ;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contact_table span {
	color: #ec1c24;
	}
.contact .comm2 {
	width: 1000px;
	margin: 0 auto 195px auto;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.submit_btn{
	width: 298px;
	font-size: 18px;
	line-height: 1em;
	padding: 21px 10px 21px 0;
	margin:65px auto 55px auto ;
	background-color: rgba(2,125,193,1);
	color: #fff;
	text-align: center;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: 67% center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display:block;
	cursor: pointer;
	behavior: url(css/PIE.htc);
}
.submit_btn:hover {
	background-position: 70% center;
	background-color: rgba(2,125,193,0.7);
	text-decoration: none;
}

.return_btn{
	width: 200px;
	margin: 70px auto 80px auto;
	font-size: 24px;
	line-height: 1em;
	padding: 28px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,1);
	border: none;
	display:block;
	cursor: pointer;
	behavior: url(css/PIE.htc);
	}


.return_btn:hover {
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	}

.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width:96%; 
	height:400px; 
	padding:2% 2% ;
	font-size:16px; 
	
	}
.complete {
	color: #027dc1;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}