@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
	width: 100%;
	min-width: 1400px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}


/*------------------¹²Í¨------------------*/
#wrapper{
	text-align: center;
}
.in_box {
	width: 1190px;
	margin: auto;
}
.in_box02 {
	width: 980px;
	margin: auto;
}
.pc_none{
	display: none !important;
}
a:hover { opacity: 0.8; }


h3,h4{
	font-weight: bold;
}
.left{float: left;}
.right{float: right}
.text_c{text-align: center;}


/*¤³¤³¤«¤éÓ›Ýd
--------------------------------------------*/
#header {
	margin: 0 auto;
}

#header_in {
	width: 100%;
	background-color: #FFF;
}

h1 {
	color: #666;
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: left;
	padding: 2px 0 2px 150px;
}

#h_logo {
	float: left;
	padding: 15px 0 15px 150px;
}

#h_center,
#h_right {
	float: right;
}

#h_right li {
	float: left;
}

#navi {
	text-align: right;
	margin: auto;
}

#navi li {
	float: left;
	border-left: 1px solid #E6E6E6;
}

#navi li:last-child {
	border-right: 1px solid #E6E6E6;
}

#navi li a {
	display: block;
	border-bottom: 5px solid #ccc;
	box-sizing: border-box;
}

#navi li a:hover {
	border-bottom: 5px solid #000064;
	opacity: 1;
}

#main_visual {
	background: url(../img/main_visual_bk1.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
.cmn_btn a{
	display: block;
	color: #fff;
	background:url(../img/common/arrow.png) no-repeat right 10% center;
}
.title01{
	height: 45px;
	line-height: 45px;
	background:url(../img/common/ttl_bk.png)no-repeat left bottom #000064;
	text-align: left;
	padding-left: 25px;
	color: #fff;
	font-size:20px;
	margin-bottom: 20px;
}
#tp_news_ttl .title01{
	margin-bottom: 0;
}
.title02{
	padding:0 0 10px 30px;
	background:url(../img/common/ttl_icon.png) no-repeat left top 10px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

/*section
--------------------------------------------*/
#section1 {
	margin-top:-120px;
	text-align: center;
	padding-bottom: 100px;
}
.sec01_txt{
	width: 990px;
	padding: 80px 0 40px;
	background-color: #fff;
	margin:auto;
}
.sec01_txt img{
	margin-bottom: 10px
}
.sec01_li li{
	float: left;
	width: 275px;
	margin-right: 30px;
}
.sec01_li li:last-child{
	margin-right: 0;
}
.sec01_imgbox{
	position: relative;
}
.sec01_imgbox:after{
	position: absolute;
	bottom: -30px;
	left: 45%;
}
.sec01_li li:nth-child(1) .sec01_imgbox:after {content: url(../img/sec01_li_no1.png);}
.sec01_li li:nth-child(2) .sec01_imgbox:after{content: url(../img/sec01_li_no2.png);}
.sec01_li li:nth-child(3) .sec01_imgbox:after{content: url(../img/sec01_li_no3.png);}
.sec01_li li:nth-child(4) .sec01_imgbox:after{content: url(../img/sec01_li_no4.png);}
.sec01_li h4{
	font-size: 22px;
	color: #fff;
	padding: 30px 0 25px;
	background-color: #000064;
	margin-bottom: 15px;
}
.sec01_li p{
	text-align: left;
	font-feature-settings: "palt";}


#section2 li{
	width: 50%;
	float: left;
	background-color: #000;
	color: #fff;
}
#sec2-1{
	overflow: hidden;
}

