@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body { 
	width: 100%;
	margin: 0 auto;
	font-family: 'arial',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 1280px;
	line-height: 1.5;
}

img { vertical-align:bottom; }

.pc_none{
	display: none !important;
}

.f-yumin,
.sec-ttl,
.title01,
#main-ttl,
.title02{
	font-family: "游明朝", YuMincho,"Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
}

.f-yugo{
	font-family: 'arial',"游ゴシック", YuGothic,"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

@media all and (-ms-high-contrast:none) {
	.f-yumin,
	.sec-ttl,
	.title01,
	#main-ttl,
	.title02{
		font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
		font-weight: normal;
	}
	.f-yugo{
	font-family: 'arial',"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	font-weight: 500;
}
}


a,
a *{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover{opacity: 0.7;}

.inbox{
	width: 1080px;
	margin: auto;
}

.text_c{text-align: center;}
.left{float: left;}
.right{float: right;}

.text-box p{
	padding-bottom: 1.5em;
}

.text-box p:last-child{
	padding-bottom: 0;
}

.thumb,
.insta li{
	display:block;
	width:150px; /*トリミング後の横幅*/
	height:150px; /*トリミング後の縦幅*/
	overflow:hidden;
	position:relative;
	z-index:1;
}
.thumb img,
.insta li img{
	position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@supports ( object-fit: cover ) {
	.thumb img,
	.insta li img{
		position: absolute;
		 height: 100%;
        width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

/*footer 固定 css*/
html,body {
	height:100%;
}

#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	overflow: hidden;
}

.content_w {
	padding-bottom: 170px; /*フッターの高さと同じ*/
}

#footer {
	height: 170px;
	position:absolute;
	right: 0;
	bottom:0;
	left: 0;
	box-sizing: border-box;
}

.cmn-dl dl{
	display: table;
	width: 100%;
}
.cmn-dl dt,.cmn-dl dd{
	display: table-cell;
	vertical-align: top;
}

.cmn-dl-style dl{
	padding:15px 0;
	border-bottom: 1px solid #333333;
}

.cmn-dl-style dl dt{
	background: #3998dc;
	width: 150px;
	box-sizing: border-box;
	padding:5px 10px 5px 10px;
	vertical-align: middle;
	color: #fff;
}

.cmn-dl-style dl dd{
	padding:5px 0 5px 20px;
}

.cmn-dl-style dl dd li{
	float: left;
	padding-right: 30px;
}

.cmn-dl-style dl dd li:last-child{
	padding-right: 0;
}

.cmn-dl-style dl dd li:before{
	content: "・";
}

.cmn-btn a{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #1653a5;
	padding:10px 0 9px;
}

.cmn-btn span{
	position: relative;
}

.cmn-btn span:before{
	content: "";
	position: absolute;
	left:-25px;
	top:4px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.flex-box-c{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/*-----------------header------------------*/
#header {
}

#header h1 {
	color: #000;
	font-size: 12px;
	font-weight:normal;
	height: 20px;
	line-height: 20px;
	
}

#header h1 span {
	display: block;
	width: 980px;
	margin: 0 auto;
}

.hf-in{
	padding:11px 0;
}
/*hf*/
.hf-left{
	float: left;
}

.hf-right{
	float: right;
	width: 640px;
	padding-top: 5px;
}

.hf-right ul{
	display: table;
}

.hf-right li{
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	height: 50px;
}
.hf-right li:nth-child(1){
	width: 285px;
	border-right: 1px solid #333333;
	padding-right: 10px;
	text-align: right;
}
.hf-right li:nth-child(2){
	width: 155px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
.hf-right li:nth-child(3){
	width: 200px;
}

.hf-right li dl dt,
.hf-right li dl dd{
	float: left;
}

/*.hf-right li:nth-child(1)*/
dl.hf-tel01 dt{
	background-color: #0a3c74;
	color: #fff;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 13px;
	width: 70px;
	padding: 3px 0 3px;
	margin-right: 17px;
}

dl.hf-tel01 dt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #0a3c74;
	position: absolute;
	right: -10px;
	top: 0;
}

.hf-right li:nth-child(1) dl{
	float: right;
}

.tel{
	font-size: 25px;
	font-weight: bold;
	position: relative;
	line-height: 25px;
	padding-left: 15px;
	background:url(../img/common/tel_icon.png)no-repeat left center;
}

.hf-tel02{
	margin-top: 5px;
}

.hf-tel02 dt{
	color: #0a3c74;
	padding-right: 5px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.hf-tel02 dd{
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

/*.hf-right li:nth-child(2)*/

.hf-right li:nth-child(2) dl dt{
	position: relative;
}
.hf-right li:nth-child(2) dl dt:after{
	content: "|";
	padding: 0 5px;
}

/*.hf-right li:nth-child(3)*/
.hf-mail{
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.hf-mail a{
	color: #fff;
	display: block;
	height: 50px;
	text-align: center;
	padding-left: 20px;
	background:url(../img/common/mail_icon.png)no-repeat left 20px center #3998dc;
}

.hf-mail a span{
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;
	height: 50px;
}


/*-----------------navi------------------*/
#navi {
	background-color: #06458d;
	padding:5px 0;
}

#navi ul{
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
}

#navi ul li{
	flex-basis:100px;
	flex-grow:1;
	height: 35px;
	box-sizing: border-box;
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	align-items:center;
	justify-content:center;
	border-left: 1px solid #1a5394;
}

#navi ul li:last-child{
	border-right: 1px solid #1a5394;
}

#navi ul li a{
	width: 100%;
	height: 35px;
	color: #fff;
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: center;

}
/*---------main_visual------------*/
#main_visual {
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

