﻿@charset "utf-8";

/* =======================================
共通
======================================= */
body {
 width: 100%;
 margin: 0 auto;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 16px;
 min-width: 1200px;
 color: #333;
}
.inbox {
  width: 980px;
  margin: auto;
}
a:hover { opacity: 0.8; }
.pc_none{
	display: none !important;
}
.left { float: left; }
.right { float: right; }

.text_c { text-align: center; }


#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
}
.cmn_dl dt,.cmn_dl dd{
	display: table-cell;
	vertical-align: middle;
}
.cmn_dl dt{
	background-color: #f2f2f2;
	padding: 10px 20px 10px;
	width: 190px;
}
.cmn_dl dd{
	padding-left: 20px;
	width: 730px;
}
.cmn_dl dl{
	border-top:1px dotted #ccc;
}
.cmn_dl dl:last-child{
	border-bottom: 1px dotted #ccc;
}
/*=========================
CSSで間隔を調整したボーダー
==========================*/
.dotted_top{
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 5px);
background-size: 6px 2px;
background-position: top;
background-repeat: repeat-x;

}
.dotted_right{
  background-image: linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 5px);
background-size: 2px 6px;
background-position: right;
background-repeat: repeat-y;

}
.dotted_bottom{
  background-image: linear-gradient(to right, #808080, #808080 2px, transparent 2px, transparent 5px);
background-size: 5px 2px;
background-position: bottom;
background-repeat: repeat-x;
}
.dotted_left{
  background-image: linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 5px);
background-size: 2px 6px;
background-position: left;
background-repeat: repeat-y;
}

.tp_ttl{
	text-align: center;
}
/*==================================*/

/*ここから記載
--------------------------------------------*/

/*header
--------------------------------------------*/
#h1_wrap{
	background-color:#003e8b;
}
h1{
  color:#fff;
  font-size:12px;
  padding:2px 0 0;
}
#header_in{
	padding: 20px 0 7px;
}
#h_left{
	float: left;
}
#h_right{
	float: right;
	width: 630px;
}
.telbox li{
	float: right;
	margin-left: 20px;
}
/*nav
--------------------------------------------*/
#navi{
	margin-top: 30px;
	box-sizing: border-box;
}
#navi li{
	float: left;
position: relative;
}
#navi li a{
	display: block;
	padding: 3px 30px;
	border-left:1px solid #e6e6e6;
	font-size: 16px;

}
#navi li a:hover{
	color: #fff;
	opacity: 0.99;
}
#navi li:last-child a{
	padding: 0px 0;
	border-left: none;
}
#navi li:last-child a:hover{
	opacity: 0.8;
}
#navi li:before
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #003e8b;
    transition: all 0.3s;
}
#navi li:last-child:before{
	display: none;
}
#navi li:hover:before
{
    height: 100%;

}

/*main_v
--------------------------------------------*/
#slider {
    background-repeat: no-repeat;
}
.bx01 {
background-image: url("../img/main_img01_bk.jpg");
background-repeat: no-repeat;
background-position: center;
}
#slider img{
	display: block;
	width: 980px;
}
.bx02 {
background-image: url("../img/main_img02_bk.jpg");
background-repeat: no-repeat;
background-position: center;
}


/*sec1
--------------------------------------------*/

#sec01 {
	padding: 115px 0 0 0;
}
.sec01_ttl{
	padding-bottom: 30px;
}
.sec01_in{
	background: url(../img/top/sec01_bk.jpg) no-repeat left top;
	padding: 20px 0 40px;
}
.sec01_l{
	float: left;
	padding:30px;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	margin: 25px 0 0 45px;
}
.sec01_l:after{
	content: url(../img/top/sec01_after.png);
	position: absolute;
	top: 75px;
	right: -40px;
}
.sec01_img{
	margin-top: 25px;
}
.sec01_r{
	float: left;
}

