@charset "utf-8";
/* CSS Document */

/*
=====================================================================
*   v2.1 layout CSS
*	style info :  レイアウト設定					*
*   05-30-2018
=====================================================================
/*--------------------
		INDEX
----------------------
	1.general
	2.for all
	3.globalNavi
	4.Main
	5.Side
	6.Footer

====================================================== */


/* ------ General Settings ------ */

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
li,p,dl,td{

}
/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}
.sp_br,
.sp,
.bx-wrapper img.sp{
	display: none;
}
.pc_br,
.pc,
.bx-wrapper img.pc{
	display: block;
	width: 100%;
	/*height: auto;
	max-height: 500px;*/
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.bxslider01 li {
	/*max-height: 500px;*/
}


/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

h1 {
}
h2 {
}

h3{
}
header {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 999;
	height: 138px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background: url(../images/common/headerBg.jpg) repeat 0 0;
    position: relative;
}
#headerInner{
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
#headerInner #head_logo{
	float: left;
    margin: 20px 0 0;
    max-width: 335px;
}
#headerInner #head_right{
	float: right;
	max-width: 303px;
}
#head_right_top{
	overflow: hidden;
	margin: 10px 0 5px;
}
#head_right_top li{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 13px 0 0;
	position: relative;
	line-height: 100%;
}
#head_right_top li:last-child{
	margin: 0;
	padding: 0;
}
#head_right_top li::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid #fff;
	height: 15px;
    height: 100%;
}
#head_right_top li:last-child::after{
	content: none;
}
#head_right_top li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#head_right_top li a img{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#head_right #search {
	position: relative;
}
#head_right #search input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    border: none;
    background: rgba(255,255,255,0.8);
}
#head_right #search input[type="submit"] {
position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 30px;
    border: none;
    outline: none;
    background: url(../images/common/serchBtn.png) no-repeat 50% 50% #3385d9;
}

/*nav*/
.sp_nav{
	display: none;
}
.pc_nav{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.85);
}
.pc_nav > ul{
	overflow: hidden;
	max-width: 1120px;
	margin: 0 auto;
}
.pc_nav > ul > li{
	float: left;
	width: calc(99.8% / 7);
}
@supports (-ms-ime-align:auto) {
.pc_nav > ul > li{
  width: 14.2%; /* IE11 */
}
}
.pc_nav > ul > li > a{
	display: block;
	text-decoration: none;
	text-align: center;
	height: 55px;
	color: #333;
	font-size: 16px;
	padding: 16px 0 0;
	position: relative;
	line-height: 140%;
	transition: all 0.3s ease;
}
.pc_nav > ul > li a::after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	border-right: 1px solid #ccc;
	height: 30px;
}
.pc_nav > ul > li:last-child a::after{
	content: none;
}
.pc_nav > ul > li.gl_project > a{
	padding: 4px 0 0;
}
.pc_nav > ul > li.gl_plant > a{
	border-bottom: 2px solid #247CD6;
}
.pc_nav > ul > li.gl_safety > a{
	border-bottom: 2px solid #60AA2F;
}
.pc_nav > ul > li.gl_project > a{
	border-bottom: 2px solid #9966CC;
}
.pc_nav > ul > li.gl_haishi > a{
	border-bottom: 2px solid #E66C94;
}
.pc_nav > ul > li.gl_approach > a{
	border-bottom: 2px solid #FD8609;
}
.pc_nav > ul > li.gl_company > a{
	border-bottom: 2px solid #336666;
}
.pc_nav > ul > li.gl_recruitment > a{
	border-bottom: 2px solid #00A0E9;
}

