@charset "UTF-8";

/* 共通 */
.flex { display: flex;}
.sp { display: none;}
.inner {
max-width: 1000px;
width: 90%;
margin: 0 auto;
}
img { width: 100%;}

/* header */
#header {
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b5b5b5;
z-index: 10;
}
#logo {
max-width: 246px;
width: 100%;
padding: 0 0 0 30px;
box-sizing: border-box;
}
.head_BtnArea {
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-end;
width: calc(100% - 246px);
padding: 20px 0 0 0;
}
.tel_Num {
display: block;
max-width: 282px;
width: 100%;
padding: 0 30px 10px 0;
text-align: right;
box-sizing: border-box;
pointer-events: none;
}
.nav_Area {
justify-content: flex-end;
align-items: center;
width: 100%;
}
.nav_Area li {
max-width: calc(100% / 4);
width: 158px;
margin-left: 1px;
}
.nav_Area a {
display: block;
position: relative;
width: 100%;
padding: 30px 0 15px;
color: #333;
font-size: 16px;
text-align: center;
transition: .3;
}
.nav_Area a p {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
text-align: center;
transform: translate(-50%,-50%);
z-index: 2;
}
.nav_Area a::before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, #fff,#e4f3f6);
opacity: 0;
transition: .3s;
z-index: 0;
}
.nav_Area a:hover::before { opacity: 1;}

/* canonical */
#indexP .nav_Area li:nth-child(1) a::before,
#companyP .nav_Area li:nth-child(2) a::before,
#powerplantP .nav_Area li:nth-child(3) a::before,
#contactP .nav_Area li:nth-child(4) a::before { opacity: 1;}

/* コンテンツ */
#container_Wrap { padding-top: 117px;}
.bread_list {
  width: 100%;
  padding: 15px 0;
  background-color: #eeeeee;
}
.bread_list ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
}
.bread_list li:first-child::after {
  display: inline-block;
  content: '＞';
  margin: 0 10px;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
}
.bread_list a {
  display: inline-block;
  color: #29b729;
  border-bottom: 1px solid #29b729;
}
.bread_list a:hover { border-bottom: 1px solid rgba(0,0,0,0);}

figure { position: relative; }
.cap_Txt {
position: absolute;
font-size: 11px;
bottom: 5px;
transform: rotate(.028deg);
}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_ShaW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShaB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}
.cap_R { right: 5px;}
.cap_L { left: 5px;}

/* footer */
#footer {
width: 100%;
border-top: 1px solid #b5b5b5;
}
#footNav { padding: 20px 0;}
#footNav .nav_Area {
justify-content: center;
align-items: center;
width: 100%;
}
#footNav .nav_Area li {
position: relative;
max-width: auto;
width: auto;
margin-left: 0;
}
#footNav .nav_Area li::after {
display: block;
content: '／';
position: absolute;
top: 50%;
right: 0;
font-size: 15px;
transform: translateY(-50%);
}
#footNav .nav_Area li:last-child::after { content: none;}
#footNav .nav_Area a {
position: inherit;
padding: 0 30px 0 15px;
font-size: 14px;
box-sizing: border-box;
}
#footNav .nav_Area li:first-child a { padding-left: 0;}
#footNav .nav_Area li:last-child a { padding-right: 0;}
#footNav .nav_Area a p {
display: block;
position: inherit;
top: unset;
left: unset;
width: 100%;
transform: unset;
}
#footNav .nav_Area a::before { content: none;}

.foot_tel_Area {
justify-content: center;
align-items: center;
width: 100%;
padding: 30px 0;
margin-bottom: 20px;
background-color: #eee;
}
.foot_tel_Area figure {
max-width: 227px;
margin-right: 30px;
}
.foot_tel_Area .tel_Num {
max-width: 274px;
padding: 0;
}

.company_logo {
justify-content: center;
align-items: flex-end;
padding: 40px 0;
}
.company_logo li:first-child {
max-width: 376px;
margin-right: 40px;
}
.company_logo li:last-child { max-width: 175px;}

.company_Link {
justify-content: center;
align-items: flex-end;
padding: 0 0 20px;
font-size: 12px;
}
.company_Link a {
display: inline-block;
padding: 0 20px 0 0;
color: #333;
text-decoration: underline;
box-sizing: border-box;
}