.mv-txt {
	width: 980px;
	height: 640px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#top_slider li {
	text-align: center;
	height: 640px;
}

#top_slider li:nth-child(1) {
	background: url(../img/top/slide01.jpg) no-repeat center top;
	background-size: cover;
}
#top_slider li:nth-child(2) {
	background: url(../img/top/slide02.jpg) no-repeat center top;
	background-size: cover;
}
#top_slider li:nth-child(3) {
	background: url(../img/top/slide03.jpg) no-repeat center top;
	background-size: cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
	width:100%;
	height: 640px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
    overflow: visible!important;
    margin:auto;
	text-align:center;
}

.bx-pager {
	display:none;
}

/*-----------------container------------------*/
#container {
}


.sec-ttl{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #0a3c74;
	letter-spacing: 2px;
}

.sec-ttl span{
	font-size: 40px;
	color: #3998dc;
}
/*sec01
-----------------------------------------------*/
#section01 {
	background: url(../img/top/sec01_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 80px;
}

.sec01-01 {
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	padding: 42px 0 105px;
}

.sec01-ttl{
	font-size: 36px;
	line-height: 52px;
	margin-bottom: 20px;
}

.sec01-ttl:first-line{
	font-size: 34px;
}

.sec01-movie {
	margin-top: -60px;
	text-align: center;
}

.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:110px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}



/*sec02
-----------------------------------------------*/
#section02 {
}

.sec02-menu {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.sec02-menu li {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 20px;
	box-sizing: border-box;
	width: 50%;
}

.sec02-menu li:first-child {
	background: url(../img/top/sec02_01bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: right;
}

.sec02-menu li:last-child {
	background: url(../img/top/sec02_02bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: left;
}

.sec02-inbox{
	background-color: rgba(255,255,255,0.8);
	width: 500px;
	position: relative;
	text-align: center;
	padding: 25px 25px 20px;
	box-sizing: border-box;
	min-height: 320px;
}

.sec02-ttl{
	width: 380px;
	margin: 0 auto 15px;
	border-bottom: 1px solid #0a3c74;
}

.sec02-menu li:first-child .sec02-ttl:before{
	content: url(../img/top/sec02_icon01.png);
	padding-right: 20px;
	position: relative;
	top: 3px;
}
.sec02-menu li:last-child .sec02-ttl:before{
	content: url(../img/top/sec02_icon02.png);
	padding-right: 20px;
	position: relative;
	top: 5px;
}

.sec02-menu li:first-child .sec02-inbox{
	float: right;
}

.sec02-inbox .text-box{
	padding-bottom: 50px;
}

.sec02-inbox .cmn-btn{
	position: absolute;
	bottom: 20px;
	left: 25px;
	width: 460px;
}

.sec02-menu li:last-child .sec02-inbox .cmn-btn a{
	background-color: #3998dc;
}



/*sec03
-----------------------------------------------*/
.sec-wrap01 {
	background: url(../img/common/sec_bg01.jpg) no-repeat center top;
	background-size: cover;
}
#section03 {
	background: url(../img/top/sec03_bg.png) no-repeat;
	background-position: calc(50% - 533px) top;
	background-position: -webkit-calc(50% - 533px) top;
	min-height: 475px;
	padding:35px 0 80px;
}

.sec03-txt{
	border-bottom: 1px solid #1a5394;
	padding-bottom: 20px;
}

.sec03-in{
	width: 610px;
	float: right;
	padding: 5px 0 20px 65px;
	position: relative;
	border-left: 10px solid #06458d;
}
.sec03-in:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 25px 30px 0;
	border-color: transparent #06458d transparent transparent;
	position: absolute;
	left: -35px;
	top: 140px;

}

.sec03-ttl{
	line-height: 50px;
	margin-bottom: 10px;
}

.sec03-b{
	width: 450px;
	margin: 20px auto 0;
}

.sec03-tel{
	padding: 0 5px;
	margin-bottom: 20px;
}

.sec03-tel dt{
	font-weight: bold;
	padding-top:2px;
	position: relative;
	float: left;
	font-size: 16px;
}

.sec03-tel dt:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #3998dc;
	position: absolute;
	right: -25px;
	top: 5px;
}

