@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  color: #454545;
  font-size: 100%;
  line-height: 1.8
}
li {
  list-style-type: none
}
img {
  max-width: 100%;
  margin: 0 auto
}
div.row {
  max-width: 750px;
  margin: 0 auto
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important
}
.sp {
  display: none !important
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
#floating {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 50%);
  display: block;
  width: 100%;
  height: 120px;
  z-index: 50
}
.cv_area {
  position: relative;
  max-width: 750px;
  margin: 0 auto
}
.cv_area .cv_btn_area {
  position: absolute;
  bottom: 68px;
  left: 2vw
}
.cv_btn {
  margin: 25px auto 0;
  width: 550px;
  font-weight: 600;
  text-align: center;
  border-radius: 40px;
  box-sizing: border-box;
  box-shadow: 6px 6px 2px rgb(0 0 0 / 18%);
  background-image: linear-gradient(#02c496, #00d6a8, #00d6a8, #00d6a8, #02c496)
}
.cv_btn:hover {
  opacity: 0.8;
  transition: 0.7s
}
.cv_btn a {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  padding: 11px 0;
  display: block;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .25s linear
}
.cv_btn a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -800%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 2.5s infinite;
  animation: shine 2.5s infinite
}
@-webkit-keyframes shine {
  100% {
    left: 100%
  }
}
@keyframes shine {
  100% {
    left: 100%
  }
}
.pageTop {
  position: fixed;
  bottom: 32px;
  right: 45px;
  display: none;
  z-index: 100;
  transform: rotate(-90deg);
}
.pageTop a {
  display: inline-block;
  border-radius: 15px;
  position: relative;
  background-image: linear-gradient(90deg, #02c496, #00d6a8, #00d6a8, #00d6a8, #02c496);
  width: 50px;
  height: 50px
}
.pageTop a:hover {
  opacity: 0.8;
  transition: 0.7s
}
.pageTop a:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff
}
.g_map_area {
  position: relative
}
.g_map_area .g_map {
  position: absolute;
  top: 1025px;
  left: 44px;
  width: 88%
}
.g_map iframe {
  width: 100%;
  height: 450px
}
footer {
  margin: 30px 0 0;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  color: #744f4a;
  font-weight: 600;
}
footer a {
  font-size: 1.8rem;
  color: #744f4a;
  font-weight: 600;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .pageTop {
    bottom: 22px
  }
  .pageTop a {
    width: 60px;
    height: 60px
  }
}
@media screen and (min-width:768px) and (max-width:769px) {
  .cv_btn {
    width: 530px
  }
  .cv_btn a {
    font-size: 30px
  }
  .pageTop {
    right: 20px
  }
  a:hover, .cv_btn:hover, .pageTop a:hover {
    opacity: 1;
    transition: unset
  }
}
/* --responsive------------------------------------------- */
/* スマホ */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #floating {
    height: 70px
  }
  .cv_area .cv_btn_area {
    bottom: 10vw;
    left: 5vw
  }
  .cv_btn {
    margin: 3.2vw 0 0 5vw;
    width: 76vw;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 18%)
  }
  .cv_btn:hover {
    opacity: 1;
    transition: unset
  }
  .cv_btn a {
    padding: 7px 0;
    font-size: 17px
  }
  .pageTop {
    bottom: 9px;
    right: 10px
  }
  .pageTop a {
    width: 45px;
    height: 45px
  }
  .pageTop a:hover {
    opacity: 1;
    transition: unset
  }
  .g_map_area .g_map {
    position: absolute;
    top: 137vw;
    left: 7vw
  }
  .g_map iframe {
    width: 86vw;
    height: 60vw
  }
  footer {
    margin: 30px 0 0;
    padding-bottom: 30px
  }
  footer a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .cv_btn {
    margin: 3.5vw 0 0 4vw
  }
}
@media screen and (max-width: 320px) {
  .cv_btn {
    margin: 5vw 0 0 4vw;
    width: 74vw
  }
  .cv_btn a {
    font-size: 14px
  }
  .pageTop a {
    width: 40px;
    height: 40px
  }
}
/* スマホ */