/* CSS Document */
.branding-lp {
  padding: 0 20px 70px;
}

.branding-lp__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.branding-lp__kv {
  margin: 0 0 28px;
}

.branding-lp__kv img {
  display: block;
  width: 100%;
  height: auto;
}

.branding-lp__intro {
  margin: 0 0 30px;
}

.branding-lp__intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.95;
  font-weight: 500;
  color: #222;
}

.branding-lp__intro p + p {
  margin-top: 12px;
}

.branding-lp__lead {
  margin: 0 0 38px;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.branding-lp__lead .u-btob,
.branding-lp__lead .u-btoc {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.branding-seminar__cards {
  display: flex;
  gap: 36px;
  align-items: stretch;
}

.seminar-box {
  flex: 1;
  background: #fff;
  border: 1px solid #d9d9d9; /* 上線も含めて四辺 */
  box-sizing: border-box;
}

.seminar-box__head {
  padding: 22px 22px 0;
}

.seminar-box__title {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.seminar-box__quote {
  display: inline-block;
  margin-right: 4px;
  font-size: 36px;
  line-height: 1;
  vertical-align: top;
}

.seminar-box__type {
  display: inline-block;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.seminar-box__sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.seminar-box__body {
  padding: 18px 22px 22px;
}

.seminar-box--btob .seminar-box__head {
  border-left: 8px solid #f47c3c;
}

.seminar-box--btoc .seminar-box__head {
  border-left: 8px solid #f2185b;
}

.seminar-box--btob .seminar-box__quote {
  color: #f47c3c;
}

.seminar-box--btoc .seminar-box__quote {
  color: #f2185b;
}

.seminar-schedule {
  margin: 14px 0 24px;
}

.seminar-schedule p {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
  color: #222;
}

.seminar-profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.seminar-profile__text {
  flex: 1;
  min-width: 0;
}

.seminar-profile__label {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.seminar-profile__company {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

.seminar-profile__name {
  margin: 2px 0 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.seminar-profile__photo {
  width: 126px;
  min-width: 126px;
  height: 126px;
  background: #a8adb8;
  border: 1px solid #4d5562;
  box-sizing: border-box;
  overflow: hidden;
}

.seminar-profile__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seminar-detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
}

.seminar-detail p + p {
  margin-top: 14px;
}

.seminar-box__btnWrap {
  margin: 28px 0 0;
  text-align: center;
}

.seminar-box__btn {
  display: inline-block;
  width: 78%;
  max-width: 580px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #f2185b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.seminar-box__btn:hover {
  opacity: 0.85;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .branding-seminar__cards {
    gap: 24px;
  }

  .seminar-box__type {
    font-size: 48px;
  }

  .seminar-box__sub {
    font-size: 26px;
  }

  .seminar-schedule p {
    font-size: 19px;
  }

  .seminar-detail p {
    font-size: 16px;
  }

  .seminar-profile__name {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .branding-lp {
    padding: 0 16px 50px;
  }

  .branding-lp__kv {
    margin-bottom: 22px;
  }

  .branding-lp__intro {
    margin-bottom: 22px;
  }

  .branding-lp__intro p {
    font-size: 15px;
    line-height: 1.85;
  }

  .branding-lp__lead {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.75;
  }

  .branding-seminar__cards {
    display: block;
  }

  .seminar-box + .seminar-box {
    margin-top: 20px;
  }

  .seminar-box__head {
    padding: 18px 18px 0;
  }

  .seminar-box__body {
    padding: 14px 18px 18px;
  }

  .seminar-box__quote {
    font-size: 28px;
  }

  .seminar-box__type {
    font-size: 38px;
  }

  .seminar-box__sub {
    margin-left: 6px;
    font-size: 22px;
  }

  .seminar-schedule {
    margin-bottom: 18px;
  }

  .seminar-schedule p {
    font-size: 17px;
  }

  .seminar-profile {
    gap: 12px;
    margin-bottom: 18px;
  }

  .seminar-profile__label {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .seminar-profile__company {
    font-size: 15px;
  }

  .seminar-profile__name {
    font-size: 22px;
  }

  .seminar-profile__photo {
    width: 88px;
    min-width: 88px;
    height: 88px;
  }

  .seminar-detail p {
    font-size: 14px;
    line-height: 1.75;
  }

  .seminar-box__btn {
    width: 100%;
    font-size: 21px;
    padding: 16px 16px;
  }

  .sp_only {
    display: inline;
  }
}

.seminar-box {
  display: flex;
  flex-direction: column;
}

.seminar-box__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.seminar-box__btnWrap {
  margin-top: auto;
  padding-top: 20px; 
}

.seminar-detail p {
  font-weight: 400;
}

.seminar-profile__name {
  font-weight: 700;
}

.seminar-schedule p {
  font-weight: 700;
}

.seminar-schedule__note {
  margin: 10px 0 0!important;
  font-size: 12px!important;
  line-height: 1.6!important;
  font-weight: 400!important;
  color: #777!important;
}

/* cta帯 */

.seminar-float-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.seminar-float-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.seminar-float-cta__inner {
  width: 100%;
  padding: 14px 14px 16px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  text-align: center;
  box-sizing: border-box;
}

.seminar-float-cta__lead {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}

.seminar-float-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
}

.seminar-float-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  flex: 1;
  max-width: 320px;
  box-sizing: border-box;
  gap: 8px;
  text-align: center;
}

.seminar-float-cta__btn:hover {
  opacity: 0.9;
}

.seminar-float-cta__btn--btob {
  background: #f47c3c;
}

.seminar-float-cta__btn--btoc {
  background: #f2185b;
}

/* 無料バッジ */
.seminar-float-cta__btn .cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2em;
  padding: 4px 10px;
  border-radius: 6px;
  background: #fff;
  font-size: 0.82em;
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* ボタン色に合わせて文字色変更 */
.seminar-float-cta__btn--btob .cta-badge {
  color: #f47c3c;
}

.seminar-float-cta__btn--btoc .cta-badge {
  color: #f2185b;
}

/* PCでは改行させない */
.sp-only-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .seminar-float-cta__inner {
    padding: 12px 10px 14px;
  }

  .seminar-float-cta__lead {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .seminar-float-cta__buttons {
    gap: 8px;
  }

  .seminar-float-cta__btn {
    min-height: 58px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
    flex-direction: column;
    gap: 4px;
    max-width: none;
  }

  .seminar-float-cta__btn .cta-badge {
    padding: 3px 8px;
    font-size: 0.76em;
    border-radius: 5px;
    min-width: auto;
  }
	


  /* スマホでは無料バッジの下で改行 */
  .sp-only-br {
    display: block;
  }
}

/* PCでは改行しない */
.sp-only-br {
  display: none;
}

/* こんな経営者の方におすすめ */

.recommend-section {
  margin: 48px 0;
}

/* 座布団 */
.recommend-box {
  width: 72%; /* ←ここが一番重要 */
  margin: 0 auto; /* 中央寄せ */
  padding: 32px 40px;

  background: rgba(105, 199, 208, 0.08);
  border-radius: 14px;
  box-sizing: border-box;
}

/* 見出し */
.recommend-box__title {
  margin: 0 0 20px;
  font-size: 26px; /* 少し大きく */
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

/* リスト */
.recommend-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各項目 */
.recommend-box__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;

  font-size: 18px; /* ←ここも少し上げる */
  line-height: 1.9;
  color: #333;
}

.recommend-box__list li:last-child {
  margin-bottom: 0;
}

/* チェック */
.recommend-box__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  font-size: 18px;
  font-weight: 700;
  color: #2e9fab;
}

@media screen and (max-width: 767px) {
  .recommend-section {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .recommend-box {
	width: 100%;
    margin: 0;
    padding: 20px 18px;
    border-radius: 10px;
  }

  .recommend-box__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }

  .recommend-box__list li {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.7;
  }

  .recommend-box__list li::before {
    font-size: 14px;
    top: 1px;
  }
}

/* セミナー内容調整 */

.seminar-summary {
    margin: 0 0 24px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.seminar-summary__label {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

.seminar-summary__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
}