.sec03-tel dd{
	float: right;
	font-size: 30px;
}
/*sec04
-----------------------------------------------*/

.sec04-in{
	border-top: 1px solid #0a3c74;
	padding: 40px 0 80px;
}

.sec04-in>div{
	float: left;
	width: 490px;
}

.sec04-in>div:last-child{
	float: right;
	width: 410px;
}

.sec04-ttl{
	text-align: center;
	padding-bottom: 20px;
}

.insta li{
	float: left;
	margin: 20px 20px 0 0;
}

.insta li:nth-child(-n+3){
	margin-top: 0;
}

.insta li:nth-child(3n){
	margin-right: 0;
}

/*sec05
-----------------------------------------------*/
#section05{
	padding-bottom: 100px;
}

.sec05-ttl {
	background: url(../img/top/sec05_tbg.png) repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 5px;
	padding:20px 0;
	margin-bottom: 35px;
}

.news-dl{
	margin-bottom: 40px;
	width: 500px;
}

.news-h4-ttl{
	font-weight: bold;
	font-size: 20px;
	color: #0a3c74;
}

.news-dl li{
	border-bottom: 1px solid #000;
}

.news-dl li a{
	display: block;
}

.news-dl dl{
	padding: 15px 0;
}

.news-dl dl dt{
	display: table;
}

.news-dl dl .news-ymd{
	display: table-cell;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	width: 120px;
	height: 30px;
	box-sizing: border-box;
	padding-left: 10px;
	background-color: #3998dc;
	position: relative;
}

.news-dl dl .news-ymd:before{
	content: "";
	position: absolute;
	left: 13px;
	top:12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news-dl dl .news-ttl{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.news-dl dl dd{
	padding-top: 10px;
	color: #4d4d4d;
}

.news-btn{
	width: 400px;
	margin: 30px auto 0;
}

.news-btn a{
	padding: 15px 0 14px;
}


/*sec06
-----------------------------------------------*/
#section06 {
	background: url(../img/top/sec06_bg.jpg) no-repeat center top;
	background-size: cover;
	padding:60px 0 80px;
}

.top-bnr{
	background:url(../img/top/bnr_bg.png)no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.top-bnr a{
	display: block;
}

.top-bnr-line{
	border:10px solid #e6e6e6;
	padding: 25px 0;
}

.top-bnr-txt-wrap{
	background: rgba(255,255,255,0.8);
	position: relative;
	width: 100%;
	height: 170px;
}

.top-bnr-txt-in{
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 999;
}

.bnr-copy{
	background: url(../img/top/bnr_icon.png)no-repeat left 5px center #3998dc;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 9px 20px 9px 85px;
	margin-bottom: 20px;
}

.top-bnr-ttl{
	padding-left: 12px;
}

.bnr-btn{
	position: absolute;
	right: 0;
	top: 57px;
}

.bnr-img{
	position: absolute;
	right: -5px;
	top: -27px;
}
/*-----------------footer------------------*/
#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 0;
	right: 2%;
	z-index: 999;
}

#footer {
	text-align: center;
}

.f-nav {
	background-color: #f2f2f2;
	text-align: center;
	height: 30px;
}

.f-nav ul{
	display: inline-block;
	height: 30px;
}

.f-nav ul li{
	float: left;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 30px;
}

.f-nav ul li a{
	color: #4d4d4d;
}

.f-nav ul li:after{
	content: "|";
	padding: 0 3px;
}

.f-in{
	padding:20px 0 19px;
}

.f-in .hf-right{
	padding-top: 30px;
}

.f-dl{
	margin-top: 5px;
	font-size: 12px;
}

.f-dl dl dt{
	width: 40px;
	text-align: center;
	background-color: #e6e6e6;
}

.f-dl dl dd{
	padding-left: 5px;
}

.footer-in {
	width: 980px;
	margin: 0 auto;
}

#copyright {
	background-color: #06458d;
	color: #fff;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#copyright a{
	color: #fff;
}

