/******************************************
 * カード共通クラス（新規作成）20251204
 ******************************************/
.card-base {
  background-color: #FFF;
  border: 1px solid #E4EBF2;
  border-radius: 20px;
  box-sizing: border-box;
}

.is-shadow {
  box-shadow: 0px 1px 24px #0000000D;
}

.is-hover-shadow01 {
  border: 1px solid #E4EBF2;
  transition: 0.3s box-shadow ease-out;
}

.is-hover-shadow01:hover {
  box-shadow: 0px 1px 24px #0000000D;
}

.is-hover-shadow02 {
  border: 1px solid #DCE1E6;
  transition: 0.3s box-shadow ease-out;
}

.is-hover-shadow02:hover {
  box-shadow: 0px 1px 32px #0000001F;
}

/******************************************
 * レイアウト・構造コンテナ
 ******************************************/
.layout-inner01 {
  width: calc(100% - 34px);
  max-width: 1082px;
  margin: 0 auto;
  padding: 0 17px;
}

/* .layout-inner01.mailmagazine {
  padding-bottom: 120px;
}

@media screen and (max-width:767px) {
  .layout-inner01.features {
    padding-top: 140px;
  }
}

@media screen and (max-width:650px) {
  .layout-inner01.features {
    padding-top: 80px;
  }
}

@media screen and (max-width:500px) {
  .layout-inner01.features {
    padding-top: 50px;
  }
} */

/* 背景「Problem」「Features」、content01と併用すること
    トップ、コンサルティングページ
*/
.content01.problem {
  position: relative;
  padding-top: 140px;
  padding-bottom: 52px;
}

@media screen and (max-width:767px) {
  .content01.problem {
    padding-bottom: 56px;
    overflow: hidden;
  }
}

.content01.features {
  position: relative;
  padding-top: 140px;
}

@media screen and (max-width:767px) {
  .content01.features {
    padding-top: 0px;
    overflow: hidden;
  }
}

