@charset "UTF-8";
/*====================================
color
 ====================================*/
/*====================================
tag
 ====================================*/
html, body {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

header, main {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Noto Sans Japanese', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #3f3f3f; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold; }

h2 {
  color: #004f94; }

a,
a:focus,
a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none; }

a:link, a:visited,
a:hover, a:active {
  text-decoration: none; }

a img:hover {
  cursor: pointer;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  opacity: .75;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  zoom: 1; }

figure {
  text-align: center; }

@media (max-width: 767px) {
  header, main {
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

  h2 {
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    line-height: 1.4; }

  h2 br {
    display: none; }

  p {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.4; } }
@media (min-width: 768px) {
  h2 {
    color: #004f94;
    font-size: 19px;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
    line-height: 1.8; }

  p {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1.8; } }
/*====================================
Common Class
 ====================================*/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%; }

.scroll-button {
  display: block;
  position: relative;
  bottom: 20px;
  height: 48px;
  width: 48px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  border-radius: 50%;
  border: solid 1px #fff;
  padding: 20px;
  font-size: 48px;
  -webkit-animation: moving 2s ease-out infinite;
  animation: moving 2s ease-out infinite; }

.scroll-button i:before {
  display: block;
  position: absolute;
  top: 0;
  left: 8px; }

@-webkit-keyframes moving {
  0% {
    bottom: 20px; }
  30% {
    bottom: 10px; }
  60% {
    bottom: 20px; } }
@keyframes moving {
  0% {
    bottom: 20px; }
  30% {
    bottom: 10px; }
  60% {
    bottom: 20px; } }
@media (max-width: 767px) {
  .page .scroll-button {
    display: none; } }
.follow_container {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.intro h1 {
  color: #004f94;
  letter-spacing: 0.25em; }

.intro h1 .num {
  font-family: 'Roboto Condensed', sans-serif; }

.intro h2 {
  color: #004f94; }

.btn-gotop,
.btn-gotop:focus {
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
  background: #004f94;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative; }

.btn-gotop:hover,
.btn-gotop:active {
  color: #fff;
  background: #187EE8;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

a.btn-gotop:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 16px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

a.btn-gotop:hover:after {
  right: 15px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

@media (max-width: 767px) {
  .btn-gotop,
  .btn-gotop:focus {
    margin: 20px 0 0;
    padding: 10px 50px; } }
@media (min-width: 768px) {
  .btn-gotop,
  .btn-gotop:focus {
    margin: 70px 0 0;
    padding: 10px 100px; } }
@media (max-width: 767px) {
  .hero {
    min-height: 130px;
    height: 130px;
    width: 100%; }
    .hero img {
      width: 95%; }

  .intro {
    margin-bottom: 30px; }

  .intro h1 {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 30px; }

  .intro h1 .num {
    font-size: 28px;
    margin-right: 10px; }

  .intro h2 {
    font-size: 23px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 32px; }

  .intro h2 br {
    display: block; }

  .intro p {
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 12px;
    margin-bottom: 20px; }

  .intro p br {
    display: none; } }
@media (min-width: 768px) {
  .hero {
    min-height: 500px;
    height: 500px; }

  .intro {
    margin-bottom: 100px; }

  .intro h1 {
    font-size: 20px;
    letter-spacing: 0.25em;
    margin-bottom: 60px; }

  .intro h1 .num {
    font-size: 48px;
    margin-right: 20px; }

  .intro h2 {
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-bottom: 32px; }

  .intro p {
    line-height: 2.1;
    letter-spacing: 0.16em;
    font-size: 16px; }

  .lines-on-sides {
    display: table;
    white-space: nowrap; }
    .lines-on-sides:after {
      content: '';
      display: table-cell;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor calc(50% + 2px), rgba(0, 0, 0, 0) calc(50% + 2px));
      background-clip: padding; }
    .lines-on-sides:after {
      border-left: 1em solid transparent; } }
/*====================================
Bootsptrap custom
 ====================================*/
.navbar {
  margin-bottom: 0; }

.navbar-default {
  background: none;
  border: none; }

.navbar-collapse {
  border: none; }

.navbar-nav > li > a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none; }

@media (min-width: 660px) {
  .navbar-default .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 66px;
    line-height: 66px;
    color: #004f94; } }
/*====================================
Layout
 ====================================*/
/*====================================
Header
 ====================================*/
#mainHeader .navbar {
  background-color: #fff;
  border-radius: 0; }

#mainHeader a.go-top {
  font-weight: bold;
  display: block;
  color: #004f94;
  float: right;
  position: relative; }

#mainHeader a.go-top:hover {
  color: #187EE8; }

#mainHeader a.go-top:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
  font-size: 16px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

#mainHeader a.go-top:hover:after {
  right: 7px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

@media (max-width: 767px) {
  #mainHeader .navbar {
    height: 50px; }

  #mainHeader .navbar-brand {
    width: 130px; }

  #mainHeader a.go-top {
    position: absolute;
    background-color: #004f94;
    color: #fff;
    font-size: 10px;
    border-radius: 20px;
    padding: 4px 10px;
    top: 15px;
    right: 10px;
    width: 9em; }

  #mainHeader a.go-top:after {
    top: 2px;
    right: 8px;
    font-size: 12px; } }
