body {
  background: #fafafa;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 499px) {
  .footer-box {
    flex-wrap: wrap;
  }
}

.footer-box .footer-cont-l,
.footer-box .footer-cont-c,
.footer-box .footer-cont-r {
  width: 33%;
  padding: 20px 0;
}

.footer-box .footer-cont-l p,
.footer-box .footer-cont-c p,
.footer-box .footer-cont-r p {
  font-size: 1.4rem;
}

.footer-box .footer-cont-cp {
  width: 90%;
  padding: 20px 0;
}

.footer-box .footer-cont-cp p {
  font-size: 1.4rem;
}

.footer-box .footer-cont-l {
  text-align: center;
}

.footer-box .footer-cont-l img {
  width: 100px;
}

@media (max-width: 769px) {
  .footer-box .footer-cont-l {
    flex: 1;
  }

  .footer-box .footer-cont-l p {
    font-size: 1rem;
  }
}

@media (max-width: 499px) {
  .footer-box .footer-cont-l {
    flex: 1;
  }
}

@media (max-width: 769px) {
  .footer-box .footer-cont-c {
    flex: 1;
  }
}

@media (max-width: 499px) {
  .footer-box .footer-cont-c {
    flex: inherit;
  }

  .footer-box .footer-cont-c p,
  .footer-box .footer-cont-r p {
    text-align: center;
  }
}

@media (max-width: 499px) {

  .footer-box .footer-cont-l,
  .footer-box .footer-cont-c,
  .footer-box .footer-cont-r {
    width: 90%;
    margin: 0 auto;
    flex: none;
  }
}

.footer-box .footer-cont-c ul,
.footer-box .footer-cont-r ul {
  padding-top: 16px;
  list-style: disc;
  list-style: none;
}

@media (max-width: 499px) {

  .footer-box .footer-cont-c ul,
  .footer-box .footer-cont-r ul {
    margin-left: 50px;
  }
}

.footer-box .footer-cont-c ul li,
.footer-box .footer-cont-r ul li {
  padding: 0 0 10px;
  font-size: 1.4rem;
}

.footer-box .footer-cont-c ul li:last-child,
.footer-box .footer-cont-r ul li:last-child {
  padding: 0;
}

.footer-box .footer-cont-c ul li a,
.footer-box .footer-cont-r ul li a {
  color: #098b3b;
  text-decoration: none;
}

.footer-box .footer-cont-c ul li a:before,
.footer-box .footer-cont-r ul li a:before {
  top: 0;
  left: 20%;
  bottom: 0;
  width: 25px;
  font-size: 12px;
  text-align: left;
  font-family: 'Font Awesome 5 Free';
  content: "\f1e3";
  font-weight: normal;
  padding-right: 5PX;
}

.footer-box .footer-cont-r ul.sub-t {
  padding: 0 0 10px 20px;
}

@media (max-width: 769px) {
  .footer-box .footer-cont-r {
    flex: 1;
  }
}

@media (max-width: 499px) {
  .footer-box .footer-cont-r {
    flex: inherit;
  }
}

.footer-box a {
  font-size: 1.4rem;
  color: #000000;
}

.footer-ttl {
  width: 80%;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

@media(max-width: 499px) {
  .footer-ttl {
    width: 100%;
  }
}

.contact {
  overflow: hidden;
}

.contact-bg {
  background: #098B3B;
  height: 350px;
}

@media (max-width: 499px) {
  .contact-bg {
    height: 500px;
  }
}

.contact-box {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .contact-box {
    height: 700px;
  }
}

.contact-box h2 {
  padding: 50px 0;
  color: #ffffff;
}

.contact-box-cont {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .contact-box-cont {
    flex-direction: column;
  }
}

.contact-box-cont .contact-box-btn {
  margin-right: 16px;
  text-align: center;
}

.contact-box-cont .contact-box-btn:last-child {
  margin-right: 0;
}

.contact-box-cont .contact-box-btn a {
  color: #fff;
}

.btnContact {
  display: inline-block;
  width: 400px;
  height: 70px;
  margin: 30px 0 0;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  font-size: 1.8rem;
  outline: none;
}

.btnContact::before,
.btnContact::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

@media (max-width: 769px) {
  .btnContact {
    width: 300px;
  }
}

.btnContact,
.btnContact::before,
.btnContact::after {
  box-sizing: border-box;
  transition: all .3s;
}

.btnContact {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  color: #fff;
  line-height: 70px;
  overflow: hidden;
}

.btnContact:hover {
  color: #fff;
}

.btnContact:hover::after {
  top: 0;
  background-color: #FCC802;
}

.btnContact::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.copy {
  padding: 20px 0;
  background: #444444;
  text-align: center;
  font-size: 1.4rem;
}

.copy p {
  color: #ffffff;
}