@charset "UTF-8";
/*
base
1. default
2. header
3. footer
4. pagetop

———————————————————- */
/*----- 1. default -----*/
body {
  background-color: #d4ecf4;
}

img {
  max-height: 100%;
  margin: 0 auto;
}

/*----- 2. header -----*/
header {
  background: url(../img/index/header.png) center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 10px 0;
}
header .titleLogo {
  width: 65%;
  margin: 0 auto 10px;
}
header .centerTitle {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
header .subTitle {
  position: absolute;
  left: 10px;
  top: 29vw;
}

/*----- 3. footer -----*/
footer {
  margin-top: 60px;
}
footer:before {
  content: '';
  width: 100%;
  height: 21px;
  display: block;
  background: url(../img/line2.png) top center no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
footer .titleLogo {
  width: 50%;
  margin: 0 auto;
}
footer .copy {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

/*----- 4. pagetop -----*/
/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  section {
    margin-top: 40px;
  }

  header {
    height: 100vw;
  }
  header .centerTitle {
    width: 60%;
    bottom: -50px;
  }
  header .subTitle {
    width: 60%;
  }

  #forTop {
    width: 50px;
    height: 50px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    width: 1000px;
    margin: 40px auto 0;
  }

  header {
    height: 60vw;
  }
  header section {
    position: relative;
    height: 100%;
  }
  header .titleLogo {
    width: 521px;
  }
  header .centerTitle {
    top: 20vw;
    left: 10px;
    right: auto;
    width: 363px;
    height: 51px;
  }
  header .subTitle {
    right: 10px;
    left: auto;
    top: auto;
    bottom: 50px;
  }

  footer {
    margin-top: 80px;
  }
  footer:before {
    height: 43px;
    margin-bottom: 60px;
  }
  footer .titleLogo {
    width: 300px;
  }
  footer .copy {
    margin: 50px 0 20px;
  }

  #forTop {
    width: 100px;
    height: 100px;
    z-index: 100;
    bottom: 20px;
    right: 20px;
  }

  #forTop:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 1400px) {
  header {
    background-position: center center;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=base.css.map */
