@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
a:link, a:visited, a:active {
  color: #153566;
  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;
  position: relative;
}
.head-btn {
  border: 1px solid #2C4975;
  cursor: pointer;
  align-items: center;
  margin: 0px 30px 0px 0px;
  border-radius: 9999px;
  display: flex;
  background: url("../img/home.png"), #153566;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center right 30px;
  position: relative;
  font-size: 1.8rem;
}
.head-btn a {
  width: 150px;
  height: 58px;
  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 {
  width: 595px;
}
.nav-wrap {
  position: relative;
  width: 280px;
}
.wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 0px auto;
  padding: 0 0px 100px 0px;
  justify-content: space-between;
}
.wrap_r {

  width: calc(100% - 300px);
  margin: 0px 0px 0px auto;
}
/*footer*/
.footer_bg {
  padding: 100px 0;
  background: url("../img/footer.png");
  background-color: #FFF;
  background-size: auto 7px;
  background-repeat: repeat-x;
  background-position: top;
}
.footer_wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  justify-content: space-between;
  line-height: 150%;
}
.footer_wrap a {
  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;
}
.secretariat {
  font-size: 1.6rem;
  border-radius: 100vh;
  color: #153566;
  border: 1px solid #153566;
  padding: 5px 30px;
  margin: 0px 0px 10px 0px;
  display: inline-block;
}
.f_logo {
  width: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_logo div {
  width: 120px;
}
/* ページ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%;
  }
  .wrap {
    width: 96%;
  }
  .date {
    width: 100%;
  }
  .footer_wrap {
    width: 90%;
  }
}
@media screen and (max-width:1024px) {
  .header-content-wrapper {
    width: 100%;
    margin: 0 0% 0 0%;
    display: block;
  }
  .header_l {
    margin: 0px 0px 25px 0px;
  }
  .head-btn {
    display: none;
  }
  .wrap {
    width: 90%;
    margin: 0px auto;
    padding: 50px 0px 100px 0px;
    display: block;
  }
  .wrap_r {
    width: 100%;
  }
  .footer {
    padding: 60px 0 60px 0;
  }
  .footer_wrap {
    display: block;
  }
  .f_logo {
    margin: 20px 0px 0px 0px;
  }
  h1 {
    max-width: 595px;
    width: 85%;
  }
}
@media screen and (max-width:500px) {
  .footer_wrap .f_box {
    display: block;
  }
}
@media screen and (max-width:400px) {}