.pc_nav > ul li .megamenu{
	display: none;
}
.pc_nav > ul li .megamenu ul li{
	
}
.pc_nav > ul li .megamenu ul li a{
	text-decoration: none;
	color: #fff;
}
.pc_nav > ul li .megamenu ul li a:hover {
    text-decoration: underline;
    color: #fff;
}
.pc_nav.active .megamenu{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 35px;
}
.pc_nav.active.count0 > ul li.gl_plant .megamenu{
    display: block;
    background: #247CD6;
}
.pc_nav.active.count1 > ul li.gl_safety .megamenu{
    display: block;
    background: #60AA2F;
}
.pc_nav.active.count2 > ul li.gl_project .megamenu{
    display: block;
    background: #9966CC;
}
.pc_nav.active.count3 > ul li.gl_haishi .megamenu{
    display: block;
    background: #E66C94;
}
.pc_nav.active.count4 > ul li.gl_approach .megamenu{
    display: block;
    background: #FD8609;
}
.pc_nav.active.count5 > ul li.gl_company .megamenu{
    display: block;
    background: #336666;
}
.pc_nav.active.count6 > ul li.gl_recruitment .megamenu{
    display: block;
    background: #00A0E9;
}
.pc_nav.active .megamenu .megaInner{
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.pc_nav.active .megamenu .megaInner figure{
    float: left;
    margin: 0 7% 0 0;
    width: calc(100% - 77%);
}
.pc_nav.active .megamenu .megaInner figure img{
	width: 100%;
}
.pc_nav.active .megamenu .megaInner figure figcaption{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.pc_nav.active .megamenu .megaInner ul{
    float: left;
    /*margin: 0 30px 0 0;*/
    width: 70%;
}
.pc_nav.active .megamenu .megaInner ul li{
	margin: 0 0 10px;
    float: left;
    width: 40%;
}
main{
	margin: 0 0 110px;
}
#mainImg{
}
#mainImgInner {
	position: relative;
	z-index: 0;
}
#mainImg h1{
	position: absolute;
	z-index: 9;
	/*font-size: 30px;*/
	font-size: 1.7vw;
	top: 45px;
	left: 0;
	right: 0;
	font-weight: 500;
	margin: 0 auto;
	/*left: 50%;
	transform: translateX(-50%);*/
	text-align: center;
	color: #fff;
	width: 95%;
	max-width: 1280px;
	line-height: 150%;
    letter-spacing: 0.1em;
	-moz-text-shadow: 1px 0px 50px rgba(31, 105, 143, 0.8);
	-webkit-text-shadow: 1px 0px 50px rgba(31, 105, 143, 0.8);
	-ms-text-shadow: 1px 0px 50px rgba(31, 105, 143, 0.8);
	text-shadow: 1px 0px 50px rgba(48, 170, 226,0.9),1px 0px 50px rgba(48, 170, 226,0.9),1px 0px 50px rgba(31, 105, 143, 0.8),1px 0px 50px rgba(31, 105, 143, 0.8);
	/*overflow: hidden;
	max-height: 200px;*/
}
/*#mainImg ul{
	position: absolute;
	bottom: 10px;
    width: 100%;
    max-width: 1120px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}
#mainImg ul li a{
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: bold;
}
#mainImg ul li a img.pc{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#mainImg ul li{
	float: left;
	width: 50%;
	text-align: right;
}
#mainImg ul li a{
	display: inline-block;
}
#mainImg ul li:first-child a{
	background: #3385d9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#mainImg ul li:last-child a{
	background: #60aa2f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;}
#mainImg ul li a:hover{
	opacity: 0.8;
}*/
footer{
	font-size: 12px;
	position: relative;
}
.footerInner{
	max-width: 1120px;
	margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
} 
.pagetop {
    position: fixed;
    bottom: 0;
    right: -100px;
    z-index: 99;
}
#footerTop{
    background: #3385d9;
    font-size: 12px;
}
#footerTop ul li{
	display: inline-block;
	margin: 0 20px 0 0;
}
#footerTop ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 15px;
	position: relative;
}
#footerTop ul li a::before {
  content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0px solid transparent;
}
#footerBottom {
	width: 100%;
	background: #fff;
}
#footerBottom p{
	float: left;
	display: inline-block;
}
#footerBottom #footer_logo{
	float: right;
	display: inline-block;
	width: 150px;
}
#footerBottom p small{
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
}


