@charset "UTF-8";

/* =========================
   Hero
========================= */
.seminar-hero {
  position: relative;
  height: calc(100vh - 84px);
  overflow: hidden;
  background: url("img/ココナッツ講習会FV3.png") center center / cover no-repeat;
  color: #fff;
}

.seminar-hero__inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.seminar-hero__copy {
  max-width: 680px;
  padding-bottom: 50px;
}

.hero-lead {
  max-width: 520px;
  color: var(--white);
}

.hero-lead p {
  margin: 0 0 6px;
  font-size: 45px;
  line-height: 1.7;
  color: var(--beige);
}

.hero-title {
  margin: 18px 0 0;
  font-size: clamp(52px, 6vw, 84px);
  line-height: 1.15;
  color: var(--gold);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* =========================
   Entry
========================= */
.seminar-entry {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-entry__box {
  background: #fff;
  border: 1px solid #e9e6df;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 16px 40px rgba(10, 29, 87, 0.06);
}

.seminar-entry--bottom {
  padding-top: 0;
}

/* =========================
   About
========================= */
.seminar-about {
  background: var(--white);
  padding: 80px 0;
}

.seminar-about .container {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-about__visual {
  margin: 0 auto 40px;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.seminar-about__visual img {
  width: 100%;
  height: auto;
}

/* =========================
   Learn
========================= */
.seminar-learn .container.narrow {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-learn .text {
  margin-top: 40px;
}

.seminar-learn .text p {
  margin: 0 0 18px;
  line-height: 2;
}

.seminar-learn .text p:last-child {
  margin-bottom: 0;
}

/* =========================
   Key Points
========================= */
.seminar-keypoints {
  background: var(--soft);
}

.seminar-keypoints__inner {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-keypoints__intro {
  margin-bottom: 28px;
}

.seminar-keypoints__question {
  margin: 0 auto 36px;
  text-align: center;
}

.seminar-keypoints__question .lead {
  font-size: 28px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  color: #222;
}

.seminar-keypoints__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.seminar-keypoint {
  position: relative;
  padding: 22px 24px;
  border: 1px solid rgba(207, 166, 76, 0.45);
  border-radius: 18px;
  background: #fff;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  box-shadow: 0 10px 24px rgba(10, 29, 87, 0.04);
}

.seminar-keypoint::before {
  display: none;
  content: none;
}

.seminar-keypoints__closing {
  margin-top: 40px;
  text-align: center;
}

.seminar-keypoints__closing .lead {
  font-size: 26px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  color: #222;
}

.seminar-keypoints__image {
  margin: 0 auto 32px;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(10, 29, 87, 0.06);
}

.seminar-keypoints__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   Trouble
========================= */
.seminar-trouble {
  background: #fff;
}

.seminar-trouble__inner {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-trouble .section-heading {
  margin-bottom: 32px;
}

.seminar-trouble__box {
  margin-bottom: 36px;
  padding: 34px 38px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(207,166,76,0.08), rgba(255,255,255,1));
  border: 1px solid rgba(207,166,76,0.22);
  box-shadow: 0 12px 30px rgba(10, 29, 87, 0.04);
}

.seminar-trouble__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seminar-trouble__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.seminar-trouble__list li + li {
  margin-top: 12px;
}

.seminar-trouble__list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cfa64c;
}

.seminar-trouble__text {
  text-align: left;
}

.seminar-trouble__text p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  color: #444;
}

.seminar-trouble__text p + p {
  margin-top: 18px;
}

.seminar-trouble__text .lead {
  margin-top: 28px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}

/* =========================
   Seminar Card
========================= */
.seminar-wp-card {
  border: 1px solid #e9e6df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(10, 29, 87, 0.05);
  overflow: hidden;
}

.seminar-wp-card__body {
  padding: 32px;
}

.seminar-wp-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.seminar-wp-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f7f4ee;
  color: #7a6850;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.seminar-wp-card__title {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #222;
}

.seminar-wp-card__info {
  margin-bottom: 24px;
}

.seminar-wp-card__info p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.seminar-wp-card__info p + p {
  margin-top: 4px;
}

.seminar-wp-card__price-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.seminar-wp-card__price-row {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #eee8df;
}

.seminar-wp-card__price-row:first-child {
  border-top: 1px solid #eee8df;
}

.seminar-wp-card__price-row .label {
  font-size: 15px;
  color: #777;
}

.seminar-wp-card__price-row .price {
  font-size: 28px;
  font-weight: 500;
  color: #222;
}

.seminar-wp-card__stores {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* =========================
   WordPress Embedded Content
========================= */
.wp-embedded-content {
  max-width: 900px;
  margin: 0 auto;
}

.wp-embedded-content h3 {
  margin: 10px 0 18px;
  font-size: 32px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #222;
}

.wp-embedded-content p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.wp-embedded-content hr {
  margin: 26px 0;
  border: none;
  border-top: 1px solid #e9e6df;
}

.wp-embedded-content .wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 12px 0 !important;
}

.wp-embedded-content .wp-block-column {
  min-width: 0;
}

.wp-embedded-content .wp-block-column:first-child {
  flex: 1 1 auto !important;
}

.wp-embedded-content .wp-block-column:last-child {
  flex: 0 0 auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.wp-embedded-content .wp-block-column p {
  margin: 0 !important;
}

.wp-embedded-content .storesjp-button {
  display: inline-block;
  margin: 0;
}

.wp-embedded-content .price-row-text,
.wp-embedded-content .seminar-price-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

/* =========================
   WordPress Group
========================= */
.wp-embedded-content .wp-block-group {
  margin: 0 0 36px;
  padding: 0 0 28px;
  border-bottom: 1px solid #e9e6df;
}

.wp-embedded-content .wp-block-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wp-embedded-content > .wp-block-group {
  margin: 0 0 36px;
  padding: 32px 36px;
  border: 1px solid #e5dfd6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 29, 87, 0.05);
}

/* =========================
   Profile
========================= */
.seminar-profile {
  background: var(--white);
}

.seminar-profile__inner {
  width: min(100% - 40px, 1000px);
  margin: 0 auto;
}

.seminar-profile__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.seminar-profile__heading {
  margin-bottom: 28px;
}

.seminar-profile__image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(10, 29, 87, 0.08);
  margin-bottom: 36px;
}

.seminar-profile__image img {
  display: block;
  width: 100%;
  height: auto;
}

.seminar-profile__content {
  max-width: 860px;
}

.seminar-profile__lead {
  margin-bottom: 30px;
}

.seminar-profile__lead p {
  margin: 0;
  color: #555;
  line-height: 1.9;
}

.seminar-profile__lead p + p {
  margin-top: 6px;
}

.seminar-profile__lead p:first-child {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.seminar-profile__name {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.35;
  color: #222;
  font-weight: 600;
}

.seminar-profile__lead p:last-child {
  font-size: 18px;
  color: #444;
}

.seminar-profile__text {
  max-width: 860px;
}

.seminar-profile__text p {
  margin: 0;
  font-size: 16px;
  line-height: 2.15;
  color: #444;
}

.seminar-profile__text p + p {
  margin-top: 18px;
}
.seminar-profile__lead {
  margin-bottom: 24px;
}

.seminar-profile__lead p {
  margin: 0;
  color: #444;
  line-height: 1.9;
}

.seminar-profile__lead p + p {
  margin-top: 4px;
}

.seminar-profile__name {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  line-height: 1.4;
  color: #222;
}

.seminar-profile__text p {
  margin: 0;
}

.seminar-profile__text p + p {
  margin-top: 16px;
}