@charset "utf-8";

/* ==========================================
  リセット & ベーススタイル
========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;

  &:hover {
    opacity: 0.7;
  }
}

#page_jetcms_2025,
#page_jetcms_2025 p {
  font-family: "Hiragino Sans", sans-serif;
}

.tab {
  display: none;
}

/* ==========================================
  共通レイアウト
========================================== */
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5vw;
}
.bold {
  font-weight: 700;
  color: #0086b1;
}
.section-heading-en {
  font-size: 13.75vw;
  margin-bottom: 3.75vw;
}
.section-heading-ja {
  font-size: 4.68vw;
  color: #959595;
  font-weight: 400;
  margin-bottom: 8.75vw;
}
#page_jetcms_2025 .f-HNCB {
  font-family: "Helvetica Neue condensed Bold", Helvetica, sans-serif;
}

/* ==========================================
  メインビジュアル
========================================== */
.mv {
  position: relative;
  width: 100%;
  height: 48.8vw;
  margin-bottom: 2.8vw;
}
.mv .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.mv .mv-bg {
  width: 100%;
  height: 100%;
}
.mv .mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mv .mv-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.16);
}
.mv .mv-content {
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 13.43vw 20.62vw 8.9vw 21.25vw;
  z-index: 2;
}
.mv .mv-content .mv-title {
  font-size: 11.25vw;
  font-weight: 800;
  text-shadow: 0.93vw 0.93vw 3.75vw rgba(51, 51, 51, 0.27);
  margin-bottom: 4.21vw;
}
.mv .mv-content .mv-subtitle {
  font-size: 3.75vw;
  font-weight: 500;
  text-shadow: 0.93vw 0.93vw 2.5vw rgba(51, 51, 51, 0.27);
  margin-bottom: 0;
  color: #ffffff;
  white-space: nowrap;
}
#page_jetcms_2025 .breadcrumbs_wrap {
  padding: 0 5vw;
}
#page_jetcms_2025 .breadcrumbs {
  font-size: 2.18vw;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
}
#page_jetcms_2025 .breadcrumbs span a {
  color: #333333;
}
#page_jetcms_2025 .breadcrumbs .post {
  color: #333333;
}

/* ==========================================
  JetCMS紹介
========================================== */
.jetcms-intro {
  padding-top: 16vw;
}
.jetcms-intro .jetcms-intro-bg {
  width: 37.81vw;
  margin-bottom: 8.75vw;
}
.jetcms-intro .jetcms-intro-bg img {
  object-fit: contain;
}
.jetcms-intro .jetcms-intro-lead {
  line-height: 6.56vw;
  letter-spacing: 0.2vw;
  font-size: 4.06vw;
  margin-bottom: 3.75vw;
}
.jetcms-intro .jetcms-intro-description {
  line-height: 6.09vw;
  font-size: 3.75vw;
  margin-bottom: 18.75vw;
}

/* ==========================================
  広告に頼らず集客
========================================== */
.no-ad-collection {
  position: relative;
  width: 100%;
  height: 65vw;
  margin-bottom: 18.75vw;
}
.no-ad-collection .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.no-ad-collection .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.no-ad-collection .no-ad-collection-photo {
  width: 100%;
  height: 100%;
}
.no-ad-collection .no-ad-collection-photo img {
  width: 100%;
  height: 100%;
}
.no-ad-collection .no-ad-collection-content {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
  padding: 16.25vw 8.43vw 11.25vw 7.34vw;
  width: 100%;
  height: 100%;
}
.no-ad-collection .no-ad-collection-title {
  font-size: 8vw;
  line-height: 11.25vw;
  margin-bottom: 3.75vw;
  font-weight: 700;
}
.no-ad-collection .no-ad-collection-text {
  font-size: 3.75vw;
  margin-bottom: 0;
  line-height: 5.2vw;
}

/* ==========================================
  特徴セクション
========================================== */
.features {
  position: relative;
  padding-top: 20vw;
  margin-bottom: 12.5vw;
}
.features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75vw;
  height: 95%;
  background-color: #f8f8f8;
  z-index: -1;
}
.features .section-heading-description {
  font-size: 3.75vw;
  line-height: 6.09vw;
  margin-bottom: 8.75vw;
}
.features .section-heading-line {
  width: 16.25vw;
  height: 0.62vw;
  margin-bottom: 13.75vw;
}

