.cm-smallgroup {
  width: 100%;
  color: #333;
  word-break: keep-all;
  box-sizing: border-box;
}
.cm-smallgroup *,
.cm-smallgroup *::before,
.cm-smallgroup *::after {
  box-sizing: border-box;
}
.cm-smallgroup__intro {
  max-width: 1000px;
  margin: 0 auto 125px;
  text-align: center;
}
.cm-smallgroup__lead {
  margin: 0 0 34px;
  color: #24352a;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.cm-smallgroup__intro-text {
  max-width: 950px;
  margin: 0 auto;
  color: #5d6660;
  font-size: 21px;
  line-height: 1.95;
  letter-spacing: -0.025em;
}
.cm-smallgroup__intro-text + .cm-smallgroup__intro-text {
  margin-top: 23px;
}
.cm-smallgroup__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce4df;
  border-left: 1px solid #dce4df;
}
.cm-smallgroup__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 60px 54px 52px;
  border-right: 1px solid #dce4df;
  border-bottom: 1px solid #dce4df;
  background: #fbfcfb;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}
.cm-smallgroup__item:hover {
  background: #f4f8f5;
}
.cm-smallgroup__item--women {
  background: #f6f8f6;
}
.cm-smallgroup__item--women:hover {
  background: #f0f5f1;
}
.cm-smallgroup__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 44px;
}
.cm-smallgroup__number {
  color: #9baa9f;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cm-smallgroup__en {
  color: #62816d;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
}
.cm-smallgroup__title {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #203329 !important;
  font-size: 38px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  text-align: left !important;
}
.cm-smallgroup__schedule {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  color: #50745d;
}
.cm-smallgroup__schedule-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 34px;
  padding: 0 13px;
  background: #e8f1eb;
  color: #50745d;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cm-smallgroup__schedule-text {
  color: #425149;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.cm-smallgroup__catch {
  margin: 0 0 27px !important;
  padding: 0 !important;
  color: #50735c !important;
  font-size: 24px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
}
.cm-smallgroup__text {
  margin: 0;
  color: #606a63;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.025em;
}
.cm-smallgroup__bottom {
  margin-top: auto;
  padding-top: 44px;
}
.cm-smallgroup__divider {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background: #dce4df;
}
.cm-smallgroup__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cm-smallgroup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #50745d;
  color: #456451;
  background: transparent;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.cm-smallgroup__button:hover {
  background: #eef4f0;
  color: #2f5840;
}
.cm-smallgroup__button--primary {
  background: #4f765d;
  border-color: #4f765d;
  color: #fff !important;
}
.cm-smallgroup__button--primary:hover {
  background: #3f654d;
  border-color: #3f654d;
  color: #fff !important;
}
.cm-smallgroup__item--women .cm-smallgroup__en {
  color: #7a7660;
}
.cm-smallgroup__item--women .cm-smallgroup__schedule-label {
  background: #f1efe7;
  color: #797157;
}
.cm-smallgroup__item--women .cm-smallgroup__schedule-text {
  color: #635f4e;
}
.cm-smallgroup__item--women .cm-smallgroup__catch {
  color: #766f53 !important;
}
.cm-smallgroup__item--women .cm-smallgroup__button {
  border-color: #797259;
  color: #696249;
}
.cm-smallgroup__item--women .cm-smallgroup__button:hover {
  background: #f4f2eb;
}
.cm-smallgroup__item--women .cm-smallgroup__button--primary {
  background: #777057;
  border-color: #777057;
  color: #fff !important;
}
.cm-smallgroup__item--women .cm-smallgroup__button--primary:hover {
  background: #625c47;
  border-color: #625c47;
}
.cm-smallgroup__invitation {
  margin-top: 110px;
  padding: 68px 65px;
  background: #71897b;
  text-align: center;
}
.cm-smallgroup__invitation-inner {
  max-width: 900px;
  margin: 0 auto;
}
.cm-smallgroup__invitation-title {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  text-align: center !important;
}
.cm-smallgroup__invitation-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.02em;
}
.cm-smallgroup__invitation-text + .cm-smallgroup__invitation-text {
  margin-top: 7px;
}
.cm-smallgroup__invitation-action {
  margin-top: 36px;
}
.cm-smallgroup__invitation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  padding: 0 30px;
  background: #fff;
  color: #52695c !important;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}