/*sec2
--------------------------------------------*/
#sec02{
background-image: url("../img/top/sec02_bk.jpg");
padding: 85px 0 110px;
}
.sec02_ttl{
	padding-bottom: 20px;
}
.sec02_in li{
	width: 485px;
	height: 350px;
	float:left;
	margin-right: 10px;
	background: url(../img/top/sec02_bk_l.png) no-repeat left center;
	background-size: cover;
}
.sec02_in a{
	display: block;
	height: 350px;
}
.sec02_in li:last-child{
	margin-right: 0;
	background: url(../img/top/sec02_bk_r.png) no-repeat left center;
	background-size: cover;
}
.sec02_in li dl{
	padding: 30px 70px;
}
.sec02_in li dt{
	text-align: center;
	padding: 12px 0 8px;
	margin-bottom: 10px;
	background: url(../img/common/cmn_line01.png) no-repeat left top,
	url(../img/common/cmn_line01.png) no-repeat left bottom;
}
/*sec3
--------------------------------------------*/
#sec03{
background: url("../img/top/sec03_bk.jpg") no-repeat right top;
padding: 80px 0 85px;
height: 500px;
}
.sec03_ttl {
	padding-bottom: 50px;
}
#tp_blog-list ul{
	padding-bottom: 10px;
	background:url(../img/common/cmn_line02.png) no-repeat bottom left;

}
.tp_blog_btn{
	text-align: right;
}
.tp_blog_btn a{
	display: block;
	font-size: 12px;
	padding: 10px 5px ;
	color: #003e8b;
	font-weight: bold;
}
.tp_blog_btn a:before{
	content: url(../img/common/arr_tp_blog.png);
	padding-right: 5px;
}
.cmn_blog li{
	width: 300px;
	float: left;
	margin:50px 40px 0 0;
}
.cmn_blog li:nth-child(3n){
	margin-right:0;
}
.cmn_blog li:nth-child(-n+3){
	margin-top: 0;
}
.blog_img{
	width: 100%;
	height: 300px;


	overflow: hidden;
	position: relative;
}
.blog_img span{
	display: block;
	box-sizing: border-box;
width: 100%;
	height: 300px;
position: absolute;
top: 0;
left: 0;
	border: 8px solid rgba(0,62,139,0.5);
	z-index: 100;
}
.blog_img img{
	position: absolute;
	top: 50% !important;
	left: 50% !important;

	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: auto;
	max-width: 150%;
	width: 150%;
}
.blog_txt{
	background-color: #003e8b;
	color: #fff;
	text-align: center;
	padding: 10px 10px 15px 10px;
}
.blog_txt dt{
	padding-bottom: 9px;]
	height: 19px;
	overflow: hidden;
}
.cmn_btn{
	background-color: #fff;
	border-radius: 12px;
	width: 125px;
	text-align:center;
}

.cmn_btn a{
	display: block;
	color: #003e8b;
	padding: 5px 0 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
.cmn_btn a:before{
	content: url(../img/common/cmn_arrow.png);
	padding-right: 6px;
}
.tp_blog_btn{
	margin:auto;
}
/*sec4
--------------------------------------------*/
#sec04{
background-image: url("../img/top/sec04_bk.jpg");
padding: 90px 0 110px;
}
#tp_news{
	font-size: 14px;
	padding-bottom: 90px;
}
.tp_news_l{
	background-color: #003e8b;
	color: #fff;
	width: 265px;
	padding: 15px 20px;
	float: left;
}
.tp_news_l dt{
	padding-bottom: 19px;
	margin-bottom: 10px;
	background:url(../img/top/tp_news_line.png) no-repeat left bottom;
}
.tp_news_l dd{
	padding-bottom: 20px;
}
.tp_news_r dl{
	padding: 0 20px;
	background-color: #f2f2f2;
	position: relative;
}
.tp_news_r{
	float: right;
	width: 660px;
}
.tp_news_r li>a{
	display: block;
}
.tp_news_r dt{
	color: #147fc1;

	background: url(../img/common/arr_tp_news.png) no-repeat left center;
	padding: 18px 20px 16px 20px;
	width: auto;
}
.tp_news_r dd{
	width: auto;
}
.tp_news_r li:nth-child(odd) dl{
 background-color: #e6e6e6;
}
.tp_news_r dl dd:nth-child(2){
	padding-right: 0;
}
.tp_news_r dl dd a{

}
.tp_news_r dl dd:last-child{
	position: absolute;
	padding: 18px 20px 16px 0;
	top: 0px;
	right: 0px;
	color: #003e8b;
}
.tp_news_r dl{
	border-top: none;
}
.tp_news_r dl:last-child{
	border-bottom: none;
}
/*footer
--------------------------------------------*/
#footer {
	background-image: url("../img/common/footer_bk.jpg");
	    background-position: center center;
	    font-size: 12px;
	    color: #fff;
}
.footer_in{
	padding:40px 0 35px;
}
.f_center{
	text-align: left;
	width: 260px;
	margin: auto;
}
.f_center li{
	padding-bottom: 10px;
}
.f_center li:last-child{
	padding-bottom: 0;
}
.f_right{
	width: 303px;
}
.f_nav{
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 3px 0;
}
.f_nav li{
	float: left;
}
.f_nav ul:first-child li a{
	display: block;
	padding: 3px 20px 0 13px;
	color: #fff;
	background: url(../img/common/f_arr.png) no-repeat left center;
}
.f_nav ul:last-child li a{
	display: block;
	padding: 3px 10px;
	color: #fff;
	background: url(../img/common/f_arr.png) no-repeat left center;
}
.f_mail{
	padding: 4px 0 0 0 ;
}
#copyright{
	background: #003e8b;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 8px 0 4px;
}
#copyright a{
	color: #fff;
}
/*下層共通
--------------------------------------------*/

