@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  min-height: 100vh;
  color: #454545;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem; /* 14px*/
}
a:link, a:visited, a:active {
  color: #5073D3;
  text-decoration: underline;
}
a:hover {
  color: #5073D3;
  text-decoration: none;
}
.header {
  background-color: #FFF;
  font-weight: 800;
  padding: 25px 0px;
}
.header-content-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 155%;
}
.header_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_box img {
  width: 140px;
  margin: 0px 20px 0px 0px;
}
h1 {
  font-size: 1.6rem;
}
.fs20 {
  font-size: 2.0rem;
}
.head-btn {
  cursor: pointer;
  align-items: center;
  margin: 0px 0px 0px 10px;
  box-shadow: 0px 3px 6px #5073D380;
  border-radius: 9999px;
  display: flex;
}
.head-btn a {
  text-decoration: none;
  color: #5073D3;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 100vh;
  padding: 10px 30px 10px 25px;
  display: block;
}
.head-btn 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;
}
.head-btn::after {
  content: '';
  width: 18px;
  height: 4px;
  border-bottom: solid 1px #5073D3;
  border-right: solid 1px #5073D3;
  transform: skew(45deg);
  margin-right: 25px;
}
.top-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.banner_bg {
  background: #f1f5ff;
  padding: 0px 0px 50px 0px;
}
.banner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.banner div {
  margin: 0px 20px 0px 20px;
}
/*footer*/
.footer {
  padding: 60px 0 50px 0;
  background: transparent linear-gradient(90deg, #5073D3 0%, #223977 100%);
  color: #fff;
  line-height: 1.4;
}
.footer-wrap {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left; /** 真ん中寄せ **/
  justify-content: flex-start;
}
.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 {
  font-weight: bold;
  padding: 0px 0px;
  margin: 0px 0px 3px 0px;
}
.footer-wrap2 {
  color: #7589c1;
  text-align: center;
  padding: 50px 0px 0px 0px;
  font-size: 1.3rem;
}
.f_title {
  font-size: 4.5rem;
  color: #FFF;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 0px 15px;
  margin: 0px 50px 20px 0px;
  line-height: 3.5rem;
  position: relative;
}
.f_title:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 1px;
  height: 35px;
  background-color: #FFF;
}
.f_title span {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0px 0px 0px 20px;
}
@media screen and (max-width:1080px) {
  .header-content-wrapper {
    width: 90%;
  }
  .top-wrapper {
    width: 90%;
  }
  .footer-wrap {
    width: 90%;
    margin: 0% auto;
  }
  .footer-wrap .f_box {
    padding: 0px 20px;
  }
}
@media screen and (max-width:1024px) {
  .main {
    background: none;
    padding: 0px 0px 0px 0px;
  }
  h1 {
    width: 100%;
  }
  .head-btn {
    display: none;
  }
  .footer {
    margin-top: auto;
    flex: none;
  }
  .footer-wrap {
    display: table;
    padding: 0px 0;
  }
  .footer-wrap .f_box {
    padding: 5px 0px;
    margin: 10px 0px 10px 0px;
  }
}
@media screen and (max-width:600px) {
  .header {
    padding: 16px 0px;
  }
  .header_box {
    display: inline-block;
  }
  .header_box img {
    margin: 0px 0px 10px 0px;
  }
  .footer {
    padding: 40px 0 40px 0;
  }
  .footer-wrap2 {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
  }
}
@media screen and (max-width:400px) {
  h1 {
    font-size: 1.4rem;
  }
  .fs20 {
    font-size: 1.6rem;
  }
  .f_title {
    font-size: 3.0rem;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px;
  }
  .f_title:after {
    height: 30px;
  }
  .banner_bg {
    padding: 0px 0px 10px 0px;
  }
  .banner {
    display: inline;
  }
  .banner div {
    width: 190px;
    margin: 0 auto;
  }
  .banner img {
    width: 190px;
    margin: 0px 0px 20px 0px;
  }
  }
  
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  @media only screen and (max-width: 1024px) {
    .pc_img {
      display: none !important;
    }
  }
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 600px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
  }