@charset "utf-8";

/* ===================================
   箇条書きリスト
   =================================== */

.editor-styles-wrapper .bullet-list,
.editor-styles-wrapper .service-feature-list,
.editor-styles-wrapper .service-faq-list,
.editor-styles-wrapper .service-flow-list,
.editor-styles-wrapper .wp-block-xbuzz-team-member-item {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  box-sizing: initial;
}

.bullet-list {
  list-style: none;
  padding-left: 0;
}
.bullet-list__item {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 30.4px */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  position: relative;
  padding-left: 15px;
  padding-left: 0.9375rem;
  list-style: none;
}
.bullet-list__item::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
}

/* エディター側でリストマーカーを非表示 */
.block-editor-block-list__layout .bullet-list,
.editor-styles-wrapper .bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.block-editor-block-list__layout .bullet-list__item,
.editor-styles-wrapper .bullet-list__item {
  list-style: none !important;
}

/* ===================================
   サービス料金（料金プラン）
   =================================== */
.service-pricing-list {
  margin-bottom: 16.9px;
  margin-bottom: 1.05625rem;
  border-right: 1px solid #000000;
  border-right: 0.0625rem solid #000000;
}

.service-pricing-item {
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.service-pricing-item:last-of-type {
  margin-bottom: 0;
}
.service-pricing-item {
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}
.service-pricing-item::before {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  left: 9px;
  left: 0.5625rem;
  transform: translate(0, -50%);
}
.service-pricing-item__name {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 34.98px */
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
}

.service-pricing-item__price {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 34.98px */
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
}

.service-pricing-item__tax-note {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  margin-left: 0px;
  margin-left: 0rem;
}

/* ===================================
   サービス機能一覧（料金プラン用）
   =================================== */
.service-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 0.625rem;
  border-right: 1px solid #000000;
  border-right: 0.0625rem solid #000000;
}
.service-feature-list.service-feature-list--bordered {
  gap: 8px;
  gap: 0.5rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}

.service-feature-list .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  width: fit-content;
}

.service-feature-item {
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
}

.service-feature-list .block-editor-block-list__layout .wp-block {
  margin: 0;
}