#main_area{
	background: url(../img/common/main_bk.jpg)no-repeat center center;
}
#main_ttl{
	text-align: center;
	padding: 112px 0;
}
#bread {
  color: #808080;
  font-size: 14px;
  margin-top: 15px;
}

#bread li {
  float: left;
  margin-right: 4px;
  padding-right: 20px;
  background: url(../img/common/bread_arr.png) no-repeat right top 3px;
  background-size: 14px;
}

#bread li:last-child {
  background: none;
}

#bread li a {
  color: #808080;
}

.cmn_text p{
  float: left;
  width: 660px;
  text-align: justify;
  font-feature-settings: "palt"1;
  line-height: 1.5;
}
.img_right{
  float: right;
}
.cmn_box{
	font-size: 14px;
}
.title01{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px 10px 17px;
	color: #fff;
	background: url(../img/common/h3_bkj.png) no-repeat left top #003e8b;
	margin-bottom: 20px;
}
.title02{
	background: url(../img/common/titile02_left.png)no-repeat left top,
	url(../img/common/title02_bottom.png) repeat-x bottom left;
	padding: 0 0 10px 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pd01{
	padding-bottom: 80px;
}
#content{
	padding: 55px 0 120px;
}

.cmn_bana{
	padding: 50px 0 0;
}

/*work
---------------------------------------------------------*/
.work_li li{
	width: 300px;
	float: left;
	margin:0 40px 50px 0;
}
.work_li li:nth-child(3n){
	margin-right:0;
}
.work_li li:nth-last-child(-n+3){
	margin-bottom:0;
}
.work_li li p{
	font-size: 18px;
	text-align: center;
	background: url(../img/common/cmn_line01.png) repeat-x top left,
	url(../img/common/cmn_line01.png) repeat-x bottom left;
	padding: 10px 0;
	margin-top:10px;
}
.work_li{
	padding-bottom: 60px;
}
.work01_li02{
padding: 40px;
background:url(../img/work/img03.png)no-repeat right 40px center,
 url(../img/work/li02_bk.png) left top;
 margin-bottom: 30px;
}
.work01_li02 li{
	margin-bottom: 40px;
}
.work01_li02 li:last-child{
	margin-bottom: 0;
}
.work01_li02 dt,.work01_li02 dd{
	display: table-cell;
	vertical-align: middle;
}
.work01_li02 dt{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	background: #147fc1;
	width: 230px;
	position: relative;
}
.work01_li02 dt:after{
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 10px solid #147fc1;
  position: absolute;
  right: -15px;
  top: 35%;
}
.work01_li02 dd{
	padding-left: 25px;
}

/*
company------------------------------------------*/

.comp_txt{
	color: #003e8b;
	padding: 235px 50px 30px 50px;
	background: url(../img/company/comp_bk.png) no-repeat left top;
}
.comp_dl{
	padding-bottom: 55px;
}