@media (min-width: 768px) {
  #mainHeader .navbar {
    height: 66px; }

  #mainHeader a.go-top {
    float: right;
    margin-top: 25px;
    font-size: 14px;
    width: 8em; }

  #mainHeader a.go-top:after {
    top: -2px; } }
/*====================================
Footer
 ====================================*/
#footer {
  text-align: center; }

#footer p#copy {
  font-size: 10px;
  letter-spacing: 0; }

#footer img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  #footer p {
    font-size: 10px; }

  #footer img {
    width: 50%; } }
@media (min-width: 768px) {
  #footer p.copy {
    font-size: 10px; } }
/*====================================
SECOND NAV
 ====================================*/
.second-nav {
  background-color: #eaf4fd;
  padding-top: 100px;
  padding-bottom: 90px; }

.second-nav h2 {
  text-align: center; }

.second-nav h2 span {
  display: block; }

.second-nav li a {
  color: #004f94;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #fff;
  font-weight: bold; }

.second-nav li a:hover {
  color: #187EE8; }

.second-nav li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 24px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

.second-nav li a:hover:after {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

@media (max-width: 767px) {
  .second-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px; }

  .second-nav h2 {
    letter-spacing: 0.1em;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6; }

  .second-nav h2 span {
    font-size: 12px;
    letter-spacing: 0.1em; }

  .second-nav li img {
    margin-bottom: 10px; }

  .second-nav li a {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    margin-bottom: 10px; }

  .second-nav li a:after {
    right: 30px;
    bottom: 12px; }

  .second-nav li a:hover:after {
    right: 20px; } }
@media (min-width: 768px) {
  .second-nav {
    padding-top: 100px;
    padding-bottom: 90px;
    margin-top: 90px; }

  .second-nav h2 {
    letter-spacing: 0.2em;
    font-size: 30px;
    margin-bottom: 80px; }

  .second-nav h2 span {
    font-size: 18px;
    letter-spacing: 0.1em; }

  .second-nav li img {
    margin-bottom: 20px; }

  .second-nav li a {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 20px 0; }

  .second-nav li a:after {
    bottom: 30px; } }
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .second-nav li a:after {
    right: 30px;
    bottom: 30px; }

  .second-nav li a:hover:after {
    right: 20px; } }
@media (min-width: 1200px) {
  .second-nav li a:after {
    right: 50px; }

  .second-nav li a:hover:after {
    right: 40px; } }
/*====================================
page-TOP
 ====================================*/
/*---------------------------------
INTRO CONTAINER
---------------------------------*/
#mainHeader.home {
  height: 100%; }

#mainHeader .navbar {
  z-index: 2; }

.starter_container {
  position: relative;
  z-index: 1;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url("../img/top-hero.jpg") no-repeat center bottom; }

#total_energy_top .follow_container {
  position: relative; }

.starter_container h2 {
  color: #fff; }

.starter_container p {
  color: #fff; }

#total_energy_top .second-nav {
  margin-top: 0; }

.starter_container .scroll-button {
  opacity: 0; }

/*---------------------------------
MOVIE
---------------------------------*/
#top-movie {
  background-color: #004f94; }

#top-movie {
  overflow: hidden;
  text-align: center; }