.service-feature-item__text {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 25.44px */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.service-feature-list--bordered .service-feature-item {
  border: 1.4px solid #d2d2d2;
  border: 0.0875rem solid #d2d2d2;
  border-radius: 30px;
  border-radius: 1.875rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  width: fit-content;
}

.service-feature-list--bordered .service-feature-item:last-child {
}

/* ===================================
   サービスFAQ一覧
   =================================== */
.service-faq-list {
  margin: 0;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding: 0;
  list-style: none;
}

.service-faq-item {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  border-bottom: 1.4px solid #d2d2d2;
  border-bottom: 0.0875rem solid #d2d2d2;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.service-faq-item:last-child {
  margin-bottom: 0;
}

.service-faq-item__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.service-faq-item__label {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #9d9302;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 159%;
  /* 27.03px */
  letter-spacing: 0.85px;
  letter-spacing: 0.053125rem;
}

.service-faq-item__question {
  font-weight: 700;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 30.21px */
  letter-spacing: 1.33px;
  letter-spacing: 0.083125rem;
}

.service-faq-item__answer {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 161%;
  /* 25.76px */
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  padding-left: 34px;
  padding-left: 2.125rem;
}

.service-faq-list--bordered .service-faq-item {
  border-bottom: 1px solid #e0e0e0;
  border-bottom: 0.0625rem solid #e0e0e0;
}

.service-faq-list--bordered .service-faq-item:last-child {
  border-bottom: none;
}

/* ===================================
   数字つきリストブロック
   =================================== */
.service-step {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.service-step__title {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  margin-bottom: 10.52px;
  margin-bottom: 0.6575rem;
}

.service-step__number {
  color: #9d9302;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 159%;
  letter-spacing: 0.38px;
  letter-spacing: 0.02375rem;
  margin-right: 6.55px;
  margin-right: 0.409375rem;
}

.service-step__title-text {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  letter-spacing: 1.33px;
  letter-spacing: 0.083125rem;
}

.service-step__text {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

/* ===================================
   サービス実績ブロック
   =================================== */
.service-works-block {
  margin: 46.78px 0 62.33px;
  margin: 2.92375rem 0 3.895625rem;
}

.service-works-block__list {
  display: flex;
  gap: 32px;
  gap: 2rem;
}

.service-works-block__item {
  width: 377.56px;
  width: 23.5975rem;
}

.service-works-block__image-wrapper {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.service-works-block__link {
  display: block;
  width: 100%;
}

.service-works-block__image {
  max-width: 100%;
  height: auto;
  display: block;
}

.service-works-block__title {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
}

.service-works-block__subtitle {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.service-works-block__category {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.service-works-block__more-link {
  color: #111;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 27.03px */
  letter-spacing: 0.85px;
  letter-spacing: 0.053125rem;
  position: relative;
  padding-bottom: 7.71px;
  padding-bottom: 0.481875rem;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding-right: 37px;
  padding-right: 2.3125rem;
  background: url(../../img/c-arrow-black@2x.png) right center no-repeat;
  background-size: 30px;
  background-size: 1.875rem;
}

.service-works-block__more-link:after {
  content: "";
  width: 100%;
  height: 0.8px;
  height: 0.05rem;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-works-block__more-link:hover {
}

/* ===================================
   サービスフロー（STEP リスト）
   =================================== */
.service-flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-flow-step {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 24.1px 0 rgba(184, 184, 184, 0.1);
  box-shadow: 0 0 1.50625rem 0 rgba(184, 184, 184, 0.1);
  padding: 32px 30px 32.5px 34px;
  padding: 2rem 1.875rem 2.03125rem 2.125rem;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 30.21px */
  letter-spacing: 1.33px;
  letter-spacing: 0.083125rem;
}

.service-flow-step__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 11.5px;
  margin: 0 0 0.71875rem;
}

.service-flow-step__number {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #9d9302;
  font-family: "PT Sans Narrow";
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 33.39px */
  letter-spacing: 2.1px;
  letter-spacing: 0.13125rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #f4f4f4;
  padding: 1px 8px;
  padding: 0.0625rem 0.5rem;
}

.service-flow-step__title-text {
  font-weight: 700;
}

.service-flow-step__text {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 167%;
  /* 25.05px */
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}

/* ===================================
   関連ブログブロック（手動選択）
   エディタープレビュー用ラッパー
   =================================== */
.xbuzz-related-posts-block {
  /* エディタープレビュー用の簡易スタイル */
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  background: #f9f9f9;
}

/* ===================================
   チームメンバーブロック
   =================================== */
.wp-block-xbuzz-team-member-item {
  list-style: none;
}

.wp-block-xbuzz-team-member-item div {
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
}

.wp-block-xbuzz-team-member-item div img {
  object-fit: cover;
  max-width: 100%;
}

.wp-block-xbuzz-team-member-item p {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 28.62px */
  letter-spacing: 1.44px;
  letter-spacing: 0.09rem;
}

.wp-block-xbuzz-team-member-item p span {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  /* 22.26px */
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}

.teams {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

/* ===================================
   チームメンバーブロック
   =================================== */
.teams {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 27.89px;
  gap: 1.743125rem;
  /* カード間の余白 */
  margin: 0px 0 30px;
  margin: 0rem 0 1.875rem;
}
.teams .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.wp-block-xbuzz-team-member-item {
  list-style: none;
  width: 174.08px;
  width: 10.88rem;
  /* カード幅（お好みで） */
}

/* 画像エリア */
.wp-block-xbuzz-team-member-item > div {
  width: 174.08px;
  width: 10.88rem;
  height: 174.08px;
  height: 10.88rem;
  overflow: hidden;
  margin-bottom: 13.6px;
  margin-bottom: 0.85rem;
}

/* 画像 */
.wp-block-xbuzz-team-member-item > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 名前＆役職 */
.wp-block-xbuzz-team-member-item p {
  margin: 0;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

/* 役職（上の小さい文字） */
.wp-block-xbuzz-team-member-item p span:first-child {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  /* 22.26px */
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
}

.wp-block-xbuzz-team-member-item p span:last-child {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 28.62px */
  letter-spacing: 1.44px;
  letter-spacing: 0.09rem;
}

/* ===================================
   インタビュー記事ブロック（手動選択）
   エディタープレビュー用ラッパー
   =================================== */
.xbuzz-interview-posts-block {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  background: #f9f9f9;
}

/* ===================================
   関連サービスボックス
   =================================== */
.xbuzz-related-services {
  display: flex;
  flex-wrap: wrap;
  gap: 14.34px;
  gap: 0.89625rem;
  align-items: stretch;
}

.xbuzz-related-services__box {
  flex: 1 1 0;
  min-width: 220px;
  filter: drop-shadow(0 0 13.478px rgba(184, 184, 184, 0.28));
  filter: drop-shadow(0 0 0.842375rem rgba(184, 184, 184, 0.28));
  display: flex;
  flex-direction: column;
}

.xbuzz-related-services__title {
  color: rgba(247, 247, 247, 0.97);
  font-family: "Noto Sans JP";
  font-size: 17.206px;
  font-size: 1.075375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 27.358px */
  letter-spacing: 1.004px;
  letter-spacing: 0.06275rem;
  text-align: center;
  border-radius: 9.559px 9.559px 0 0;
  border-radius: 0.5974375rem 0.5974375rem 0 0;
  background: var(--Style, #111);
  padding: 20px 0 23px;
  padding: 1.25rem 0 1.4375rem;
}

.xbuzz-related-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 21px 16px 39px 16px;
  padding: 1.3125rem 1rem 2.4375rem 1rem;
  border-radius: 0 0 9.559px 9.559px;
  border-radius: 0 0 0.5974375rem 0.5974375rem;
  height: 100%;
}

.xbuzz-related-services__item {
  margin-bottom: 10.41px;
  margin-bottom: 0.650625rem;
}

.xbuzz-related-services__item p {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%; /* 22.26px */
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}
.xbuzz-related-services__item a {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 22.26px */
  letter-spacing: 0.98px;
  letter-spacing: 0.06125rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  width: 100%;
  display: block;
  padding-bottom: 9.74px;
  padding-bottom: 0.60875rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  border-bottom: 0.765px solid #b3b3b3;
  border-bottom: 0.0478125rem solid #b3b3b3;
  position: relative;
}

.xbuzz-related-services__item a::before {
  content: "";
  display: block;
  width: 15.427px;
  width: 0.9641875rem;
  height: 15.427px;
  height: 0.9641875rem;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../../img/toc_bottom.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.xbuzz-related-services__item a:hover {
  text-decoration: none !important;
  opacity: 1;
}

.xbuzz-related-services__item a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: width 0.5s ease;
  z-index: 1;
}

.xbuzz-related-services__item a:hover::after {
  width: 100%;
  opacity: 1;
}
/* ===================================
  お客様の声
   =================================== */
.customer-voices-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  gap: 1.625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.customer-voices-item {
  border-radius: 20px;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 24.1px 0 rgba(184, 184, 184, 0.1);
  box-shadow: 0 0 1.50625rem 0 rgba(184, 184, 184, 0.1);
  display: flex;
  flex-direction: column;
  padding: 23px 19px 20px 25px;
  padding: 1.4375rem 1.1875rem 1.25rem 1.5625rem;
  width: 48.3%;
  align-items: flex-end;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.customer-voices-meta {
  margin-top: 13.5px;
  margin-top: 0.84375rem;
}

.customer-voices-meta span:first-child {
  color: #9d9302;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 24px */
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #f4f4f4;
  padding: 3px 10px 4px;
  padding: 0.1875rem 0.625rem 0.25rem;
}

.customer-voices-meta span:last-child {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.26px;
  letter-spacing: 0.07875rem;
}

@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper ol,
  .editor-styles-wrapper ul {
  }
  /* ===================================
   箇条書きリスト
   =================================== */
  .bullet-list {
  }
  .bullet-list__item {
  }
  .bullet-list__item::after {
  }

  /* エディター側でリストマーカーを非表示 */
  .block-editor-block-list__layout .bullet-list,
  .editor-styles-wrapper .bullet-list {
  }
  .block-editor-block-list__layout .bullet-list__item,
  .editor-styles-wrapper .bullet-list__item {
  }

  /* ===================================
   サービス料金（料金プラン）
   =================================== */
  .service-pricing-list {
  }

  .service-pricing-item {
  }
  .service-pricing-item {
  }
  .service-pricing-item::before {
  }
  .service-pricing-item__name {
  }

  .service-pricing-item__price {
  }

  .service-pricing-item__tax-note {
  }

  /* ===================================
   サービス機能一覧（料金プラン用）
   =================================== */
  .service-feature-list {
  }
  .service-feature-list.service-feature-list--bordered {
  }

  .service-feature-list .block-editor-block-list__layout {
  }

  .service-feature-item {
  }

  .service-feature-list .block-editor-block-list__layout .wp-block {
  }

  .service-feature-item__text {
  }

  .service-feature-list--bordered .service-feature-item {
  }

  .service-feature-list--bordered .service-feature-item:last-child {
  }

  /* ===================================
   サービスFAQ一覧
   =================================== */
  .service-faq-list {
  }

  .service-faq-item {
  }

  .service-faq-item:last-child {
  }

  .service-faq-item__title {
  }

  .service-faq-item__label {
  }

  .service-faq-item__question {
    font-size: 1.0875rem;
  }

  .service-faq-item__answer {
  }

  .service-faq-list--bordered .service-faq-item {
  }

  .service-faq-list--bordered .service-faq-item:last-child {
  }

  /* ===================================
   数字つきリストブロック
   =================================== */
  .service-step {
  }

  .service-step__title {
  }

  .service-step__number {
  }

  .service-step__title-text {
  }

  .service-step__text {
  }

  /* ===================================
   サービス実績ブロック
   =================================== */
  .service-works-block {
  }

  .service-works-block__list {
    flex-direction: column;
  }

  .service-works-block__item {
    width: 100%;
  }

  .service-works-block__image-wrapper {
  }

  .service-works-block__link {
  }

  .service-works-block__image {
  }

  .service-works-block__title {
  }

  .service-works-block__subtitle {
  }

  .service-works-block__category {
  }

  .service-works-block__more-link {
    margin-top: 2rem;
  }

  .service-works-block__more-link:after {
  }

  .service-works-block__more-link:hover {
  }

  /* ===================================
   サービスフロー（STEP リスト）
   =================================== */
  .service-flow-list {
  }

  .service-flow-step {
    padding: 2rem 1.375rem 2.03125rem 1.325rem;
  }

  .service-flow-step__title {
  }

  .service-flow-step__number {
  }

  .service-flow-step__title-text {
    display: block;
    margin-top: 0.2rem;
  }

  .service-flow-step__text {
    line-height: 190%;
  }

  /* ===================================
   関連ブログブロック（手動選択）
   エディタープレビュー用ラッパー
   =================================== */
  .xbuzz-related-posts-block {
  }

  /* ===================================
   チームメンバーブロック
   =================================== */
  .wp-block-xbuzz-team-member-item {
    width: 100%;
  }

  .wp-block-xbuzz-team-member-item div {
    width: 100%;
  }

  .wp-block-xbuzz-team-member-item div img {
  }

  .wp-block-xbuzz-team-member-item p {
  }

  .wp-block-xbuzz-team-member-item p span {
  }

  .teams {
  }

  /* ===================================
   チームメンバーブロック
   =================================== */
  .teams {
  }
  .teams .block-editor-block-list__layout {
  }

  .wp-block-xbuzz-team-member-item {
  }

  /* 画像エリア */
  .wp-block-xbuzz-team-member-item > div {
  }

  /* 画像 */
  .wp-block-xbuzz-team-member-item > div img {
  }

  /* 名前＆役職 */
  .wp-block-xbuzz-team-member-item p {
  }

  /* 役職（上の小さい文字） */
  .wp-block-xbuzz-team-member-item p span:first-child {
  }

  .wp-block-xbuzz-team-member-item p span:last-child {
  }

  /* ===================================
   インタビュー記事ブロック（手動選択）
   エディタープレビュー用ラッパー
   =================================== */
  .xbuzz-interview-posts-block {
  }

  /* ===================================
   関連サービスボックス
   =================================== */
  .xbuzz-related-services {
  }

  .xbuzz-related-services__box {
  }

  .xbuzz-related-services__title {
  }

  .xbuzz-related-services__list {
  }

  .xbuzz-related-services__item {
  }

  .xbuzz-related-services__item p {
  }
  .xbuzz-related-services__item a {
  }

  .xbuzz-related-services__item a:after {
  }

  /* ===================================
  お客様の声
   =================================== */
  .customer-voices-list {
    flex-direction: column;
  }

  .customer-voices-item {
    width: 100%;
  }

  .customer-voices-meta {
  }

  .customer-voices-meta span:first-child {
  }

  .customer-voices-meta span:last-child {
  }
}

/* ===================================
   サービスリンクボタン
   =================================== */

.service-content__link-block {
  color: #878014;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-width: 0.03125rem;
  -webkit-text-stroke-color: #878014;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  /* 28.62) */
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #968a09;
  border: 0.0625rem solid #968a09;
  padding: 29px 89.89px 29px 37.89px;
  padding: 1.8125rem 5.618125rem 1.8125rem 2.368125rem;
  margin: 0 auto;
  background-image: url("../../img/c_arrow-gold.png");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-position: center right 1.75rem;
  background-size: 48px;
  background-size: 3rem;
}
