@media (max-width: 767px) {
  .l-pageHeader--history .ttl {
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
  }
}

.history-main {
  color: #333333;
  overflow: hidden;
}

.l-inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}

.history-chronicle .l-inner {
  max-width: 1070px;
}

.history-chronicle {
  padding: 70px 20px 110px;
}
@media (max-width: 767px) {
  .history-chronicle {
    padding: 56px 16px 72px;
  }
}
.history-chronicle__inner {
  background: #F8FAFB;
  border-radius: 2px;
  padding: 38px 16px 62px;
}
@media (max-width: 767px) {
  .history-chronicle__inner {
    padding: 34px 18px 42px;
  }
}
.history-chronicle__header {
  text-align: center;
}
.history-chronicle__eyebrow {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-chronicle__eyebrow {
    font-size: 24px;
  }
}
.history-chronicle__divider {
  display: block;
  width: 54px;
  height: 3px;
  margin: 24px auto 28px;
  background: #ffd6ef;
  border-radius: 2px;
}
.history-chronicle__since {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #eb4a82;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.history-chronicle__founded {
  margin: 0 0 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-chronicle__founded {
    margin-bottom: 20px;
  }
}
.history-chronicle__title {
  margin: 0 auto 38px;
  display: table;
  min-width: min(100%, 680px);
  padding: 10px 24px;
  background: #ffffff;
  color: #eb4a82;
  font-size: 24px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-chronicle__title {
    min-width: 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 12px;
    margin-bottom: 24px;
  }
}
.history-chronicle__lead {
  margin-inline: auto;
  max-width: 860px;
}
.history-chronicle__lead p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-chronicle__lead p {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
}
.history-chronicle__lead p + p {
  margin-top: 1.3em;
}
.history-chronicle__photos {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .history-chronicle__photos {
    margin-bottom: 30px;
  }
}
.history-chronicle__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.history-chronicle__eras {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 60px;
  padding: 0 3%;
}
@media (max-width: 767px) {
  .history-chronicle__eras {
    gap: 40px;
    margin-top: 40px;
  }
}

.history-era__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 42px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .history-era__head {
    gap: 10px 16px;
    margin-bottom: 18px;
  }
}
.history-era__name {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .history-era__name {
    font-size: 30px;
  }
}
.history-era__theme {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #eb4a82;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-era__theme {
    font-size: 15px;
  }
}
.history-era__theme-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eb4a82;
  flex-shrink: 0;
}
.history-era__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 86%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .history-era__list {
    width: 100%;
    margin-left: 0;
  }
}
.history-era__item {
  margin: 0;
  position: relative;
}
.history-era__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #eb4a82;
  border-radius: 3px;
}
.history-era__year {
  margin: 0 0 16px;
  color: #eb4a82;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .history-era__year {
    font-size: 13px;
  }
}
.history-era__card {
  background: #ffffff;
  border-radius: 0;
  padding: 30px 16px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  border-left: none;
}
@media (max-width: 767px) {
  .history-era__card {
    padding: 16px 18px 16px 16px;
  }
}
.history-era__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #333333;
}
@media (max-width: 767px) {
  .history-era__text {
    font-size: 13px;
    line-height: 1.7;
  }
}