/*	topページ		*/
/*-----------------------------------------------------	*/
#mainImgInner .item {
	position: relative;
	cursor: pointer;
	vertical-align: bottom;
}
#mainImgInner .item img {
	vertical-align: bottom;
}
.slick-slide:not(.slick-current) .item a:first-child::after {
	opacity: .5;
}
.layout-box.main {
	overflow: hidden;
	position: relative;
}
.main-slider {
	width: 74.667%;
	max-width: 1120px;
	overflow: visible;
	margin: 0 auto;
}
.main-slider .slick-list {
	overflow: visible;
}
.main-slider .item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.main-slider .item a:first-child::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.main-slider .item img {
	width: 100%;
	height: auto;
}
.main-slider .item h2 {
	position: absolute;
	left: 60px;
	top: 14%;
	font-size: 35px;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
}
.main-slider .tsuruga h3 {
	width: 60%;
	position: absolute;
	left: 200px;
	top: 40%;
}
.main-slider .tsuruga h3 span {
	display: block;
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 8px #000;
}
.main-slider .tsuruga h3 span:nth-child(2) {
	margin: 5% 0;
	padding-right: 25%;
	text-align: center;
}
.main-slider .tsuruga h3 span:last-child {
	text-align: right;
}
.main-slider .tsuruga a:last-child {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	right: 60px;
	bottom: 10%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 8px #000;
	text-decoration: none;
	transition: opacity .4s;
}
.main-slider .tsuruga a:last-child:hover {
	opacity: .8;
}
.slider-pagination {
	display: none;
}
.layout-box.thumb {
	width: 82%;
	max-width: 1220px;
	min-width: 540px;
	padding: 0 34px;
	position: absolute;
	bottom: 154px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 999;
	transition: .4s;
	opacity: 1;
}
.thumb-slider {
	width: 100%;
	position: static;
}
.thumb-slider .slick-slide {
	margin-right: 5px;
}
.thumb-slider .item p {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 14px;
	line-height: 1.75;
	color: #fff;
	text-shadow:0px 0px 6px #000;
}
.thumb-slider .item p span {
	display: block;
	font-size: 12px;
}
.layout-box .slick-arrow {
	content: '';
	display: block;
	width: 24px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	margin: 0;
	cursor: pointer;
	z-index: 999;
}
.slick-prev {
	left: 0;
	background: url(../images/top/arrow01.png) center center no-repeat;
	background-size: 20px 35px;
}
.slick-next {
	right: 5px;
	background: url(../images/top/arrow02.png) center center no-repeat;
	background-size: 20px 35px;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
}
#info_box{
	max-width: 1130px;
	margin: 50px auto 0;
	overflow: hidden;
}
#info_box ul{
    /*display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;*/
    /*overflow: hidden;*/
    /*letter-spacing: -.4em;*/
}
#info_box ul li{
	float: left;
	width: 31.859%;
	margin-right: 2.2115%;
	font-size: 18px;
	text-align: center;
  line-height: 150%;
	position: relative;
}
#info_box ul li:first-child {
	border-left: 5px solid #247cd6;
}
#info_box ul li:first-child span {
	color: #247cd6;
}
#info_box ul li:nth-child(2) {
	border-left: 5px solid #60aa2f;
}
#info_box ul li:nth-child(2) span {
	color: #60aa2f;
}
#info_box ul li:last-child {
	margin: 0;
	border-left: 5px solid #9966cd;
}
#info_box ul li:last-child span {
	color: #9966cd;
}
#info_box figure{
	padding: 2px 2px 0 2px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#info_box a{
	display: block;
	border-top: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #F0F0F0;
    /*display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
	text-decoration: none;
	color: #333;
    height: 100%;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
	position: relative;
}
#info_box a:hover {
	opacity: .6;
}
#info_box a span{
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0,-50%);
	color: #333;
	text-align: center;
	line-height: 1.33;
}
#info_box a img {
	width: 100%;
	vertical-align: bottom;
}

#info_box2{
	max-width: 1130px;
	margin: 40px auto 0;
	overflow: hidden;
}
#info_box2 ul{
    /*display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;*/
    /*overflow: hidden;*/
    /*letter-spacing: -.4em;*/
}
#info_box2 ul li{
	width: calc(100% / 6 - 5px);
	float: left;
	/*width: 15%;*/
	margin: 0 5px 0 0;
	font-size: 15px;
	text-align: center;
    line-height: 150%;
    /*display: inline-block;
    letter-spacing: normal; */
}
#info_box2 ul li:last-child{
	margin: 0;
}
#info_box2 figure{
	padding: 2px 2px 0 2px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#info_box2 a{
	border: 2px solid #F0F0F0;
	display: block;
    /*display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
	text-decoration: none;
	color: #333;
    padding: 10px;
    height: 100%;
    min-height: 90px;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
	position: relative;
}
#info_box2 a:hover {
	border: 2px solid #EFEFEF;
	background: #EFEFEF;
}
#info_box2 a span{
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

#main_cont{
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}

#main_cont #newsBox{
    overflow: hidden;
    margin: 60px 0;
}
#main_cont #newsBox{
    overflow: hidden;
    margin: 50px 0;
}
#newsBox > div{
	/*width: calc((100% - 40px) / 2);*/
	width: 48%;
	float: left;
	margin: 0 4% 0 0;
	box-sizing: border-box;
}
#newsBox section{
	position: relative;
    margin: 0 0 34px;
}
#newsBox section .infoBoxalllist {
	position: absolute;
	top: 0;
	right: 0;
}
#newsBox section .infoBoxalllist a{
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;	
	font-size: 14px;
}
#newsBox section .infoBoxalllist a:hover{
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a.list_all{
	background: #3385d9;
	width: 90px;
}
.infoBoxalllist a.tokai{
	background: #3385d9;
}
.infoBoxalllist a.tsuruga{
	background: #60aa2f;
	width: 100px;
}
.infoBoxalllist a.other{
	background: #ff9900;
	width: 100px;
}
#newsBox > div.rightBox{
	margin: 0;
}
#newsBox > div.rightBox .Home_infoBox{
	/*height: 250px;
	overflow-y: scroll;*/
}
#newsBox > div.leftBox .Home_infoBox{
	/*height: 582px;
	overflow-y: scroll;*/
}
#newsBox > div.rightBox .Home_infoBox::-webkit-scrollbar,
#newsBox > div.leftBox .Home_infoBox::-webkit-scrollbar {
    display: none;
}
#newsBox h2{
	font-size: 24px;
    font-weight: normal;
    line-height: 160%;
    margin: 0 0 10px;
}

