@charset "UTF-8";
/* マップ型変数breakpointsを定義 */
/* ====================================================
// common - 共通
==================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.25vw;
    background: none;
  }
}

a {
  transition: opacity 0.3s;
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.wrapper {
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.shadow {
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1254901961);
}

.container {
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
    max-width: auto;
  }
}

.yellow {
  color: #ffe700;
}

.pink {
  color: #f44c57;
}

.green {
  color: #006535;
}

.red {
  color: #c1272d;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 70%, rgba(255, 230, 0, 0.4039215686) 0%);
  display: inline;
  padding: 0;
}

.marker-bk {
  background: linear-gradient(transparent 90%, #000 0%);
  display: inline;
  padding: 0.6rem 0.4rem;
}

.section {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 20vw 0;
  }
}

.section__title {
  margin: 0 auto 8rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 12vw;
  }
}

.microCopy {
  width: 90%;
  margin: 0 auto;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.btn,
.header__btn,
.float__btn {
  filter: drop-shadow(0 0rem 1rem rgba(0, 0, 0, 0.1137254902));
}
@media screen and (max-width: 767px) {
  .btn,
  .header__btn,
  .float__btn {
    filter: drop-shadow(0 0vw 2vw rgba(0, 0, 0, 0.1137254902));
  }
}

.center {
  text-align: center;
}

/* ====================================================
// firstView - ファーストビュー
==================================================== */
.firstView {
  position: relative;
}

.firstView__inner {
  margin: 0 auto;
}

/* ====================================================
// slideShow - スライドショー
==================================================== */
.maker {
  position: absolute;
  bottom: -26.5rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .maker {
    bottom: -35vw;
  }
}

.slideShow {
  display: flex;
  align-items: center;
  height: 26.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slideShow {
    height: 34.505vw;
  }
}

.slide {
  display: flex;
}

.slide__content {
  width: 501.4rem;
  height: 26.5rem;
}
@media screen and (max-width: 767px) {
  .slide__content {
    width: 660.635vw;
    height: 34.505vw;
  }
}

.slide__content .img {
  height: 100%;
}

.slide__content .img img {
  height: 100%;
}

.slide {
  display: flex;
  animation: loop-slide 180s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ====================================================
// cta - ボタン設置エリア
==================================================== */
.cta {
  position: relative;
}

.btn {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0rem 1rem rgba(0, 0, 0, 0.2666666667));
}
@media screen and (max-width: 767px) {
  .btn {
    filter: drop-shadow(0 0vw 2vw rgba(0, 0, 0, 0.2666666667));
  }
}

.btn a {
  transition: filter 0.3s;
}

.btn a:hover {
  filter: brightness(1.1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    filter: brightness(1);
  }
}

.img1__btn {
  width: 100%;
  bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .img1__btn {
    bottom: 19vw;
  }
}

.img2__btn {
  bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .img2__btn {
    bottom: 12vw;
  }
}

.img4__btn {
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .img4__btn {
    bottom: 6vw;
  }
}

.img11__btn {
  bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .img11__btn {
    bottom: 5vw;
  }
}

/* ====================================================
// contact - お問い合わせ
==================================================== */
.contact {
  background-image: url(../img/bg.jpg);
  padding: 0;
  padding-bottom: 4rem;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 6vw;
  }
}

.contact__head {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .contact__head {
    margin-bottom: 2vw;
  }
}

.contact__btn {
  position: relative;
}

.contact__btn:nth-child(1) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__btn:nth-child(1) {
    margin-bottom: 4vw;
  }
}

.line__btn {
  width: 90%;
  margin: 0 auto;
}

.line__qr {
  width: 60%;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .line__qr {
    margin-bottom: 4vw;
  }
}

/* ====================================================
// float - フロートボタン
==================================================== */
.float {
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

.float__btn {
  margin: 0 auto;
  max-width: 72rem;
}
@media screen and (max-width: 767px) {
  .float__btn {
    max-width: 100%;
    padding: 0;
  }
}

/* ====================================================
// footer - フッター
==================================================== */
.footer {
  background-color: #049bdf;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 3.5vw;
    padding: 6vw 0;
  }
}

.footer__img {
  width: 20%;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 767px) {
  .footer__links {
    font-size: 3vw;
  }
}

/* ====================================================
// privacyPolicy - プライバシーポリシーページ
==================================================== */
.privacyPolicy,
.tokusyoho {
  font-family: "Noto Sans JP", sans-serif;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .privacyPolicy,
  .tokusyoho {
    padding: 8vw 3vw;
  }
}

.privacyPolicy__title,
.tokusyoho__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .privacyPolicy__title,
  .tokusyoho__title {
    margin-bottom: 4vw;
    font-size: 5.5vw;
  }
}

.return {
  margin: 4rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .return {
    margin: 8vw auto;
  }
}

.return a {
  color: blue;
  text-decoration: underline;
}

.privacyPolicy h1,
.privacyPolicy h2 {
  font-weight: bold;
}

.thanks {
  height: 73vh;
}/*# sourceMappingURL=style.css.map */