@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.bg {
  background: url("../img/bg.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center top;
  position: relative;
}
a:link, a:visited, a:active {
  color: #2062a7;
  text-decoration: underline;
}
a:hover {
  color: #2062a7;
  text-decoration: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.red {
  color: red;
}
.left {
 background: rgb(0 34 102 / 50%);
  border: 1px solid #002266;
  border-radius: 10px;
  margin: 60px 0px 0px 0px;
  padding: 40px 0 50px 0;
  z-index: 5;
}
.header_title {
  max-width: 223px;
  margin: 0px auto 30px auto;
  padding: 0px 0px 25px 0px;
  z-index: 2;
  position: relative;
}
.header_title::after {
  content: '';
  width: 222px;
  height: 1px;
  display: inline-block;
  background-color: #002266;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 111px)
}
.header_title img {
  width: 100%;
  margin: 0px auto;
}
h1 {
  margin: 0 0;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
/*footer*/
.footer {
  padding: 95px 0;
  line-height: 170%;
  background-color: #00223c;
  width: 100%;
}
.footer-wrap {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  max-width: 1200px;
  width: 96%;
  margin: 0px auto 0 auto;
  padding: 0px 0px 10px 0px;
  display: flex;
}
.footer-wrap a:link, .footer-wrap a:visited, .footer-wrap a:active {
  color: #FFF;
  text-decoration: underline;
}
.footer-wrap a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.5;
}
.f_box {
  display: flex;
  font-size: 1.5rem;
  margin: 0px auto 0px auto;
  position: relative;
}
.f_contact {
  position: relative;
  margin: 0px 10px 0px 0px;
  text-align: center;
  width: 100px;
  font-size: 1.8rem;
}
.f_contact::after {
  content: '';
  width: 100px;
  height: 10px;
  display: inline-block;
  background-color: rgb(255 241 0 / 30%);
  position: absolute;
  top: 18px;
  left: 0;
}
.eg {
  width: 135px;
  display: inline-block;
  margin: 0px 20px 0px 0px;
}
.eg img {
  width: 100%;
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #171C61;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  border: 1px solid #F5EDCC;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 3px solid #F5F2E9;
  border-right: 3px solid #F5F2E9;
  width: 25%;
  height: 25%;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop:hover {
  opacity: 1;
}
.br_s {
  display: none;
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: rgb(0 34 102 / 50%);
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  border: 1px solid #FFF;
    border-radius: 100vh;
}
.gotop::before {
  content: "";
  display: block;
  border-top: 3px solid #F5F2E9;
  border-right: 3px solid #F5F2E9;
  width: 25%;
  height: 25%;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}
.gotop:hover {
  opacity: 0.5;
}

@media screen and (max-width:1200px) {}
@media screen and (max-width:1060px) {
  .left {
      background: #2062a7;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    padding: 15px 0;
    border: none;
  }
  .header_title {
    max-width: 400px;
    margin: 0 5%;
    padding: 0px 0px 0px 0px;
  }
  .header_title::after {
    display: none;
  }
  .header-content-wrapper {
    width: 100%;
    position: static;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .footer-wrap {
    width: 90%;
    display: block;
  }
  .f_box {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width:650px) {
  .header-content-wrapper {
    padding: 20px 0px;
  }
  .header_title img {
    width: 250px;
  }
  .footer {
    padding: 10% 0;
  }
  .f_box {
    display: block;
    height: auto;
    font-size: 1.4rem;
  }
  .f_contact {
    margin: 0px 10px 10px 0px;
  }
}
@media screen and (max-width:460px) {
  .footer-wrap {
    width: 90%;
  }
  .br_s {
    display: block;
  }
}