.Home_infoBox{
	background: #efefef;
	border-top: 1px solid #00A0E9;
}
.Home_infoBox dl{
	padding: 16px 10px 16px 50px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
#infoBoxpress .Home_infoBox dl{
	background: url(../images/common/pdf_mini.gif) no-repeat 17px 50% ;
}
#infoBoxupdatedinfo .Home_infoBox dl{
	background: url(../images/common/home_news_coment.gif) no-repeat 17px 50% ;
}

.Home_infoBox dt{
	color: #247cd6;
}
.Home_infoBox dd a{
	color: #333;
	text-decoration: none;
}

.new-mark{
	display: inline-block;
	background: #DF0000;
	padding: 0 5px;
	margin: 0 0 0 5px;
	color: #fff;
	font-size: 10px;
	line-height: 21px;
}
#infoBoxplantinfo .Home_infoBox dl{
	position: relative;
	padding: 16px 10px 16px 120px;
}

#newsBox dl dd{
	min-height: 37px;
}

#infoBoxplantinfo .Home_infoBox dl > dd:last-child{
	display: inline-block;
	color: #fff;
	padding: 5px 0;
	width: 72px;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	left: 20px;
	top: 23px;
}
#newsBox dd.tokai{
	background: #3385d9;
	min-height: inherit;
}
#newsBox dd.tsuruga{
	background: #60aa2f;
	min-height: inherit;
}
#newsBox dd.other{
	background: #ff9900;
	min-height: inherit;
}
#banner_area {
	margin: 0 0 60px;
}
#banner_area ul{
	overflow: hidden;
	width: 100%;
}
#banner_area ul li{
	/*width: calc((100% - 75px) / 4);
	float: left;
	margin: 0 25px 0 0;*/
	width: 23.5%;
    float: left;
    margin: 0 2% 0 0;
}
#banner_area ul li.last{
	margin: 0;
}
#banner_area ul li a:hover img{
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#support_box ul{
	overflow: hidden;
	padding: 15px 15px 0;
	background: #ccc;
}
#support_box ul li{
	float: left;
	width: calc((100% - 72px) / 5);
	margin: 0 18px 15px 0;
	/*background: #fff;*/
	min-width: 200px;
}
#support_box ul li:last-child{
	margin: 0 0 15px;
}
#support_box a{
    display: table;
    color: #333;
}
#support_box a:hover p{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #fff;
	background: #3385d9
}
#support_box figure{
    background: #3385d9;
    display: table-cell;
    width: 50px;
}
#support_box figure img{
    width: 100%;
    vertical-align: middle;
}
#support_box p{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    width: 150px;
    border-left: 1px solid #fff;
}
#support_box p span{
    font-size: 13px;
    text-align: left;
    display: inline-table;
    line-height: 110%;
    vertical-align: middle;
}