#top-movie video {
  /*min-height: 100%;*/
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .starter_container {
    background-size: auto 100%;
    top: -50px; }

  .starter_container .follow_container {
    padding: 15px; }

  .starter_container .top-title {
    margin-top: 40px;
    margin-bottom: 20px; }

  .starter_container .top-title img {
    width: 100%; }

  .starter_container h2 {
    font-size: 11px;
    letter-spacing: 0.2em;
    margin-bottom: 10px; }

  .starter_container p {
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5px; }

  .starter_container {
    padding: 15px; }

  .starter_container p {
    letter-spacing: 0; }

  .starter_container p br {
    display: none; } }
@media (min-width: 768px) {
  .starter_container {
    top: -66px;
    text-align: center;
    vertical-align: middle;
    background-attachment: fixed;
    background-size: cover; }

  #total_energy_top .follow_container {
    display: table-cell;
    padding-top: 110px;
    vertical-align: middle; }

  .starter_container .top-title {
    margin-bottom: 60px; }

  .starter_container h2 {
    font-size: 18px;
    letter-spacing: 0.4em;
    margin-bottom: 23px; }

  .starter_container p {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1.7;
    margin-bottom: 15px; }

  #top-movie {
    padding: 42px 0 40px; }

  #top-movie video {
    min-width: 640px; } }
/*====================================
page-xxx
 ====================================*/
@media (max-width: 767px) {
  #main-container {
    padding-top: 20px; } }
@media (min-width: 768px) {
  #main-container {
    padding-top: 100px; } }
/*====================================
page-MANEGEMENT
 ====================================*/
#management .hero {
  background-image: url(../img/manegement_hero-bg.jpg); }

#management #main-container a {
  color: #004f94 !important; }

#management h2.adjust {
  letter-spacing: 0; }

@media (max-width: 767px) {
  #management .col-md-6 img,
  #management .col-md-3 img {
    width: 70%; }

  #management figure {
    padding-top: 15px;
    margin-bottom: 40px; } }
/*====================================
page-SOCIETY
 ====================================*/
#society .hero {
  background-image: url(../img/society_hero-bg.jpg); }

#society .follow_container {
  margin-top: -76px; }

#society dl {
  padding-top: 30px;
  clear: both; }

#society dt {
  color: #fff;
  background-color: #7389ba;
  text-align: center; }

@media (max-width: 767px) {
  #society dt {
    color: #fff;
    background-color: #7389ba;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 13px; }

  #society dd {
    font-size: 11px;
    line-height: 1.4;
    padding: 0; }

  #society dd .second-nav {
    margin-top: 0px; } }
@media (min-width: 768px) {
  .mgn-r {
    margin-right: 32px; }

  #society dt {
    font-size: 19px;
    padding: 10px 0; }

  #society dd {
    font-size: 14px;
    line-height: 1.5; } }
/*====================================
page-SOCIETY
 ====================================*/
#system .hero {
  background-image: url(../img/system_hero-bg.jpg); }

#system .follow_container {
  margin-top: -37px; }

.btn-gohems,
.btn-gohems:focus {
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
  background: #004f94;
  color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: relative; }

.btn-gohems:hover,
.btn-gohems:active {
  color: #fff;
  background: #187EE8;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

a.btn-gohems:after {
  font-family: FontAwesome;
  content: "\f08e";
  position: absolute;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

a.btn-gohems:hover:after {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s; }

.btn-gohems span {
  display: block;
  color: #fdd000; }

.go-ecoaction {
  font-size: 11px;
  letter-spacing: 0; }

.go-ecoaction img {
  display: block;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .btn-gohems,
  .btn-gohems:focus {
    margin: 20px 28px 30px;
    padding: 10px 40px;
    font-size: 11px;
    border-radius: 40px;
    display: block; }
    .btn-gohems span,
    .btn-gohems:focus span {
      font-size: 22px; }

  a.btn-gohems:after {
    right: 15px;
    top: 21px;
    font-size: 18px; }

  .go-ecoaction {
    text-align: center; }

  .go-ecoaction a {
    text-align: center;
    display: block; }

  .go-ecoaction img {
    display: inline-block; } }
@media (min-width: 768px) {
  #system .btnarea {
    padding-top: 80px; }

  .btn-gohems,
  .btn-gohems:focus {
    margin: 0px 10px 0;
    padding: 20px 70px;
    font-size: 18px;
    line-height: 1.7;
    border-radius: 60px; }
    .btn-gohems span,
    .btn-gohems:focus span {
      font-size: 36px; }

  a.btn-gohems:after {
    right: 25px;
    top: 30px;
    font-size: 24px; } }
