@media screen and (min-width: 751px) {
@charset "utf-8";
.sp_hidden {
	display: inline
}
.pc_hidden {
	display: none
}

body {
	min-width:1200px;
	-webkit-text-size-adjust: none;
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    
	color:#000;
	font-size:11.5pt;
	line-height:1.6;
}
* {	margin: 0; padding: 0; 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
p{padding:0;margin:0;}
img,iframe{vertical-align:bottom;}

.switch {
    visibility: hidden;
}
a:hover img{
	transition:all 0.1s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
#wrap{ overflow:hidden;}


#ind #contents{
	margin:70px auto 0;
	}
.sec #contents{
	margin:70px auto;
	width:1200px;
	}
ol{margin:0;padding:0;}
ul{margin:0;padding:0;}
ol.un{padding-bottom:20px;}
ol.un li{margin-left:1.5em;}

.table_basic { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%; margin-bottom:30px;}
.table_basic th { background-color: #f3f3f3; padding: 15px 10px; font-weight: normal; border-top: 1px solid #FFF;text-align:center; width:25%;}
.table_basic td { background-color: #FFF; padding:15px 10px; border-top: 1px solid #FFF; }
.table_basic th span{ color:#900; margin-left:3px;}
.table_basic td textarea { height:200px; width:100%;}
.table_basic td input.input {width:100%;}
.table_basic td input.radio { margin-right:5px;}

.right{ text-align:right;}
.cen{ text-align:center;}
.pc_no{ display:none}
/*----------------------------------------ヘッダ----------------------------------------*/
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background: -moz-linear-gradient(top left, #1d418a, #092968); 
	background: -webkit-linear-gradient(top left, #1d418a, #092968); 
	background: linear-gradient(to bottom right, #1d418a, #092968);
	z-index:2;
	}
header .inner{
	width:1200px;
	height:73px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .logo{
}
header .hbox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}
header .hbox ol{
	font-size:0;
}
header .hbox ol li{
	display:inline-block;
	font-size:11pt;
}
header .hbox ol li a{
	display:block;
	margin-left:15px;
	color:#fff;
}
header .hbox ol li a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right:5px;
	color:#4f74c3;
}
header .hbox .h_btn a{
	display:block;
	background:#fff000;
	color:#0d368c;
	padding:3px 15px;
	margin-left:15px;
	}
header .hbox .h_btn a:before {
font-family: FontAwesome;
content: "\f0e0";
margin-right:5px;
}
.sp-contact{
	display:none;
	}
.menu-btn{
	display:none;
	}
#m-menu{
	display:none;
	}
/*----------------------------------------Ｇナビ----------------------------------------*/

.space{
	display:none;
}
/*----------------------------------------フッタ----------------------------------------*/
footer{
	background: -moz-linear-gradient(top left, #1d418a, #092968); 
	background: -webkit-linear-gradient(top left, #1d418a, #092968); 
	background: linear-gradient(to bottom right, #1d418a, #092968);
	padding:50px 0;
	font-size:14px;
	color:#fff;
	}
footer a,
footer a:hover{
	color:#fff;
}
footer .inner{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
footer .fbox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 auto 40px;
	}
footer .fbox .fcompany,
footer .fbox .fpic{
	padding:0 10px 20px;}
	
footer .fbox .fcompany .flogo{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #93a4c7;
}
footer .fbox .fcompany .fadd{
	padding-bottom:10px;
}
footer .ftel{
	font-weight:bold;
	font-size:15pt;
	line-height:1;
	}
footer .ftel .tel a{
	pointer-events:none;
	cursor:default;
	padding-right:5px;
	}	
footer .ftel .tel a:before {
	font-family: FontAwesome;
	content: "\f095";
	margin-right:5px;
	font-weight:normal;
}

footer .ftel .fax{
	font-weight:bold;
	font-size:15pt;
	line-height:1;
	pointer-events:none;
	cursor:default;
	padding-left:5px;
	}	
footer .ftel .fax:before {
	font-family: FontAwesome;
	content: "\f1ac";
	margin-right:5px;
	font-weight:normal;
}




footer .fnav{
}
footer .fnav ol{
	font-size:0;
}
footer .fnav ol li{
	display:inline-block;
}
footer .fnav ol li a{
	border-left:#6885bf 1px solid;
	font-size:14px;
	display:block;
	padding:0 8px;
}
footer .fnav ol li:first-child a{
	border-left:none;
}

.copy{
	text-align:center;
	font-size:12px;
	padding:10px 0;}
.page_top {
	background:#509ce6;
	position:fixed;
	bottom:20px;
	right:20px;
}
.page_top img{
	display:block;
	width:60px;
	height:60px;
}

/*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/

.viewer {
    width: 100%;
    position: relative;
    overflow: hidden;
	z-index:1;
	height:651px;
	margin-top:73px;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width:100%;
    position: absolute;
}
.viewer ul li img {
	position:absolute;
    left:50%;
    width:1920px;
    margin-left:-960px;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}


/*----------------------------------------index----------------------------------------*/
.index01{
	width:1200px;
	margin:0 auto 60px;
}
.index01 .tit{
	background: url(../img/index_tit.png) no-repeat top center;
	height:68px;
	margin-bottom:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.index01 .tit p{
	width:187px;
	text-align:center;
	color:#fff000;
	font-weight:bold;
	font-size:14pt;
	line-height:1;
	padding-top:20px;
}

.index01 .tit span{
	padding-right:20px;
	color:#15377c;
	font-weight:bold;
	font-size:10pt;
	line-height:1;
	padding-top:24px;
}
.index01 ol{
}
.index01 ol li{
	padding:20px 0;
	border-bottom:1px solid #ebebeb;
}

.index01 ol li span{
	margin-right:10px;
}
.index01 ol li span:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right:10px;
	color:#15377c;
}
.index02{
	width:1200px;
	margin:0 auto 100px;
}
.index02 .tit{
	text-align:center;
	background: url(../img/tit_sya.png) repeat-x center  center;
	color:#15377c;
	font-weight:bold;
	font-size:22pt;
	line-height:1;
	margin-bottom:35px;
	}
.index02 .tit span{
	background:#fff;
	display:inline-block;
	padding:0 20px;
	}	
.index02 .catch{
	padding-bottom:50px;
	text-align:center;
	color:#15377c;
	font-size:13pt;
	font-weight:bold;
	}
	
.index02 ol{

	}	
.index02 ol li{
	width:25%;
	text-align:center;
	float: left;
	margin-bottom: 40px;
	}	
.index02 ol li p{
	padding:15px 0;
	}
.index02 ol li a div {
	display:inline-block;
	background:#15377c;
	padding:6px 30px;
	color:#fff000;
	}
.index02 ol a{
	color:#000;
}	
.index03{
	background: -moz-linear-gradient(top left, #1d418a, #092968); 
	background: -webkit-linear-gradient(top left, #1d418a, #092968); 
	background: linear-gradient(to bottom right, #1d418a, #092968);
	padding:100px 0;
	}
.index03 .inner{
	width:1200px;
	margin: 0 auto;
}
.index03 .tit{
	text-align:center;
	background: url(../img/tit_sya.png) repeat-x center  center;
	color:#15377c;
	font-weight:bold;
	font-size:22pt;
	line-height:1;
	margin-bottom:50px;
	}
.index03 .tit span{
	background:#193c83;
	display:inline-block;
	padding:0 20px;
	color:#fff;
	}	
.index03 ol{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding:0 70px;
	color:#fff;
	}
.index03 ol li{
	width:210px;
	text-align:center;
	}
.index03 ol li p{
	padding:30px 0 0;
	}
.index03 ol li p span{
	color:#fff000;
	display:block;
	font-size:18pt;
	font-weight: bold;
	background: url(../img/index03_arrow.png) no-repeat center bottom;
	padding-bottom:18px;
	margin-bottom:30px;
	}
	
.index04{
	width:1200px;
	margin:100px auto 100px;
}
.index04 .tit{
	background: url(../img/index_tit.png) no-repeat top center;
	height:68px;
	margin-bottom:50px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.index04 .tit p{
	width:187px;
	text-align:center;
	color:#fff000;
	font-weight:bold;
	font-size:14pt;
	line-height:1;
	padding-top:20px;
}

.index04 .tit span{
	padding-right:20px;
	color:#15377c;
	font-weight:bold;
	font-size:10pt;
	line-height:1;
	padding-top:24px;
}
.index04 ol{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:40px;
	}	
.index04 ol li{
	width:270px;
	text-align:center;
	}	
.index04 ol li p{
	padding:20px 0 0;
	text-align:left;
	}
.index04 div{
	text-align:center;
	}
.index04 ol li img{
	display:block;
	width:100%;
	object-fit: cover;
	height:200px;
	}
.index04 ol li a{
	color:#000;
}
.index04 div a{
	display:inline-block;
	background:#15377c;
	padding:6px 30px;
	color:#fff000;
	}
	
.index05{
	background: url(../img/index05_bg.jpg) no-repeat top center;
	padding-top:90px;
	margin-bottom:12px;
	}
.index05 .box{
	width:1200px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	} 
.index05 .box .pic{
	}

.index05 .box .txt{
	padding-left:35px;
	}
.index05 .box .txt strong{
	font-size:20pt;
	display:block;
	padding-bottom:30px;
	color:#15377c;
	}
.index05 .box .txt span{
	display:block;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	padding-top:15px;
	}
.index06{
	}
.index06 iframe{
	width:100%;
	height:360px;
	}
/*--------------------------------------------------------------------------------*/	
.sec_tit{
	height:200px;
	background:#000 url(../img/sec_main.jpg) no-repeat top center;
	margin-top:73px;
		display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
	}
.sec_tit p{
	text-align:center;
	display:block;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:26pt;
	color:#fff;}
h2{
	margin:0 auto 30px;
	/*background:#dbe2ef;*/
	color:#fff;
	}
h2 div.bg{
	background:#dbe2ef;
	}

h2 span{
	background:#15377c;
	color:#fff000;
	font-weight:bold;
	display:inline-block;
	padding:20px 50px;
	font-size:14pt;
	line-height:1;
	border-right:3px solid #fff;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}	
h3{
	color:#15377c;
	border:1px solid #15377c;
	font-size:12pt;
	background:#edf0f6;
	padding:5px 10px;
	margin:0 0px 20px;

	}
	
.mb_s{
	margin-bottom:25px;
	}
.mb_m{
	margin-bottom:50px;
	}
.mb_l{
	margin-bottom:100px;
	}

ol.num{}
ol.num li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type: decimal;
	}
ol.disc{}
ol.disc li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:disc;
	}
ol.check{padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/}
ol.check li{
	position: relative;
	padding:5px 0 5px 0.4em;
	}
ol.check li:before {
font-family: FontAwesome;
content: "\f058";
position: absolute;
left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
color:#24ba72;
}



/*------------------------------------company--------------------------------------------*/
#company .pic{
	margin-bottom:30px;
}
/*------------------------------------staff--------------------------------------------*/

#staff .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background:#fff;
	border:15px solid #f6f6f6;
	padding:20px;
	margin-bottom:40px;
	}
#staff .box .pic{
	width:300px;
	}
#staff .box .pic img{
	width:300px;
	}
	
#staff .box .txt{
	padding-left:30px;
	}
#staff .box .txt p{
	display:block;
	font-size:14pt;
	line-height:1.4;
	padding-bottom:10px;
	border-bottom:1px dotted #15377c;
	margin-bottom:10px;
	font-weight:bold;
	color:#15377c;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

.table_staff { border-collapse: separate; border-spacing: 0px; background: #ddd; border-style: none;}
.table_staff th { background-color: #fff; padding: 10px 0px; font-weight: normal;text-align:left; white-space:nowrap; vertical-align:top;}
.table_staff td { background-color: #FFF; padding:10px 10px;}
/*------------------------------------work--------------------------------------------*/
#work .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	}
#work .box .pic{
	width:600px;
	
	}
#work .box .txt{
	width:600px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background:#f6f6f6;
	text-align:center;
	}
#work .box .txt p{
	width:100%;
	box-sizing:border-box;
	padding:0 50px;
	}
#work .box .txt p span{
	display:block;
	font-size:18pt;
	line-height:1.4;
	padding-bottom:10px;
	font-weight:bold;
	color:#15377c;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#work .box:nth-child(odd){
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	}
/*------------------------------------archive--------------------------------------------*/

#archive ol,
#archive_sec ol{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}	
#archive ol li,
#archive_sec ol li{
	width:270px;
	text-align:center;
	box-sizing:border-box;
	margin-right:40px;
	margin-bottom:40px;
	
	}
#archive ol li:nth-child(4n),
#archive_sec ol li:nth-child(4n){
	margin-right:0;}
#archive ol li a img,
#archive_sec ol li a img{
	display:block;
	width:100%;
	object-fit: cover;
	height:200px;
	}
#archive ol li a p,
#archive_sec ol li a p {
	padding:20px 0;
	text-align:left;
	}
#archive ol li a div,
#archive_sec ol li a div {
	display:inline-block;
	background:#15377c;
	padding:6px 30px;
	color:#fff000;
	}
