@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Vollkorn&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  min-height: 100vh;
  color: #3E3A39;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background-image: linear-gradient(180deg, #007CD1, #28CCFF 250px, #A2DAFF 450px, #FFFFFF 700px);
}
a:link, a:visited, a:active {
  color: #d2a242;
  text-decoration: underline;
  word-break: break-all;
}
a:hover {
  color: #d2a242;
  text-decoration: none;
}
.bold {
  font-weight: 700;
}
.red {
  color: #f00;
}
.header {
  border-bottom: 1px solid #53D6FF;
  height: 100px;
}
.header-content-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 155%;
  height: 100px;
}
h1 {
  width: 222px;
  margin: 0px 0px 0px 140px;
}
h1 img {
  width: 100%;
}
.head-btn {
  cursor: pointer;
  align-items: center;
  margin: 0px 0px 0px 10px;
}
.head-btn a {
  text-decoration: none;
  color: #3E3A39;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 100vh;
  padding: 12px 60px 12px 30px;
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
}
.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 a:after {
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #326CAF;
  border-right: 3px solid #326CAF;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  margin: 0px 0px 0px 20px;
}
.logo {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
    z-index: 1;
}
.logo img {
  width: 100%;
}
/*footer*/
.footer {}
.footer-wrap {
  width: 100%;
  justify-content: space-between;
  margin: 80px auto 0 auto;
  background-color: #3E3A39;
  color: #fff;
  padding: 110px 0;
  text-align: center;
  line-height: 180%;
  font-weight: 400;
}
.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 em {
  font-weight: 800;
  font-style: normal;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.tb_none {
  display: none;
}
.banner {
  width: 250px;
  margin: 30px auto 0px auto;
  border: 1px solid rgba(219, 219, 219, 1.00);
}
.banner a:hover {
  opacity: 0.8;
}
.banner img {
  width: 100%;
}
@media screen and (max-width:1200px) {
  .header-content-wrapper {
    width: 96%;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .tb_none {
    display: none;
  }
}
@media screen and (max-width:1024px) {



  .head-btn {
    display: none;
  }
  .tb_none {
    display: block;
  }

  .footer-wrap {
    width: 100%;
    justify-content: space-between;
    margin: 50px auto 0 auto;
  }
}


@media screen and (max-width:700px) {
body {
  min-height: 100vh;
  color: #3E3A39;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  background-image: linear-gradient(180deg, #007CD1, #28CCFF 200px, #A2DAFF 300px, #FFFFFF 500px);
}
}

@media screen and (max-width:600px) {
  .header-content-wrapper {
    width: 94%;
    margin: 0 0%;
  }
  .footer {
    margin-top: auto;
    flex: none;
  }
  .footer-wrap {
    display: table;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .tb_none {
    display: none;
  }
    .header-content-wrapper{height: 80px;}
    .header{height: 80px;}
    .logo {
    width: 17%;
        height: auto;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);}
    
    h1 {
    width: 50%;
    margin: 0px 0px 0px 24%;
    }
}
@media screen and (max-width:500px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:400px) {
  h1 {
    font-size: 2.0rem;
  }
}