/*----------------------------------------------------
++02 footer
----------------------------------------------------*/
/*コーポレートfooter対応*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100% !important;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
/*----------------------------------------------------
++04 page
----------------------------------------------------*/


footer {
/*	font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif !important;*/
}
footer a {
	color: #2F2F2F !important;
	text-decoration: underline;
}
div#common_footer {
  background: linear-gradient(120deg, #66BA46, #7FC31B, #99D140, #B3DF7F, #E6F5B1) no-repeat;
    background-size: 600% 600%;
    z-index: -100;
    animation: bgCover01 24s infinite;
}


footer {
  width: 100%;
  text-align: center;
  padding: 60px 0 20px;
  background:url(../../common/img/front/bg_main02.png) no-repeat center bottom;
    background-size: 100% auto;
    animation: bgCover03 10s infinite;
    z-index: -97;

}
footer #footer_inner {
  background-color: rgba(255, 255, 255, 0.6) ;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin: 0 auto 20px;
}
footer #footer_inner h2 {
  font-size: 20px;
  margin: 0 auto 12px;
  font-weight: bold;
}
footer #footer_inner p {
  position: relative;
  margin: 0 auto 12px;
}
footer #footer_inner p img {
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}
footer #footer_inner p strong {
  font-size: 20px;
  font-weight: bold;
}
footer #footer_inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
footer #footer_inner ul a {
  margin: 0 12px;
}
footer #footer_inner ul a:before {
  font-family: FontAwesome;
  content: " ";
}
footer #copyright {
  text-align: right;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    text-align: center;
    margin: 40px auto 10px;
  }
  footer #footer_inner h2 {
    font-size: 16px;
    margin: 0 auto 8px;
  }
  footer #footer_inner p {
    font-size: 12px;
  }
  footer #footer_inner p img {
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
  }
  footer #footer_inner p strong {
    font-size: 20px;
  }
  footer #footer_inner p.tel a {
    text-decoration: none;
  }
  footer #footer_inner ul {
    font-size: 12px;
  }
  footer #footer_inner ul a {
    margin: 0 10px;
  }
  footer #footer_inner ul a:before {
    font-family: FontAwesome;
    content: " ";
  }
  footer #copyright {
    font-size: 12px;
    text-align: center;
    padding: 0 0 10px;
  }
}
.hidden_PC {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hidden_PC {
    display: block !important;
  }
}