/*bxslider*/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}
.bx-wrapper img{
	width: 100%;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 99;
    height: 46px;
    width: 26px;}
.bx-wrapper .bx-pager{
	bottom: -28px;
}
.bx-wrapper .bx-prev {
	left: 20px;
    background: url(../images/common/bx_prev.png) no-repeat 0 0;
    background-size: cover;
}
.bx-wrapper .bx-next {
	right: 20px;
    background: url(../images/common/bx_next.png) no-repeat 0 0;
    background-size: cover;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #3385d9;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: 0 0;
    opacity: 0.8;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #3385d9;
}
.bxslider01 .bx-pager{
	display: none;
}

.bx-wrapper li {
	position: relative;
	max-height: 480px;
}

.bx-wrapper p.mvr,
.bx-wrapper p.mvl {
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	text-shadow:0 0 20px #333333,0 0 20px #333333;
	bottom: 15px;
}

.bx-wrapper p.mvl {
	right: 52%;
	text-align: right;
}

.bx-wrapper p.mvr {
	right: 30px;
	text-align: right;
}

.bx-wrapper p.mvr2 {
  font-size: 30px;
	position: absolute;
	right: 17%;
	text-align: center;
  bottom: 26%;
  color: #fff;
	text-shadow:0 0 20px #333333,0 0 20px #333333;
  font-weight: bold;
  line-height: 120%;
}



.bx-wrapper p.mvr2 span {
  font-size: 18px;
}


