@charset "UTF-8";

#header {
  background-color: #fff;
}

.front-page__header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 185px 5.5% 80px;
}

.front-page__header__headline {
  margin: 0;
}

.front-page__header__headline-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.front-page__header__headline-main {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-style: italic;
  font-weight: 700;
  font-optical-sizing: auto;
  font-size: clamp(40px, 3.8888888889vw, 56px);
  letter-spacing: -0.02em;
  padding-left: 67px;
  padding-right: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.front-page__header__headline-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 42px;
  background-image: url("../images/lp-shakou-x/fv__logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.front-page__header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin-top: 29px;
  margin-bottom: unset;
}

.front-page__header__title-highlight {
  display: inline-block;
  padding: 8px 8px;
  font-size: clamp(20px, 1.875vw, 27px);
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  letter-spacing: -0.01em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  margin-bottom: 16px;
}

.front-page__header__title-text {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}

.front-page__header__title-break {
  display: block;
  height: 8px;
}

.front-page__strength__product {
  border: unset;
}

.p-shakou-x-fv__img-box {
  margin-top: 8px;
}

.front-page__header__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: clamp(16px, 3.1944444444vw, 46px);
}

.front-page__header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 420px;
  padding: 14px 24px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.front-page__header__button:hover {
  opacity: 0.8;
  color: #fff;
}

/* テキスト */

.front-page__header__button-text {
  display: block;
}

/* アイコン（丸ごと画像） */

.front-page__header__button-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 左ボタン */

.front-page__header__button.front-page__header__button--orange {
  background: -webkit-gradient(linear, left top, right top, from(#F59C27), to(#F5C127));
  background: linear-gradient(90deg, #F59C27, #F5C127);
}

/* 右ボタン */

.front-page__header__button.front-page__header__button--blue {
  background: #287DAE;
}

.p-shakou-x-fv__circle-img {
  width: 100%;
  max-width: clamp(300px, 37.3611111111vw, 538px);
  height: auto;
}

.p-shakou-x-fv__pc-img {
  max-width: clamp(400px, 48.6111111111vw, 700px);
  height: auto;
}

.p-shakou-x-fv__sp-img {
  width: 100%;
  max-width: 366px;
  height: auto;
}

.p-shakou-x-nayami {
  padding: 100px 0 70px;
  background: #F6FAFF;
}

.p-shakou-x-nayami__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-shakou-x-nayami__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.p-shakou-x-nayami-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.p-shakou-x-nayami-card__img {
  margin-bottom: 26px;
}

.p-shakou-x-nayami-card__img-el {
  width: 160px;
  height: auto;
}

.p-shakou-x-nayami-card__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.08;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-nayami-card__title.p-shakou-x-nayami-card__title--green {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #0C7C76;
}

.p-shakou-x-nayami-card__title.p-shakou-x-nayami-card__title--purple {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #0C0C7C;
}

.p-shakou-x-nayami-card__list {
  border-top: 0.5px solid #DBECFD;
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: unset;
  padding-left: unset;
  text-align: left;
}

.p-shakou-x-nayami-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.p-shakou-x-nayami-card__icon {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.p-shakou-x-nayami-card__text {
  font-size: 13px;
  font-weight: 350;
  line-height: 1.5;
  color: #1A1A1A;
  margin-bottom: unset;
}

.p-shakou-x-onestop {
  position: relative;
  padding: 100px 0;
}

.p-shakou-x-onestop::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #F6FAFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-shakou-x-onestop__inner {
  padding-top: 100px;
}

.p-shakou-x-onestop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}

.p-shakou-x-onestop__pc-img {
  width: 100%;
  max-width: 1012px;
  height: auto;
}

.p-shakou-x-onestop__sp-img {
  width: 100%;
  max-width: 366px;
  height: auto;
}

.p-shakou-x-asset-structure {
  padding: 32px 20px;
}

.p-shakou-x-asset-structure__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.p-shakou-x-asset-structure__body {
  margin-top: 48px;
  width: 100%;
  max-width: 1055px;
  margin-inline: auto;
}

.p-shakou-x-asset-structure__pc {
  display: block;
}

.p-shakou-x-asset-structure__pc-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-shakou-x-asset-structure__sp {
  display: none;
}

.p-shakou-x-asset-structure__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}

.p-shakou-x-asset-structure__tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 16px) / 3);
  min-height: 42px;
  padding: 5px 0px;
  border: 1px solid #5f82c7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.p-shakou-x-asset-structure__tab-button.is-active {
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  border-color: #4f6fbb;
}

