@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
a:link, a:visited, a:active {
  color: #95ac39;
  text-decoration: underline;
  padding: 0;
  display: inline;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  width: 100%;
}
.bold {
  font-weight: 600;
}
.header-content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  position: relative;
  height: 185px;
}
.head-btn {
  cursor: pointer;
  align-items: center;
  margin: 0px 0px 0px 20px;
  border-radius: 9999px;
  display: flex;
  background: #da654b;
  position: relative;
  font-size: 1.8rem;
}
.head-btn:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100vh;
  position: absolute;
  right: 20%;
  top: 40%;
}
.head-btn a {
  width: 170px;
  height: 60px;
  padding: 18px 0px 0px 30px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  border-radius: 100vh;
  display: block;
}
.head-btn a:hover {
  background: rgba(21 53 102, 0.5);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
h1 {
  max-width: 970px;
}
.nav-wrap {
  position: relative;
  width: 290px;
}
.wrap_r {
  width: calc(100% - 300px);
  margin: 0px 0px 0px auto;

}
/*footer*/
.footer_bg {
  padding: 100px 0;
  background-color: #3D3D35;
}
.footer_wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  justify-content: space-between;
  color: #FFF;
  line-height: 150%;
}
.footer_wrap a {
  color: #FFF;
  word-break: break-all;
}
.footer_wrap a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.footer_wrap .f_box {
  width: auto;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_wrap .f_box div {
  display: flex;
  align-items: flex-start;
}
.footer_wrap .f_box p {
  margin: 0px 25px 0px 0px;
}
.footer_wrap .f_box p:last-child {
  margin: 0px 0px 0px 0px;
}
.footer_wrap .f_box p img {
  width: 170px;
}
.secretariat {
  font-size: 1.6rem;
  color: #FFF;
  border-bottom: 1px solid #777772;
  padding: 0px 0px 8px 0px;
  margin: 0px 15px 0px 0px;
  display: inline-block;
  white-space: nowrap;
}
/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #2F2F2F;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a > :before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  bottom: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(315deg);
}
@media screen and (max-width:1200px) {
  .header-content-wrapper {
    width: 94%;
  }
  .date {
    width: 100%;
  }
  .footer_wrap {
    width: 90%;
  }
  .footer_wrap .f_box {
    display: block;
  }
  .footer_wrap .f_box div {
    margin-bottom: 20px;
  }
  .footer_wrap .f_box div:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:1024px) {
  .header-content-wrapper {
    width: 100%;
    margin: 0 0% 0 0%;
    display: block;
  }
  .header_l {
    margin: 0px auto 0px auto;
    height: 120px;
    width: 90%;
  }
  .head-btn {
    display: none;
  }
  .wrap_r {
    width: 100%;
  }
  .footer {
    padding: 60px 0 60px 0;
  }
  .footer_wrap {
    display: block;
  }
  h1 {
    max-width: 595px;
    width: 85%;
  }
}
@media screen and (max-width:600px) {
  .nav-wrap {
    width: auto;
    position: static;
  }
  .footer_wrap .f_box div {
    display: block;
  }
  .footer_wrap .f_box p {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width:400px) {
  .pagetop {
    right: 5%;
    bottom: 5%;
  }
}