@media screen and (max-width: 1280px) {
	.main-slider .item h2 {
		font-size: 28px;
	}
	.main-slider .tsuruga h3 {
		left: 80px;
	}
	.main-slider .tsuruga h3 span {
		font-size: 24px;
	}
	.main-slider .tsuruga a:last-child {
		font-size: 18px;
		bottom: 6%;
	}
	/* .thumb-slider .item p {
		font-size: 1.08vw;
		left: 5px;
	}
	.thumb-slider .item p span {
		font-size: .926vw;
	} */
}
#info_box2 a{
	left: 50%;
}
/*-----------------------------------------------------	*/
/*	for 1199px～980px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1199px) {
}

/*-----------------------------------------------------	*/
/*	for 1030px～980px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1030px) {
	.pc_nav > ul > li > a{
		font-size: 13px;
		padding: 20px 0 0;
}
	.pc_nav > ul > li.gl_project > a {
		padding: 10px 0 0;
	}
	.bx-wrapper p.mvr, .bx-wrapper p.mvl {
		font-size: 14px;
		bottom: 10px;
	}
}

/*-----------------------------------------------------	*/
/*	for 979px～768px			*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
#info_box ul li{
	font-size: 12px;
}

#info_box2 ul li{
	font-size: 12px;
}

#newsBox section .infoBoxalllist {
    position: inherit;
    margin-bottom: 10px;
}
}

/*-----------------------------------------------------	*/
/*	for 833px～768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 834px) {
	.pc_nav > ul > li > a{
	font-size: 11px;
		font-weight: 500;
}
}

/*-----------------------------------------------------	*/
/*	for 767px				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 769px) {
.sp_br,
.sp,
.bx-wrapper img.sp{
	display: block;
}
.pc_br,
.pc,
.bx-wrapper img.pc{
	display: none;
}
header {
    position: fixed;
    height: 60px;
    background: #fff;
}
#headerInner #head_logo{
    width: 250px;
    margin: 13px 10px 0;
}
.pc_nav{
	display: none;
}
.sp-btn{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	background: url(../images/common/spBtnopen.jpg);
	background-size: cover;
}
.sp-btn.open{
	background: url(../images/common/spBtnclose.jpg);
	background-size: cover;
}
.sp_nav {
    display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.sp_nav.active {
	width: 100%;
    display: block;
    position: absolute;
    top: 60px;
    z-index: 9999;
    background: #3385d9;
    height: 100vh;
    overflow-y: scroll;
    padding: 0 0 80px;
}
.sp_nav > ul > li,
.sp_nav > .sp ul > li {
    float: none;
    width: 100%;
    position: relative;
}
.sp_nav > ul > li::after{
	content: none;
}
.sp_nav > ul > li > a{
	position: relative;
}
.sp_nav > ul > li > a::after {
	content: "";
	background: url(../images/common/spNavclose.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 20px;
    border: none;
    width: 20px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.sp_nav > ul > li > a.open::after {
	background: url(../images/common/spNavopen.png) no-repeat 0 0;
    background-size: cover;
}

.sp_nav > ul > li > a,
.sp_nav > .sp ul > li a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	text-align: left;
}
.sp_nav > .sp ul > li a{
	display: block;
	text-decoration: none;
}
.sp_nav > .sp ul > li a::after{
	content: "";
	background: url(../images/common/spNavlink.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 20px;
    border: none;
    width: 12px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.sp_nav > .sp ul > li a img{
    vertical-align: middle;
    margin: 0 20px 0 0;
}
.sp_nav > ul li .megamenu {
    display: none;
}
.sp_nav > ul li .megamenu ul li {
    padding: 10px 30px;
    border-bottom: 1px solid #fff;
    background: #4c9ced;
}
.sp_nav > ul li .megamenu ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.sp_nav #search {
	position: relative;
	width: 80%;
	margin:30px auto;
}
.sp_nav #search input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 0 30px 0 10px;
    border: none;
    background: rgba(255,255,255,0.8);
}
.sp_nav #search input[type="submit"] {
	position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: url(../images/common/serchBtn.png) no-repeat 50% 50% #333333;
}
#mainImg{
    padding: 60px 0;
}
#mainImgInner {
	/*background: url(../images/top/mainImg_sp.jpg) no-repeat center top;
	height: 500px;*/
	background-size: cover;
	position: relative;
}
#mainImg h1 {
    font-size: 20px;
    padding: 0 5%;
	position: absolute;
    top: 50%;
    left: 50%;
	font-weight: 600;
    transform: translate(-50%,-50%);
	-moz-text-shadow: 1px 0px 20px rgba(31, 105, 143, 1);
	-webkit-text-shadow: 1px 0px 20px rgba(31, 105, 143, 1);
	-ms-text-shadow: 1px 0px 20px rgba(31, 105, 143, 1);
	text-shadow: 1px 0px 20px rgba(31, 105, 143, 1),1px 0px 20px rgba(31, 105, 143, 1);
	
}
.main-slider {
	width: 100%;
}
.main-slider .item a::after {
	display: none;
}
.main-slider .item h2 {
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 6.4vw;
}
.main-slider .item h3 {
	width: 90%;
	top: auto;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
}
.main-slider .item h3 span {
	font-size: 4vw;
}
.main-slider .item h3 span:nth-child(2) {
	margin: 1% 0;
}
.main-slider .tsuruga h2 {
	top: 18%;
	transform: translateX(-50%);
}
.main-slider .tsuruga h3 {
	top: 44%;
	bottom: auto;
}
.main-slider .tsuruga a:last-child {
	font-size: 3.2vw;
	right: 5%;
	bottom: 4%;
}
.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 14px 0;
}
.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	border-radius: 100%;
  border: 2px solid #3385d9;
  background: #fff;
  opacity: 1;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
}
.slick-dots .slick-active {
	background: #3385d9;
}
.layout-box.thumb {
	opacity: 0;
}
.thumb-slider {
	display: none;
}
.bx-wrapper p.mvr,
.bx-wrapper p.mvl,
.bx-wrapper .bx-controls-direction a {
    display: none;
}
.bx-wrapper .bx-pager{
	display: block;
}
#info_box {
    background: #efefef;
    padding: 20px 5% 10px;
    overflow: hidden;
    margin: 0 auto
}
#info_box ul li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    line-height: 150%;
}
#info_box ul li a {
    background: #fff;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#info_box a span {
	font-size: 4.27vw;
}
main {
    margin: 60px 0 50px;
}
#info_box2 {
    background: #efefef;
    padding: 20px 5% 10px;
    overflow: hidden;
    margin: 0 auto
}
#info_box2 ul li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    line-height: 150%;
}
#info_box2 ul li a {
    background: #fff;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
	left: 0%;
}
#info_box2 a span {
	font-size: 2.27vw;
}
main {
    margin: 60px 0 50px;
}