.p-shakou-x-asset-structure__tab-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-asset-structure__tab-button-text-main {
  font-size: clamp(15px, 4.6153846154vw, 17px);
  font-weight: 700;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-asset-structure__tab-button-text-sub {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-asset-structure__tab-button.is-active .p-shakou-x-asset-structure__tab-button-text-main {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.p-shakou-x-asset-structure__tab-button.is-active .p-shakou-x-asset-structure__tab-button-text-sub {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.p-shakou-x-asset-structure__sp-image-wrapper {
  width: 87%;
  margin-top: 21px;
  margin-inline: auto;
}

.p-shakou-x-asset-structure-flow__flow-img {
  width: 87%;
  margin-inline: auto;
}

.p-shakou-x-asset-structure__sp-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-shakou-x-asset-structure__tab-button {
  outline: none;
}

.p-shakou-x-asset-structure__tab-button:focus {
  outline: none;
}

.p-shakou-x-asset-structure__tab-button:focus-visible {
  outline: none;
}

.p-shakou-x-asset-structure-flow {
  display: none;
}

.p-shakou-x-asset-structure-flow__note-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  font-style: italic;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-asset-structure-flow__final {
  margin-top: 45px;
  padding: 16px 20px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(59%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 59%, #2E9CC9 97%);
}

.p-shakou-x-asset-structure-flow__final-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20.78px;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}

.p-shakou-x-asset-structure-flow__final-text {
  font-size: 17.81px;
  font-weight: 400;
  line-height: 1.5;
  margin: unset;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  text-align: center;
  color: #ffffff;
}

.p-shakou-x-asset-structure-flow__final-text:last-child {
  margin-top: 8px;
}

.p-shakou-x-strategy__inner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.p-shakou-x-strategy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-shakou-x-strategy__left-box {
  width: 50%;
  max-width: 740px;
  height: auto;
  padding: 100px 42px 0;
}

.p-shakou-x-strategy__right-box {
  width: 50%;
  max-width: 740px;
  height: auto;
}

.p-shakou-x-strategy__method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

.p-shakou-x-method-banner {
  width: calc((100% - 34px) / 2);
}

.p-shakou-x-method-banner__inner {
  width: 100%;
}

.p-shakou-x-method-banner__link {
  display: block;
  text-decoration: none;
}

.p-shakou-x-method-banner__thumbnail {
  width: 100%;
}

.p-shakou-x-method-banner__thumbnail-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.p-shakou-x-method-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding: 15px 18px 16px;
  border: 1px solid #365DB5;
  border-radius: 4px;
}

.p-shakou-x-method-banner__button-text span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-method-banner__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333;
}

.p-shakou-x-method-banner__button-text-accent {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-method-banner__button-text-normal {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333333;
}

.p-shakou-x-method-banner__button-icon {
  display: block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-shakou-x-strategy__link-container {
  margin-top: 36px;
}

.p-shakou-x-strategy__link-box-heading {
  padding-top: 36px;
  border-top: 0.5px solid #DBECFD;
}

.p-shakou-x-strategy__link-box-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: #365DB5;
}

.p-shakou-x-analysis {
  margin-top: 30px;
  margin-bottom: 60px;
}

.p-shakou-x-analysis__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-shakou-x-analysis__left-box {
  width: 50%;
  max-width: 740px;
  height: auto;
  padding: 100px 42px 0;
}

.p-shakou-x-analysis__right-box {
  width: 50%;
  max-width: 740px;
  height: auto;
}

.p-shakou-x-marketing {
  padding: 80px 53px;
  background: #edf1f6;
  margin-top: 80px;
}

.p-shakou-x-marketing__inner {
  max-width: 1360px;
  margin: 0 auto;
}

.p-shakou-x-marketing__cards-wrap {
  margin-top: 48px;
}

.p-shakou-x-marketing__cards-wrap::-webkit-scrollbar {
  height: 8px;
}

.p-shakou-x-marketing__cards-wrap::-webkit-scrollbar-thumb {
  background: rgba(54, 93, 181, 0.25);
  border-radius: 999px;
}

.p-shakou-x-marketing__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.p-shakou-x-marketing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.p-shakou-x-marketing-card__visual {
  background: #dfe8f4;
}

.p-shakou-x-marketing-card__visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-shakou-x-marketing-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px 24px 20px;
}

.p-shakou-x-marketing-card__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-marketing-card__description {
  margin: 18px 0 0;
  min-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6B7280;
}

.p-shakou-x-marketing-card__divider {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  background: #DBECFD;
}

.p-shakou-x-marketing-card__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.p-shakou-x-marketing-card__feature:first-child {
  margin-top: 18px;
}

.p-shakou-x-marketing-card__feature--consult {
  padding-top: 16px;
  border-top: 1px solid #e3e8f1;
  margin-top: 8px;
}

.p-shakou-x-marketing-card__feature-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-shakou-x-marketing-card__feature-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-shakou-x-marketing-card__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.p-shakou-x-marketing-card__feature-label {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #2B73A9;
}

.p-shakou-x-marketing-card__feature-text {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #374151;
}

.p-shakou-x-marketing-card__banner {
  margin-top: auto;
  padding-top: 20px;
}

.p-shakou-x-marketing-banner__thumbnail img {
  display: block;
  margin-inline: auto;
}

.p-shakou-x-marketing-card__coming-soon-list {
  padding-top: 12px;
}

.p-shakou-x-marketing-card__coming-soon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.p-shakou-x-marketing-card__coming-soon-item + .p-shakou-x-marketing-card__coming-soon-item {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e3e8f1;
}

.p-shakou-x-marketing-card__coming-soon-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  border-radius: 50%;
  background: #365db5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-shakou-x-marketing-card__coming-soon-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #333333;
}

.p-shakou-x-marketing-card--coming-soon .p-shakou-x-marketing-card__content {
  padding-bottom: 28px;
}

.p-shakou-x-marketing-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 26px;
  padding: 15px 18px 16px;
  border: 1px solid #365DB5;
  border-radius: 4px;
}