/*下層
---------------------------------------*/
#main_area{
	background: url(../img/common/main_bg.jpg)no-repeat center top;
	background-size: cover;
}

#main-in{
	width: 1080px;
	margin: auto;
	padding: 145px 0 150px;
	text-align: center;
}

#main-ttl{
	font-size: 50px;
	line-height: 110px;
	color: #fff;
	position: relative;
	background: url(../img/common/main_ttl_bg.png)no-repeat center;
	letter-spacing: 3px;
}

#bread {
	background-color: #f2f2f2;
	padding: 4px 0 3px;
}

#bread li {
	float: left;
	font-size: 12px;
	margin-right: 2px;
	padding-right: 14px;
	position: relative;
}

#bread li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #3998dc;
	position: absolute;
	right: 3px;
	top: 5px;
}

#bread li:last-child:after {
	display: none;
}

#bread li a {
	color: #4d4d4d;
}

.btt-content{
	padding: 80px 0 100px;
	background: url(../img/common/sec_bg01.jpg)no-repeat center top,
	url(../img/common/sec_bg02.png)no-repeat center bottom;
}

.title01{
	font-size: 30px;
	background: url(../img/common/title01_icon.png)no-repeat left 13px top 13px #06458d;
	color: #fff;
	padding: 9px 30px 6px 80px;
	margin-bottom: 40px;
}

.title02{
	font-size: 36px;
	color: #0a3c74;
	line-height: 48px;
}

.cmn-sec{
	margin-bottom: 100px;
}

.cmn-sec:last-child{
	margin-bottom: 0;
}

.cmn-sec-t{
	padding-bottom: 40px;
	border-bottom: 1px solid #0a3c74;
	margin-bottom: 40px;
}

.cmn-sec-t .title02{
	margin-bottom: 30px;
}

.cmn-sec-t-img{
	float: left;
}

.cmn-sec-t-txt{
	float: right;
	width: 480px;
}

.cmn-sec-b ul{
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
}

.cmn-sec-b ul li{
	width: 500px;
	margin-top: 50px;
}

.cmn-sec-b ul li:nth-child(-n+2){
	margin-top: 0;
}

.cmn-sec-b ul li .title02{
	padding: 8px 0 5px;
	border-bottom: 1px solid #0a3c74;
	margin-bottom: 10px;
}

/*individual
----------------------------------*/
.ind01-in li{
	margin-bottom: 60px;
}

.ind01-in li .ind01-txt{
	float: left;
	width: 480px;
}

.ind01-in li .ind01-img{
	float: right;
}

.ind01-in li:nth-child(2n) .ind01-txt{
	float: right;
}
.ind01-in li:nth-child(2n) .ind01-img{
	float: left;
}

.ind01-in li .ind01-txt .title02{
	margin-bottom: 30px;
}


/*corporate
----------------------------------*/
.corp-point{
	border:10px solid #e6e6e6;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 40px;
}

.corp-point dt,
.corp-point dd{
	vertical-align: top;
}

.corp-point dd{
	padding: 10px 0 0 30px;
}

/*recruit
----------------------------------*/
.rec01-txt{
	float: left;
	width: 411px;
}

.rec01-ttl{
	margin-bottom: 25px;
}

.rec01-img{
	float: right;
}

.rec02-img{
	float: left;
}

.rec02-text{
	float: right;
	width: 480px;
}

.rec02-text span{
	font-weight: bold;
	color: #0a3c74;
	font-size: 18px;
}

.rec-dl{
	margin-top: -15px;
}

/*company
----------------------------------*/

.comp01-text{
	float: left;
	width: 480px;
}

.comp01-text .title02{
	margin-bottom: 30px;
}

.comp01-img{
	background: #f2f2f2;
	position: relative;
	width: 540px;
	height: 370px;
	float: right;
}

.comp01-img p{
	position: absolute;
	top: 50%;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    font-size: 24px;
}

/*comp02*/
.comp02-in ul{
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
}

.comp02-in ul li{
	width: 320px;
	margin-top: 40px;
}

.comp02-in ul li:nth-child(-n+3){
	margin-top: 0;
}

.comp02-in ul li .staff-img{
	width: 320px;
	height: 240px;
	background:#e1e1e1;
}

.comp02-in ul li .staff-img p{
	position: absolute;
	top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 24px;
}

.name{
	color: #fff;
	background: #3998dc;
	padding: 10px 20px 9px;
	margin-bottom: 10px;
}

/*comp03*/
.comp-dl{
	margin-top: -15px;
}

/*news
----------------------------------*/
.a-news-list{
	width: 100%;
}

.a-news-list dt{
	font-weight: bold;
	font-size: 16px;
}

