@charset "UTF-8";
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
@media screen and (min-width: 768px) {
  .p-history {
    padding-bottom: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history {
    padding-bottom: 8.5714285714rem;
  }
}
.p-history__header {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-history__header {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-history__header {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-history__header {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__header {
    padding-bottom: 2.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__timeline {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width:767px) {
  .p-history__timeline {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-history__nav {
    flex: 0 0 14.4375rem;
    position: sticky;
    bottom: 2.5rem;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 16.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__nav {
    position: sticky;
    top: 4.2857142857rem;
    z-index: 10;
    background: #FFF;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    justify-content: center;
    gap: 1.7142857143rem;
    padding-top: 0.8571428571rem;
    padding-bottom: 0.8571428571rem;
    margin-bottom: 4.2857142857rem;
  }
}
.p-history__nav-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #242424;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-history__nav-item {
    gap: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width:767px) {
  .p-history__nav-item {
    gap: 0.4285714286rem;
    font-size: 1.2857142857rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}
.p-history__nav-year {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-history__nav-year {
    color: transparent;
    text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
  }
}
@media screen and (max-width:767px) {
  .p-history__nav-year {
    color: transparent;
    text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
  }
}
@media screen and (max-width:767px) {
  .p-history__nav-year .paragraph {
    display: flex !important;
  }
}
.p-history__nav-indicator {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-history__nav-indicator {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__nav-indicator {
    width: 1.0714285714rem;
    height: 1.0714285714rem;
  }
}
.p-history__body {
  min-width: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-history__body {
    flex: 0 0 64.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__body {
    flex: auto;
    max-width: 75%;
  }
}
@media screen and (max-width:767px) {
  .p-history__body {
    width: 100%;
  }
}
.p-history__section {
  position: relative;
}
.p-history__section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  border-left: 1px dotted #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-history__section::before {
    left: 11.875rem;
    top: 1.3125rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__section::before {
    left: 5rem;
    top: 1.4285714286rem;
  }
}
.p-history__section::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  background: #FFF;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-history__section::after {
    left: 11.875rem;
    height: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 836px) {
  .p-history__section::after {
    height: 4rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__section::after {
    left: 5rem;
    height: 2.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__section + .p-history__section {
    margin-top: 10rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__section + .p-history__section {
    margin-top: 8.5714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__section:has(.p-history__year-row.--anchor.--feature)::before {
    top: 3.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__section:has(.p-history__year-row.--anchor.--feature)::before {
    top: 2.5714285714rem;
  }
}
.p-history__section {
  scroll-margin-top: 80px;
}
@media screen and (max-width:767px) {
  .p-history__section {
    scroll-margin-top: 120px;
  }
}
.p-history__year-row {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-history__year-row + .p-history__year-row {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row + .p-history__year-row {
    margin-top: 5.7142857143rem;
  }
}
.p-history__year-label {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-history__year-label {
    width: 15rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-label {
    width: 7.2142857143rem;
  }
}
.p-history__year-number {
  display: block;
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-history__year-number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-number {
    font-size: 1.0714285714rem;
  }
}
.p-history__year-row.--anchor .p-history__year-number {
  color: #242424;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--anchor .p-history__year-number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--anchor .p-history__year-number {
    font-size: 1.7142857143rem;
  }
}
.p-history__year-row.--anchor .p-history__year-dot {
  background: #FFF;
  border: 4px solid #242424;
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--anchor .p-history__year-dot {
    left: 11.1875rem;
    top: 0.75rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--anchor .p-history__year-dot {
    left: 4.5rem;
    top: 0.4285714286rem;
    width: 1rem;
    height: 1rem;
    border: 0.1785714286rem solid #242424;
  }
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--anchor .p-history__events {
    margin-top: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--anchor .p-history__events {
    margin-top: 0.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--feature .p-history__year-number {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--feature .p-history__year-number {
    margin-top: 2.0714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--feature .p-history__year-dot {
    top: 3rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--feature .p-history__year-dot {
    top: 2.3571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__year-row.--anchor.--feature .p-history__year-dot {
    top: 3.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-row.--anchor.--feature .p-history__year-dot {
    top: 2.5rem;
  }
}
.p-history__year-dot {
  position: absolute;
  border-radius: 50%;
  background: #242424;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-history__year-dot {
    left: 11.59375rem;
    top: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__year-dot {
    left: 4.75rem;
    top: 0.3571428571rem;
    width: 0.5714285714rem;
    height: 0.5714285714rem;
  }
}
.p-history__events {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-history__events {
    gap: 2.5rem;
    max-width: 49.625rem;
    margin-top: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__events {
    gap: 2.2857142857rem;
    margin-top: 0.0714285714rem;
  }
}
.p-history__event.--featured, .p-history__event.--compact {
  background: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .p-history__event.--featured, .p-history__event.--compact {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__event.--featured, .p-history__event.--compact {
    min-height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__event.--featured, .p-history__event.--compact {
    min-height: auto;
  }
}
@media screen and (max-width:767px) {
  .p-history__event.--featured, .p-history__event.--compact {
    padding: 2.1428571429rem 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__event.--featured .p-history__event-link, .p-history__event.--compact .p-history__event-link {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event.--link .p-history__event-meta, .p-history__event.--simple .p-history__event-meta {
    margin-bottom: 0.5714285714rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__event.--link .p-history__event-meta + .p-history__event-info {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event.--link .p-history__event-meta + .p-history__event-info {
    margin-top: 0.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 4.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__card {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__card {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-history__card .p-history__event-link {
    margin-top: 1.4285714286rem;
  }
}
.p-history__card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__card-body {
    min-height: auto;
    flex: 1;
  }
}
@media screen and (max-width:767px) {
  .p-history__card-body {
    min-height: 0;
  }
}
.p-history__card-img {
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-history__card-img {
    align-self: flex-start;
    width: 14.875rem;
    height: 14.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .p-history__card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width:767px) {
  .p-history__card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 2.8571428571rem;
  }
}
.p-history__event-meta {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-history__event-meta {
    gap: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-meta {
    gap: 0.5714285714rem;
    margin-bottom: 2.1428571429rem;
  }
}
.p-history__event-dot {
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  background: #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-history__event-dot {
    width: 0.25rem;
    height: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-dot {
    width: 0.2857142857rem;
    height: 0.2857142857rem;
  }
}
.p-history__event-month {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  color: #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-history__event-month {
    font-size: 0.875rem;
    line-height: 1.1;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-month {
    font-size: 0.8571428571rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .p-history__event-info {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-history__event-badge {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-badge {
    margin-bottom: 1.1428571429rem;
  }
}
.p-history__badge-img {
  display: block;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-history__badge-img {
    max-height: 3.75rem;
    max-width: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__badge-img {
    max-height: 2.8571428571rem;
    max-width: 11.4285714286rem;
  }
}
.p-history__event-title {
  color: #242424;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-history__event-title {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-title {
    font-size: 0.9285714286rem;
  }
}
.p-history__event-title.--has-badge {
  color: #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-history__event-title.--has-badge {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-title.--has-badge {
    font-size: 0.8571428571rem;
  }
}
.p-history__event-link {
  align-items: center;
  text-decoration: none;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #242424;
  border-bottom: 1px dashed #7B7B7B;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-history__event-link {
    display: inline-flex;
    gap: 1rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0.75rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-link {
    display: flex;
    gap: 2.3571428571rem;
    justify-content: space-between;
    font-size: 0.9285714286rem;
    line-height: 1.8;
    padding-bottom: 0.5714285714rem;
    margin-top: 0.8571428571rem;
  }
}
.p-history__event-link svg {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-history__event-link.--external {
    gap: 2.3125rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-link.--external {
    gap: 4.6428571429rem;
  }
}
.p-history__event-link.--external svg {
  color: #7B7B7B;
}
.p-history__event-link-text-wrapper {
  overflow: hidden;
  line-height: 1.35em;
}
@media screen and (min-width: 768px) {
  .p-history__event-link-text-wrapper {
    display: flex;
    color: transparent;
    text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-link-text-wrapper {
    color: transparent;
    text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
  }
}
.p-history__event-link-icon-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-history__event-link-icon-wrapper {
    width: 1rem;
    height: 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-link-icon-wrapper {
    width: 1.1428571429rem;
  }
}
.p-history__event-link-icon-wrapper svg {
  display: block;
  flex: none;
  fill: none;
  stroke: #242424;
  display: block;
  height: auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-history__event-link-icon-wrapper svg {
    width: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-history__event-link-icon-wrapper svg {
    width: 1.1428571429rem;
  }
}