/* 特徴カード */
.feature-card {
  width: 80vw;
  background: #ffffff;
  margin-bottom: 11.25vw;
  overflow-x: hidden;
}
.feature-card .feature-card-title {
  padding: 7.5vw 0 0 6vw;
}
.feature-card .feature-card-title-en {
  font-size: 6.4vw;
  margin-bottom: 2.65vw;
}
.feature-card .feature-card-title-ja {
  font-weight: 400;
  font-size: 3.4vw;
  margin-bottom: 5.93vw;
}
.feature-card .feature-card-body {
  color: #555555;
  font-size: 3.75vw;
  line-height: 5.93vw;
  font-weight: 300;
  padding: 7.81vw 5.02vw 12.5vw 10.85vw;
}
.feature-card .feature-card-image {
  width: 105%;
}
.feature-card .feature-card-image img {
  width: 100%;
  max-width: initial;
}
.feature-card .feature-card-text {
  margin-bottom: 0;
  font-size: 3.58vw;
  font-weight: 300;
}
.feature-card:nth-child(3) {
  margin-bottom: 0;
}

/* ==========================================
  特徴ノート
========================================== */
.note {
  margin-bottom: 18.75vw;
}
.note .feature-note-title {
  text-align: center;
  margin-bottom: 11.25vw;
}
.note .feature-note-heading {
  font-size: 6.56vw;
  position: relative;
}
.note .feature-note-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65.625vw;
  height: 2.19vw;
  background-color: #f3e26d;
  z-index: -1;
}
.note .feature-note-lead {
  font-weight: 700;
  font-size: 4.21vw;
  line-height: 6.09vw;
  margin-bottom: 5vw;
}
.note .feature-note-text {
  font-size: 3.7vw;
  line-height: 6.4vw;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

/* ==========================================
  シリーズセクション
========================================== */
#series .feature-card-title-en {
  display: flex;
  align-items: center;
}
#series .sub-ja {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 3.75vw;
  padding-left: 2.5vw;
}
#series .feature-card-image {
  background-color: #eff3f8;
  text-align: center;
}
#series .feature-card .feature-card-image img {
  width: 93%;
}
#series .feature-card-body {
  padding: 7.81vw 5.02vw 6.25vw 10.85vw;
}
#series .feature-card-text {
  margin-bottom: 7.5vw;
}
#series .cut-bar {
  width: 12.5vw;
  height: 0.31vw;
  background-color: #333333;
  position: relative;
  margin-left: auto;
}
#series .cut-bar a {
  display: block;
  width: 100%;
  height: 3vw;
  position: absolute;
  bottom: 0;
}
#series .cut-bar::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 0.31vw;
  background-color: #333333;
  bottom: 1.1vw;
  right: 0;
  transform: rotate(32deg);
}
#series .feature-card:nth-child(2) {
  margin-bottom: 12.5vw;
}
/* ==========================================
  カスタマイズ案内
========================================== */
#series-note.note .feature-note-text {
  font-size: 3.7vw;
  letter-spacing: 0.9px;
}
#series-note.note .feature-note-heading::after {
  width: 71.7vw;
}
/* ==========================================
  反響の声
========================================== */
.voice {
  position: relative;
  height: 168.75vw;
  margin-bottom: 18.75vw;
}
.voice .inner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.voice .voice-content {
  position: absolute;
  padding: 3.75vw 0 23.28vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.voice .voice-heading {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 24.2vw;
  padding: 0 5vw;
}
.voice .voice-tegaki {
  margin-bottom: 28vw;
}
.voice .voice-heading-en {
  font-size: 12.5vw;
  margin-bottom: 0;
  color: #ffffff;
}
.voice .voice-heading-ja {
  color: #ffffff;
  font-size: 4.06vw;
  font-weight: 600;
  margin-left: 3.75vw;
  margin-bottom: 0;
}
.voice .voice-more {
  position: absolute;
  width: 67.5vw;
  height: 15vw;
  background: rgba(255, 223, 0, 0.88);
  border-radius: 20.83vw;
  left: 0;
  right: 0;
  margin: auto;
}
.voice .voice-more-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 3.9vw;
  font-family: "Noto Sans JP";
  line-height: 15vw;
  color: #000000;
  text-align: center;
}

/* ==========================================
  JetCMSに込めた想い
========================================== */
.purpose {
  padding: 20vw 0 23.78vw;
  position: relative;
}
.purpose::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75vw;
  height: 146.4vw;
  background-color: #f8f8f8;
  z-index: -1;
}
.purpose .section-heading-description {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 6.09vw;
  margin-bottom: 8.75vw;
}
.purpose .section-heading-line {
  width: 16.25vw;
  height: 0.93vw;
  margin-bottom: 13.43vw;
}
.purpose .purpose-skew-box {
  width: 85vw;
  height: 52.5vw;
}
.purpose .purpose-photo {
  width: 108%;
}
.purpose .purpose-photo-caption {
  font-size: 3.12vw;
  font-weight: 400;
  text-align: right;
  margin: 1.4vw 5vw 13.75vw 0;
}
.purpose .purpose-title {
  font-size: 4.53vw;
  line-height: 6.71vw;
  margin-bottom: 8.75vw;
}
.purpose .purpose-text {
  font-weight: 300;
  font-size: 3.75vw;
  line-height: 6.4vw;
}
.purpose .purpose-text-paragraph {
  margin-bottom: 9.37vw;
  font-size: 3.768vw;
  font-weight: 400;
}
.purpose .purpose-text-paragraph:last-child {
  margin-bottom: 13.75vw;
}
.purpose .purpose-skew-box.bottom-blank {
  margin-bottom: 13.75vw;
}
.purpose .purpose-signature {
  width: 25.62vw;
  height: 11.4vw;
  margin: 8.75vw 0 0 auto;
}