/*contact
----------------------------------*/
.cont-dl dl dt{
	padding: 15px 10px 14px;
	width: 200px;
}

.cont-dl dt span{
	color: #ea4335;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

/*==================================================
 入力フィールド
================================================== */
.cont-dl dd li{
	float: left;
	padding-right: 20px;
}

.cont-dl dd li:before{
	content: "";
	display: none;
}
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
	max-width: 100%;
	padding: 0 4px;
	border: none;
	height: 30px;
	background-color: #e6e6e6;
}


input[name="items[address]"] {
	margin-top: 8px;
}

textarea {
	width: 100%;
	padding: 0 4px;
	height: 200px;
	border: none;
	background-color: #e6e6e6;
}
.contact_btn ul {
	margin-top: 45px;
  text-align: center;
}

.contact_btn li {
 display: inline-block;
 position: relative;
}

.error-text {
  color: #06458d;
}

.contact_btn li input {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border: none;
	font-weight: bold;
	padding: 28px 20px 25px;
	min-width: 300px;
	background-color: #06458d;
}

.contact_btn li:before{
	content: "";
	position: absolute;
	left:45px;
	top:35px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.contact_agree {
    margin-top: 25px;
    text-align: center;
}

.contact-recaptcha-wrap {
    width: 300px;
    margin: auto;
    margin-top: 15px;
}


/*site_map
----------------------------------*/
.site_list li a{
	display: block;
	padding: 18px 45px 19px;
	line-height:1;
	font-size: 18px;
	border-bottom: 1px solid #000;
	position: relative;
}

.site_list li a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #3998dc;
	position: absolute;
	left: 15px;
	top: 19px;
}

/*privacy
----------------------------------*/
.privacy_box{
	margin-bottom: 60px;
}

/*blog
----------------------------------*/
.sg_txt{
	color: #4d4d4d;
}

.sg_day{
	font-size: 12px;
	color: #3998dc;
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

.page_btn{
	padding-top: 10px;
}

.page_btn a{
	font-size: 12px;
  color: #333333;
}

.page_btn .left a {
  padding:0 0 2px 20px;
  position: relative;
}

.page_btn .left a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #3998dc transparent transparent;
	position: absolute;
	left: 0;
	top: 3px;
}

.page_btn .right a {
  padding:0 20px 2px 0;
  position: relative;
}

.page_btn .right a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #3998dc;
	position: absolute;
	right: 0;
	top: 3px;
}


ul.pagenation {
  text-align: center;
  margin-top: 15px;
}

.pagenation li {
    padding: 0px 5px;
    display: inline-block;
    border: 1px solid #1e6ebe;
    color: #1e6ebe;
}
.pagenation li.current{
	background-color: #1e6ebe;
	color: #fff;
}

.news-tag li{
	border-bottom: none;
}
.news-tag li{
	width: 45%;
	margin-bottom: 10px;
}

.news-tag li.current{
	border: none;
	width: 50%;
	margin-bottom: 0;
}

.news-tag li a{
	display: block;
	padding:10px;
	border: 1px solid #1e6ebe;
	line-height: 25px;
	color: #1e6ebe;
	text-align: center;
	font-size: 16px;
}

.news-tag li.current a{
	color: #fff;
	background-color: #1e6ebe;
	padding:15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}


/*case
-----------------------------------------------*/
.case-list li{
}

.a-case li{
	float: left;
	width: 215px;
	margin:30px 40px 0 0;
}

.a-case li a{
background-color: #f2f2f2;
	padding-bottom: 10px;
}

.a-case li a,.tp-blog li a{
	display: block
}

.a-case li:nth-child(-n+4){
	margin-top: 0;
}

.a-case li:nth-child(4n){
	margin-right: 0;
}

.a-case dt,.tp-blog dt{
	width: 215px;
	height: 215px;
	background-color: #e6e6e6;
}

.a-case dt img.no-photo,.tp-blog dt img.no-photo{
	height: auto;
}

.a-case dd{
	padding:10px 10px 8px;
}

.a-case .cmn-btn{
	color: #fff;
	background-color: #1653a5;
	padding:6px 0 5px;
	margin:0 10px;
	position: relative;
	text-align: center;
}

.a-case .cmn-btn span:before{
	content: "";
	position: absolute;
	left:-25px;
	top:4px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.bf-wrap li{
	width: 300px;
}

.bf-wrap li .thumb{
	width: 300px;
	height: 250px;
}

.bf-wrap p{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}

.sg_txt{
	padding-top: 20px;
	border-top: 1px dotted #1653a5;
	margin-top: 20px;
}