/* ===== biz-partner component ===== */

/* --- Display toggles (override sf-hidden) --- */
/* .sf-hidden を組み合わせて詳細度 (0,2,0) にし、studio CSS の読み込み順序に依存しない */
@media screen and (max-width: 768px) {
  .sf-hidden[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] { display: flex !important; }
  .sf-hidden[data-s-20bde45a-3e5b-4e61-b2b8-baa32a3b3cf0] { display: flex !important; }
}
@media screen and (max-width: 480px) {
  .sf-hidden[data-s-04befdb8-bc5c-41a9-a55c-a2ba0dc04e8b] { display: none !important; }
  .sf-hidden[data-s-20bde45a-3e5b-4e61-b2b8-baa32a3b3cf0] { display: none !important; }
  .sf-hidden[data-s-0c69baaf-fece-47ea-bb7c-cb8d0b5d157f] { display: flex !important; }
  .sf-hidden[data-s-d3a3b74f-cc73-4646-bce8-30bf3d87647a] { display: flex !important; }
}


/* ===== Partnership — Tablet (768px) ===== */

.biz-partner-tablet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.biz-partner-tablet__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 30px;
  text-align: center;
}

.biz-partner-tablet__icon {
  width: 60px;
  height: auto;
}

.biz-partner-tablet__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.biz-partner-tablet__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.biz-partner-tablet__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.biz-partner-tablet__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  background: #fff;
  border: 1px solid #a0a0a0;
  text-decoration: none;
  transition: background 300ms ease, color 300ms ease;
}

.biz-partner-tablet__cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.biz-partner-tablet__cta img {
  width: 10px;
  height: auto;
}

.biz-partner-tablet__cta:hover {
  background: #000;
}

.biz-partner-tablet__cta:hover span {
  color: #fff;
}

.biz-partner-tablet__cta:hover img {
  filter: brightness(0) invert(1);
}


/* ===== Partnership — Mobile background ===== */
.sd[data-r-0_2_4_d3a3b74f-cc73-4646-bce8-30bf3d87647a]:before {
  background-image: url(../../files/img/business_mobile/business_bg.webp);
}

/* ===== Partnership — Mobile (<=480px) ===== */

.biz-partner-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.biz-partner-sp__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px 20px;
  text-align: center;
}

.biz-partner-sp__icon {
  width: 57px;
  height: auto;
}

.biz-partner-sp__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.biz-partner-sp__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.biz-partner-sp__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.biz-partner-sp__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 68px 11px 68px;
  background: #fff;
  border: 1px solid #a0a0a0;
  text-decoration: none;
  transition: background 300ms ease, color 300ms ease;
}

.biz-partner-sp__cta span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  line-height: 1.8;
}

.biz-partner-sp__cta img {
  width: 10px;
  height: auto;
}

.biz-partner-sp__cta:hover {
  background: #000;
}

.biz-partner-sp__cta:hover span {
  color: #fff;
}

.biz-partner-sp__cta:hover img {
  filter: brightness(0) invert(1);
}