#section2 li a {
	display: block;
}
.sec2_in{
	padding: 80px 0 115px 145px;
	height: 285px;
	width: 450px;
}
.sec2_in p{
	text-align: left;
	margin-bottom: 40px;
}
.sec2_in h3{
	padding-bottom: 15px;
	border-bottom: 1px solid #808080;
	margin-bottom: 17px;
}
.sec02_btn a{
	width: 200px;
	height: 45px;
	line-height: 45px;
	border:1px solid #fff;
}
#section3 {
	background: url(../img/section3_bk.jpg) center center #848484;
	background-size: cover;
	padding:110px 0 100px;
}
.sec03_in{
	background-color:rgba(255,255,255,0.85);
	padding: 80px 100px 80px;
	position: relative;
}
.sec03_in h3{
	margin-bottom:40px;
	position: relative;
}
.sec03_in h3 span{
	padding-left: 15px;
	position: absolute;
	bottom: 9px;
}
.sec03_in li{
	width: 225px;
	float: left;
	margin-right: 30px;
	text-align: left;
}
.sec03_in li:last-child{
	margin-right: 0;
}
.tp_blog_btn{
	position: absolute;
	right: 0;
	top: -25px;
}
.tp_blog_btn a{
	display: block;
	padding: 20px 0;
	width: 193px;
	background:url(../img/common/arrow.png)no-repeat right 17px center #000064;
	border-left: 7px solid #e60a1e;
	color: #fff;
}
.tp_blog_imgbox{
	width: 100%;
  overflow: hidden;
  height: 225px;
  position: relative;
}
.tp_blog_imgbox img{
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp_blog_imgbox:before{
	content: url(../img/blog_be.png);
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
}
.tp_blog_imgbox:after{
	content: url(../img/blog_af.png);
	position: absolute;
	bottom:-5px;
	right: 0;
	z-index: 999;
}
.cmn_blog dt{
	padding: 10px 0 5px;
}
.cmn_blog dd{
	color: #000064;
	font-weight: bold;
	font-size: 12px;
}
.blog_btn{
	background-color: #808080;
	text-align: center;
	margin-top: 20px;
}
.blog_btn a{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
#section4 {
	background-color: #FFF;
	padding:100px 0 90px;
}
#tp_news_ttl{
	position: relative;
}
#tp_news{
	width: 760px;
	float: left;
}
.tp_news_btn{
	position: absolute;
	top:0;
	right:0;
	background-color: #e60a1e;
}
.tp_news_btn a{
	height: 45px;
	line-height: 45px;
	width: 165px;
}
.tp_news a{
	display: block;
}
#tp_news dl{
	padding: 24px 0 20px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	box-sizing: border-box;
}
#tp_news dt,#tp_news dd{
	display: table-cell;
	vertical-align: top;
}
#tp_news dt{
	padding: 0 15px 0 30px;
	background:url(../img/tp_news_arr.png) no-repeat left 15px center;
	color: #000064;
}
#fb{
	float: right;
}
/*footer
--------------------------------------------*/
.pageTop {
	border-top: 1px solid #ccc;
	text-align: center;
}

.pageTop img {
	margin-top: -10px;
}

#footer_in {
	background-size: cover;
	text-align: left;
	padding: 40px 0 30px;
	background: url(../img/common/footer_bk.jpg) no-repeat center center;
}
.f_left{
	float: left;
}
.f_logo{
	margin-bottom:15px;
}
.f_left li{
	float: left;
}
.f_left li br{
	display: none;
}
.f_left li:first-child{
	color: #000064;
	margin-left: -5px;
}
.f_right{
	float: right;
	margin-top:20px;
}
#f_nav ul{
	float: left;

}
#f_nav li a{
	display: block;
	padding: 0px 15px;
	background:url(../img/common/f_nav_arr.png) no-repeat left center;
	margin:0 20px -1px 0;
}
#f_nav li :last-child a{
	background:none;
	margin-right: 0;
	padding: 0;
}
.f_mail{
	margin-top:3px;
}
#copyright {
	color: #FFF;
	font-size: 12px;
	padding: 5px 0;
	background-color: #000064;
	text-align: center;
}

#copyright a:link { text-decoration:none; color: #FFF;}
#copyright a:visited { text-decoration:none; color: #FFF;}

/*ÏÂŒÓ
----------------------------------------------------------*/
.cmn_dl dt,.cmn_dl dd{
  display: table-cell;
  vertical-align: top;
  padding: 15px 20px 15px 25px;
}
.cmn_dl dt{
  width: 105px;
  background-color: #f0f0f0;
}
.cmn_dl dl{
  border-bottom: 1px dotted #333;
}
.cmn_dl dl:first-child{
  border-top:1px dotted #333;
}
#main_area {
  padding: 70px 0px 65px;
  background: url(../img/common/main_bk.jpg) no-repeat center;
}

#main_in {
  width: 980px;
  margin: auto;
  text-align: center;
}

#bread {
  color: #b3b3b3;
  font-size: 12px;
  margin-top: 8px;
}

#bread li {
  float: left;
  background:url(../img/common/bread_arr.png) no-repeat right center;
  padding-right:15px;
  margin-right:5px;
}
#bread li:last-child{
	background: none;
}
#bread li a {
  color: #b3b3b3;
}
#bread li:first-child {
  color: #b3b3b3;
}

#content {
  padding: 65px 0px 100px;
}
.cmn_l_l{
  float: left;
  width: 730px;
  text-align: justify;
}
.cmn_l_r{
  float: right;
  margin-right: 20px;
}

.l_box{
	float: left;
	width: 700px;
}
.r_box{
	float: right;
}
.cmn_box{
	margin-bottom: 55px;
}

/*work
-----------------------------------------------------*/
.flow_list li{
  padding-bottom: 20px;
  margin-bottom: 30px;
  background:url(../img/work/flow_arr.png) no-repeat bottom center;
}
.flow_list li:last-child{
	background:none;
}
.flow_in{
	border-top: 5px solid #000064;
	border-bottom: 2px solid #000064;
	padding: 18px 0 20px;
}
.flow_in h4{
	font-size:18px;
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}
.flow_list li:nth-child(1) h4{background:url(../img/work/flow_no1.png) no-repeat left top 7px;}
.flow_list li:nth-child(2) h4{background:url(../img/work/flow_no2.png) no-repeat left top 7px;}
.flow_list li:nth-child(3) h4{background:url(../img/work/flow_no3.png) no-repeat left top 7px;}
.flow_list li:nth-child(4) h4{background:url(../img/work/flow_no4.png) no-repeat left top 7px;}
.flow_list li:nth-child(5) h4{background:url(../img/work/flow_no5.png) no-repeat left top 7px;}
.flow_list li:nth-child(6) h4{background:url(../img/work/flow_no6.png) no-repeat left top 7px;}