.p-shakou-x-marketing-banner__button-text span {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-marketing-banner__button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333;
}

.p-shakou-x-marketing-banner__button-text-accent {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-marketing-banner__button-text-normal {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333333;
}

.p-shakou-x-marketing-banner__button-icon {
  display: block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-shakou-x-function-nav {
  padding: 0 24px;
  margin-top: 70px;
  margin-bottom: 100px;
}

.p-shakou-x-function-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 5.6944444444vw, 82px);
  max-width: 884px;
  margin: 0 auto;
}

.p-shakou-x-function-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 33.3333333333%;
  padding: 20px 24px;
  border: 2px solid #365DB5;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  position: relative;
}

.p-shakou-x-function-nav__button:focus {
  outline: none;
}

.p-shakou-x-function-nav__button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #365DB5;
  text-align: center;
  white-space: nowrap;
}

.p-shakou-x-function-nav__button-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 16px;
  height: 10px;
}

.p-shakou-x-function-nav__button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #5a74cc;
  border-bottom: 3px solid #5a74cc;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
}

.p-shakou-x-flow {
  padding: 100px 70px;
  background: #edf0f5;
}

.p-shakou-x-flow__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.p-shakou-x-flow__content {
  margin-top: 56px;
}

.p-shakou-x-flow__item {
  position: relative;
}

.p-shakou-x-flow-card {
  height: 100%;
  padding: 2px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
}

.p-shakou-x-flow-card__inner {
  height: 100%;
  padding: 18px 18px;
  border-radius: 8px;
  background: #fff;
}

.p-shakou-x-flow-card__number {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-flow-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  min-height: 184px;
}

.p-shakou-x-flow-card__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 94px;
}

.p-shakou-x-flow-card__image {
  display: block;
  width: auto;
  height: 100%;
}

.p-shakou-x-flow-card__text-group {
  width: 100%;
}