.cm-smallgroup__invitation-button:hover {
  background: #f3f6f4;
  transform: translateY(-2px);
}
@media (max-width: 1000px) {
  .cm-smallgroup__intro {
    margin-bottom: 105px;
  }
  .cm-smallgroup__lead {
    font-size: 33px;
  }
  .cm-smallgroup__intro-text {
    font-size: 20px;
  }
  .cm-smallgroup__item {
    min-height: 600px;
    padding: 52px 38px 46px;
  }
  .cm-smallgroup__title {
    font-size: 34px !important;
  }
  .cm-smallgroup__catch {
    font-size: 22px !important;
  }
  .cm-smallgroup__text {
    font-size: 19px;
  }
  .cm-smallgroup__schedule-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cm-smallgroup__intro {
    max-width: none;
    margin-bottom: 85px;
    text-align: left;
  }
  .cm-smallgroup__lead {
    margin-bottom: 28px;
    font-size: 29px;
    line-height: 1.55;
  }
  .cm-smallgroup__intro-text {
    font-size: 18px;
    line-height: 1.9;
  }
  .cm-smallgroup__intro-text + .cm-smallgroup__intro-text {
    margin-top: 20px;
  }
  .cm-smallgroup__grid {
    grid-template-columns: 1fr;
  }
  .cm-smallgroup__item {
    min-height: 0;
    padding: 46px 29px 44px;
  }
  .cm-smallgroup__top {
    margin-bottom: 34px;
  }
  .cm-smallgroup__number {
    font-size: 14px;
  }
  .cm-smallgroup__en {
    font-size: 13px;
  }
  .cm-smallgroup__title {
    margin-bottom: 18px !important;
    font-size: 31px !important;
  }
  .cm-smallgroup__schedule {
    margin-bottom: 29px;
  }
  .cm-smallgroup__schedule-label {
    min-width: 68px;
    height: 32px;
    font-size: 13px;
  }
  .cm-smallgroup__schedule-text {
    font-size: 18px;
  }
  .cm-smallgroup__catch {
    margin-bottom: 23px !important;
    font-size: 21px !important;
  }
  .cm-smallgroup__text {
    font-size: 18px;
    line-height: 1.85;
  }
  .cm-smallgroup__bottom {
    margin-top: 38px;
    padding-top: 0;
  }
  .cm-smallgroup__actions {
    gap: 10px;
  }
  .cm-smallgroup__button {
    min-height: 50px;
    padding: 0 20px;
    font-size: 15px;
  }
  .cm-smallgroup__invitation {
    margin-top: 80px;
    padding: 55px 31px;
    text-align: left;
  }
  .cm-smallgroup__invitation-title {
    font-size: 27px !important;
    text-align: left !important;
  }
  .cm-smallgroup__invitation-text {
    font-size: 18px;
    line-height: 1.85;
  }
  .cm-smallgroup__invitation-action {
    margin-top: 31px;
  }
  .cm-smallgroup__invitation-button {
    min-height: 54px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cm-smallgroup__intro {
    margin-bottom: 75px;
  }
  .cm-smallgroup__lead {
    font-size: 27px;
  }
  .cm-smallgroup__intro-text {
    font-size: 17px;
  }
  .cm-smallgroup__item {
    padding: 41px 22px 40px;
  }
  .cm-smallgroup__top {
    display: block;
    margin-bottom: 29px;
  }
  .cm-smallgroup__number {
    display: block;
    margin-bottom: 9px;
  }
  .cm-smallgroup__en {
    display: block;
    text-align: left;
  }
  .cm-smallgroup__title {
    font-size: 29px !important;
  }
  .cm-smallgroup__schedule {
    display: block;
  }
  .cm-smallgroup__schedule-label {
    margin-bottom: 10px;
  }
  .cm-smallgroup__schedule-text {
    display: block;
    font-size: 17px;
  }
  .cm-smallgroup__catch {
    font-size: 20px !important;
  }
  .cm-smallgroup__text {
    font-size: 17px;
  }
  .cm-smallgroup__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cm-smallgroup__button {
    width: 100%;
  }
  .cm-smallgroup__invitation {
    margin-top: 70px;
    padding: 48px 23px;
  }
  .cm-smallgroup__invitation-title {
    font-size: 25px !important;
  }
  .cm-smallgroup__invitation-text {
    font-size: 17px;
  }
  .cm-smallgroup__invitation-button {
    width: 100%;
  }
}