#main_cont {
    padding: 0 5%;
}
#main_cont #newsBox {
    overflow: hidden;
    margin: 0;
}
#newsBox h2{
	text-align: center;
}
#newsBox > div {
    width: 100%;
    float: none;
    margin: 0 0 30px;
}
#newsBox section{
	position: relative;
	margin: 0 0 130px;
}
#newsBox section#infoBoxplantinfo{
	margin: 0 0 60px;
}
/*#newsBox section#infoBoxupdatedinfo{
	margin: 0 0 60px;
}*/
#newsBox > div.rightBox .Home_infoBox,
#newsBox > div.leftBox .Home_infoBox{
	height: auto;
	overflow: inherit;
}
#newsBox section .infoBoxalllist {
	position: absolute;
	top: inherit;
	bottom: -70px;
	right: 0;
	width: 100%;
}
#newsBox section#infoBoxpress .infoBoxalllist a,
#newsBox section#infoBoxupdatedinfo .infoBoxalllist a{
	padding: 10px 15px;
}
#newsBox section#infoBoxplantinfo .infoBoxalllist {
	position: inherit;
	top: 0;
	bottom: inherit;
	text-align: center;
	margin: 0 0 20px;
}
a.list_all{
	width: 100%;
}
a.list_all::after{
	content: "";
    background: url(../images/common/sp_link.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 20px;
    border: none;
    width: 12px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.infoBoxalllist a.tsuruga{
	background: #60aa2f;
	width: auto;
}
.infoBoxalllist a.other{
	background: #ff9900;
	width: auto;
}


#banner_area {
	margin: 0 0 60px;
	background: #EFEFEF;
	padding: 
	30px 5%;
}

#banner_area ul{
	overflow: hidden;
	width: 100%;
}
#banner_area ul li{
	width: calc((100% - 5%) / 2);
	float: left;
	margin: 0 5% 0 0;
	text-align: center;
}
#banner_area ul li:last-child{
	margin: 0 25px 0 0;	
}
#banner_area ul li:nth-child(2n){
	margin: 0;
}
#support_box ul{
	padding: 30px 15px 0;
}
#support_box ul li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    /* background: #fff; */
    min-width: inherit;
    text-align: center;
}
#support_box ul li:last-child {
    margin: 0 0 30px;
}
#support_box a {
    margin: 0 auto;
    width: 80%;
}
#support_box p {
    width: 80%;
}
.footerInner{
	padding: 0;
}
#footerTop{
	background: none;
}
#footerTop ul li{
	display: block;
	margin: 0;
}
#footerTop ul li a{
	display: block;
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 20px 30px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
#footerTop ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #3385d9;
    border-right: 0px solid transparent;
}
#footerBottom #footer_logo{
	padding: 40px 0;
	display: block;
	width: 100%;
	text-align: center;
	background: #EEEEEE;
}
#footerBottom #footer_logo img{
	width: 200px;
}
#footerBottom p {
	background: #4c9ced;
	display: block;
	width: 100%;
	text-align: center;}

#footerBottom p small{
	color: #fff;
}



}

#info_box6{
	max-width: 1130px;
	margin: 40px auto 0;
	overflow: hidden;
}
#info_box6 ul{
    /*display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;*/
    /*overflow: hidden;*/
    /*letter-spacing: -.4em;*/
}
#info_box6 ul li{
	width: calc(100% / 6 - 5px);
	float: left;
	/*width: 15%;*/
	margin: 0 5px 0 0;
	font-size: 15px;
	text-align: center;
    line-height: 150%;
    /*display: inline-block;
    letter-spacing: normal; */
}
#info_box6 ul li:last-child{
	margin: 0;
}

#info_box6 figure{
	padding: 2px 2px 0 2px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#info_box6 a{
	border: 2px solid #F0F0F0;
	display: block;
    /*display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
	text-decoration: none;
	color: #333;
    padding: 10px;
    height: 100%;
    min-height: 90px;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
	position: relative;
}
#info_box6 a:hover {
	border: 2px solid #EFEFEF;
	background: #EFEFEF;
}
#info_box6 a span{
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}


@media screen and (max-width: 979px) {
#info_box6 ul li{
	font-size: 12px;
}


#info_box6 {
    background: #efefef;
    padding: 20px 5% 10px;
    overflow: hidden;
    margin: 0 auto
}
#info_box6 ul li {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 150%;
}
#info_box6 ul li:nth-child(2n) {
    margin: 0 0 10px 0;
}
#info_box6 ul li a {
    border: 2px solid #ccc;
    background: #fff;
    font-size: 13px;
}
#info_box6 ul li a:hover {
    border: 2px solid #fff;
    background: #fff;
}