/*compny
-------------------------------------------------------------*/
#comp span{
	font-weight: bold;
}
#map{
	margin-top: 95px;
}
.comp_box{
	text-align: center;
	padding: 80px 40px 40px 40px;
	background:url(../img/company/comp_bk.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	margin-top: -19px;
}
.comp_box p{
	margin-top: 65px;
	text-align: left;
}
.comp_name{
	text-align: right;
	padding-top: 37px;
}
/*blog
-------------------------------------------------*/
.a_blog_imgbox{
	width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.a_blog_imgbox img{
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.a_blog_imgbox:before{
	content: url(../img/blog/blog_be.png);
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
}
.a_blog_imgbox:after{
	content: url(../img/blog/blog_af.png);
	position: absolute;
	bottom:-5px;
	right: 0;
	z-index: 999;
}
.a_blog_btn{
	background-color: #808080;
	text-align: center;
	margin-top: 10px;
}
.a_blog_btn a{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
#a_blog li{
	width: 300px;
	float: left;
	margin:0 40px 40px 0;
}
#a_blog li:nth-child(3n){
	margin-right: 0;
}
#a_blog dt{
	font-size: 16px;
}
.day_text{
	text-align: right;
  padding-top: 5px;
  color: #000064;
}
.single_w{
	padding: 15px;
	margin:20px 0;
	border-bottom: 1px solid #ccc;
}
.sg_day{
	text-align: right;
	font-size: 12px;
	color: #b3b3b3;
	padding-top: 20px;
}
.page_btn .left a {
  padding-left: 20px;
  background: url(../img/common/arrow_l.png) no-repeat center left;
  background-size: 17px;
}
.page_btn .right a {
  padding-right: 20px;
  background: url(../img/common/arrow_r.png) no-repeat center right;
  background-size: 17px;
}

/*news
------------------------------------------------------*/
.news_list{
	margin-top:
}
.news_list li {
  margin-bottom: 35px;
  border-left: 4px solid #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
  border-right: 4px solid #f0f0f0;
  border-top: 4px solid #000064;
}

.news_list li .news_w {
  padding: 12px 20px 18px;
}
.news_text dd{
  margin:10px 0 15px;
}
.news_list .day_text {
  float: left;
  padding-top: 15px;
}
.s_day{
	float: right;
}
.day_text{
  color: #808080;
}
.news_btn a{
	background-color: #e60a1e;
	width: 140px;
	height: 34px;
	line-height: 34px;
}
.news_btn {
  float: right;
  text-align: center;
}

/*site_map
-----------------------------------------------*/
#site_map a{
	display: block;
	padding: 15px 0 15px 30px;
	background:url(../img/common/f_nav_arr.png) no-repeat left center;
	border-bottom:1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}
#site_map ul{
	margin-top: -20px;
}
/*privacy
----------------------------------------------*/
.privacy_box{
	margin-bottom: 55px;
}

/*contact
----------------------------------------------*/
#contact dt span{
  color: #e60a1e  ;
  font-size: 12px;
  padding-left: 5px;
}
#contact dt{
  width: 172px;
  padding-left: 40px;
  /*background:url(../img/contact/cont_icon.png) no-repeat left 20px center #f0f0f0;*/
  position: relative;

}
#contact dt:before{
	content: url(../img/contact/cont_icon.png);
	position: absolute;
	top:12px;
	left: 20px;
}
#contact dd{
  width: 740px;
  padding: 15px 20px;
}
#contact dl{
	border-color: #ccc;
}
#contact dl:first-child{
  border-top:none;
}
#contact dl:last-child{
  border-bottom:none;
}
#contact dd input[type=text] {
  width: 97%;
  padding: 4px;
  border: 1px solid #ccc;
}
#contact{
	margin-top:55px;
}
textarea {
  width: 97%;
  height: 172px;
  border: 1px solid #ccc;
}
#form_btn {
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 210px;
  padding: 22px 0px 22px 0px;
  background: url(../img/contact/cont_arr.png) no-repeat center right 20% #000064;
}
.contact_btn ul {
  text-align: center;
  margin-top: 50px;
}

.contact_btn li {
  display: inline-block;
}

#contact .title02{
	margin-bottom: 20px;
}

/* 追加css */
#e404{
    padding: 40px 0;
    text-align: center;
}
#main_ttl{
    color: #fff;
}
.a_blog_imgbox img{
    object-fit: contain;    
}