@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  background-color: #F2F6FF;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.contents {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
a:link, a:visited, a:active {
  color: #5073D3;
  text-decoration: underline;
}
a:hover {
  color: #5073D3;
  text-decoration: none;
}
.header-wrapper {
  width: 1180px;
  margin: 0 auto;
  height: 240px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100px;
  margin: 0px 15px 0px 0px;
}
h1 {
  color: #021567;
  font-family: 'Noto Sans JP', sans-serif;
}
h1 .jsot {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 3px;
}
h1 .title {
  font-size: 3.55rem;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  font-weight: 500;
  letter-spacing: 3px;
}
h1 .subtitle {
  font-size: 1.9rem;
  display: inline-block;
  padding: 0px 0px;
  font-weight: 500;
  letter-spacing: 0px;
}
/*footer*/
footer {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.footer_wrap {
  width: 430px;
  padding: 100px 0px;
  word-wrap: break-word;
}
.footer_wrap .f_box {
  width: 430px;
  display: flex;
  justify-content: flex-start;
  color: #021567;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.footer_wrap p {
  line-height: 150%;
}
p.copy {
  border: 1px solid #021567;
  border-radius: 100vh;
  padding: 25px 0px;
  font-size: 1.2rem;
  color: #021567;
  text-align: center;
  margin: 25px 0px 0px 0px;
}
.banner_wrap {
  display: flex;
  justify-content: center;
  width-min: 1180px;
  width: 100%;
  margin: 0px auto;
}
.banner_wrap img{
 width: 270px;
}
.banner_bg{padding: 80px 0px;
background-color: rgba(2, 21, 103, 0.1);}


.banner_bg a:hover {
opacity: 0.5;
transition : all 0.5s ease 0s;
}
@media screen and (max-width:1400px) {
  .header-wrapper {
    width: 90%;
  }
  footer {
    max-width: 90%;
    margin: 0px auto;
  }
  h1 .jsot {
    font-size: 1.63rem
  }
  h1 .title {
    font-size: 3.0rem;
  }
  h1 .subtitle {
    font-size: 1.63rem;
  }
}
@media screen and (max-width:1200px) {
  .header-wrapper {
    height: 150px;
  }
  .logo img {
    width: 80px;
    margin: 0px 10px 0px 0px;
  }
}
@media screen and (max-width:1060px) {
  .header-wrapper {
    width: 94%;
  }
}
@media screen and (max-width:960px) {
  .header-wrapper {
    width: 90%;
    height: 120px;
  }
  .footer_wrap {
    width: 100%;
    margin: 0px auto;
    padding: 60px 0px;
    justify-content: center;
  }
  .footer_wrap .f_box {
    width: 100%;
    justify-content: center;
  }
  .footer_wrap p {
    line-height: 150%;
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .header-wrapper {
    height: 90px;
  }
  h1 .jsot {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  h1 .title {
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding: 0px 0px 0px 0px;
  }
  h1 .subtitle {
    font-size: 1.4rem;
  }
  p.copy {
    padding: 20px 0;
  }
  .footer_wrap {
    padding: 50px 0px;
  }
}
@media screen and (max-width:400px) {
  .logo img {
    width: 55px;
    margin: 0px 10px 0px 0px;
  }
  h1 .jsot {
    font-size: 1.3rem;
  }
  h1 .title {
    font-size: 2.0rem;
  }
  h1 .subtitle {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  p.copy {
    padding: 20px 0;
  }
}