.history-philosophy {
  background: #ffffff;
  padding: 0 20px 80px;
}
@media (max-width: 767px) {
  .history-philosophy {
    padding: 0 16px 50px;
  }
}
.history-philosophy__intro {
  text-align: center;
  margin-bottom: 68px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 767px) {
  .history-philosophy__intro {
    margin-bottom: 36px;
  }
}
.history-philosophy__intro p {
  margin: 0;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-philosophy__intro p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.history-philosophy__intro p + p {
  margin-top: 0.25em;
}
.history-philosophy__badge {
  display: table;
  margin: 0 auto 46px;
  padding: 12px 40px;
  background: #eb4a82;
  border-radius: 999px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .history-philosophy__badge {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 40px;
  }
}
.history-philosophy__fusion {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .history-philosophy__fusion {
    margin-bottom: 40px;
  }
}
.history-philosophy__heading {
  margin: 0 0 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .history-philosophy__heading {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.history-philosophy__divider {
  display: block;
  width: 48px;
  height: 3px;
  margin: 0 auto 24px;
  background: #ffd6ef;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .history-philosophy__divider {
    width: 40px;
    margin-bottom: 20px;
  }
}
.history-philosophy__lead {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-philosophy__lead {
    font-size: 14px;
    text-align: left;
  }
}
.history-philosophy__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 767px) {
  .history-philosophy__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.history-philosophy__card {
  border: 1px solid #ffd6ef;
  border-radius: 15px;
  padding: 40px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .history-philosophy__card {
    padding: 28px 20px 32px;
  }
}
.history-philosophy__card-title {
  margin: 0 0 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-philosophy__card-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.history-philosophy__card-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .history-philosophy__card-text {
    font-size: 14px;
  }
}

.history-method__about {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .history-method__about {
    padding: 0 16px;
  }
}
.history-method__about > .l-inner {
  position: relative;
  z-index: 2;
  background: #f8fafb;
  border-radius: 2px;
  padding: 50px 34px;
}
@media (max-width: 767px) {
  .history-method__about > .l-inner {
    padding: 50px 18px 70px;
  }
}
.history-method__header {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 767px) {
  .history-method__header {
    margin-bottom: 40px;
  }
}
.history-method__title {
  margin: 0 0 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .history-method__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.history-method__subtitle {
  margin: 0 0 64px;
  color: #eb4a82;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .history-method__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.history-method__intro-text {
  max-width: 920px;
  margin-inline: auto;
  text-align: left;
}
.history-method__intro-text p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-method__intro-text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.history-method__process-badge {
  display: table;
  margin: 0 auto 40px;
  padding: 12px 60px;
  background: #eb4a82;
  border-radius: 999px;
  color: #ffffff;
  font-size: 23px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .history-method__process-badge {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 40px;
  }
}
.history-method__process-list {
  list-style: none;
  padding: 0;
  width: 88%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .history-method__process-list {
    width: 100%;
  }
}
.history-method__process-item {
  position: relative;
  padding: 40px 60px;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media (max-width: 767px) {
  .history-method__process-item {
    padding: 28px 20px 32px;
  }
}
.history-method__process-num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 0 0 70% 0;
  background: #fdecf2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #eb4a82;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .history-method__process-num {
    width: 64px;
    height: 64px;
    font-size: 28px;
    top: -5px;
    left: -5px;
  }
}
.history-method__process-content {
  position: relative;
  z-index: 2;
}
.history-method__process-heading {
  margin: 0 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .history-method__process-heading {
    margin-bottom: 12px;
    font-size: 16px;
    padding-left: 15%;
  }
}
.history-method__process-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .history-method__process-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.history-method__benefits {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: #ffffff;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .history-method__benefits {
    padding: 56px 16px 64px;
  }
}
.history-method__benefits-bokeh {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.history-method__bokeh {
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.history-method__bokeh--1 {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 74, 130, 0.12) 0%, rgba(235, 74, 130, 0.09) 35%, rgba(235, 74, 130, 0.06) 55%, rgba(235, 74, 130, 0.03) 75%, rgba(235, 74, 130, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  top: 0;
  left: 25%;
  z-index: 0;
}
@media (max-width: 767px) {
  .history-method__bokeh--1 {
    width: 220px;
    height: 220px;
    top: 4%;
  }
}
.history-method__bokeh--2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 74, 130, 0.12) 0%, rgba(235, 74, 130, 0.09) 35%, rgba(235, 74, 130, 0.06) 55%, rgba(235, 74, 130, 0.03) 75%, rgba(235, 74, 130, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  top: 8%;
  left: 70%;
}
@media (max-width: 767px) {
  .history-method__bokeh--2 {
    width: 200px;
    height: 200px;
    top: 32%;
    right: 20%;
  }
}
.history-method__bokeh--3 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 74, 130, 0.12) 0%, rgba(235, 74, 130, 0.09) 35%, rgba(235, 74, 130, 0.06) 55%, rgba(235, 74, 130, 0.03) 75%, rgba(235, 74, 130, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .history-method__bokeh--3 {
    width: 210px;
    height: 210px;
    top: 82%;
    left: 78%;
  }
}
.history-method__bokeh--4 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 74, 130, 0.12) 0%, rgba(235, 74, 130, 0.09) 35%, rgba(235, 74, 130, 0.06) 55%, rgba(235, 74, 130, 0.03) 75%, rgba(235, 74, 130, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  top: 95%;
  left: 23%;
}
@media (max-width: 767px) {
  .history-method__bokeh--4 {
    width: 210px;
    height: 210px;
    top: 82%;
    right: 10%;
  }
}
.history-method__bokeh--5 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 74, 130, 0.12) 0%, rgba(235, 74, 130, 0.09) 35%, rgba(235, 74, 130, 0.06) 55%, rgba(235, 74, 130, 0.03) 75%, rgba(235, 74, 130, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
  top: 80%;
  right: 15%;
}
@media (max-width: 767px) {
  .history-method__bokeh--5 {
    width: 200px;
    height: 200px;
    top: 75%;
    left: 28%;
  }
}
.history-method__benefits-inner {
  position: relative;
  z-index: 1;
}
.history-method__benefits-title {
  margin: 0 0 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .history-method__benefits-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.history-method__benefits-lead {
  max-width: 730px;
  margin: 0 auto 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .history-method__benefits-lead {
    margin-bottom: 32px;
    text-align: left;
  }
}
.history-method__benefits-lead p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-method__benefits-lead p {
    font-size: 14px;
  }
}
.history-method__benefits-lead p + p {
  margin-top: 0.6em;
}
.history-method__benefits-list {
  list-style: none;
  margin-inline: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 730px;
}
.history-method__benefit {
  padding: 28px 32px;
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .history-method__benefit {
    padding: 24px 20px;
  }
}
.history-method__benefit-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.history-method__benefit-icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #eb4a82;
  border-radius: 50%;
  background: transparent;
}
.history-method__benefit-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #eb4a82;
  border-bottom: 2px solid #eb4a82;
  transform: translate(-58%, -65%) rotate(45deg);
}
.history-method__benefit-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .history-method__benefit-title {
    font-size: 16px;
  }
}
.history-method__benefit-text {
  margin: 0;
  padding-left: calc(28px + 14px);
  font-size: 15px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .history-method__benefit-text {
    padding-left: 0;
    font-size: 14px;
  }
}
.history-method__pride {
  background: transparent;
  padding: 0 20px 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .history-method__pride {
    padding: 0 16px 70px;
  }
}
.history-method__pride-box {
  position: relative;
  overflow: hidden;
  padding: 72px 56px 80px;
  background: #fdf5f8;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .history-method__pride-box {
    padding: 48px 24px;
  }
}
.history-method__pride-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 450px;
  height: 400px;
  background-image: url("/images/bnr_shop_bg_pink.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.history-method__pride-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-inline: auto;
}
.history-method__pride-title {
  margin: 0 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .history-method__pride-title {
    font-size: 22px;
  }
}
.history-method__pride-sub {
  margin: 0 0 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #eb4a82;
}
@media (max-width: 767px) {
  .history-method__pride-sub {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.history-method__pride-divider {
  display: block;
  width: 48px;
  height: 3px;
  margin: 0 auto 32px;
  background: #eb4a82;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .history-method__pride-divider {
    margin-bottom: 24px;
  }
}
.history-method__pride-text p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .history-method__pride-text p {
    font-size: 14px;
    line-height: 1.95;
    text-align: left;
  }
}
.history-method__pride-text p + p {
  margin-top: 1.2em;
}
.history-method__midmessage {
  background: #ffffff;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .history-method__midmessage {
    padding: 56px 16px 70px;
  }
}
.history-method__midmessage-text {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .history-method__midmessage-text {
    font-size: 16px;
  }
}
.history-method__midmessage-accent {
  margin: 42px auto 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #eb4a82;
}
@media (max-width: 767px) {
  .history-method__midmessage-accent {
    font-size: 16px;
    margin-top: 20px;
  }
}