.p-shakou-x-flow-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-flow-card__text {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-flow__line {
  position: absolute;
  background-image: radial-gradient(circle, #4d74b6 1.6px, transparent 1.7px);
  background-repeat: repeat;
  background-size: 6px 6px;
}

.p-shakou-x-flow__sp {
  display: none;
}

.p-shakou-x-flow__sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-shakou-x-flow__sp-item {
  position: relative;
}

.p-shakou-x-flow__sp-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 18px;
  background-image: radial-gradient(circle, #4d74b6 1.6px, transparent 1.7px);
  background-repeat: repeat-y;
  background-size: 6px 6px;
}

.p-shakou-x-flow__pc-simple {
  margin-top: 80px;
}

.p-shakou-x-flow__simple-grid {
  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;
  gap: 24px;
  width: 100%;
  max-width: 1153px;
  margin-inline: auto;
}

.p-shakou-x-flow__simple-item {
  width: min(100%, 306px);
}

.p-shakou-x__example {
  margin: 0 auto;
  padding: 100px 0;
}

.p-shakou-x__company-logo-wrapper {
  margin-top: 95px;
  width: 100%;
  max-width: 998px;
  margin-inline: auto;
}

.p-shakou-x-flow__faq {
  padding: 100px 0;
}

/* --------------------------------------------
faq
-------------------------------------------- */

.faq__wrapper {
  padding-top: 1px;
  padding-bottom: 80px;
}

/* --------------------------------------------
アコーディオン
-------------------------------------------- */

.accordion-box {
  margin-top: 40px;
}

.accordion-003 {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 24px;
}

.accordion-003:not(:first-child) {
  margin-top: 8px;
}

.accordion-003__summary {
  position: relative;
  display: block;
  padding: 0px 64px 0px 0;
  cursor: pointer;
  list-style: none;
}

.accordion-003__summary::-webkit-details-marker {
  display: none;
}

.accordion-003__summary::after {
  position: absolute;
  top: 5px;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #365DB5;
  border-right: 3px solid #365DB5;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-003[open] .accordion-003__summary::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordion-003__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.accordion-003__question-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.accordion-003__question-text {
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.accordion-003__content {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-003[open] .accordion-003__content {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.accordion-003__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding-top: 40px;
}

.accordion-003__answer-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.accordion-003__answer-text {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.p-shakou-x-contact {
  padding: 80px 0;
  background-color: #F6FAFF;
}

.p-shakou-x-contact__inner {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-inline: auto;
}

.p-shakou-x-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding-top: 66px;
}

.p-shakou-x-contact__info {
  width: 100%;
  max-width: 320px;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  margin-inline: auto;
}

.p-shakou-x-contact-card__title {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-contact-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-shakou-x-contact-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #d9e1ec;
}

.p-shakou-x-contact-card__item:first-child {
  padding: 0 0 8px 0;
}

.p-shakou-x-contact-card__item-icon {
  width: 30px;
  height: 30px;
}

.p-shakou-x-contact-card__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #374151;
}

.p-shakou-x-contact-card__note {
  margin: 24px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6B7280;
}

.p-shakou-x-contact-card__button-wrap {
  width: 100%;
}

.p-shakou-x-contact-card__button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-shakou-x-contact-card__button-text {
  font-size: 16px;
  font-weight: 700;
}

.p-shakou-x-contact-card__button-icon {
  width: 20px;
  height: 20px;
}

.p-shakou-x-contact__form-area .wpcf7 {
  margin-top: unset;
}

.p-shakou-x-contact__form-area .wpcf7-form {
  margin-bottom: unset;
}

.p-shakou-x-contact__form-area .p-shakou-x-contact__form-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(3, 51, 86, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(3, 51, 86, 0.1);
  padding-left: min(1.5944vw, 46px);
  padding-right: min(1.5944vw, 46px);
  padding-bottom: 1.522vw;
  padding-top: 1.522vw;
}

.p-shakou-x-contact__form-area .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.5;
}

.p-shakou-x-contact__form-area .policy .wpcf7-form-control-wrap {
  margin-right: 8px;
}

.p-shakou-x-contact__form-area .policy p {
  font-size: 12px;
  font-weight: 350;
  color: #231815;
}

.p-shakou-x-contact__form-area .download {
  margin-top: 24px;
  margin-bottom: 20px;
}

.p-shakou-x-contact__form-area .wpcf7-submit {
  background-color: #F5BD27;
}

.footer-inquiry {
  display: none !important;
}

.p-shakou-x-feature-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 19px;
  max-width: 1024px;
  margin: 0 auto;
}

.p-shakou-x-feature-card-list.p-shakou-x-feature-card-list--analysis {
  margin-top: 36px;
}

.p-shakou-x-feature-card-list.p-shakou-x-feature-card-list--strategy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 36px;
}