#archive ol a,
#archive_sec ol a{
	color:#000;
}	

#archive_sec .box{
	margin-bottom:40px;
	overflow:hidden;
	
	}
	
#archive_sec .box .pic{
	width:600px;
	float:left;
	background:#f6f6f6;
}
#archive_sec .box .pic img{
	height:450px;
	margin:0 auto;
}
#archive_sec .box .txt{
	width:600px;
	float:right;
}
#archive_sec .box .txt p{
	padding:30px;
}
#archive_sec .box .txt p span{
	display:block;
	font-size:14pt;
	line-height:1.4;
	padding-bottom:10px;
	font-weight:bold;
	color:#15377c;
	font-family: Roboto, 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.slider {
        width: 100%;
        margin: 0px auto;
    }
 
    .slick-slide {
      margin: 0px 0px;
    }
 
    .slick-slide img {
		max-width:100%
    }
 
    .slick-prev:before,
    .slick-next:before {
		display:none;
    }
/*------------------------------------access--------------------------------------------*/
#access .map{
	margin-bottom:30px;
}
#access .map iframe{
	width:100%;
	height:400px;
	}
/*------------------------------------recruit/contact--------------------------------------------*/
#recruit p.bt{
	text-align:center;
	font-size:20pt;
	margin-bottom:25px;
	}