.rec_li li{
	width: 230px;
	float: left;
	margin:0 20px 0px 0;
}
.rec_li li:last-child{
	margin-right: 0px;
}
.rec_li li p{
	font-size: 16px;
	text-align: center;
	background: url(../img/common/cmn_line01.png) repeat-x top left,
	url(../img/common/cmn_line01.png) repeat-x bottom left;
	padding: 10px 0;
	margin-top:10px;
}
/*blog----------------------------------------*/
.blog_in{
	padding-bottom: 20px;
	background: url(../img/common/cmn_line02.png)no-repeat bottom left;
	margin-bottom: 10px;
}
.blog_w img{
	margin-bottom: 10px;
}

/*news
---------------------------------------------------*/
.news_list li{
  padding: 18px;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
.news_list li:last-child{
  margin-bottom: 0;
}
.news_list dt{
   font-size: 18px;
  font-weight: bold;
  padding-bottom:9px;
  margin-bottom: 14px;
  background: url(../img/common/cmn_line02.png)no-repeat left bottom;
}
.news_list dd{
  font-size: 14px;
}
.news_btm{
  padding: 15px 0 0;
  position: relative;
}
.news_day{
	display: block;
	float: left;
	font-size: 12px;
color: #147fc1;
    background: url(../img/common/arr_tp_news.png) no-repeat left center;
    padding: 5px 35px 5px 20px;

}
.news_btn{
  background-color: #fff;
  width: 140px;
  float: right;
}
.news_btn a{
  font-size: 12px;
  background-size: 10px;
  padding: 7px 0 5px;
  color: #003e8b;
}

.sg_w{
  padding: 18px;
  margin-bottom: 50px;
  background-color: #f2f2f2;
}
.sg_day{
  color: #147fc1;
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
}

.page_btn .left a {
  padding-left: 25px;
  background: url(../img/news/arrow_l.png) no-repeat top 1px left;
  float: left;
}

.page_btn .right a {
  padding-right: 25px;
  background: url(../img/news/arrow_r.png) no-repeat top 1px right;
  float: right;
}

/*contact------------------------------------*/
#contact dd input[type=text] {
width: 95%;
height: 20px;
}
#contact dd input[type=tel]{
  width: 95%;
  height: 20px;
}
#contact dl:last-child dt,#contact dl:last-child dd{
	vertical-align: top;
	padding: 18px 20px 20px;
}
#contact dd textarea {
  width: 95%;
  height: 165px;
}
#contact dd {
  width: 750px;
  padding: 20px 20px;
  height: auto;
}
#contact dd li{
	float: left;
	margin-right: 40px;
}
#contact dt span{
  font-size: 12px;
  color: #ed3b18;
  padding-left: 5px;
}
#form_btn ul {
  text-align: center;
  margin-top: 50px;
}

.contact_btn{
text-align: center;
margin-top: 55px;

}
.contact_btn li {
  display: inline-block;

}

.contact_btn li input[type="submit"],#form_btn li input[type="button"] {
  color: #fff;
  border: none;
  font-size: 120%;
  padding: 15px 70px;
  cursor: pointer;
  background:url(../img/contact/contact_arr.png) no-repeat right 20px center #f4a627;
}
#form_btn li input[type="submit"],#form_btn li input[type="button"] {
  color: #fff;
  border: none;
  font-size: 120%;
  padding: 15px 70px;
  cursor: pointer;

  background:url(../img/contact/contact_arr.png) no-repeat right 20px center #f4a627;
}
#form_btn li {
	display: inline-block;
	margin:0 10px;
}
#form_btn{
	text-align: center;
}
/*privacy--------------------------------------*/
.privacy_box{
	margin-bottom: 60px;
}

/*site_map---------------------------------------*/

#sitemap li a{
display: block;
background: url(../img/site_map/site_map_arr.png)no-repeat left center,
	url(../img/common/title02_bottom.png) repeat-x bottom left;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
#sitemap li:last-child a{
	margin-bottom: 0;
}

.pagenation{
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}
.pagenation a,.pagenation span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border: 1px solid #003e8b;
	color: #003e8b;
}
.pagenation span{
	background-color: #003e8b;
	color: #fff;
}

/*リキャプチャ*/
.recaptcha_section{
	display: flex;
    justify-content: center;
    margin-top: 20px;
}