@charset "UTF-8";
@import url("../../../header.css");
@import url("../../../footer.css");
@media screen and (min-width: 1280px) {
  .view-xl {
    display: none !important;
  }
}

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

@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}

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

@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}

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

@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}

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

.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .mb-sect {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}

@media screen and (max-width: 959px) {
  .mr-x1 {
    margin-right: 6px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.mb-x1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}

@media screen and (max-width: 959px) {
  .ml-x1 {
    margin-left: 6px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 959px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 959px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 959px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 959px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 959px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 959px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 959px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 959px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 959px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 959px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 959px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 959px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 959px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 959px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 959px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 959px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 959px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 959px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 959px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 959px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 959px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.mr-x11 {
  margin-right: 88px;
}

@media screen and (max-width: 959px) {
  .mr-x11 {
    margin-right: 66px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}

@media screen and (max-width: 959px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}

@media screen and (max-width: 959px) {
  .ml-x11 {
    margin-left: 66px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}

@media screen and (max-width: 959px) {
  .mr-x12 {
    margin-right: 72px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}

@media screen and (max-width: 959px) {
  .ml-x12 {
    margin-left: 72px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}

@media screen and (max-width: 959px) {
  .mr-x13 {
    margin-right: 78px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}

@media screen and (max-width: 959px) {
  .ml-x13 {
    margin-left: 78px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}

@media screen and (max-width: 959px) {
  .mr-x14 {
    margin-right: 84px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}

@media screen and (max-width: 959px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}

@media screen and (max-width: 959px) {
  .ml-x14 {
    margin-left: 84px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}

@media screen and (max-width: 959px) {
  .mr-x15 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}

@media screen and (max-width: 959px) {
  .ml-x15 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}

@media screen and (max-width: 959px) {
  .mr-x16 {
    margin-right: 96px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}

@media screen and (max-width: 959px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}

@media screen and (max-width: 959px) {
  .ml-x16 {
    margin-left: 96px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}

@media screen and (max-width: 959px) {
  .mr-x17 {
    margin-right: 102px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}

@media screen and (max-width: 959px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}

@media screen and (max-width: 959px) {
  .ml-x17 {
    margin-left: 102px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}

@media screen and (max-width: 959px) {
  .mr-x18 {
    margin-right: 108px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}

@media screen and (max-width: 959px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}

@media screen and (max-width: 959px) {
  .ml-x18 {
    margin-left: 108px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}

@media screen and (max-width: 959px) {
  .mr-x19 {
    margin-right: 114px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}

@media screen and (max-width: 959px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}

@media screen and (max-width: 959px) {
  .ml-x19 {
    margin-left: 114px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}

@media screen and (max-width: 959px) {
  .mr-x20 {
    margin-right: 120px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}

@media screen and (max-width: 959px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}

@media screen and (max-width: 959px) {
  .ml-x20 {
    margin-left: 120px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

.pt-x1 {
  padding-top: 8px;
}

@media screen and (max-width: 959px) {
  .pt-x1 {
    padding-top: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}

@media screen and (max-width: 959px) {
  .pr-x1 {
    padding-right: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}

@media screen and (max-width: 959px) {
  .pl-x1 {
    padding-left: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 959px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 959px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 959px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 959px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 959px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 959px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 959px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 959px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 959px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 959px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 959px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 959px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 959px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 959px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 959px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 959px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 959px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 959px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 959px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 959px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 959px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 959px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 959px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 959px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 959px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 959px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 959px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 959px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.pt-x11 {
  padding-top: 88px;
}

@media screen and (max-width: 959px) {
  .pt-x11 {
    padding-top: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}

@media screen and (max-width: 959px) {
  .pr-x11 {
    padding-right: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}

@media screen and (max-width: 959px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}

@media screen and (max-width: 959px) {
  .pl-x11 {
    padding-left: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.pt-x12 {
  padding-top: 96px;
}

@media screen and (max-width: 959px) {
  .pt-x12 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}

@media screen and (max-width: 959px) {
  .pr-x12 {
    padding-right: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}

@media screen and (max-width: 959px) {
  .pl-x12 {
    padding-left: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.pt-x13 {
  padding-top: 104px;
}

@media screen and (max-width: 959px) {
  .pt-x13 {
    padding-top: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}

@media screen and (max-width: 959px) {
  .pr-x13 {
    padding-right: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .pl-x13 {
    padding-left: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.pt-x14 {
  padding-top: 112px;
}

@media screen and (max-width: 959px) {
  .pt-x14 {
    padding-top: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}

@media screen and (max-width: 959px) {
  .pr-x14 {
    padding-right: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}

@media screen and (max-width: 959px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}

@media screen and (max-width: 959px) {
  .pl-x14 {
    padding-left: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.pt-x15 {
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .pt-x15 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}

@media screen and (max-width: 959px) {
  .pr-x15 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}

@media screen and (max-width: 959px) {
  .pl-x15 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.pt-x16 {
  padding-top: 128px;
}

@media screen and (max-width: 959px) {
  .pt-x16 {
    padding-top: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}

@media screen and (max-width: 959px) {
  .pr-x16 {
    padding-right: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}

@media screen and (max-width: 959px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}

@media screen and (max-width: 959px) {
  .pl-x16 {
    padding-left: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.pt-x17 {
  padding-top: 136px;
}

@media screen and (max-width: 959px) {
  .pt-x17 {
    padding-top: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}

@media screen and (max-width: 959px) {
  .pr-x17 {
    padding-right: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}

@media screen and (max-width: 959px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}

@media screen and (max-width: 959px) {
  .pl-x17 {
    padding-left: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.pt-x18 {
  padding-top: 144px;
}

@media screen and (max-width: 959px) {
  .pt-x18 {
    padding-top: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}

@media screen and (max-width: 959px) {
  .pr-x18 {
    padding-right: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}

@media screen and (max-width: 959px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}

@media screen and (max-width: 959px) {
  .pl-x18 {
    padding-left: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.pt-x19 {
  padding-top: 152px;
}

@media screen and (max-width: 959px) {
  .pt-x19 {
    padding-top: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}

@media screen and (max-width: 959px) {
  .pr-x19 {
    padding-right: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}

@media screen and (max-width: 959px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}

@media screen and (max-width: 959px) {
  .pl-x19 {
    padding-left: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.pt-x20 {
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .pt-x20 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}

@media screen and (max-width: 959px) {
  .pr-x20 {
    padding-right: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}

@media screen and (max-width: 959px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}

@media screen and (max-width: 959px) {
  .pl-x20 {
    padding-left: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ヘッダーcss読み込み*/
/*フッターcss読み込み*/
html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  background: transparent;
  font-family: "Zen Kaku Gothic New";
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

a svg {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anchor-link {
  margin-top: -78px;
  padding-top: 78px;
}

/* リキャプチャ
  ---------------------------------------- */
.grecaptcha-badge {
  display: none;
}

.inv-recaptcha-holder {
  padding: 40px 0 0;
}

@media screen and (max-width: 959px) {
  .inv-recaptcha-holder {
    padding: 32px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .inv-recaptcha-holder {
    padding: 24px 0 0;
  }
}

.inv-recaptcha-holder .grecaptcha-badge {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.front-page {
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.front-page .headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  font-size: 3.2rem;
}

@media screen and (max-width: 959px) {
  .front-page .headline {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page .headline {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

/* ▼ セクション見出し ------------ */
.section-ttl {
  position: relative;
}

.section-ttl__main {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #155aa8;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-size: 4.8rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .section-ttl__main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 519px) {
  .section-ttl__main {
    font-size: 1.8rem;
  }
}

.section-ttl__sub {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 15.4rem;
  font-family: "Barlow";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  background: -webkit-gradient(linear, left top, right top, from(#f7fdff), to(#e7f6ff));
  background: linear-gradient(90deg, #f7fdff 0%, #e7f6ff 100%);
  background: -webkit-linear-gradient(90deg, #f7fdff 0%, #e7f6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .section-ttl__sub {
    font-size: 7.2rem;
  }
}

.fc-wht {
  color: #ffffff;
}

.mv-hero {
  background: url("/wp-content/themes/bones/dist/img/partner/mv-img.jpg") no-repeat center center/cover;
  padding-left: calc(8px * 4);
  padding-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .mv-hero {
    padding-left: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero {
    padding-left: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .mv-hero {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .mv-hero {
    padding-left: calc(8px * 0);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .mv-hero {
    padding-left: calc((8px * 0) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .mv-hero {
    padding-left: calc((8px * 0) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .mv-hero {
    padding-left: calc(8px * 3);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .mv-hero {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .mv-hero {
    padding-left: calc((8px * 3) * 0.5);
  }
}

.mv-hero .mv-hero-ttl {
  padding-top: calc(8px * 17);
  padding-bottom: calc(8px * 8);
  font-family: "Zen Kaku Gothic New";
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.35;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .mv-hero .mv-hero-ttl {
    padding-top: calc((8px * 17) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl {
    padding-top: calc((8px * 17) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .mv-hero .mv-hero-ttl {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .mv-hero .mv-hero-ttl {
    padding-top: 44px;
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl {
    padding-top: 32px;
    font-size: 2.4rem;
  }
}

.mv-hero .mv-hero-ttl__em {
  font-size: 8rem;
  margin-left: calc(8px * -6);
  font-family: "Barlow";
}

@media screen and (max-width: 959px) {
  .mv-hero .mv-hero-ttl__em {
    margin-left: calc((8px * -6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl__em {
    margin-left: calc((8px * -6) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl__em {
    font-size: 4rem;
  }
}

.mv-hero .mv-hero-ttl__b {
  font-size: 6.4rem;
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl__b {
    font-size: 3.2rem;
  }
}

.mv-hero .mv-hero-ttl__strong {
  font-size: 7.2rem;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-ttl__strong {
    font-size: 3.6rem;
  }
}

.mv-hero .mv-hero-catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* ▼オレンジ吹き出し ------------ */
  /*---------------- before */
}

.mv-hero .mv-hero-catch::before {
  content: "";
  position: absolute;
  top: -132px;
  right: -150px;
  width: 151px;
  aspect-ratio: 1;
  position: absolute;
  top: -132px;
  right: -150px;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/mv-pop.png") no-repeat center center/100%;
}

@media screen and (max-width: 1023px) {
  .mv-hero .mv-hero-catch::before {
    top: -162px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mv-hero .mv-hero-catch {
    /*---------------- before */
  }
  .mv-hero .mv-hero-catch::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-catch {
    /*---------------- before */
  }
  .mv-hero .mv-hero-catch::before {
    top: -90px;
  }
}

.mv-hero .mv-hero-catch__item {
  width: 700px;
  padding-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .mv-hero .mv-hero-catch__item {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mv-hero .mv-hero-catch__item {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .mv-hero .mv-hero-catch__item {
    width: 100%;
  }
}

.message {
  position: relative;
  overflow: hidden;
  padding-top: calc(8px * 13);
  padding-bottom: calc(8px * 12);
  /*---------------- before */
  /*---------------- after */
  /* ▼ 共通ユーティリティ ------------ */
}

@media screen and (max-width: 959px) {
  .message {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message {
    padding-top: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .message {
    padding-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message {
    padding-bottom: calc((8px * 12) * 0.5);
  }
}

.message::before {
  content: "";
  position: absolute;
  top: 97px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
  background: url("/wp-content/themes/bones/dist/img/partner/message-deco-l.png") no-repeat left center/contain;
  width: 183px;
  height: 644px;
}

.message::after {
  content: "";
  position: absolute;
  top: 216px;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: -1;
  background: url("/wp-content/themes/bones/dist/img/partner/message-deco-r.png") no-repeat left center/contain;
  width: 261px;
  height: 613px;
}

@media screen and (max-width: 959px) {
  .message {
    /*---------------- before */
    /*---------------- after */
  }
  .message::before {
    content: "";
    position: absolute;
    top: 97px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: calc(183px * 0.7);
  }
  .message::after {
    content: "";
    position: absolute;
    top: 216px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: calc(261px * 0.7);
  }
}

@media screen and (max-width: 767px) {
  .message {
    /*---------------- before */
    /*---------------- after */
  }
  .message::before {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: 91px;
    height: 322px;
  }
  .message::after {
    content: "";
    position: absolute;
    top: 188px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: calc(261px * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .message {
    /*---------------- before */
    /*---------------- after */
  }
  .message::before {
    rotate: 180deg;
    position: absolute;
    top: -36px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    width: 91px;
    height: 322px;
  }
  .message::after {
    position: absolute;
    top: 188px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: calc(261px * 0.5);
  }
}

.message .message-ttl {
  position: relative;
  font-size: 4rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  color: #155aa8;
  /* ▼ 英字部分 疑似要素 ------------ */
  /*---------------- before */
}

.message .message-ttl::before {
  content: "MESSAGE";
  position: absolute;
  top: -154px;
  right: 50%;
  z-index: -1;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  font-family: "Barlow";
  font-size: 26rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f7fdff), to(#e7f6ff));
  background: linear-gradient(90deg, #f7fdff 0%, #e7f6ff 100%);
  background: -webkit-linear-gradient(90deg, #f7fdff 0%, #e7f6ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .message .message-ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .message .message-ttl::before {
    font-size: 10rem;
    position: absolute;
    top: -80px;
    right: 50%;
  }
}

.message .message-txt {
  padding-top: calc(8px * 6);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .message .message-txt {
    padding-top: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .message .message-txt {
    padding-top: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .message .message-txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 519px) {
  .message .message-txt {
    padding-left: calc(8px * 4);
    padding-right: calc(8px * 4);
  }
}

@media screen and (max-width: 519px) and (max-width: 959px) {
  .message .message-txt {
    padding-left: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) and (max-width: 519px) {
  .message .message-txt {
    padding-left: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 519px) and (max-width: 959px) {
  .message .message-txt {
    padding-right: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) and (max-width: 519px) {
  .message .message-txt {
    padding-right: calc((8px * 4) * 0.5);
  }
}

.message .fs-big {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .message .fs-big {
    font-size: 1.8rem;
  }
}

.target {
  position: relative;
  overflow: hidden;
  padding-top: calc(8px * 9);
  padding-bottom: calc(8px * 4);
  background: #ddf4ff;
  /*---------------- before */
  /*---------------- after */
  /* ▼h2 ------------ */
  /* ▼背景画像 ------------ */
}

@media screen and (max-width: 959px) {
  .target {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target {
    padding-top: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .target {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.target::before {
  content: "";
  position: absolute;
  top: 53px;
  right: auto;
  bottom: auto;
  left: 14px;
  background: url("/wp-content/themes/bones/dist/img/partner/deco-dot.png") no-repeat center center/contain;
  width: 108px;
  aspect-ratio: 1;
}

.target::after {
  content: "";
  position: absolute;
  top: 128px;
  right: 0;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/target-deco-r.png") no-repeat center center/contain;
  width: 199px;
  height: 413px;
}

@media screen and (max-width: 767px) {
  .target {
    /*---------------- before */
    /*---------------- after */
  }
  .target::before {
    width: calc(108px * 0.5);
  }
  .target::after {
    position: absolute;
    top: -100px;
    right: 0;
    bottom: auto;
    left: auto;
    width: calc(190px * 0.5);
  }
}

.target .target-ttl {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  /* 文字の下の線 ------------ */
  /*---------------- before */
}

.target .target-ttl::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -25px;
  left: 0;
  background: url("/wp-content/themes/bones/dist/img/partner/target-line.svg") no-repeat center left/100%;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 767px) {
  .target .target-ttl {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .target .target-ttl::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 0;
  }
}

.target .target-ttl__strong {
  position: relative;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  /* ▼ご活用上の3つの点 ------------ */
  /*---------------- before */
}

.target .target-ttl__strong::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 72px;
  height: 29px;
  background: url("/wp-content/themes/bones/dist/img/partner/target-spark.svg") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .target .target-ttl__strong {
    font-size: 3rem;
  }
  .target .target-ttl__strong::before {
    width: 48px;
    height: 26px;
  }
}

@media screen and (max-width: 519px) {
  .target .target-ttl__strong::before {
    rotate: 90deg;
    position: absolute;
    top: 39%;
    right: -40px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 36px;
    height: 14px;
  }
}

.target .target-list {
  position: relative;
  z-index: 10;
  padding-top: calc(8px * 10);
  padding-bottom: calc(8px * 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(8px * 3) calc(8px * 8);
  /* ▼白枠内 ------------ */
}

@media screen and (max-width: 959px) {
  .target .target-list {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-list {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .target .target-list {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-list {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .target .target-list {
    gap: calc((8px * 3) * 0.75) calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-list {
    gap: calc((8px * 3) * 0.5) calc((8px * 8) * 0.5);
  }
}

.target .target-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  width: 550px;
  height: 84px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(54, 161, 210, 0.25);
  box-shadow: 0px 4px 4px rgba(54, 161, 210, 0.25);
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 959px) {
  .target .target-list__item {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-list__item {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .target .target-list__item {
    height: 72px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.target .target-lead {
  position: relative;
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8);
  margin-bottom: calc(8px * 10);
  background: url("/wp-content/themes/bones/dist/img/partner/target-bg.png") no-repeat center center/100% 100%;
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .target .target-lead {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-lead {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .target .target-lead {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-lead {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .target .target-lead {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .target .target-lead {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.target .target-lead::before {
  content: "";
  position: absolute;
  top: auto;
  right: 37px;
  bottom: -91px;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/deco-dot.png") no-repeat center center/contain;
  width: 108px;
  aspect-ratio: 1;
}

@media screen and (max-width: 959px) {
  .target .target-lead::before {
    position: absolute;
    top: auto;
    right: 37px;
    bottom: -61px;
    left: auto;
    width: calc(108px * 0.8);
  }
}

@media screen and (max-width: 519px) {
  .target .target-lead::before {
    width: calc(108px * 0.5);
  }
}

.target .target-lead__txt {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  color: #ffffff;
  /* ▼パズルのアイコン ------------ */
  /*---------------- before */
}

.target .target-lead__txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19%;
  width: 240px;
  height: 242px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("/wp-content/themes/bones/dist/img/partner/puzzle-ico.png") no-repeat center top/contain;
}

@media screen and (max-width: 767px) {
  .target .target-lead__txt {
    font-size: 1.5rem;
  }
}

.target .target-lead .fs-big {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .target .target-lead .fs-big {
    font-size: 2.4rem;
  }
}

/*------------------------------------------sssss------
特徴
------------------------------------------------*/
.features {
  position: relative;
  padding-top: calc(8px * 1);
  background: #ddf4ff;
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .features {
    padding-top: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features {
    padding-top: calc((8px * 1) * 0.5);
  }
}

.features::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: url("/wp-content/themes/bones/dist/img/partner/features-deco.png") no-repeat center top/100% 100%;
  width: 100%;
  height: 350px;
}

.features .section-ttl__sub {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features .section-ttl__main {
  letter-spacing: 0.05em;
}

.features .features-list {
  padding-top: calc(8px * 17);
  margin: 0 auto;
  counter-reset: my-counter;
  /*---------------- before */
  /*---------------- after */
  /* ▼特徴 ラベル ------------ */
  /* ▼特徴大きい文字 ------------ */
}

@media screen and (max-width: 959px) {
  .features .features-list {
    padding-top: calc((8px * 17) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list {
    padding-top: calc((8px * 17) * 0.5);
  }
}

.features .features-list::before {
  content: "";
  position: absolute;
  top: 188px;
  right: auto;
  bottom: auto;
  left: 0px;
  background: url("/wp-content/themes/bones/dist/img/partner/features-deco-l.png") no-repeat center center/contain;
  width: 101px;
  height: 608px;
}

.features .features-list::after {
  content: "";
  position: absolute;
  top: 273px;
  right: 31px;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/features-deco-r.png") no-repeat center center/contain;
  width: 70px;
  height: 481px;
}

@media screen and (max-width: 767px) {
  .features .features-list {
    /*---------------- before */
    /*---------------- after */
  }
  .features .features-list::before {
    content: "";
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: -30px;
    width: calc(101px * 0.5);
  }
  .features .features-list::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0px;
    bottom: auto;
    left: auto;
    width: calc(70px * 0.7);
    height: 481px;
  }
}

.features .features-list__item {
  padding-bottom: calc(8px * 15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .features .features-list__item {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item {
    gap: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item {
    gap: calc((8px * 10) * 0.5);
  }
}

.features .features-list__item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.features .features-list__item:nth-child(3) {
  position: relative;
  /*---------------- before */
}

.features .features-list__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 83px;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/deco-dot.png") no-repeat center center/contain;
  width: 108px;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .features .features-list__item:nth-child(3) {
    /*---------------- before */
  }
  .features .features-list__item:nth-child(3)::before {
    position: absolute;
    top: 0;
    right: 32px;
    bottom: auto;
    left: auto;
    width: calc(108px * 0.5);
  }
}

.features .features-list__dtl {
  width: calc(54% - 80px);
}

@media screen and (max-width: 767px) {
  .features .features-list__dtl {
    width: 100%;
  }
}

.features .features-list__label {
  position: relative;
  z-index: 10;
  counter-increment: my-counter;
  list-style: none;
  margin-bottom: calc(8px * 1);
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .features .features-list__label {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__label {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__label {
    font-size: 2.4rem;
  }
}

.features .features-list__label::after {
  content: "0" counter(my-counter);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 84px;
  font-size: 6.4rem;
  font-family: "Barlow";
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .features .features-list__label::after {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    right: -42px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.features .features-list__copy {
  position: relative;
  padding-bottom: calc(8px * 5);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  /* ▼コピー下のライン ------------ */
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .features .features-list__copy {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__copy {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__copy {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__copy {
    font-size: 1.8rem;
  }
}

.features .features-list__copy::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 21px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url("/wp-content/themes/bones/dist/img/partner/line.svg") repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .features .features-list__copy::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 12px;
    left: 0;
    width: 100%;
  }
}

.features .features-list__txt {
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  line-height: 1.8;
}

.features .features-list__vsl {
  position: relative;
  z-index: 10;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .features .features-list__vsl {
    width: 100%;
  }
}

/*------------------------------------------------
株式会社ITreatが選ばれる理由 reason
------------------------------------------------*/
.reason {
  position: relative;
  overflow: hidden;
  /*---------------- before */
  /*---------------- before */
  padding-top: calc(8px * 9);
  /* ▼文字の部分 ------------ */
}

.reason::before {
  content: "";
  position: absolute;
  top: 164px;
  right: auto;
  bottom: auto;
  left: 135px;
  z-index: -1;
  background: url("/wp-content/themes/bones/dist/img/partner/deco-triangular.png") no-repeat center center/contain;
  width: 80px;
  aspect-ratio: 1;
}

.reason::after {
  content: "";
  position: absolute;
  top: 184px;
  right: 50px;
  bottom: auto;
  left: auto;
  z-index: -1;
  background: url("/wp-content/themes/bones/dist/img/partner/reason-deco-r.png") no-repeat center center/contain;
  width: 155px;
  height: 207px;
}

@media screen and (max-width: 1023px) {
  .reason::after {
    rotate: 180deg;
  }
}

@media screen and (max-width: 767px) {
  .reason::before {
    width: 40px;
  }
  .reason::after {
    rotate: 180deg;
    width: 77px;
  }
}

@media screen and (max-width: 519px) {
  .reason::before {
    width: 40px;
    position: absolute;
    top: 164px;
    right: auto;
    bottom: auto;
    left: 0px;
    z-index: -1;
  }
  .reason::after {
    rotate: 180deg;
    position: absolute;
    top: 184px;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 959px) {
  .reason {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason {
    padding-top: calc((8px * 9) * 0.5);
  }
}

.reason .section-ttl {
  width: 100vw;
  /*---------------- before */
}

.reason .section-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: -20;
  background: #0180be;
  height: 4px;
  width: 100vw;
}

.reason .section-ttl__main {
  position: relative;
  padding-left: calc(8px * 3);
  padding-right: calc(8px * 3);
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
  /*---------------- after */
}

@media screen and (max-width: 959px) {
  .reason .section-ttl__main {
    padding-left: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .section-ttl__main {
    padding-left: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .section-ttl__main {
    padding-right: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .section-ttl__main {
    padding-right: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .section-ttl__main {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .section-ttl__main {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.reason .section-ttl__main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -10;
  background: #ffffff;
  height: 16px;
  width: 100%;
}

.reason .section-ttl__sub {
  font-family: "Barlow";
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
}

.reason .reason-intoro {
  padding-top: calc(8px * 8);
  margin-bottom: calc(8px * 8);
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .reason .reason-intoro {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-intoro {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-intoro {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-intoro {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.reason .reason-inner {
  margin-bottom: calc(8px * 13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: auto;
  -ms-flex-pack: auto;
  justify-content: auto;
  -webkit-box-align: auto;
  -ms-flex-align: auto;
  align-items: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .reason .reason-inner {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-inner {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-inner {
    gap: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-inner {
    gap: calc((8px * 8) * 0.5);
  }
}

.reason .slick-slide {
  padding-left: calc(8px * 8);
  width: 390px;
}

@media screen and (max-width: 959px) {
  .reason .slick-slide {
    padding-left: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .slick-slide {
    padding-left: calc((8px * 8) * 0.5);
  }
}

.reason .reason-list {
  position: relative;
  padding-bottom: calc(8px * 3);
  background: #ddf4ff;
  counter-reset: my-counter;
  /*---------------- before */
  /* ▼テキスト ------------ */
}

@media screen and (max-width: 959px) {
  .reason .reason-list {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.reason .reason-list::before {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("/wp-content/themes/bones/dist/img/partner/reason-triangular.svg") no-repeat center center/contain;
  width: 110px;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .reason .reason-list {
    /*---------------- before */
  }
  .reason .reason-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 22px;
  }
}

.reason .reason-list__item {
  padding-right: calc(8px * 2);
  padding-top: calc(8px * 11);
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item {
    padding-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item {
    padding-right: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item {
    padding-top: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item {
    padding-top: calc((8px * 11) * 0.5);
  }
}

.reason .reason-list__item:last-of-type {
  padding-top: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .reason .reason-list__item:last-of-type {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__item:last-of-type {
    padding-top: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list {
    font-size: 1.8rem;
  }
}

.reason .reason-list__copy {
  position: relative;
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  counter-increment: my-counter;
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .reason .reason-list__copy {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__copy {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__copy {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .reason .reason-list__copy {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.reason .reason-list__copy:nth-child(3) {
  padding-top: calc(8px * 9);
}

@media screen and (max-width: 959px) {
  .reason .reason-list__copy:nth-child(3) {
    padding-top: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__copy:nth-child(3) {
    padding-top: calc((8px * 9) * 0.5);
  }
}

.reason .reason-list__copy::before {
  content: "0" counter(my-counter);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: -60px;
  font-size: 4rem;
  line-height: 1;
  color: #155aa8;
  font-family: "Barlow";
}

.reason .reason-list__txt {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: calc(8px * 9);
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  /* ▼１つ目のテキストのみ（下線用） ------------ */
}

@media screen and (max-width: 959px) {
  .reason .reason-list__txt {
    padding-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .reason .reason-list__txt {
    padding-bottom: calc((8px * 9) * 0.5);
  }
}

.reason .reason-list__txt.--line {
  position: relative;
  /*---------------- before */
}

.reason .reason-list__txt.--line::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #155aa8;
}

/*------------------------------------------------
パートナー様からいただいた声
------------------------------------------------*/
.voice {
  padding-top: calc(8px * 24);
  padding-bottom: calc(8px * 11);
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .voice {
    padding-top: calc((8px * 24) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice {
    padding-top: calc((8px * 24) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice {
    padding-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice {
    padding-bottom: calc((8px * 11) * 0.5);
  }
}

.voice .section-ttl__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: calc(8px * 13);
  line-height: 1;
  /*---------------- before */
  /*---------------- after */
}

@media screen and (max-width: 959px) {
  .voice .section-ttl__main {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .section-ttl__main {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.voice .section-ttl__main::before {
  content: "";
  position: absolute;
  top: -63px;
  right: auto;
  bottom: auto;
  left: -156px;
  width: 140px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/bones/dist/img/partner/voice-ico.svg") no-repeat center center/contain;
}

.voice .section-ttl__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/voice-ico2.svg") no-repeat center center/contain;
  width: 137px;
  height: 127px;
}

@media screen and (max-width: 959px) {
  .voice .section-ttl__main {
    line-height: 1.5;
    /*---------------- before */
    /*---------------- after */
  }
  .voice .section-ttl__main::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -50px;
    z-index: -1;
    width: 70px;
    aspect-ratio: 1;
  }
  .voice .section-ttl__main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: auto;
    left: auto;
    z-index: -1;
    width: 68px;
    height: 64px;
  }
}

.voice .voice-list {
  /* ▼吹き出し ------------ */
}

.voice .voice-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(8px * 8);
  padding-top: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2);
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
  background-color: #ddf4ff;
  border-radius: 24px;
  max-width: 1176px;
  -webkit-filter: drop-shadow(0px 8px 10px rgba(120, 140, 175, 0.25));
  filter: drop-shadow(0px 8px 10px rgba(120, 140, 175, 0.25));
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    gap: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    gap: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    padding-left: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    padding-left: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    padding-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    padding-right: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .voice .voice-list__item {
    border-radius: calc(24px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__item {
    border-radius: calc(24px * 0.5);
  }
}

.voice .voice-list__item::before {
  content: "";
  position: absolute;
  top: auto;
  right: 134px;
  bottom: -102px;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/voice-bg-pop.png") no-repeat center center/100% 100%;
  width: 146px;
  height: 108px;
}

@media screen and (max-width: 767px) {
  .voice .voice-list__item {
    padding-top: calc(8px * 8);
    padding-left: calc(8px * 4);
    padding-right: calc(8px * 4);
    padding-bottom: calc(8px * 8);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .voice .voice-list__item {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .voice .voice-list__item {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .voice .voice-list__item {
    padding-left: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .voice .voice-list__item {
    padding-left: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .voice .voice-list__item {
    padding-right: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .voice .voice-list__item {
    padding-right: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .voice .voice-list__item {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .voice .voice-list__item {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .voice .voice-list__item::before {
    width: 73px;
    height: 54px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -49px;
    left: 40px;
  }
}

.voice .voice-list__item:nth-child(2) {
  z-index: 10;
}

.voice .voice-list__vsl {
  position: relative;
  z-index: 10;
  width: 205px;
}

.voice .voice-list__dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: auto;
  -ms-flex-pack: auto;
  justify-content: auto;
  -webkit-box-align: auto;
  -ms-flex-align: auto;
  align-items: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: calc(8px * 3);
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .voice .voice-list__dtl {
    gap: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__dtl {
    gap: calc((8px * 3) * 0.5);
  }
}

.voice .voice-list__copy {
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(8px * 1);
  background: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  .voice .voice-list__copy {
    padding: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__copy {
    padding: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .voice .voice-list__copy {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.voice .voice-list__txt {
  position: relative;
  z-index: 10;
  max-width: 760px;
}

@media screen and (max-width: 767px) {
  .voice .voice-list__txt {
    font-size: 1.6rem;
  }
}

.voice .voice-list__txt:nth-child(3) {
  line-height: 0.65;
  padding-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .voice .voice-list__txt:nth-child(3) {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .voice .voice-list__txt:nth-child(3) {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

/*------------------------------------------------
ご紹介の流れ FLOW
------------------------------------------------*/
.flow {
  position: relative;
  padding-bottom: calc(8px * 38);
  /*---------------- before */
}

@media screen and (max-width: 959px) {
  .flow {
    padding-bottom: calc((8px * 38) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow {
    padding-bottom: calc((8px * 38) * 0.5);
  }
}

.flow::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/flow-bg.png") no-repeat bottom center/100%;
  width: 100%;
  height: 949px;
  opacity: 0.4;
}

.flow .section-ttl {
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  .flow .section-ttl {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .section-ttl {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

.flow .flow-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: calc(8px * 12) calc(8px * 8);
  max-width: 1060px;
  margin: 0 auto;
  counter-reset: my-counter;
  /*---------------- after */
}

@media screen and (max-width: 959px) {
  .flow .flow-list {
    gap: calc((8px * 12) * 0.75) calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list {
    gap: calc((8px * 12) * 0.5) calc((8px * 8) * 0.5);
  }
}

.flow .flow-list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1060px;
  height: 1px;
  background: #0180be;
}

@media screen and (max-width: 767px) {
  .flow .flow-list {
    gap: calc(8px * 0) calc(8px * 0);
  }
}

@media screen and (max-width: 767px) and (max-width: 959px) {
  .flow .flow-list {
    gap: calc((8px * 0) * 0.75) calc((8px * 0) * 0.75);
  }
}

@media screen and (max-width: 767px) and (max-width: 519px) {
  .flow .flow-list {
    gap: calc((8px * 0) * 0.5) calc((8px * 0) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-list::after {
    display: none;
  }
}

.flow .flow-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 54px);
  /*---------------- before */
  /* ▼4つ目、8つ目（最右）の矢印を消す ------------ */
}

.flow .flow-list__item::before {
  content: "";
  position: absolute;
  top: 64px;
  right: -54px;
  bottom: auto;
  left: auto;
  background: url("/wp-content/themes/bones/dist/img/partner/flow-arrow.svg") no-repeat center center/contain;
  width: 56px;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item {
    width: calc(50%);
  }
  .flow .flow-list__item::before {
    width: 40px;
    aspect-ratio: 1;
    position: absolute;
    top: 30%;
    right: -30px;
    bottom: auto;
    left: auto;
  }
}

.flow .flow-list__item:nth-child(4)::before, .flow .flow-list__item:nth-child(8)::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__item:nth-child(2)::before, .flow .flow-list__item:nth-child(6)::before {
    display: none;
  }
}

.flow .flow-list__vsl {
  margin-bottom: calc(8px * 6);
  position: relative;
  width: 100%;
  counter-increment: my-counter;
  list-style: none;
  /*---------------- after */
}

@media screen and (max-width: 959px) {
  .flow .flow-list__vsl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-list__vsl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.flow .flow-list__vsl::after {
  content: "0" counter(my-counter);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Barlow";
  color: #155aa8;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__vsl {
    width: 160px;
  }
  .flow .flow-list__vsl::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -16px;
    left: 50%;
    font-size: 2.4rem;
  }
}

.flow .flow-list__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow .flow-list__txt {
    line-height: 1.4;
  }
}

.flow .flow-list__note {
  font-size: 1.2rem;
  text-align: center;
}

.contact {
  margin-bottom: calc(8px * 5);
  padding-top: 120px;
  padding-bottom: calc(8px * 13);
  position: relative;
  overflow: hidden;
  background: url("/wp-content/themes/bones/dist/img/partner/contact-bg.jpg") center/cover no-repeat;
  border-radius: 56px 56px 0 0;
}

@media screen and (max-width: 959px) {
  .contact {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .contact {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.contact .contact-unit {
  margin-top: 48px;
  background: #ffffff;
  padding: calc(8px * 10);
  border-radius: 32px;
}

@media screen and (max-width: 959px) {
  .contact .contact-unit {
    padding: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .contact .contact-unit {
    padding: calc((8px * 10) * 0.5);
  }
}

.contact .section-ttl__sub {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#64c3fc));
  background: linear-gradient(90deg, #ffffff 0%, #64c3fc 100%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #64c3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.contact-txt {
  text-align: center;
}

.contact-frame {
  padding: 64px;
  border-radius: 32px;
}

@media screen and (max-width: 959px) {
  .contact-frame {
    padding: 48px;
  }
}

@media screen and (max-width: 959px) {
  .contact-frame {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact-frame {
    padding: 16px;
  }
}

.form {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .form {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .form {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: sace-between;
  -ms-flex-pack: sace-between;
  justify-content: sace-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 8px;
  border-bottom: solid 1px #dbdde1;
}

@media screen and (max-width: 959px) {
  .form .item {
    padding: 16px 0;
  }
}

.form .item:first-child {
  border-top: solid 1px #dbdde1;
}

.form .item:last-child {
  margin-bottom: 40px;
}

.form .item .form-required {
  background: #ff0000;
  padding: 4px 6px;
  color: white;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 4px;
}

.form .item .form-optional {
  background: #155aa8;
  padding: 4px 6px;
  color: white;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-radius: 4px;
}

@media screen and (max-width: 520px) {
  .form .item .form-required,
  .form .item .form-optional {
    font-size: 1.2rem;
    padding: 2px 4px;
  }
}

.form .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  width: calc(100% - 680px);
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 16px;
}

@media screen and (max-width: 1023px) {
  .form .item dt {
    width: calc(100% - 584px);
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .form .item dt {
    margin: 0 0 8px;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .form .item dt {
    font-size: 1.4rem;
  }
}

.form .item dt .form_note {
  position: relative;
  padding-left: 12px;
  color: #333333;
  font-size: 1.4rem;
  width: 100%;
}

.form .item dt .form_note::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: -2px;
  color: #ff0000;
}

.form .item dd {
  width: 640px;
  border-radius: 8px;
}

@media screen and (max-width: 1023px) {
  .form .item dd {
    width: 560px;
  }
}

@media screen and (max-width: 959px) {
  .form .item dd {
    width: 100%;
  }
}

.form .item dd .date-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.form .item dd .pr-date {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .form .item dd .pr-date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form .item dd .js-acc-switch {
  display: block;
  max-width: 255px;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
  padding: 8px 56px;
  border: solid 1px #ff8d28;
  border-radius: 30px;
  color: #ff8d28;
}

.form .item dd .js-acc-switch .acc-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.form .item dd .js-acc-switch .acc-btn::before, .form .item dd .js-acc-switch .acc-btn::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 12px;
  height: 2px;
  background: #ff8d28;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.form .item dd .js-acc-switch .acc-btn::after {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.form .item dd .js-acc-switch .field-close {
  display: none;
}

.form .item dd .js-acc-switch.is-active .acc-btn::after {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.form .item dd .js-acc-switch.is-active .field-open {
  display: none;
}

.form .item dd .js-acc-switch.is-active .field-close {
  display: block;
}

.form .item dd .js-acc-content {
  display: none;
  position: relative;
}

.form .item dd .js-acc-content .field-item:first-of-type {
  margin-bottom: 16px;
}

input,
select,
textarea {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background-color: #f2f2f2;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 54px;
}

.date1,
.date-menu1,
.date2,
.date-menu2,
.date3,
.date-menu3 {
  position: relative;
  max-width: 280px;
  width: 100%;
}

.date1::before,
.date-menu1::before,
.date2::before,
.date-menu2::before,
.date3::before,
.date-menu3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .date1::before,
  .date-menu1::before,
  .date2::before,
  .date-menu2::before,
  .date3::before,
  .date-menu3::before {
    width: 20px;
    height: 20px;
  }
}

.date1::before,
.date2::before,
.date3::before {
  background: url("/wp-content/themes/bones/dist/img/movie/calendar-ico.svg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .date1,
  .date2,
  .date3 {
    max-width: 100%;
  }
}

.date-menu1::before,
.date-menu2::before,
.date-menu3::before {
  background: url("/wp-content/themes/bones/dist/img/movie/clock-ico.svg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .date-menu1,
  .date-menu2,
  .date-menu3 {
    max-width: 100%;
  }
}

.field-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .field-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.select {
  background-color: #d9d9d9;
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 10px;
  line-height: 1.8;
}

.must {
  color: #ff8d28;
  font-size: 1.4rem;
}

.flatpickr-monthDropdown-months {
  margin: 0 auto !important;
}

.numInputWrapper {
  display: none !important;
}

.form-send {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.form-send input[type="submit"] {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#51c7f6), to(#0c93d7));
  background: linear-gradient(90deg, #51c7f6 0%, #0c93d7 100%);
  height: 100px;
  line-height: 1;
  text-align: center;
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .form-send input[type="submit"] {
    height: 72px;
    line-height: 70px;
  }
}

@media screen and (max-width: 959px) {
  .form-send input[type="submit"] {
    font-size: 1.6rem;
    height: 64px;
    line-height: 62px;
  }
}

@media screen and (max-width: 959px) {
  .form-send input[type="submit"] {
    height: 56px;
    line-height: 54px;
  }
}

.form-send::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url("/wp-content/themes/bones/dist/img/movie/arrow.svg") center/cover no-repeat;
  mask: url("/wp-content/themes/bones/dist/img/movie/arrow.svg") center/cover no-repeat;
  background-color: #ffffff;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 40px;
  margin-bottom: calc(8px * 5);
  padding: 30px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #44aa99;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 2px solid #ff0000;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  padding: 4px 0 0;
  color: #ff0000;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: #fdddd1;
}

/*# sourceMappingURL=../../maps/pages/partner.css.map */