.history-stats {
  padding: 24px 20px 64px;
}
@media (max-width: 767px) {
  .history-stats {
    padding: 52px 16px 48px;
  }
}
.history-stats__inner {
  background: #fcf7f9;
  padding: 48px 32px 44px;
  border-radius: 2px;
  max-width: 1070px;
}
@media (max-width: 767px) {
  .history-stats__inner {
    padding: 36px 18px 32px;
  }
}
.history-stats__header {
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .history-stats__header {
    margin-bottom: 32px;
  }
}
.history-stats__title {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 767px) {
  .history-stats__title {
    font-size: 22px;
  }
}
.history-stats__divider {
  display: block;
  width: 48px;
  height: 3px;
  margin: 36px auto 0;
  background: #ffd6ef;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .history-stats__divider {
    width: 40px;
    margin-top: 16px;
  }
}
.history-stats__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 767px) {
  .history-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.history-stats__item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 32px 14px 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .history-stats__item {
    padding: 24px 10px 22px;
    border-radius: 12px;
  }
}
.history-stats__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 0 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .history-stats__value {
    margin-bottom: 12px;
  }
}
.history-stats__num {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #eb4a82;
}
@media (max-width: 767px) {
  .history-stats__num {
    font-size: 40px;
  }
}
.history-stats__unit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}
@media (max-width: 767px) {
  .history-stats__unit {
    font-size: 18px;
  }
}
.history-stats__label {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #666666;
}
@media (max-width: 767px) {
  .history-stats__label {
    font-size: 12px;
    line-height: 1.65;
  }
}

.history-global {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .history-global {
    padding: 0 16px;
  }
}
.history-global__header {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .history-global__header {
    margin-bottom: 28px;
  }
}
.history-global__title {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .history-global__title {
    font-size: 22px;
  }
}
.history-global__divider {
  display: block;
  width: 48px;
  height: 3px;
  margin: 32px auto;
  background: #ffd6ef;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .history-global__divider {
    width: 40px;
    margin: 16px auto 22px;
  }
}
.history-global__intro {
  margin: 0 auto;
  max-width: 720px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}
@media (max-width: 767px) {
  .history-global__intro {
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .history-global__intro-br {
    display: none;
  }
}
.history-global__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .history-global__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.history-global__card {
  background: #ffffff;
  border: 1px solid #ffd6ef;
  border-radius: 14px;
  padding: 36px 32px 40px;
}
@media (max-width: 767px) {
  .history-global__card {
    padding: 28px 22px 32px;
    border-radius: 12px;
  }
}
.history-global__card-title {
  margin: 0 0 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .history-global__card-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.history-global__card-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: #333333;
}
@media (max-width: 767px) {
  .history-global__card-text {
    font-size: 13px;
    line-height: 1.8;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=history.css.map */