#recruit .pic{
	margin-bottom:30px;
}
#recruit .btn,
#contact .btn{
	text-align:center;
}
#recruit .btn input,
#contact .btn input
{
	display:block;
	background:#15377c;
	padding:6px 30px;
	color:#fff000;
	margin:0 auto;
	border:none;
	}
	
/*------------------------------------policy--------------------------------------------*/
#policy p{
	padding-bottom:30px;
	}
#policy ol{
	margin-left: 20px;
    margin-bottom: 40px;
	}
#policy li{
	list-style-type: decimal;
	}
	
/*-----------------------------------sitemap---------------------------------------------*/
#sitemap ol{
	}
#sitemap ol li{
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	display:block;
	border-bottom:1px dotted #ccc;
}
#sitemap ol li:before {
font-family: FontAwesome;
content: "\f138";
margin-right:10px;
color:#4f74c3;
}

	
#al1,
#al2,
#al3,
#al4 {
   margin-top:-73px;
  padding-top:73px;
}
	
}


a.dwn{
	display:block; background-color:#09116A; color:#FFFFFF; border-radius:5px; text-align:center;
	padding:5px;
}

a.dwn:hover{
	background-color:#006EA4;
	color:#FFFFFF;
}

b.event{
	background:#18629F;
	font-size:11px;
	color:#FFFFFF;
	padding:5px 10px;
	margin-right:10px;
}

