@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
#main-mission, #acction, #graph, #base {
  padding-top: 85px;
  margin-top: -85px;
}
/*header*/
.headernav {
  position: fixed;
  width: 100%;
  height: 85px;
  background-color: #e0e0e0;
  overflow: hidden;
  z-index: 999;
}
h1 {
  line-height: 85px;
  margin-left: 60px;
  width: 20vw;
}
h1 a {
  display: block;
  height: 100%;
  color: #000;
  font-size: 2vw;
  font-family: 'Noto Serif JP', serif;
}
.head-li {
  position: absolute;
  top: 50%;
  right: 18%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 53.6%;
  max-width: 1000px;
  transition: all .3s;
  font-size: 1.4rem;
}
.head-li li a {
  color: #006766;
  font-weight: bold;
}
.contact {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #006766;
  width: 180px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.contact br, .contact .fa-angle-down {
  display: none;
}
.contact .fa-angle-right {
  display: inline-block;
  padding-left: 18px;
}
/*footer*/
.footer-wrapper {
  position: relative;
  background-color: #006766;
  padding: 0 4.6vw 90px;
}
.pagetop {
  position: absolute;
  top: 0;
  right: 3.2vw;
  transform: translateY(-40px);
  display: block;
  width: 64px;
  height: 80px;
  border-radius: 50%;
  padding: 16px 16px 0;
  color: #fff;
  text-align: center;
  line-height: 19.2px;
  background-color: #000;
  cursor: pointer;
}
.pagetop::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-11px, -11px);
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  border: 1px solid #000;
  border-radius: 50%;
}
.pagetop i {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}
.download {
  display: flex;
  padding-top: 80px;
}
.download a {
  position: relative;
  display: block;
  width: 26.3vw;
  height: 43px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  margin: -35px 10px 0 0;
  line-height: 43px;
  text-align: center;
}
.download a:last-of-type {
  margin-right: 0;
}
.download i {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.footer-area {
  display: flex;
  margin-top: 30px;
}
.footer-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 52.3vw;
  border-right: 2px solid #009D73;
  padding-top: 30px;
}
.footer-li li {
  display: block;
  width: 15vw;
  margin-bottom: 25px;
}
.footer-li li a {
  color: #fff;
  font-style: 1.4rem;
}
.copy {
  padding: 35px 0 0 45px;
}
.copy a {
  font-size: 2.4rem;
  /*font-family: 'Noto Serif JP', serif;*/
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.copy a.tel{
	display: inline;;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:none;
	color: #fff;
}
.copy p{
  font-size: 1.6rem;
  line-height: 31.5px;
  color: #fff;
}
/*/footer*/