.p-shakou-x-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 25px 0;
  border-radius: 13px;
  background: #EEF6FE;
}

.p-shakou-x-feature-card--full {
  grid-column: 1/3;
  max-width: 318px;
  width: 100%;
  margin: 0 auto;
}

.p-shakou-x-feature-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-shakou-x-feature-card.p-shakou-x-feature-card--top .p-shakou-x-feature-card__body {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.p-shakou-x-feature-card__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: italic;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-feature-card__text {
  margin: 24px 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
}

.p-shakou-x-feature-card__text-accent {
  font-weight: 700;
  color: #2C73A9;
}

.p-shakou-x-feature-card__image-wrap {
  width: 100%;
  margin-top: 24px;
}

.p-shakou-x-feature-card__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.p-shakou-x-feature-heading {
  text-align: center;
}

.p-shakou-x-feature-heading__label {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  color: #365DB5;
}

.p-shakou-x-feature-heading__title {
  margin: 2px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: italic;
  color: #333333;
}

.p-shakou-x-feature-heading__lead {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.58;
  font-style: italic;
  color: #333333;
}

.p-shakou-x-section-heading {
  text-align: center;
}

.p-shakou-x-section-heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.82;
  font-style: italic;
  color: #333;
}

.p-shakou-x-section-heading__title-text {
  display: inline-block;
}