@media only screen and (max-width: 767px) {

/* 共通 */
.pc { display: none;}
.sp { display: block;}

/* header */
/* #header {
justify-content: space-between;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b5b5b5;
} */
#header { padding: 5px 0 10px;}
#logo {
max-width: 280px;
padding: 0 0 0 10px;
}
.head_BtnArea {
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-end;
width: calc(100% - 246px);
padding: 20px 0 0 0;
}
#header .tel_Num { display: none;}

#Gnav .nav_Area {
display: none;
flex-wrap: wrap;
position: fixed;
top: 66px;
left: 0;
width: 100%;
background-color: #fff;
border-top: 1px solid #b5b5b5;
}
#Gnav .nav_Area li {
max-width: 100%;
width: 100%;
margin-left: 0;
border-bottom: 1px solid #b5b5b5;
}
#Gnav .nav_Area a {
padding: 30px 0;
font-size: 14px;
}

/* ハンバーガーメニュー  */
.sp_menu {
display: block;
position: absolute;
top: 50%;
right: 20px;
width: 30px;
height: 30px;
transform: translateY(-50%);
cursor: pointer;
z-index: 10;
}
.sp_menu span {
display: block;
position: absolute;
left: 50%;
width: 24px;
height: 3px;
margin: 0 auto;
background-color: #333;
border-radius: 50px;
transition: .3s;
transform: translateX(-50%);
}
.sp_menu span:nth-child(1) { top: 0;}
.sp_menu span:nth-child(2) { top: 10px;}
.sp_menu span:nth-child(3) { top: 20px;}
.sp_menu.active span:nth-child(1) {
top: 10px;
transform: translateX(-50%) rotate(45deg);
}
.sp_menu.active span:nth-child(2) { opacity: 0;}
.sp_menu.active span:nth-child(3) {
top: 10px;
transform: translateX(-50%) rotate(-45deg);
}
.sp_menu p {
position: absolute;
bottom: -1em;
left: 50%;
font-size: 11px;
line-height: 1;
transform: translateX(-50%);
}


#container_Wrap { padding-top: 66px;}

/* footer */
#footNav { padding: 0;}
#footNav .nav_Area {
flex-wrap: wrap;
width: 100%;
border-bottom: 1px solid #b5b5b5;
}
#footNav .nav_Area li {
position: relative;
max-width: 50%;
width: 50%;
border-right: 1px dotted #b5b5b5;
border-bottom: 1px dotted #b5b5b5;
box-sizing: border-box;
}
#footNav .nav_Area li:nth-child(even) { border-right: none;}
#footNav .nav_Area li:nth-last-child(-n+2) { border-bottom: none;}
#footNav .nav_Area li::after { content: none;}
#footNav .nav_Area a {
width: 100%;
padding: 20px 0;
font-size: 14px;
box-sizing: border-box;
}
#footNav .nav_Area li:first-child a { padding-left: 0;}
#footNav .nav_Area li:last-child a { padding-right: 0;}
#footNav .nav_Area a p {
display: block;
position: inherit;
top: unset;
left: unset;
width: 100%;
transform: unset;
}
#footNav .nav_Area a::before { content: none;}

.foot_tel_Area {
flex-direction: column;
flex-wrap: wrap;
padding: 20px 0;
}
.foot_tel_Area figure {
max-width: 180px;
margin: 0 0 15px;
}
.foot_tel_Area .tel_Num { pointer-events: unset;}

.company_logo {
flex-direction: column;
flex-wrap: wrap;
padding: 30px 10px;
box-sizing: border-box;
}
.company_logo li:first-child {
max-width: 300px;
margin: 0 auto 20px;
}
.company_logo li:last-child {
max-width: 130px;
margin: 0 auto;
}

}



/* お問い合わせフォームへのSPAM対策：お問い合わせボタン非表示（2023.12.19） */
#Gnav .nav_Area li:last-child {
	display: none;
}
#footNav .nav_Area li:last-child {
	display: none;
}
#footNav .nav_Area li:nth-child(3)::after {
	content: none;
}
/* ここまで */
