body {
  margin: 0;
}

body .annotation-text {
  font-size: 0.7rem;
  color: #999;
  display: block;
  font-weight: 300;
  max-width: 80%;
  margin: 0px auto;
  text-align: left;
  padding-bottom: 20px;
}
.new-fv-authority-text {
  margin-top: -10px;
}
.new-fv {
  background-image: url(../img/new_fv_bg_sp.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.new-fv-title img {
  width: 90%;
  margin: 30px auto 0;
}
.new-fv-main img {
  width: 100%;
  margin-top: -140px;
}
.new-fv-authority img {
  width: 90%;
  margin: auto;
}
.new-fv-cta img {
  width: 90%;
  margin: 10px auto 0;
}
.new-fv-authority-text img {
  width: 90%;
  margin: -10px auto 0;
}
.bg-blue {
  background-color: #c6d8ea;
  padding: 40px 20px 20px;
  margin-top: -20px;
}
.tab {
  position: relative;
}
.btn-center {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
.btn-flex {
  display: flex;
  align-items: center;
}
.btn-01 {
  width: 40%;
  margin: auto;
}
.btn-02 {
  width: 100%;
}
.next_btn {
  background-color: #1e875e;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 30px;
  padding: 16px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 6px;
}
.back_btn {
  background-color: #666666;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  padding: 16px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.submit_btn {
  border: none;
  background: none;
  width: 100%;
}
.submit_btn img {
  width: 70%;
  margin: auto;
}
.contact .submit_btn img {
  width: 60%;
  margin: 30px auto;
}

.step01,
.step02 {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 0;
  padding: 10px 20px 40px 20px;
}
.step img {
  width: 70%;
  margin-bottom: -5px;
}
.form-group label {
  line-height: 2;
}
.form-group input,
.form-group select,
.form-group textarea {
  background-color: #f5f7fa;
  border-radius: 30px;
  padding: 20px;
  font-size: 1rem;
  border: none;
  width: calc(100% - 40px);
  appearance: none;
}
.form-group select {
  width: 100%;
}
.form-group textarea {
  height: 200px;
}

.form-group .required {
  background-color: #327bcb;
  color: #fff;
  padding: 2px 4px;
  margin-right: 5px;
  font-size: 0.9rem;
}
.contact-form-title h2 {
  font-size: 1.8rem;
  color: #c6d8ea;
  font-weight: bold;
}
.contact-form-title img {
  width: 100%;
}
.contact {
  background-color: #f5f7fa;
}
.contact .form_wrapper {
  width: 90%;
  margin: auto;
}
.contact .form-group input,
.contact .form-group select,
.contact .form-group textarea {
  background-color: #fff;
}
.contact-title {
  text-align: center;
}
.contact-title img {
  width: 90%;
  margin: 50px auto;
}
/* 圧倒的成果の秘密はこちら */
.achievements .title img {
  width: 100%;
  margin-bottom: -6px;
}

.achievements-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b2a41;
}

.achievements-mv-left,
.achievements-mv-right {
  max-width: 20%;
  text-align: center;
}
.achievements-mv-left img {
  width: 30%;
  margin: auto;
}
.achievements-mv-right img {
  width: 20%;
  margin: auto;
}
.achievements-mv-center {
  max-width: 60%;
  margin-bottom: -5px;
}
.achievements-mv-center video {
  width: 100%;
}

.achievements .mv {
  text-align: center;
}
.many-achievements {
  text-align: center;
}
.many-achievements img {
  width: 90%;
  margin: 20px auto 0;
}
.achievement-content-point img {
  width: 100%;
}
.achievement-content01,
.achievement-content02,
.achievement-content03 {
  background-image: url(../img/achievements_01_bg.png);
  background-size: cover;
  background-position: center;
}
.achievement-content02 {
  background-image: url(../img/achievements_02_bg.png);
}
.achievement-content03 {
  background-image: url(../img/achievements_03_bg.png);
}
.swiper {
  width: 100%;
  height: 450px;
}
.swiper-slide {
  display: flex !important;
  align-items: end;
}
.swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 40px;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 40px;
  margin: auto;
}
.swiper-button-prev {
  left: 0;
  top: 300px;
}
.swiper-button-next {
  right: 0;
  top: 300px;
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/achievement_arrow_prev.png);
}
/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/achievement_arrow_next.png);
}

.offer-content img {
  width: 100%;
  z-index: 99;
  position: relative;
}
.all-support img {
  width: 100%;
  margin-top: -65px;
  z-index: 1;
  position: relative;
}
.why-content img,
.build-sns-content img {
  width: 100%;
}

.cta-content {
  padding: 20px;
}
.cta-content img {
  width: 100%;
}

.strengths {
  text-align: center;
  background-color: #c6d8ea;
  padding: 20px 0;
  overflow: hidden;
}

.strengths-content img {
  width: 100%;
}

.voice {
  padding: 50px 0;
  background-color: #f5f7fa;
  text-align: center;
}
.voice-title {
  margin-bottom: 20px;
}
.voice-title img {
  width: 200px;
}
.voice-content {
  overflow: hidden;
}
.voice-content img {
  width: 100%;
  margin-bottom: 20px;
}

.business-area,
.satisfaction-level {
  background-color: #ebeff5;
  padding: 50px 0;
}
.business-area {
  padding-bottom: 20px;
}
.satisfaction-level {
  padding-bottom: 30px;
}
.assets-content {
  text-align: center;
}
.assets-content img {
  width: 90%;
  margin: auto;
}

.member-content img,
.reason img {
  width: 100%;
}
.satisfaction-level-content {
  text-align: right;
}
.satisfaction-level-content img {
  width: 90%;
  margin: auto;
}
.business-area-content {
  text-align: center;
}
.business-area-content img {
  width: 90%;
  margin: auto;
}

.member {
  background-color: #f5f7fa;
  padding: 20px 0 50px;
}
.member-title,
.member-content {
  text-align: center;
}
.member-title {
  margin-bottom: 20px;
}
.member-title img {
  width: 90%;
  margin: auto;
}

.member-content img {
  margin-bottom: 30px;
  width: 90%;
  margin: auto 0 20px;
}

.question {
  text-align: center;
}

.question h2 {
  color: #327bcb;
  font-weight: bold;
}
.question-content img {
  width: 90%;
  margin: auto;
}
.flow {
  background-color: #1b2a41;
  text-align: center;
  padding: 30px 0 20px;
}
.flow-content img {
  width: 90%;
  margin: auto;
}
/* フッター追従ボタンのスタイル */
.footer-fixed-btn {
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.3s ease;
  cursor: pointer;
  width: auto;
  max-width: 100%;
}

.footer-fixed-btn.visible {
  opacity: 1;
  visibility: visible;
}

.footer-fixed-btn img {
  width: 100%;
  height: auto;
}

footer {
  background-color: #1b2a41;
  padding: 20px;
  text-align: center;
  color: #fff;
}

/* サンクス */
.thanks_main {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  margin-top: -100px;
  height: 100vh;
  margin-bottom: -10px;
  background-image: url(../img/new_fv_bg_sp.webp);
}

.no-webp .thanks_main {
  background-image: url(../img/new_fv_bg_sp.webp);
}

.thanks {
  background-color: #000;
  text-align: center;
}

.thanks p {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.thanks_text {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.thanks_text p {
  color: #000;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  body {
    max-width: 400px;
    margin: auto;
  }
}