.p-shakou-x-section-heading__title-accent {
  display: inline-block;
  padding: 2px 6px 2px 2px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, right top, from(#395AA8), color-stop(90%, #3184BD), color-stop(97%, #2E9CC9));
  background: linear-gradient(90deg, #395AA8 0%, #3184BD 90%, #2E9CC9 97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-shakou-x-section-heading__lead {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.71;
  font-style: italic;
  color: #333333;
}

.p-shako-x-xl-show {
  display: none;
}

.p-shako-x-lg-show {
  display: none;
}

.p-shako-x-md-show {
  display: none;
}

.p-shako-x-sp-show {
  display: none;
}

html {
  scroll-behavior: auto !important;
}

@media screen and (max-width: 1200px) {
  .front-page__header__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-shako-x-xl-none {
    display: none;
  }

  .p-shako-x-xl-show {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .p-shakou-x-strategy__left-box {
    width: 100%;
    padding: 60px 12px 0;
  }

  .p-shakou-x-analysis__left-box {
    width: 100%;
    padding: 80px 12px 0;
  }

  .p-shakou-x-feature-card-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .p-shakou-x-feature-card-list.p-shakou-x-feature-card-list--analysis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-shakou-x-feature-card--full {
    grid-column: auto;
    max-width: 100%;
  }

  .p-shakou-x-feature-heading {
    padding-bottom: 28px;
  }

  .p-shako-x-lg-none {
    display: none;
  }

  .p-shako-x-lg-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .faq__inner {
    padding: 0 4.27%;
  }
}

@media screen and (max-width: 800px) {
  .front-page__header__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    padding: 100px 12px 40px;
  }

  .front-page__header__headline-sub {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
  }

  .front-page__header__headline-main {
    padding-left: 52px;
    font-size: 46px;
    line-height: 160%;
    margin-bottom: 10px;
  }

  .front-page__header__title {
    margin-top: 34px;
    font-size: 16px;
  }

  .front-page__header__title-highlight {
    padding: 4px 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .front-page__header__title-text {
    font-size: 14px;
  }

  .front-page__header__title-break {
    height: 4px;
  }

  .front-page__company-logo-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }

  .c-f-t-container {
    width: 100%;
  }

  .front-page__header__button-wrapper {
    gap: 10px;
    margin-top: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-shakou-x-fv__circle-img {
    max-width: 400px;
    display: block;
    margin-inline: auto;
  }

  .p-shakou-x-fv__sp-img {
    display: block;
    margin-inline: auto;
  }

  .p-shakou-x-nayami {
    padding: 40px 0;
  }

  .p-shakou-x-nayami__inner {
    padding: 0 16px;
  }

  .p-shakou-x-nayami__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }

  .p-shakou-x-nayami-card {
    padding: 32px 24px;
  }

  .p-shakou-x-nayami-card__item {
    margin-bottom: 8px;
  }

  .p-shakou-x-onestop {
    padding: 100px 0 0;
  }

  .p-shakou-x-onestop::after {
    height: 90px;
  }

  .p-shakou-x-onestop__inner {
    padding-top: 40px;
  }

  .p-shakou-x-onestop__container {
    margin-top: 10px;
  }

  .p-shakou-x-asset-structure {
    padding: 40px 16px;
  }

  .p-shakou-x-asset-structure__inner {
    max-width: 100%;
  }

  .p-shakou-x-asset-structure__body {
    margin-top: 28px;
  }

  .p-shakou-x-asset-structure__pc {
    display: none;
  }

  .p-shakou-x-asset-structure__sp {
    display: block;
  }

  .p-shakou-x-asset-structure__tab-list {
    margin-bottom: 16px;
  }

  .p-shakou-x-asset-structure-flow {
    display: block;
    margin-top: 8px;
  }

  .p-shakou-x-asset-structure-flow__final {
    padding: 26px 20px;
    margin: 16px 24px 0;
    padding: 38px 20px;
  }

  .p-shakou-x-asset-structure-flow__final-text {
    font-size: 13px;
  }

  .p-shakou-x-strategy__method-list-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 8px;
  }

  .p-shakou-x-strategy__method-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 24px;
  }

  .p-shakou-x-method-banner {
    width: 335px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .p-shakou-x-method-banner__button {
    gap: 13px;
    margin-top: 18px;
    padding: 13px 16px 14px;
  }

  .p-shakou-x-method-banner__button-text-accent {
    font-size: 14px;
  }

  .p-shakou-x-method-banner__button-text-normal {
    font-size: 12px;
  }

  .p-shakou-x-method-banner__button-icon {
    width: 16px;
    height: 16px;
  }

  .p-shakou-x-analysis {
    margin-top: unset;
    margin-bottom: 35px;
  }

  .p-shakou-x-marketing {
    padding: 70px 0 40px;
    margin-top: 40px;
  }

  .p-shakou-x-marketing__cards-wrap {
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 12px;
  }

  .p-shakou-x-marketing__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-shakou-x-marketing-card {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 18px;
  }

  .p-shakou-x-marketing-card__content {
    padding: 24px 16px 18px;
  }

  .p-shakou-x-marketing-card__title {
    font-size: 16px;
  }

  .p-shakou-x-marketing-card__description {
    min-height: auto;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.8;
  }

  .p-shakou-x-marketing-card__divider {
    margin-top: 16px;
  }

  .p-shakou-x-marketing-card__feature {
    gap: 8px;
  }

  .p-shakou-x-marketing-card__feature--consult {
    padding-top: 14px;
  }

  .p-shakou-x-marketing-card__feature-text {
    font-size: 13px;
  }

  .p-shakou-x-marketing-card__banner {
    padding-top: 18px;
  }

  .p-shakou-x-marketing-card__coming-soon-list {
    padding-top: 4px;
  }

  .p-shakou-x-marketing-card__coming-soon-item + .p-shakou-x-marketing-card__coming-soon-item {
    margin-top: 16px;
    padding-top: 16px;
  }

  .p-shakou-x-marketing-card__coming-soon-text {
    font-size: 13px;
  }

  .p-shakou-x-marketing-card--coming-soon .p-shakou-x-marketing-card__content {
    padding-bottom: 24px;
  }

  .p-shakou-x-marketing-banner__button {
    gap: 13px;
    margin-top: 18px;
    padding: 13px 16px 14px;
  }

  .p-shakou-x-marketing-banner__button-text-accent {
    font-size: 14px;
  }

  .p-shakou-x-marketing-banner__button-text-normal {
    font-size: 12px;
  }

  .p-shakou-x-marketing-banner__button-icon {
    width: 16px;
    height: 16px;
  }

  .p-shakou-x-function-nav {
    padding: 0 12px;
    margin-top: 20px;
    margin-bottom: unset;
  }

  .p-shakou-x-function-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .p-shakou-x-function-nav__button {
    width: 100%;
    min-height: 45px;
    padding: 10px 28px 10px 32px;
  }

  .p-shakou-x-function-nav__button-text {
    font-size: 14px;
    line-height: 1.7142857143;
  }

  .p-shakou-x-function-nav__button-icon {
    right: 20px;
  }

  .p-shakou-x-function-nav__button-icon::before {
    width: 8px;
    height: 8px;
    border-right: 3px solid #5a74cc;
    border-bottom: 3px solid #5a74cc;
  }

  .p-shakou-x-flow {
    padding: 40px 12px;
  }

  .p-shakou-x-flow__content {
    margin-top: 32px;
  }

  .p-shakou-x-flow-card__inner {
    padding: 11px 14px 13px;
  }

  .p-shakou-x-flow-card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    min-height: auto;
  }

  .p-shakou-x-flow-card__image-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    height: 53px;
  }

  .p-shakou-x-flow-card__title {
    font-size: 18px;
  }

  .p-shakou-x-flow-card__text {
    margin-top: 4px;
    font-size: 12px;
  }

  .p-shakou-x-flow__sp {
    display: block;
  }

  .p-shakou-x-flow__pc-simple {
    display: none;
  }

  .p-shakou-x__example {
    padding: 40px 12px;
  }

  .p-shakou-x-flow__faq {
    padding: 40px 12px;
  }

  .faq__wrapper {
    padding-top: 1px;
    padding-bottom: 50px;
  }

  .accordion-003 {
    padding: 24px 14px;
  }

  .accordion-003__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .accordion-003__question-text {
    font-size: 14px;
    line-height: 1.6071428571;
  }

  .accordion-003__answer {
    padding-top: 16px;
  }

  .accordion-003__answer-text {
    font-size: 12px;
    line-height: 1.375;
  }

  .accordion-box {
    margin-top: 32px;
  }

  .accordion-003 {
    max-width: 100%;
  }

  .accordion-003__summary::after {
    top: 10px;
    right: 8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #365DB5;
    border-right: 2px solid #365DB5;
  }

  .p-shakou-x-contact__inner {
    padding: 0 12px;
  }

  .p-shakou-x-contact__content {
    padding-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }

  .p-shakou-x-contact__info {
    max-width: unset;
  }

  .p-shakou-x-contact-card__item {
    padding: 16px 0;
    gap: 12px;
  }

  .p-shakou-x-contact-card__note {
    margin: 20px 0 16px;
  }

  .p-shakou-x-contact-card__button-wrap a {
    margin-inline: auto;
  }

  .p-shakou-x-contact-card__button-text {
    font-size: 14px;
  }

  .p-shakou-x-feature-card {
    padding: 32px 16px 0;
    border-radius: 16px;
  }

  .p-shakou-x-feature-card__text {
    margin: 24px 0 0;
    font-size: 12px;
  }

  .p-shakou-x-feature-heading__label {
    font-size: 10px;
    line-height: 1.5;
  }

  .p-shakou-x-feature-heading__title {
    margin-top: 6px;
    font-size: 22px !important;
  }

  .p-shakou-x-feature-heading__title span {
    font-size: 18px !important;
  }

  .p-shakou-x-feature-heading__lead {
    font-size: 12px;
  }

  .p-shakou-x-section-heading__title {
    font-size: 16px;
    line-height: 1.92;
  }

  .p-shakou-x-section-heading__title-accent {
    font-size: 22px;
  }

  .p-shakou-x-section-heading__lead {
    font-size: 12px;
    line-height: 1.4;
  }

  .p-shako-x-md-none {
    display: none;
  }

  .p-shako-x-md-show {
    display: block;
  }
}

@media screen and (max-width: 499px) {
  .p-shako-x-sp-none {
    display: none;
  }

  .p-shako-x-sp-show {
    display: block;
  }
}
/*# sourceMappingURL=p-shakou-x.css.map */