/* ==========================================
  レスポンシブ対応
========================================== */
/* ==========================================
  タブレット・PC表示 (641px ~ 1279px)
  ※ PC表示のレイアウトを保ちながら可変値で表示
========================================== */
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .mb {
    display: none;
  }
  .tab {
    display: block;
  }
  .allwrapper {
    padding-top: 8.8vw;
  }

  .inner {
    max-width: 100vw;
    width: 100%;
    padding: 0;
  }

  .section-heading-en {
    font-size: 5.25vw; /* 80px / 1280 * 100 */
    margin-bottom: 1.25vw; /* 16px / 1280 * 100 */
  }

  .section-heading-ja {
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    font-weight: 800;
    color: #333333;
    margin-bottom: 2.81vw; /* 36px / 1280 * 100 */
  }

  /* ==========================================
  メインビジュアル
  ========================================== */
  .mv {
    height: 30vw; /* 384px / 1280 * 100 */
    margin-bottom: 1.95vw; /* 25px / 1280 * 100 */
  }
  .mv .mv-bg img {
    object-position: center;
  }
  .mv-bg-img.sp {
    display: none !important;
  }
  .mv .inner {
    max-width: 100%;
  }
  .mv .mv-content {
    padding: 11.25vw 0 8.59vw; /* 144px, 110px / 1280 * 100 */
  }
  .mv .mv-content .mv-title {
    color: rgba(255, 255, 255, 0.878);
    font-size: 7.5vw; /* 96px / 1280 * 100 */
    margin-bottom: 1.56vw; /* 20px / 1280 * 100 */
    /* opacity: 0.88; */
  }
  .mv .mv-content .mv-subtitle {
    color: rgba(255, 255, 255, 0.878);
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    /* opacity: 0.88; */
  }

  #page_jetcms_2025 .breadcrumbs_wrap {
    padding: 0 5vw;
    position: relative;
    margin-bottom: 10vw;
  }
  #page_jetcms_2025 .breadcrumbs {
    font-size: 1.09vw; /* 14px / 1280 * 100 */
    max-width: 100vw;
    margin: 0 auto;
    padding: 0;
  }

  /* ==========================================
  JetCMS紹介
  ========================================== */
  .jetcms-intro {
    padding: 0 8vw 0 5vw;
  }
  .jetcms-intro .inner {
    position: relative;
  }
  .jetcms-intro .jetcms-intro-bg {
    width: 20.98vw; /* 371px / 1280 * 100 */
    height: 7.42vw; /* 95px / 1280 * 100 */
    margin: 0 0 6.32vw; /* 81px / 1280 * 100 */
  }
  .jetcms-intro .jetcms-intro-text {
    background-color: #ffffff;
    box-shadow: 0px 0.62vw 2.3vw 0.2vw rgba(51, 51, 51, 0.08);
    width: 60.15vw; /* 770px / 1280 * 100 */
    padding: 5.07vw 4.14vw 5vw 6.25vw; /* 65px, 53px, 64px, 80px / 1280 * 100 */
    transform: skewX(-10deg);
    transform-origin: right top;
    overflow: hidden;
    position: absolute;
    right: -3.5vw;
    bottom: -7.5vw; /* -96px / 1280 * 100 */
  }
  .jetcms-intro .jetcms-intro-lead {
    transform: skewX(10deg);
    transform-origin: left bottom;
    overflow: hidden;
    line-height: 3.12vw; /* 40px / 1280 * 100 */
    letter-spacing: 0.07vw;
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 3.12vw; /* 40px / 1280 * 100 */
  }
  .jetcms-intro .jetcms-intro-description {
    transform: skewX(10deg);
    transform-origin: left bottom;
    overflow: hidden;
    line-height: 2.5vw; /* 32px / 1280 * 100 */
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    padding-left: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 0;
  }

  /* ==========================================
  広告に頼らず集客
  ========================================== */
  .no-ad-collection {
    height: 36.25vw; /* 464px / 1280 * 100 */
    margin-bottom: 0;
    z-index: -1;
  }
  .no-ad-collection .pc {
    display: none;
  }
  .no-ad-collection .inner {
    max-width: 100%;
  }
  .no-ad-collection .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/page_jetcms_2025/pc-collection-photo_bg_pattern.webp")
      no-repeat center bottom;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .no-ad-collection .no-ad-collection-photo img {
    object-fit: cover;
    object-position: 50% 70%;
  }
  .no-ad-collection .no-ad-collection-content {
    padding: 16.4vw 0 12.89vw; /* 210px, 165px / 1280 * 100 */
    width: 100%;
  }
  .no-ad-collection .no-ad-collection-title {
    font-size: 3.75vw; /* 48px / 1280 * 100 */
    line-height: 1;
    margin-bottom: 2.03vw; /* 26px / 1280 * 100 */
  }
  .no-ad-collection .no-ad-collection-title .sp {
    display: none;
  }
  .no-ad-collection-text .sp {
    display: none;
  }
  .no-ad-collection .no-ad-collection-text {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    line-height: 1;
    font-weight: 600;
  }

  /* ==========================================
  特徴セクション
  ========================================== */
  .features {
    padding-top: 0;
    margin-bottom: 2.34vw; /* 30px / 1280 * 100 */
  }
  .features::after {
    display: none;
  }
  .features .inner {
    display: flex;
    padding: 0 5vw;
  }
  .features .section-heading {
    padding-top: 8.75vw; /* 112px / 1280 * 100 */
    margin-right: 3.9vw; /* 50px / 1280 * 100 */
  }
  .features .section-heading-description {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    line-height: 2.5vw; /* 32px / 1280 * 100 */
    margin-bottom: 3.12vw; /* 40px / 1280 * 100 */
    font-weight: 800;
  }
  .features .section-heading-line {
    width: 6.87vw; /* 88px / 1280 * 100 */
    height: 0.31vw; /* 4px / 1280 * 100 */
    margin-bottom: 0;
  }
  .features .features-cards {
    display: flex;
    position: relative;
    top: -3.12vw;
    margin-left: auto;
  }

  .feature-card {
    width: 20vw; /* 256px / 1280 * 100 */
    height: 35vw; /* 448px / 1280 * 100 */
    margin: 0 3.51vw 0 0; /* 45px / 1280 * 100 */
  }
  .feature-card .feature-card-title {
    padding: 1.95vw 0 0 1.87vw; /* 25px, 24px / 1280 * 100 */
  }
  .feature-card .feature-card-title-en {
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 0.46vw; /* 6px / 1280 * 100 */
  }
  .feature-card .feature-card-title-ja {
    font-size: 0.93vw; /* 12px / 1280 * 100 */
    font-weight: 500;
    margin-bottom: 1.25vw; /* 16px / 1280 * 100 */
  }
  .feature-card .feature-card-body {
    font-size: 1.09vw; /* 14px / 1280 * 100 */
    line-height: 1.87vw; /* 24px / 1280 * 100 */
    padding: 2.26vw 2.18vw 0 2.96vw; /* 29px, 28px, 38px / 1280 * 100 */
  }
  .feature-card .feature-card-image {
    position: relative;
    right: 0.78vw; /* 10px / 1280 * 100 */
    width: 23.12vw; /* 296px / 1280 * 100 */
    height: 11.25vw; /* 144px / 1280 * 100 */
  }
  .feature-card .feature-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature-card .feature-card-text {
    font-size: 1.01vw; /* 14px / 1280 * 100 */
    margin-bottom: 0;
  }

  .feature-card.skew-angle-1 {
    transform-origin: right top;
  }

  .feature-card:nth-child(3) {
    margin-right: 0;
  }

  /* ==========================================
  特徴ノート
  ========================================== */
  .note {
    margin-bottom: 11.71vw; /* 150px / 1280 * 100 */
  }
  .note .inner {
    padding: 0 5vw;
  }
  .note .feature-note {
    display: flex;
  }
  .note .feature-note-content {
    width: 65%;
  }
  .note .feature-note-title {
    text-align: left;
    margin-bottom: 1.25vw; /* 16px / 1280 * 100 */
  }
  .note .feature-note-heading {
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 0;
  }
  .note .feature-note-lead {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    line-height: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 0;
    width: 31vw;
  }
  .note .feature-note-text {
    font-size: 1.09vw; /* 14px / 1280 * 100 */
    line-height: 1.87vw; /* 24px / 1280 * 100 */
    width: 100%;
    margin-bottom: 0;
  }
  .note .feature-note-heading::after {
    width: 18.75vw;
    height: 0.625vw;
    transform: initial;
    left: 0;
  }

  /* ==========================================
  シリーズセクション
  ========================================== */
  #series.features {
    top: 0;
    background-color: #f8f8f8;
    margin: 0;
  }
  #series.features .section-heading {
    margin-right: 0;
  }
  #series.features .sub-ja {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    padding-left: 0.62vw; /* 8px / 1280 * 100 */
  }
  #series.features .feature-card {
    width: 28.8vw;
    height: auto;
    padding-bottom: 1.87vw; /* 24px / 1280 * 100 */
  }
  #series.features .feature-card .feature-card-image {
    right: 0.78vw; /* 10px / 1280 * 100 */
    width: 34.37vw; /* 440px / 1280 * 100 */
    height: 11.25vw; /* 144px / 1280 * 100 */
  }
  #series.features .feature-card:nth-child(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #series.features .feature-card-body {
    padding: 2.5vw 1.4vw 0 3.12vw; /* 32px, 18px, 40px / 1280 * 100 */
  }
  #series.features .feature-card-text {
    margin-bottom: 2.5vw; /* 32px / 1280 * 100 */
  }
  #series.features .cut-bar {
    width: 3.12vw; /* 40px / 1280 * 100 */
    height: 0.07vw; /* 1px / 1280 * 100 */
  }
  #series.features .cut-bar a {
    height: 1.09vw; /* 14px / 1280 * 100 */
  }
  #series.features .cut-bar::after {
    width: 40%;
    height: 0.07vw; /* 1px / 1280 * 100 */
    bottom: 0.31vw; /* 4px / 1280 * 100 */
  }

  /* ==========================================
  カスタマイズ案内
  ========================================== */
  #series-note.note {
    padding: 2.57vw 0 8.59vw; /* 33px, 110px / 1280 * 100 */
    margin-bottom: 0;
    background-color: #f8f8f8;
  }
  #series-note.note .feature-note-heading {
    padding-top: 1.25vw; /* 16px / 1280 * 100 */
    letter-spacing: -0.07vw; /* -1px / 1280 * 100 */
    width: 20vw;
  }
  #series-note.note .feature-note-title {
    margin-right: 15vw;
  }
  #series-note.note .feature-note-content {
    padding-top: 0;
  }
  #series-note.note .feature-note-heading::after {
    width: 19.84vw;
  }
  #series-note.note .feature-note-text {
    font-size: 1.09vw;
  }

  /* ==========================================
  反響の声
  ========================================== */
  .voice {
    height: 50vw; /* 640px / 1280 * 100 */
    margin-bottom: 0;
  }
  .voice .inner {
    max-width: 100%;
  }
  .voice .voice-bg {
    width: 100%;
    height: 100%;
  }
  .voice .voice-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice .voice-content {
    padding: 4.68vw 0 0 5.31vw;
  }
  .voice .sp {
    display: none;
  }
  .voice .voice-heading {
    margin-bottom: 0;
    padding: 0;
    display: block;
  }
  .voice .voice-heading-en {
    font-size: 6.25vw; /* 80px / 1280 * 100 */
    margin-bottom: 1.09vw; /* 14px / 1280 * 100 */
  }
  .voice .voice-heading-ja {
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    margin: 0 0 0 0.312vw;
  }
  .voice .voice-tegaki {
    width: 46.87vw; /* 600px / 1280 * 100 */
    height: 28.12vw; /* 360px / 1280 * 100 */
    position: absolute;
    top: 6.25vw; /* 80px / 1280 * 100 */
    left: 0;
    right: 0;
    margin: auto;
  }
  .voice .voice-tegaki img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .voice .voice-tegaki::after {
    content: "全て実名公開のリアルなお声を掲載しております";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    color: #ffffff;
    text-align: center;
  }
  .voice .voice-more {
    position: absolute;
    bottom: 5.78vw; /* 74px / 1280 * 100 */
    width: 20.31vw; /* 260px / 1280 * 100 */
    height: 4.06vw; /* 52px / 1280 * 100 */
    border-radius: 3.12vw; /* 40px / 1280 * 100 */
  }
  .voice .voice-more-btn {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    line-height: 4.06vw; /* 52px / 1280 * 100 */
  }

  /* ==========================================
  JetCMSに込めた想い
  ========================================== */
  .purpose {
    padding: 8.75vw 0 11.32vw; /* 112px, 145px / 1280 * 100 */
  }
  .purpose::after {
    display: none;
  }
  .purpose .purpose-flex {
    display: flex;
    padding: 0 5vw;
  }
  .purpose .purpose-flex.bk-box {
    flex-direction: row-reverse;
  }
  .purpose .purpose-flex.bk-box .purpose-content {
    width: 74.17vw;
    padding: 3.28vw 0 0 3vw;
  }
  .purpose .purpose-content {
    padding: 0 5vw;
  }
  .purpose .purpose-content.review {
    margin-right: 4.92vw; /* 63px / 1280 * 100 */
    margin-bottom: 0;
  }
  .purpose .purpose-content.review .purpose-title {
    padding-top: 3.28vw; /* 42px / 1280 * 100 */
  }
  .purpose .purpose-content.review .purpose-text {
    width: 55vw; /* 832px / 1280 * 100 */
  }
  .purpose .purpose-skew-box.bottom-blank {
    margin-left: 3vw;
  }
  .purpose .section-heading {
    padding-top: 5.46vw; /* 70px / 1280 * 100 */
  }
  .purpose .section-heading-description {
    font-size: 1.25vw;
    line-height: 2.5vw;
    margin-bottom: 3.12vw;
    margin-right: 6vw;
    width: 57.9vw;
    font-weight: 800;
  }
  .purpose .section-heading-line {
    width: 6.87vw; /* 88px / 1280 * 100 */
    height: 0.31vw; /* 4px / 1280 * 100 */
    margin-bottom: 0;
  }
  .purpose .purpose-skew-box {
    width: 26.95vw; /* 345px / 1280 * 100 */
    height: 35vw; /* 448px / 1280 * 100 */
  }
  .purpose .purpose-skew-box .purpose-photo {
    width: 32.81vw; /* 420px / 1280 * 100 */
    height: 100%;
  }
  .purpose .purpose-skew-box .purpose-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
  }
  .purpose .purpose-skew-box.skew-angle-1 {
    transform-origin: right top;
  }
  .purpose .purpose-ps .purpose-skew-box .purpose-photo {
    width: 32.81vw; /* 420px / 1280 * 100 */
    height: 105%;
  }
  .purpose .purpose-ps .purpose-skew-box .purpose-photo img {
    object-position: 55% 35%;
  }
  .purpose .purpose-text {
    font-size: 1.25vw; /* 16px / 1280 * 100 */
    line-height: 2.5vw; /* 32px / 1280 * 100 */
    font-weight: 400;
  }
  .purpose .purpose-photo-caption {
    font-size: 1.09vw; /* 14px / 1280 * 100 */
    margin: 1.32vw 3vw 0 0; /* 17px / 1280 * 100 */
  }
  .purpose .purpose-title {
    font-size: 1.87vw; /* 24px / 1280 * 100 */
    line-height: 1.87vw; /* 24px / 1280 * 100 */
    margin-bottom: 3.12vw; /* 40px / 1280 * 100 */
  }
  .purpose .purpose-text-paragraph {
    font-size: 1.056vw; /* 16px / 1280 * 100 */
    line-height: 2.5vw; /* 32px / 1280 * 100 */
    margin-bottom: 0;
    font-weight: 400;
  }
  .purpose .purpose-text-paragraph:last-child {
    margin-bottom: 5vw; /* 64px / 1280 * 100 */
  }
  .purpose .purpose-content.review {
    padding: 0;
  }
  .purpose .purpose-content.review .purpose-text-paragraph:last-child {
    margin-bottom: 0;
  }
  .purpose .purpose-signature {
    width: 9.76vw; /* 125px / 1280 * 100 */
    height: 4.37vw; /* 56px / 1280 * 100 */
    margin: 5.54vw 0 0 auto; /* 71px / 1280 * 100 */
  }
  .purpose .purpose-ps {
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  /* ==========================================
  共通レイアウト - PC固定値
  ========================================== */
  .sp {
    display: none;
  }
  .mb {
    display: none;
  }
  .tab {
    display: block;
  }
  .allwrapper.jetcms_page {
    padding-top: 111.979px;
  }
  .inner {
    max-width: 1280px;
    padding: 0;
  }
  .section-heading-en {
    font-size: 80px;
    margin-bottom: 16px;
  }
  .section-heading-ja {
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 36px;
  }

  /* ==========================================
  メインビジュアル - PC固定値
  ========================================== */
  .mv {
    height: 391px;
    margin-bottom: 22px;
  }
  .mv .inner {
    max-width: 100%;
  }
  .mv .mv-content {
    padding: 144px 0 110px;
  }
  .mv .mv-content .mv-title {
    color: rgba(255, 255, 255, 0.88);
    font-size: 96px;
    margin-bottom: 20px;
    /* opacity: 0.88; */
    text-shadow: 6.784px 4.239px 8px rgba(51, 51, 51, 0.16);
  }
  .mv .mv-content .mv-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 24px;
    /* opacity: 0.88; */
  }
  .mv .mv-bg img {
    object-position: initial;
  }

  #page_jetcms_2025 .breadcrumbs_wrap {
    margin-bottom: 155px;
    padding: 0;
    position: relative;
  }
  #page_jetcms_2025 .breadcrumbs {
    font-size: 14px;
    max-width: 1280px;
    margin: 0 auto;
  }

  /* ==========================================
  JetCMS紹介 - PC固定値
  ========================================== */
  .jetcms-intro {
    padding: 0;
  }
  .jetcms-intro .inner {
    position: relative;
    padding: 0;
  }
  .jetcms-intro .jetcms-intro-bg {
    width: 371px;
    height: 95px;
    margin: 0 0 81px;
  }
  .jetcms-intro .jetcms-intro-text {
    background-color: #ffffff;
    box-shadow: 0px 8px 29px 2px rgba(51, 51, 51, 0.08);
    width: 736px;
    height: 352px;
    transform: skewX(-5deg);
    transform-origin: left top;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -96px;
  }
  .jetcms-intro .jetcms-intro-lead {
    transform: skewX(5deg);
    transform-origin: left top;
    overflow: hidden;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 0;
    padding: 54px 62px 24px 48px;
  }
  .jetcms-intro .jetcms-intro-description {
    transform: skewX(5deg);
    transform-origin: left bottom;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 37px 58px 79px;
    letter-spacing: 0.1px;
  }

  /* ==========================================
  広告に頼らず集客 - PC固定値
  ========================================== */
  .no-ad-collection {
    height: 464px;
    margin-bottom: 0;
    z-index: -1;
  }
  .no-ad-collection .tab {
    display: none;
  }
  .no-ad-collection .inner {
    max-width: 100%;
  }
  .no-ad-collection .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/page_jetcms_2025/pc-collection-photo_bg_pattern.webp")
      no-repeat center bottom;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .no-ad-collection .no-ad-collection-photo img {
    object-fit: cover;
    object-position: 50% 60%;
  }
  .no-ad-collection .no-ad-collection-content {
    padding: 210px 0 165px;
    width: 100%;
  }
  .no-ad-collection .no-ad-collection-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 26px;
  }
  .no-ad-collection .no-ad-collection-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
  }

  /* ==========================================
  特徴セクション - PC固定値
  ========================================== */
  .features {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .features::after {
    display: none;
  }
  .features .inner {
    display: flex;
    padding: 0;
  }
  .features .section-heading {
    padding-top: 112px;
    margin-right: 40px;
  }
  .features .section-heading-description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 800;
  }
  .features .section-heading-line {
    width: 88px;
    height: 4px;
    margin-bottom: 0;
  }
  .features .features-cards {
    display: flex;
    position: relative;
    top: -40px;
  }

  .feature-card.skew-angle-1 {
    transform-origin: left bottom;
  }

  .feature-card {
    width: 259px;
    height: 448px;
    margin: 0 48px 0 0;
  }
  .feature-card .feature-card-title {
    padding: 25px 0 0 24px;
  }
  .feature-card .feature-card-title-en {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .feature-card .feature-card-title-ja {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .feature-card .feature-card-body {
    font-size: 14px;
    line-height: 24px;
    padding: 29px 20px 0 38px;
  }
  .feature-card:nth-child(2) .feature-card-body {
    padding: 29px 13px 0 40px;
  }
  .feature-card:nth-child(3) .feature-card-body {
    padding: 29px 16px 0 40px;
  }
  .feature-card .feature-card-image {
    position: relative;
    right: 10px;
    width: 296px;
    height: 144px;
  }
  .feature-card .feature-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature-card .feature-card-text {
    font-size: 14px;
  }

  .feature-card:nth-child(3) {
    margin-right: 0;
  }

  /* ==========================================
  特徴ノート - PC固定値
  ========================================== */
  .note {
    margin-bottom: 155px;
  }
  .note .inner {
    padding: 0;
  }
  .note .feature-note {
    display: flex;
  }
  .note .feature-note-content {
    width: 395px;
    margin-right: 85px;
    padding-top: 15px;
  }
  .note .feature-note-title {
    text-align: left;
    margin-bottom: 16px;
  }
  .note .feature-note-heading {
    font-size: 24px;
  }
  .note .feature-note-heading::after {
    width: 240px;
    height: 8px;
    transform: initial;
    left: 0;
  }
  .note .feature-note-lead {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 0;
  }
  .note .feature-note-text {
    font-size: 14px;
    line-height: 24px;
    width: 800px;
    letter-spacing: 0.1px;
  }

  /* ==========================================
  シリーズセクション - PC固定値
  ========================================== */
  #series.features {
    top: 0;
    background-color: #f8f8f8;
    margin: 0;
  }
  #series.features .section-heading {
    margin-right: 100px;
  }
  #series.features .sub-ja {
    font-size: 16px;
    padding-left: 8px;
  }
  #series.features .feature-card {
    width: 400px;
    padding-bottom: 24px;
  }
  #series.features .feature-card .feature-card-image {
    right: 10px;
    width: 440px;
    height: 144px;
  }
  #series.features .feature-card {
    height: auto;
  }
  #series.features .feature-card:nth-child(2) {
    margin-bottom: 0;
  }
  #series.features .feature-card-body {
    padding: 32px 18px 0 40px;
  }
  #series.features .feature-card-text {
    margin-bottom: 32px;
    letter-spacing: 0.27px;
  }
  #series.features .cut-bar {
    width: 40px;
    height: 1px;
  }
  #series.features .cut-bar a {
    height: 14px;
  }
  #series.features .cut-bar::after {
    width: 40%;
    height: 1px;
    bottom: 4px;
  }

  /* ==========================================
  カスタマイズ案内 - PC固定値
  ========================================== */
  #series-note.note {
    padding: 33px 0 110px;
    margin-bottom: 0;
    background-color: #f8f8f8;
  }
  #series-note.note .feature-note-heading {
    padding-top: 16px;
    letter-spacing: -1px;
    width: 100%;
  }
  #series-note.note .feature-note-title {
    margin-right: 215px;
  }
  #series-note.note .feature-note-content {
    padding-top: 0;
  }
  #series-note.note .feature-note-heading::after {
    width: 254px;
  }
  #series-note.note .feature-note-text {
    font-size: 14px;
  }

  /* ==========================================
  反響の声 - PC固定値
  ========================================== */
  .voice {
    height: 640px;
    margin-bottom: 0;
  }
  .voice .inner {
    max-width: 100%;
  }
  .voice .voice-bg {
    width: 100%;
    height: 100%;
  }
  .voice .voice-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice .voice-content {
    padding: 60px 0 0 68px;
  }
  .voice .voice-heading {
    margin-bottom: 0;
    padding: 0;
    display: block;
  }
  .voice .voice-heading-en {
    font-size: 80px;
    margin-bottom: 14px;
  }
  .voice .voice-heading-ja {
    font-size: 24px;
    margin: 0 0 0 4px;
  }
  .voice .voice-tegaki {
    width: 600px;
    height: 360px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .voice .voice-tegaki img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .voice .voice-tegaki::after {
    content: "全て実名公開のリアルなお声を掲載しております";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
  .voice .voice-more {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 52px;
    border-radius: 40px;
  }
  .voice .voice-more-btn {
    font-size: 16px;
    line-height: 52px;
  }

  /* ==========================================
  JetCMSに込めた想い - PC固定値
  ========================================== */
  .purpose {
    padding: 112px 0 145px;
  }
  .purpose::after {
    display: none;
  }
  .purpose .purpose-flex {
    display: flex;
    padding: 0;
  }
  .purpose .purpose-flex.bk-box {
    flex-direction: row-reverse;
  }
  .purpose .purpose-flex.bk-box .purpose-content {
    width: 856px;
    padding: 42px 0 0 0;
  }
  .purpose .purpose-content {
    padding: 0;
  }
  .purpose .purpose-content.review {
    margin-right: 40px;
    margin-bottom: 0;
    padding: 0;
  }
  .purpose .purpose-content.review .purpose-title {
    padding-top: 42px;
  }
  .purpose .purpose-content.review .purpose-text {
    width: 845px;
  }
  .purpose .purpose-content.review .purpose-text-paragraph:last-child {
    margin-bottom: 0;
  }
  .purpose .purpose-skew-box.bottom-blank {
    margin-right: 79px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .purpose .section-heading {
    padding-top: 70px;
  }
  .purpose .section-heading-description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-right: 158px;
    width: 736px;
    font-weight: 800;
  }
  .purpose .section-heading-line {
    width: 88px;
    height: 4px;
    margin-bottom: 0;
  }
  .purpose .purpose-skew-box {
    width: 345px;
    height: 448px;
  }
  .purpose .purpose-skew-box .purpose-photo {
    width: 420px;
    height: 100%;
  }
  .purpose .purpose-skew-box .purpose-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
  }
  .purpose .purpose-skew-box.skew-angle-1 {
    transform-origin: left bottom;
    box-shadow: 8px 4px 24px rgb(0 0 0 / 10%);
  }
  .purpose .purpose-ps .purpose-skew-box .purpose-photo {
    width: 420px;
    height: 105%;
  }
  .purpose .purpose-ps .purpose-skew-box .purpose-photo img {
    object-position: 55% 35%;
  }
  .purpose .purpose-text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
  .purpose .purpose-photo-caption {
    font-size: 14px;
    margin: 17px 0 0;
  }
  .purpose .purpose-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .purpose .purpose-text-paragraph {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 400;
  }
  .purpose .purpose-text-paragraph:last-child {
    margin-bottom: 64px;
  }
  .purpose .purpose-signature {
    width: 125px;
    height: 56px;
    margin: 71px 0 0 auto;
  }
}
@media (min-width: 1440px) {
  .jetcms-intro {
    padding: 0;
  }
}