.sg-link{
    display: inline-block;
    background: #15377c;
    padding: 6px 30px;
    color: #fff000;
}


table.member-list{
	width:100%;
	background-color:#999999;
	border-spacing:1px;
	border-collapse:separate;
}

table.member-list th{
	text-align:center;
	background-color:#F0F0F0;
	padding:5px;
}

table.member-list td{
	background-color:#FFFFFF;
	padding:5px;
}

table.member-list td.list-tel{
	text-align:center;
}

#recruit .d-list{
	list-style:none;
	padding:0;
	margin:0;
}

#recruit .d-list li{
	list-style:none;
	padding:0;
	margin-right:1%;
	width:24%;
	margin-bottom:1%;
	float:left;
}

#recruit .d-list li img{
	width:100%;
}


.promise{
	width:90%;
	margin:auto;
}
.promise b{
	color:#092968;
}

.promise ol{
  list-style-type: decimal;
}

.promise ol li{
	width:100% !important;
	text-align:left !important;
}
#archive_list{
margin-bottom: 30px;
}

#archive_list ul{
list-style: none;
}

#archive_list ul li{
float: left;
width: calc(100% / 6);
margin-bottom: 10px;
}

#archive_list ul li img{
width: 95%;
}

#archive_list ul li a.now img{
opacity:0.5;
}