@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_pk {
  background: #ffd700;
  padding: 10px 0; }
  .headarea_pk_txt {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px; }
.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: 100%;
  }

  .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%;
  }
}

/* 親要素に背景画像を設定 */
.background-wrapper01 {
  background: url("../img/bg_img03.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/* 親要素に背景画像を設定 */
.background-wrapper02 {
  background: url("../img/bg_img05.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/* 親要素に背景画像を設定 */
.background-wrapper03 {
  background: url("../img/bg_img04.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.formarea {
  padding: 0; /* 上下のパディングを0に設定 */
}

.formarea_tp {
  padding-top: 30px; /* 上部に30pxのパディングを追加 */
  margin: 0 auto -30px; /* 下部のマージンを10pxに設定 */
  max-width: 100%;
  width: 1000px;
}

.formarea_btn {
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
  transition: all .6s;
}

.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: 100%;
  }

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



.profarea01 {
  padding: 0;
}

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

@media (max-width: 750px) {
  .profarea_main01 {
    width: 100%;
  }
}


.profarea02 {
  padding: 0;
}

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

@media (max-width: 750px) {
  .profarea_main02 {
    width: 100%;
  }
}


.steparea {
  background: url("../img/bg_step.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

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

.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: 90px;
  padding: 10px 0; /* 上下の余白を調整 */
}

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

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

  .steparea_tt {
    width: 80%;
    padding-bottom: 20px;
  }

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

  .steparea .stepbox_txt01,
  .steparea .stepbox_txt02 {
    width: 100%; /* 幅を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: 100%;
  }
}


.joinarea {
  padding: 50px 0; }
  .joinarea_main {
    margin: 0 auto;
    max-width: 100%;
    width: 1000px; }
  @media (max-width: 750px) {
    .joinarea {
      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: 100%; } }

/* パソコンで見たときは"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; }

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