@charset "UTF-8";
body {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  background: #fff; }
  @media (max-width: 750px) {
    body {
      font-size: 3.8vw; } }
  body img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom; }
  body a {
    text-decoration: none; }
  body ul,
  body li {
    margin: 0;
    padding: 0;
    list-style: none; }
  body p {
    margin: 0;
    line-height: 180%; }
  body h1,
  body h2 {
    margin: 0; }
  body .wht {
    color: #fff; }
  body .wrap {
    overflow: hidden; }

.hdtop {
  background: #add8e6;
  padding: 20px 0; }
  .hdtop_img {
    margin: 0 auto;
    max-width: 100%;
    width: 800px; }
  @media (max-width: 750px) {
    .hdtop {
      padding: 10px 0; }
      .hdtop_img {
        width: 95%; } }


.headarea_sv {
  background: url("../img/bg_img02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0; /* パディングを0に設定 */
}

.headarea_sv_main {
  margin: 0; /* マージンを0に設定 */
  max-width: 100%; /* 幅を100%に設定 */
  width: 100%; /* 幅を100%に設定 */
}

@media (max-width: 750px) {
  .headarea_pk {
    padding: 3px 0;
  }

  .headarea_pk_txt {
    width: 90%;
  }

  .headarea_sv {
    background: url("../img/bg_img02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 0; /* パディングを0に設定 */

  }

  .headarea_sv_main {
    width: 100%;
  }
}

.formarea {
  background: url("../img/bg_img05.jpg") no-repeat center center;
  background-size: cover; /* 背景画像を横幅いっぱいに表示 */
  padding: 20px;
}


.formarea_tp, .formarea_btn {
  margin: 0 auto;
  max-width: 800px;
}

.formarea_btn:hover {
  transition: all .6s;
  opacity: 0.4;
}

@media (max-width: 750px) {
  .formarea {
    padding: 0; /* モバイル表示時のパディングも0に設定 */
  }

  .formarea_tp {
    padding-top: 30px; /* モバイル表示時も上部に30pxのパディングを追加 */
    margin-bottom: 0px; /* 下部のマージンを0pxに設定 */
    width: 90%;
  }

  .formarea_btn {
    padding-bottom: 20px; /* モバイル表示時も上部に30pxのパディングを追加 */
    width: 90%;
  }
}


.profarea {
  background: url("../img/bg_img03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0; }
  .profarea_main {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px; }

  @media (max-width: 750px) {
    .profarea {
      background-attachment: scroll;
      padding: 0px 0; }
      .profarea_main {
        width: 100%; } }

.steparea {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.bg-step01 {
  background-image: url("../img/bg_step01.jpg");
}

.bg-step02 {
  background-image: url("../img/bg_step02.jpg");
}

.steparea_tt {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.steparea .stepbox {
  background: transparent; /* 背景色を透明にする */
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
  border-radius: 15px;
  padding: 5px 0px 10px; /* 上下の余白を調整 */
}

.steparea .stepbox_txt01,
.steparea .stepbox_txt02 {
  margin: 0 auto;
  max-width: 100%;
  width: 500px; /* 幅を500pxに変更 */
  padding: 10px 0 5px; /* 上下の余白を調整 */
}

.steparea .stepbox_img01 {
  margin: 0 auto;
  max-width: 100%;
  width: 260px;
  padding-top: 10px; /* 上の余白を調整 */
}

.steparea .stepbox_img02 {
  margin: 0 auto;
  max-width: 100%;
  width: 150px;
  padding-top: 10px; /* 上の余白を調整 */
}

.steparea .stepbox_img03 {
  margin: 0 auto;
  max-width: 100%;
  width: 250px;
}

.steparea .steparrow {
  margin: 0 auto;
  max-width: 100%;
  width: 45px;
  padding: 10px 0; /* 上下の余白を調整 */
}

.steparea .steptxt {
  margin: -50px auto 0; /* 上の余白を調整 */
  max-width: 100%;
  width: 1000px;
}

@media (max-width: 750px) {
  .steparea {
    background-attachment: scroll;
    padding: 25px 0;
  }

  .steparea_tt {
    width: 80%;
  }

  .steparea .stepbox {
    width: 75%;
    padding: 3px 0; /* 上下の余白を調整 */
  }

  .steparea .stepbox_txt01,
  .steparea .stepbox_txt02 {
    width: 90%; /* 幅を90%に変更 */
    padding: 5px 0 3px; /* 上下の余白を調整 */
  }

  .steparea .stepbox_img01 {
    width: 60%;
    padding-top: 5px; /* 上の余白を調整 */
  }

  .steparea .stepbox_img02 {
    width: 40%;
    padding-top: 5px; /* 上の余白を調整 */
  }

  .steparea .stepbox_img03 {
    width: 50%;
  }

  .steparea .steparrow {
    width: 8%;
    padding: 5px 0; /* 上下の余白を調整 */
  }

  .steparea .steptxt {
    margin: -20px auto 0; /* 上の余白を調整 */
    width: 90%;
  }
}


.joinarea {
  background: url("../img/bg_img04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0; }
  .joinarea_main {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px; }
  @media (max-width: 750px) {
    .joinarea {
      background-attachment: scroll;
      padding: 0px 0; }
      .joinarea_main {
        width: 100%; } }

.voicearea {
  background: url("../img/bg_img02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0 20px; }
  .voicearea_tt {
    margin: 0 auto;
    max-width: 100%;
    width: 700px; }
  .voicearea_voices {
    padding-top: 40px;
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .voicearea_voices li {
      padding-bottom: 30px;
      width: 45%; }
  @media (max-width: 750px) {
    .voicearea {
      background: url("../img/bg_img02.jpg");
      background-position: center center;
      background-repeat: repeat;
      background-size: cover;
      background-attachment: scroll;
      padding: 20px 0; }
      .voicearea_tt {
        width: 70%; }
      .voicearea_voices {
        padding-top: 20px;
        width: 100%;
        display: block; }
        .voicearea_voices li {
          margin: 0 auto;
          padding-bottom: 0px;
          width: 80%; }
          .voicearea_voices li:not(:last-child) {
            padding-bottom: 20px; } }

.qaarea {
  background: url("../img/bg_img04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0; }
  .qaarea_tt {
    margin: 0 auto;
    max-width: 100%;
    width: 700px; }
  .qaarea_main {
    padding-top: 35px;
    margin: 0 auto;
    max-width: 100%;
    width: 700px; }
  @media (max-width: 750px) {
    .qaarea {
      background-attachment: scroll;
      padding: 25px 0; }
      .qaarea_tt {
        width: 50%; }
      .qaarea_main {
        padding-top: 10px;
        width: 90%; } }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ////////////////////////////////////////////////////////////////////////////// */
/***フッター***/
footer {
  width: 100%;
  padding: 15px 0;
  background: linear-gradient(#333, #333);
  color: #fff;
  text-align: center;
  font-size: 15px; }
  @media (max-width: 750px) {
    footer {
      font-size: 3.5vw;
      padding: 8px 0; } }
  footer .fotcome p {
    font-size: 13px;
    color: #ccc; }
    footer .fotcome p:hover {
      opacity: 0.8; }
    @media (max-width: 750px) {
      footer .fotcome p {
        font-size: 3vw; } }

.none {
  display: none; }




.fadein, .fadeinleft, .fadeinright, .fadeintop {
    opacity: 0; /* 初期は透明 */
    transform: translateY(20px); /* 下方向にずらす */
    transition: all 0.6s ease-out; /* スムーズなアニメーション */
}

.fadeinleft {
    transform: translateX(-20px); /* 左方向にずらす */
}

.fadeinright {
    transform: translateX(20px); /* 右方向にずらす */
}

.fadeintop {
    transform: translateY(-20px); /* 上方向にずらす */
}

.fadein.active, .fadeinleft.active, .fadeinright.active, .fadeintop.active {
    opacity: 1; /* 表示 */
    transform: translate(0); /* 元の位置に戻す */
}

.zoom-bounce {
    opacity: 0; /* 初期状態は透明 */
    transform: scale(0.5); /* 初期状態は縮小 */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* スムーズに動作 */
}

.zoom-bounce.active {
    opacity: 1; /* 表示 */
    transform: scale(1.5); /* ズーム */
    animation: bounce-reset 0.6s cubic-bezier(0.28, 1.5, 0.5, 1.2) forwards;
}

@keyframes bounce-reset {
    0% {
        transform: scale(1.5); /* ズーム */
    }
    50% {
        transform: scale(0.9); /* 少し縮小 */
    }
    100% {
        transform: scale(1); /* 元のサイズに戻る */
    }
}

.vibration-once {
    opacity: 1; /* アニメーションを始めるための準備 */
    transform: translateX(0); /* 初期位置 */
}

.vibration-once.active {
    animation: vibrate-once 0.3s linear;
}

@keyframes vibrate-once {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}


/*# sourceMappingURL=style.css.map */