.background-title01 {
  position: absolute;
  color: #BAC3CC;
  font-size: 215px;
  line-height: 1.51;
  opacity: 0.16;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.background-title01.problem {
  top: -20px;
  left: -15px;
}

@media screen and (max-width:900px) {
  .background-title01.problem {
    top: -10px;
    font-size: 180px;
  }
}

@media screen and (max-width:767px) {
  .background-title01.problem {
    top: 0px;
    left: -10px;
    font-size: 150px;
    line-height: calc(138/92);
  }
}

@media screen and (max-width:650px) {
  .background-title01.problem {
    top: 30px;
    left: -9px;
    font-size: 120px;
  }
}

@media screen and (max-width:530px) {
  .background-title01.problem {
    top: 60px;
    left: -8px;
    font-size: 92px;
  }
}

.background-title01.features {
  top: -20px;
  left: -15px;
}

@media screen and (max-width:900px) {
  .background-title01.features {
    top: -10px;
    font-size: 180px;
  }
}

@media screen and (max-width:767px) {
  .background-title01.features {
    top: 0px;
    left: -10px;
    font-size: 150px;
    line-height: calc(138/92);
  }
}

@media screen and (max-width:650px) {
  .background-title01.features {
    top: -32px;
    left: -9px;
    font-size: 120px;
  }
}

@media screen and (max-width:500px) {
  .background-title01.features {
    top: -32px;
    left: -5px;
    font-size: 92px;
  }
}

/* 背景「Features」のみ */
.background-title01.blue {
  color: #2E72D9;
  opacity: 0.06;
}

/* メルマガ登録・解除、お問合せ、資料請求完了 */
.section01 {
  padding-top: 8px;
}

/******************************************
 * タイトル・テキスト関連
 ******************************************/
/* タイトルと「すべて見る」ボタン(TOP/ニュースとブログsection) */
.section-header01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

@media screen and (max-width:767px) {
  .section-header01 {
    margin-bottom: 24px;
  }
}

/* タイトル（TOP/Problem・Featuresオーバーレイ、VTL-Support） */
.heading01 {
  position: relative;
  margin-bottom: 64px;
}

@media screen and (max-width:767px) {
  .heading01 {
    margin-bottom: 48px;
  }
}

.heading01-title {
  font-size: 36px;
  font-weight: bold;
  line-height: calc(59/36);
}

@media screen and (max-width:767px) {
  .heading01-title {
    font-size: 22px;
    line-height: calc(33/22);
  }
}

/* 青字/黒字タイトル（トップ、導入効果、機能、コンサルティング） */
.title-wrapper01 {
  text-align: center;
}

.heading02-sub-title {
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 17px;
  color: #2E72D9;
  letter-spacing: 0;
  line-height: calc(28/17);
}

.heading02-sub-title.japanese {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.heading02-sub-title.english {
  font-family: aktiv-grotesk, sans-serif;
}

.heading02-sub-title.left {
  text-align: left;
}

@media screen and (max-width:767px) {
  .heading02-sub-title {
    font-size: 15px;
  }
}

.heading02.left {
  text-align: left;
}

.heading02-title {
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
  line-height: calc(69/52);
  margin-top: 4px;
}

.heading02-title.japanese {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: calc(63/42);
}

@media screen and (max-width:767px) {
  .heading02-title.japanese {
    font-size: 22px;
  }

  .heading02-title.japanese.sp-font-size28 {
    font-size: 28px;
  }
}

.heading02-title.english {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 52px;
}

@media screen and (max-width:767px) {
  .heading02-title.english {
    font-size: 36px;
  }
}

.sub-text01 {
  margin-top: 22px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: calc(32/18);
}

@media screen and (max-width:767px) {
  .sub-text01 {
    margin-top: 16px;
    font-size: 15px;
    line-height: calc(27/15);
  }
}

/* 以下3つ新規作成共通クラス20251205 */
.main-title22 {
  color: #222222;
  font-size: 22px;
  line-height: calc(36 / 22);
}

.main-text17 {
  color: #222222;
  font-size: 17px;
  line-height: calc(32/17);
}

@media screen and (max-width:767px) {
  .main-text17 {
    font-size: 15px;
    line-height: calc(27/15);
  }
}

/******************************************
 * ボタン
 ******************************************/
/* button01（お問い合わせボタン） */
.button01.center {
  display: flex;
  justify-content: center;
}

.button01.left {
  display: flex;
  justify-content: flex-start;
}

.button01.right {
  display: flex;
  justify-content: flex-end;
}

.button01.more {
  margin-top: 62px;
}

.button01.complete {
  margin-bottom: 180px;
}

@media screen and (max-width:767px) {
  .button01.complete {
    margin-bottom: 120px;
  }
}

.button01.material-archive {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:767px) {
  .button01.material-archive {
    display: flex;
    justify-content: center;
  }
}

.button01-inner {
  width: 266px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s background-color ease-out;
}

@media screen and (max-width:767px) {
  .button01-inner {
    width: 190px;
    height: 52px;
    font-size: 14px;
    line-height: calc(21/14);
  }
}

.button01-inner.orange {
  background-color: #EC711D;
  color: #FFF;
}

.button01-inner.blue {
  background-color: #2E72D9;
  color: #FFF;
}

.button01-inner.orange:hover {
  background-color: #D45E0F;
}

.button01-inner.blue:hover {
  background-color: #1F60C2;
}

/* ニュース・ブログ詳細「一覧に戻る」ボタン  */
.button01.more {
  margin-top: 62px;
}

.button01-inner.more {
  color: #2E72D9;
  border: 2px solid #3465D4;
}

.button01-inner.more:hover {
  background-color: #2E72D914;
  cursor: pointer;
}

/* ダウンロードボタン */
.button01-inner.download {
  width: 239px;
  height: 56px;
}

@media screen and (max-width: 767px) {
  .button01-inner.download {
    width: 206px;
    height: 48px;
  }
}

.button01-inner.complete {
  width: 168px;
  height: 58px;
}

.button01-inner.download svg {
  fill: #FFFFFF;
  margin-right: 12px;
}

/* button02（ハンバーガーメニュー内） */
/* @media screen and (max-width: 767px) {
  .button02 {
    margin-top: 24px;
  }
}

.button02.center {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .button02.center {
    justify-content: center;
  }
}

.button02-inner {
  height: 40px;
  padding: 0px 18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s background-color ease-out;
  white-space: nowrap;
}

@media screen and (max-width: 880px) {
  .button02-inner {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .button02-inner {
    height: 65px;
    padding: 0px 24px 0 52px;
    font-size: 15px;
  }
}

.button02-inner::after {
  margin-left: 7px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path fill="%23FFFFFF" d="M480-337q-8 0-15-2.5t-13-8.5L308-492q-12-12-11.5-28t11.5-28q12-12 28.5-12.5T365-549l75 75v-286q0-17 11.5-28.5T480-800q17 0 28.5 11.5T520-760v286l75-75q12-12 28.5-11.5T652-548q11 12 11.5 28T652-492L508-348q-6 6-13 8.5t-15 2.5ZM240-160q-33 0-56.5-23.5T160-240v-80q0-17 11.5-28.5T200-360q17 0 28.5 11.5T240-320v80h480v-80q0-17 11.5-28.5T760-360q17 0 28.5 11.5T800-320v80q0 33-23.5 56.5T720-160H240Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s width ease-out;
}

@media screen and (max-width: 767px) {
  .button02-inner::after {
    margin-left: 68px;
  }
}

.button02-inner:hover::after {
  width: 0;
  opacity: 0;
}

.button02-inner.orange {
  background-color: #EC711D;
  color: #FFF;
}

.button02-inner.orange:hover {
  background-color: #D45E0F;
} */

/*  囲み線なし「すべて見る」ボタン */
.button03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button03-inner {
  position: relative;
  height: 50px;
  padding: 0 56px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E72D9;
  line-height: calc(16 / 24);
  font-size: 16px;
  font-weight: bold;
  font-family: noto-sans-cjk-jp, sans-serif;
  transition: 0.3s background-color ease-out;
  border-radius: 20px;
}

.button03-inner::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #2E72D9;
  border-right: 2px solid #2E72D9;
  transform: rotate(45deg) translateY(-50%);
  box-sizing: border-box;
}

.button03-inner:hover {
  background: #2E72D90A 0% 0%;
}

/* button04（オレンジボタン） */
.button04-inner01 {
  padding: 22px 24px 22px 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: 0.3s background-color ease-out;
}

.button04-inner01.orange {
  background-color: #EC711D;
  color: #FFF;
}

.button04-inner01.orange:hover {
  background-color: #D45E0F;
}

.button04-inner01::after {
  margin-left: 52px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path fill="%23FFFFFF" d="M480-337q-8 0-15-2.5t-13-8.5L308-492q-12-12-11.5-28t11.5-28q12-12 28.5-12.5T365-549l75 75v-286q0-17 11.5-28.5T480-800q17 0 28.5 11.5T520-760v286l75-75q12-12 28.5-11.5T652-548q11 12 11.5 28T652-492L508-348q-6 6-13 8.5t-15 2.5ZM240-160q-33 0-56.5-23.5T160-240v-80q0-17 11.5-28.5T200-360q17 0 28.5 11.5T240-320v80h480v-80q0-17 11.5-28.5T760-360q17 0 28.5 11.5T800-320v80q0 33-23.5 56.5T720-160H240Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

/* fv-button button04 */
.fv-button .button04-inner01 {
  padding: 22px 24px;
}

.fv-button .button04-inner01::after {
  margin-left: 24px;
}

@media all and (max-width: 767px) {
  .main-img .button01-inner {
    width: 184px;
    height: 52px;
    font-size: 14px;
  }
}

.button-center-list {
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
}

/******************************************
 * CTA関連
 ******************************************/
/* CTA お問い合わせ（トップ、導入効果、機能ページ） */
.cta01-section {
  height: 493px;
}

@media screen and (max-width:767px) {
  .cta01-section {
    height: 371px;
  }
}

.cta01-wrapper {
  background: transparent linear-gradient(76deg, #3030CF 0%, #2CB6E3 100%) 0% 0% no-repeat padding-box;
  position: relative;
  width: 100%;
  height: 316px;
  padding: 0 17px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .cta01-wrapper {
    height: 240px;
  }
}

.cta01-inner {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 34px);
  max-width: 704px;
  height: 292px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
}

@media screen and (max-width:767px) {
  .cta01-inner {
    top: 84px;
    height: 231px;
  }
}

.cta01-title {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(42/28);
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width:767px) {
  .cta01-title {
    font-size: 20px;
    line-height: calc(30/20);
    margin-bottom: 32px;
  }
}

@media screen and (max-width:767px) {
  .cta01-title.material {
    margin-bottom: 24px;
  }
}

/* CTA：料金/ブログ（導入効果/機能）、TOPページ料金セクション */
.card02-wrapper {
  margin-top: 56px;
}

@media screen and (max-width:767px) {
  .card02-wrapper {
    margin-top: 52px;
  }
}

.card02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:767px) {
  .card02 {
    flex-direction: column;
  }
}

.card02-item {
  width: calc(calc(100% - 52px)/2);
  height: 307px;
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
}

@media screen and (max-width:767px) {
  .card02-item {
    width: 100%;
    min-width: inherit;
    height: auto;
    padding: 44px 0;
  }
}

.card02-item:not(:last-of-type) {
  margin: 0 52px 0 0;
}

@media screen and (max-width:767px) {
  .card02-item:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
}

.card02-item-img-wrap {
  margin: 0 auto 16px auto;
}

@media screen and (max-width:767px) {
  .card02-item-img-wrap {
    margin: 0 auto 11px auto;
  }
}

.card02-item-img-wrap svg {
  fill: #2E72D9;
}

.card02-item-title {
  font-size: 24px;
  color: #222;
  letter-spacing: 0;
  line-height: calc(36/24);
  margin-bottom: 20px;
}

@media screen and (max-width:767px) {
  .card02-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.card02-item-text {
  font-size: 17px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0;
  line-height: calc(28/17);
}

@media screen and (max-width:767px) {
  .card02-item-text {
    font-size: 15px;
    line-height: calc(27/15);
  }
}