@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #282728;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
html{
    -webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,form,ol,ul,li,hr,dl,dt,dd,address {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
	/*vertical-align:bottom;*/
	max-width:100%;
}

li {
	list-style-type: none;
}
a {
	color:#0066FF;
	text-decoration: underline;
	transition: all .2s ease;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color:#4f95ff;
}
a:active {
	text-decoration: underline;
}
p {
	margin: 0 0 2.5% 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#333;
}

.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px!important;}
.mb50 {margin-bottom:50px!important;}
.mb100 {margin-bottom:100px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:30px!important;}
.mt30 {margin-top:30px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr30 {margin-right:30px!important;}
.fs10 {font-size:10px!important;}
.fs11 {font-size:11px!important;}
.fs12 {font-size:12px!important;}
.fs13 {font-size:13px!important;}
.fs14 {font-size:14px!important;}
.fs15 {font-size:15px!important;}
.fs16 {font-size:16px!important;}
.fs17 {font-size:17px!important;}
.fs18 {font-size:18px!important;}
.fcb {color:#009FE7!important;}
.fcbr {color:#9D6D34!important;}
.fco {color:#E55926!important;}
.fcg {color:#7FB83F!important;}
.fcp {color:#FF0066!important;}
.fcr {color:#F00}
.fcor {color:#FF6600}
.flc {clear:left!important;}
.frc {clear:right!important;}

address{
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
	background: #041f48;
	padding: 14px 0px 11px 0px;
	font-size: 15px;
	font-style: normal;
}
iframe{
	vertical-align:bottom;
}
header{
	position:fixed;
	top:0;
	width: 100%;
	z-index: 10000000000000000000;
}
#header_area{
	z-index:10000000000000000;
	width:100%;
	padding:0 0 0 0;
}
h1{
	float: none;
	width: auto;
	margin: 10px 0 0 10px;
	width: 17%;
}
h1 img{
	vertical-align:top;
}
.mainimg{
	background:url(../img/main_bg.jpg) no-repeat center top;
	background-size:cover;
}
.mainimg h2{
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 200px 0px 0px 0px;
	height: 240px;
	font-size: 20px;
}
.mainimg.power{
	background:url(../img/main_bg_power.jpg) no-repeat center top;
	background-size:cover;
}
.mainimg.facility{
	background:url(../img/main_bg_facility.jpg) no-repeat center top;
	background-size:cover;
}
.mainimg.works{
	background:url(../img/main_bg_works.jpg) no-repeat center top;
	background-size:cover;
}
.works_bg01{
	background:url(../img/works_bg01.jpg) no-repeat center top;
	background-size:cover;
	padding:12% 0;
}
.works_bg02{
	background:url(../img/works_bg02.jpg) no-repeat center top;
	background-size:cover;
	padding:12% 0;
}
.works_bg03{
	background:url(../img/works_bg03.jpg) no-repeat center top;
	background-size:cover;
	padding:12% 0;
}
.works_inner{
	width:800px;
	margin:0px auto;
}
.works_left{
	width:33%;
	float:left;
	padding:2% 0 0 0;
}
.works_right{
	width: 54%;
	float:right;
}
p.work_ttl01,
p.work_ttl02,
p.work_ttl03{
	font-size:18px;
}
p.work_ttl01::before {
    content: '';
    display: inline-block;
    width: 94px;
    height: 89px;
    background-image: url(../img/works_txt01.png);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0px 5px 0px 0px;
}
p.work_ttl02::before {
    content: '';
    display: inline-block;
    width: 94px;
    height: 89px;
    background-image: url(../img/works_txt02.png);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0px 5px 0px 0px;
}
p.work_ttl03::before {
    content: '';
    display: inline-block;
    width: 94px;
    height: 89px;
    background-image: url(../img/works_txt03.png);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0px 5px 0px 0px;
}
img.power_txt{
	display:block;
	text-align:center;
	margin:70px auto 0px auto;
}

img.facility_txt{
	display:block;
	text-align:center;
	margin:70px auto 20px auto;
}
h3.power{
	margin:20px 0px 0px 0px;
}
#power #container {
	background: url(../img/power_bg.jpg) no-repeat center top;
	background-size: cover;
}
#power #container_inner {
	width: 900px;
	margin: 0px auto;
	padding: 100px 0px 80px 0px;
}
.company_txt span.company_ttl{
	font-size:24px;
	color:#041f48;
}
.company_txt span.company_txt2{
	font-size:48px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
img.power_ttl,
img.power_txt2{
	display:block;
	text-align:center;
	margin:0px auto;
}
.facility_bg01{
	background:url(../img/facility_bg01.jpg) no-repeat center top;
	background-size: cover;
	padding:5% 0 0 0;
}
.facility_bg03{
	background:url(../img/facility_bg03.jpg) no-repeat center top;
	background-size: cover;
	padding:5% 0;
}
.facility_inner{
	width:900px;
	margin:0px auto;
}
.facility_left {
	width: 33%;
	float: left;
	padding: 2% 0 0 0;
}
.facility_right {
	width: 54%;
	float: right;
}
.facility_inner dl dt{
	width:180px;
	float:left;
}
img.facility_img{
	width:50%;
	float:right;
}
img.facility_bg02{
	width:50%;
	float:left;
}
.facility_bg02_right{
	width: 20%;
	float: right;
	padding: 2.5% 27.5% 2.5% 2.5%;
}

img.facility_img01{
	text-align:center;
	margin:0px auto 20px auto;
	display:block;
}
.facility_bg02_right dt{
	width:20%!important;
	float:left!important;
}
.facility_bg02_right dd.dd01{
	width:50%!important;
	float:left!important;
}
.facility_bg02_right dd.dd02{
	width:30%!important;
	float:left!important;
}
img.facility_txt02{
	margin:0px 0px 25px 0px;
}
.facility_left02{
	width: 38%;
	float: left;
	padding: 0 0 0 0;
}
.facility_left02 img{
	display:block;
	text-align:center;
	margin:0px auto;
}
.facility_right02{
	width: 53%;
	float: right;
	padding: 2% 0 0 0;
}
.facility_right02 dt{
	width:65%!important;
	float:left!important;
}
.facility_right02 dd.dd01{
	width:20%!important;
	float:left!important;
}
.facility_right02 dd.dd02{
	width:15%!important;
	float:left!important;
}
img.facility_txt03{
	margin:0 0 5% 0;
}
.top_box01{
	background:url(../img/top_box01.jpg) no-repeat center top;
	background-size: cover;
	width:50%;
	float:left;
	padding:2% 0 0 0;
}
.top_box01 img{
	text-align:center;
	margin:0px auto;
	display:block;
}
.top_box02{
	background:url(../img/top_box02.jpg) no-repeat center top;
	background-size: cover;
	width:50%;
	float:right;
	padding:4% 0 4% 0;
}
p.top_box02_ttl{
	text-align:center;
	font-size:24px;
	color:#041F48;
	font-weight:bold;
}
.top_box03{
	background:url(../img/top_box03.jpg) no-repeat center top;
	background-size: cover;
	width:33.33333333333333333%;
	float:left;
	padding:15% 0 0 0;
}
.top_box04{
	background:url(../img/top_box04.jpg) no-repeat center top;
	background-size: cover;
	width:33.33333333333333333%;
	float:left;
	padding:15% 0 0 0;
}
.top_box05{
	background:url(../img/top_box05.jpg) no-repeat center top;
	background-size: cover;
	width:33.33333333333333333%;
	float:left;
	padding:15% 0 0 0;
}
.top_box06{
	background:url(../img/top_box06.jpg) no-repeat center top;
	background-size: cover;
	width:50%;
	float:left;
	padding:2% 0 0 0;
}
.top_box06 img{
	text-align:center;
	margin:0px auto;
	display:block;
}
.top_box02 p.contact_btn a{
	width:50%;
}
#index h1{
	margin: 0.2% 0 0 2%;
}
#index .gnav{
	position: fixed;
	top: 60px;
	left: 0;
	transform: translateX(0%);
	z-index: 10000000000000000000;
}
#index .gnav li.color a {
	background: #a1b4cc;
	color:#333;
}
#index .gnav li:hover > ul > li a{
	padding: 6px 5%;
	background:#e7e9ef;
	text-align:left;
	color:#333;
}
#index .gnav li:hover > ul > li a:hover{
	background:#c8c8c8;
}
p.top_ttl{
	text-align:center;
	color:#fff;
	font-size:20px;
}
p.top_ttl img{
	display:block;
	text-align:center;
	margin:0px auto 10px auto;
}
p.top_txt{
	text-align:center;
	color:#fff;
}
p.top_link{
	text-align:right;
	padding:0 5% 0 0;
}
p.top_link a{
	color:#fff;
	text-decoration:none;
}
.top_box{
	position:relative;
}
.top_box h3{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.top_box h3 img{
	vertical-align:top;
}


.gnav {
	display: flex;
	height: auto;
	margin: 0 auto;
	width: 47%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1000000000000000;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 16.6666666666666%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #021f49;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 90%;
	align-items: center;
	display: grid;
	padding: 15px 5%;
	font-size: 14px;
}
.gnav li a:hover{
	background:#fff;
	color:#001b34;
}
/*子階層以降共通*/
.gnav li ul li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
}
.gnav li:hover > ul > li a{
	padding: 6px 5%;
	background:#e7e9ef;
	text-align:left;
	color:#333;
}
.gnav li:hover > ul > li a:hover{
	background:#c8c8c8;
}
.gnav li:hover > ul > li a span{
	font-size:12px;
}
.gnav li:hover > ul > li {
    height: 52px;
    overflow: visible;
}


.f_bg{
	background:url(../img/f_bg.jpg) no-repeat center top;
	background-size:cover;
	padding: 5% 3% 5.5% 3%;
}
img.f_logo{
	display:block;
	text-align:center;
	margin:0px auto;
}
p.f_bg_ttl{
	text-align:center;
	color:#fff;
	margin:1% 0 1% 0;
	font-size:18px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
p.f_bg_txt{
	text-align:center;
	color:#fff;
	margin:0 0 0 0;
	font-size: 15px;
}
.contact_box{
	background:url(../img/contact_box.jpg) no-repeat center top;
	background-size:cover;
	padding:5% 0;
}
.contact_box_inner {
	width: 600px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.9);
	padding: 30px 0px 40px 0px;
}
p.contact_tel {
	font-family: 'Barlow', sans-serif;
	font-size: 45px;
	color: #002655;
	text-align: center;
}
p.contact_btn a {
	background: #0a2240;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 80%;
	font-size: 18px;
	padding: 10px 0px;
}
p.contact_btn a:hover {
	background: #29466b;
}
p.contact_tel::before {
    content: '';
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url(../img/tel_icon.png);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0px 5px 0px 0px;
}
p.contact_txt {
	color: #282728;
	font-size: 18px;
	text-align: center;
}
.contact_box h3 {
	text-align: center;
	color: #041f48;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
img.contact_ttl{
	display:block;
	text-align:center;
	margin:30px auto 30px auto;
}
#privacy #container_inner{
	width:800px;
	margin:0px auto;
	padding:100px 0px 250px 0px;
}
#company #container{
	background:url(../img/content_bg.jpg) no-repeat center top;
	background-size: cover;
}
h3{
	text-align:center;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size:48px;
	margin:2.8% 0 1.5% 0;
}
.ac{
	text-align:center;
}
#company #container_inner {
	width: 900px;
	margin: 0px auto;
	padding: 100px 0px 80px 0px;
}
p.company_txt{
	text-align:center;
	font-size:18px;
}
table.company{
	width:100%;
	margin:0 0 60px 0px;
}
table.company th{
	background:#eae7cf;
	padding:10px 15px;
	text-align:right;
	vertical-align:top;
}
table.company th.th_01{
	background:#fbf8de;
}
table.company td{
	background:#eeeeee;
	padding:10px 15px;
}
table.company td.td_01{
	background:#ffffff;
}
p.q{
	font-size:16px;
	color:#041f48;
}
p.q:before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 39px;/*画像の幅*/
	height: 29px;/*画像の高さ*/
	background-image: url(../img/q.png);
	background-size: contain;
	vertical-align: middle;
	margin:0 10px 0 0;
	position:relative;
	top:-2px;
}
p.a{
	font-size:16px;
	color:#041f48;
	margin:0 0 80px 0;
}
p.a:before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 39px;/*画像の幅*/
	height: 29px;/*画像の高さ*/
	background-image: url(../img/a.png);
	background-size: contain;
	vertical-align: middle;
	margin:0 10px 0 0;
	position:relative;
	top:-2px;
}
table.contact {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}
table.contact th {
	padding: 15px;
	font-weight: normal;
	vertical-align: top;
	background: #fbf8de;
	text-align: right;
}
table.contact td {
	padding: 5px 10px;
}
input.send {
	background: #0a2240;
	border: none;
	color: #fff;
	padding: 10px 0px;
	width: 340px;
	margin: 0px 10px 0px 0px;
}
input.reset {
	width: 125px;
	border: none;
	color: #fff;
	padding: 10px 0px;
	background: #f39800;
}
ul.form_btn {
	text-align: center;
	margin: 50px 0px 70px 0px;
}
ul.form_btn li {
	display: inline-block;
}
.contact_txt02 {
	display: table;
	margin: 0px auto;
	font-size:12px;
}
table.contact input.form01 {
	width: 500px;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
table.contact select {
	width: 220px;
	padding: 11px 10px;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fff;
}
table.contact input.form02 {
	width: 98%;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
table.contact textarea {
	width: 98%;
	height: 100px;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.form_wrap {
	width: 500px;
	padding: 11px 1%;
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fff;
}
/*.hissu:before{
	content: '必須';
}*/
.hissu_txt input::placeholder {
	color: #ff9f00;
}
.hissu_txt textarea::placeholder {
	color: #ff9f00;
}


.hd_nav-fixed img{
	display:block;
	margin:10px auto 10px auto;
}
.hd_nav-fixed {
    position: fixed;
    bottom: 0;
    right: 5px;
    padding-bottom: 40px;
    padding-right: 0px;
    z-index: 1500;
}
p.fix2 span.txt{
	font-size:20px;
	font-family: 'Barlow', sans-serif;
}
p.fix2{
	font-size:13px;
	text-align:right;
	color:#fff;
	margin-bottom:5px;
	line-height: 1.2;
	-moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	margin:0 0 13% 0;
	padding:0;
}
p.fix1{
	text-align:center;
	color:#fff;
	-moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	margin:2% 0 0 0;
}

@media screen and (min-width: 1080px) {
.sp { display: none !important; }
}

