@charset "UTF-8";
.sp {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
}

.cv_btn a:hover {
  opacity: 0.85;
}

#bg {
  background: url(../img/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  z-index: -1000;
}

#wrpper {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 10px 0 rgba(240, 241, 243, 0.5);
}

header {
  z-index: 10;
  position: fixed;
}
header .logo {
  width: 144px;
  padding: 10px 0 0 10px;
}
header .fl_btn01 {
  width: 232px;
  margin: 20px 10px 0 110px;
}
header .fl_btn02 {
  width: 232px;
  margin: 20px 0 0 0;
}

#cv01 {
  position: relative;
}
#cv01 .cv_btn {
  position: absolute;
  width: 710px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 90px;
}

#cv02 .cv_btn {
  width: 710px;
  margin: 0 auto 90px;
}

footer {
  text-align: center;
  padding: 30px 0;
  background: #f1f0f0;
  margin-top: 74px;
}
footer .inner {
  max-width: 700px;
  margin: 0 auto;
}
footer ul {
  display: flex;
  justify-content: space-between;
}
footer ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid;
}
footer ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "palt";
}
footer ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrpper {
    box-shadow: none;
  }
  header {
    z-index: 10;
    position: fixed;
  }
  header .logo {
    width: 19.2vw;
    padding: 1.333vw 0 0 1.333vw;
  }
  header .fl_btn01 {
    width: 30.933vw;
    margin: 2.667vw 1.333vw 0 14.667vw;
  }
  header .fl_btn02 {
    width: 30.933vw;
    margin: 2.667vw 0 0 0;
  }
  #cv01 {
    position: relative;
  }
  #cv01 .cv_btn {
    position: absolute;
    width: 93.067vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 78.667vw;
  }
  #cv01 {
    position: relative;
  }
  #cv01 .cv_btn {
    position: absolute;
    width: 94.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 12vw;
  }
  #cv02 .cv_btn {
    width: 94.667vw;
    margin: 0 auto 90px;
  }
  footer {
    text-align: center;
    padding: 4vw 0;
    background: #f1f0f0;
    margin-top: 9.867vw;
  }
  footer .inner {
    max-width: 93.333vw;
    margin: 0 auto;
  }
  footer ul {
    display: flex;
    justify-content: space-between;
  }
  footer ul li {
    padding-right: 1.333vw;
    margin-right: 1.333vw;
    border-right: 1px solid;
  }
  footer ul li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    color: #5a5a5a;
    font-size: 2.933vw;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  footer ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */