@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100vw;
}
body {
  color: #505050; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  overflow-x: hidden;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
main {
  max-width: 1400px;
  margin: 0 auto;
}
.fa-angles-right {
  padding-left: 5px;
}
/*header*/
.header {
  height: 60px;
  background-color: #004211;
}
.header-logo__pc, .header-button-wapper__pc {
  display: none;
}
.header-content-wrapper__mobile {
  height: 60px;
  padding-left: 5px;
  padding-right: 56px;
  display: flex;
  justify-content: space-between;
}
.header-content-wrapper__mobile h1 img {
  position: relative;
  display: flex;
  justify-content: left;
  padding-top: 5px;
}
.header-button-wapper__mobile {
  display: flex;
  padding-top: 10px;
}
.header-button-number__mobile {
  height: 38px;
  padding-right: 14px;
}
.fa-envelope {
  padding-right: 14px;
  padding-top: 3px;
  font-size: 3.2rem;
  color: #ffffff;
}
/* navigation*/
.open-button, .close-button {
  display: none;
}
@media(max-width:960px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 2.4rem;
    padding: 20px 20px 0 0;
  }
  .mobile-menu {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #004211;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .mobile-menu ul li {
    display: flex;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 60px;
  }
  .mobile-menu ul li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header-site-map__company-links ul li:last-child {
    border-bottom: none;
  }
  .header-site-map__main-links ul li a::before {
    display: flex;
    position: absolute;
    right: 20px;
    width: 10px;
    height: 20px;
    margin-top: 10px;
    background: url("../images/yajirushi.png") no-repeat center;
    background-size: contain;
    content: "";
  }
  .mobile-menu nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }
  .header-site-map__company-links ul li {
    display: flex;
    padding-left: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .header-site-map__company-links ul li a::before {
    display: flex;
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
    background: url("../images/icon_menu.png") no-repeat center;
    background-size: contain;
    content: "";
  }
}
@media(min-width:961px) {
  .header {
    position: relative;
    text-align: center;
    height: 147px;
    background-color: #ffffff;
    padding-top: 7px;
  }
  .header-content-wrapper__pc {
    display: flex;
    padding: 0 20px 0 8%;
    height: 70px;
  }
  .header-logo__pc, .header-button-wapper__pc {
    display: flex;
  }
  .header-logo__pc {
    padding: 16px 10px 0 0;
    width: 230px;
  }
  .header-button-wapper__pc {
    padding-left: 5px;
    align-items: center;
  }
  .header-button-wapper__pc a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    position: relative;
    background-color: #004211;
    border-radius: 100vh;
    padding: 5px 20px;
    margin: 10px;
    line-height: normal;
  }
  .header-button-wapper__pc i {
    padding-right: 15px;
  }
  .fa-regular.fa-envelope {
    font-size: 1.2em;
  }
  .header-content-wrapper__mobile {
    display: none;
  }
  .header-button-wapper__mobile {
    display: none;
  }
  .header-site-map__company-links ul {
    display: flex;
    padding-top: 20px;
    position: absolute;
    right: 8%;
  }
  .header-site-map__company-links li a {
    text-decoration: none;
    color: #505050;
    padding: 16px 8px 0;
    font-weight: 600;
  }
  .header-site-map__company-links li:nth-child(2) {
    display: none;
  }
  .header-site-map__company-links li a .close-button {
    display: none;
  }
  .header-site-map__main-links ul {
    display: flex;
    height: 70px;
    padding: 14px 10% 10px;
    background-color: #004211;
    justify-content: space-between;
  }
  .header-site-map__main-links ul li {
    border-left: solid 2px #ffffff;
    margin: 10px 0;
    /*width: 100%;*/
    flex-grow: 1;
  }
  .header-site-map__main-links li a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
  }
  .header-site-map__main-links li:first-child {
    border-left: none;
  }
}
@media(min-width:1600px) {
  .header-content-wrapper__pc {
    padding-left: 16%;
  }
  .header-site-map__company-links ul {
    right: 18%;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #707070;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
  opacity: 0.8;
}
.fa-arrow-up {
  color: #ffffff;
  font-size: 2.8rem;
  opacity: 0.5;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
@media(max-width:960px) {
  #page-top {
    right: 10px;
  }
  #page-top a {
    width: 30px;
    height: 30px;
  }
  .fa-arrow-up {
    font-size: 2.0rem;
    opacity: 0.4;
  }
}
/*footer*/
.footer {
  height: 350px;
  background-color: #004211;
  font-size: 1.4rem;
  position: relative;
  margin-top: 60px;
}
.footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px 40px 20px;
}
.footer-site-map__company-links {
  color: #ffffff;
  display: none;
  text-align: left;
  padding-left: 10px;
}
.footer-site-map__main-links {
  text-align: left;
  padding-left: 10px;
}
.footer-site-map li a {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 1.6rem;
}
.footer__sns-links li {
  display: inline-block;
  margin: 0 15px 30px;
}
.footer__sns-links li img {
  width: 30px;
}
.footer-decolation-line {
  width: 100vw;
  min-height: 60px;
  background-position: center;
  object-fit: cover;
}
.footer__copylight {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  /* webkit-transform: translateX(-50%);
  ms-transform: translateX(-50%); */
  color: #ffffff;
}
@media(min-width:960px) {
  .footer {
    height: 450px;
    font-size: 1.6rem;
    margin-top: 120px;
  }
  .footer-content-wrapper {
    padding: 30px 40px 60px 30px;
  }
  .footer-site-map {
    display: flex;
    justify-content: left;
    text-align: left;
    line-height: 2.8rem;
  }
  .footer-site-map li a {
    font-size: 1.8rem;
  }
  .footer-site-map__company-links {
    position: relative;
    display: block;
    justify-content: left;
    text-align: left;
    padding-left: 40px;
  }
  .footer__sns-links li {
    margin: 0 18px;
  }
  .footer-decolation-line {
    bottom: 60px;
  }
}