@charset "UTF-8";
html {
  font-size: 18.75px; /* 750pxのとき2.5vw=18.75px */
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #333;
  margin: 0 !important;
  line-height: 150%;
}
@media screen and (max-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  margin-top: 0;
  line-height: 2;
  margin-bottom: 1rem;
  font-weight: bold;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 751px) {
  .pc {
    display: none !important;
  }
}

.w100 {
  width: 100%;
}

.display-none {
  display: none;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/bg-1.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}

.l-body__inner {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 3rem;
}
@media not all and (max-width: 751px) {
  .l-body__inner {
    max-width: 750px;
  }
}

.l-section__title {
  text-align: center;
  font-weight: bold;
}
.l-section__title img {
  margin-bottom: 0.5rem;
}
.l-section__title h2 {
  font-weight: bold;
  font-size: 3rem;
}

.p-front__mv {
  position: relative;
  z-index: 10;
}
.p-front__cta {
  position: relative;
}
.p-front__cta .btn-tel,
.p-front__cta .btn-line {
  width: 34rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-front__cta .btn-tel {
  bottom: 9.6rem;
}
.p-front__cta .btn-line {
  bottom: 1.7rem;
}
.p-front__01 {
  margin-top: 2rem;
}
.p-front__05--img--02 {
  margin-bottom: 2rem;
}
.p-front__07 {
  margin-top: 5.5rem;
}
.p-front__08 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 751px) {
  .p-front__08 {
    margin-bottom: 3rem;
  }
}
.p-front__08--slider {
  margin-top: 2rem;
}
.p-front__11 {
  margin-bottom: 3rem;
}

.mv-poyopoyo {
  animation: mv-poyopoyo 2s ease-out infinite;
}

.mv-poyopoyo-center {
  animation: mv-poyopoyo-center 2s ease-out infinite;
}

@keyframes mv-poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes mv-poyopoyo-center {
  0%, 40%, 60%, 80% {
    transform: translateX(-50%) scale(1);
  }
  50%, 70% {
    transform: translateX(-50%) scale(0.95);
  }
}
.slick-prev:before,
.slick-next:before {
  color: #3884C5;
  font-size: 4rem;
  opacity: 1;
  left: -0.5rem;
  position: absolute;
  z-index: 10;
}

.slick-prev,
.slick-next {
  top: 20rem;
  right: 1.5rem;
  border-radius: 50%;
  background: #fff !important;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  opacity: 1;
  z-index: 10;
}

.slick-prev {
  right: unset;
  left: 1.5rem;
}

.slick-dots {
  bottom: -1rem;
}
@media screen and (min-width: 751px) {
  .slick-dots {
    bottom: 0.5rem;
  }
}

.slick-dots li button:before {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */