.p-history-kv {
  position: relative;
  overflow: hidden;
}
.p-history-kv__logo {
  display: block;
}
.p-history-kv__logo__img {
  width: 33.75vw;
  position: absolute;
  top: 4.4444444444vw;
  left: 5.5555555556vw;
}
.p-history-kv__img {
  overflow: hidden;
}
.p-history-kv__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-history-kv__copy {
  position: absolute;
  bottom: 35.2777777778vw;
  left: 50%;
  width: 78.8888888889vw;
  transform: translateX(-50%);
}
.p-history-kv__desc {
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  bottom: 8.6111111111vw;
  width: 83.6111111111vw;
}
.p-history-header {
  position: fixed;
  top: 0;
  right: 50%;
  z-index: 1000;
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  width: 50%;
  height: 8.3333333333vw;
  padding-right: 5.5555555556vw;
}
.p-history-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.p-history-header__button {
  width: 4.1666666667vw;
}
.p-history-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.p-history-main__inner {
  width: 84.7222222222vw;
  padding-top: 16.9444444444vw;
}
.p-history-under-kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  height: 16.9444444444vw;
  width: 100%;
  background: #e1e1e1;
}
.p-history-under-kv__img {
  width: 61.1111111111vw;
}
.p-history-other-topics {
  display: flex;
  flex-direction: column;
}
.p-history-other-topics__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  height: 16.9444444444vw;
  width: 100%;
  background: #e1e1e1;
}
.p-history-other-topics__title-img {
  width: 25vw;
}
.p-history-other-topics__trio {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  padding-inline: 8.3333333333vw;
  gap: 6.9444444444vw;
  padding-block: 6.9444444444vw;
}
.p-history-other-topics__trio:nth-child(odd) {
  background-color: #e1e1e1;
}
.p-history-other-topics__card {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
.p-history-other-topics__card-top {
  width: 100%;
}
.p-history-other-topics__card-img {
  padding-inline: 6.9444444444vw;
}
.p-history-other-topics__card-bottom {
  display: flex;
  flex-direction: row;
}
.p-history-other-topics__card-bl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  padding-right: 2.7777777778vw;
  border-right: 1px solid #000;
  width: 33.3333333333vw;
}
.p-history-other-topics__card-bl.-wide {
  padding-right: 1.3888888889vw;
  width: 41.6666666667vw;
}
.p-history-other-topics__card-br {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  justify-content: flex-start;
  padding-left: 2.7777777778vw;
}
.p-history-other-topics__card-num {
  font-size: 4.1666666667vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  color: #333;
}
.p-history-other-topics__card-heading {
  font-size: 2.5vw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  color: #333;
}
.p-history-other-topics__card-date {
  font-size: 2.9166666667vw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  color: #333;
}
.p-history-other-topics__card-text {
  padding-top: 1.1111111111vw;
  font-size: 3.1944444444vw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  color: #333;
}

@media print, (min-width: 768px) {
  .p-history-kv__logo {
    transition: 0.3s;
  }
  .p-history-kv__logo__img {
    width: 13.6565272497vw;
    top: 3.1685678074vw;
    left: 4.1191381496vw;
  }
  .p-history-kv__logo:hover {
    opacity: 0.7;
  }
  .p-history-kv__img {
    height: 100%;
  }
  .p-history-kv__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-history-kv__copy {
    position: absolute;
    bottom: min(330px, 20.625vw);
    left: calc(50% - 4px);
    width: min(910px, 56.875vw);
    transform: translateX(-50%);
  }
  .p-history-kv__desc {
    position: absolute;
    left: calc(50% - 6px);
    transform: translateX(-50%);
    bottom: min(94px, 5.875vw);
    width: min(673px, 42.0625vw);
  }
  .p-history-header {
    width: 50vw;
    height: 5.0697084918vw;
    padding-right: 1.6476552598vw;
  }
  .p-history-header__button {
    width: 1.9011406844vw;
    cursor: pointer;
    transition: 0.3s;
  }
  .p-history-header__button:hover {
    opacity: 0.7;
  }
  .p-history-main__inner {
    width: 84.7222222222vw;
    padding-top: 16.9444444444vw;
  }
  .p-history-under-kv {
    height: 17.0870626526vw;
  }
  .p-history-under-kv__img {
    width: 56.9568755085vw;
  }
  .p-history-other-topics {
    display: flex;
    flex-direction: column;
  }
  .p-history-other-topics__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    width: 100%;
    height: 17.0870626526vw;
  }
  .p-history-other-topics__title-img {
    width: 24.4100895037vw;
  }
  .p-history-other-topics__trio {
    display: flex;
    flex-direction: row;
    padding-inline: 7.3230268511vw;
    gap: 3.2546786005vw;
    padding-block: 4.0683482506vw;
  }
  .p-history-other-topics__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.6273393002vw;
  }
  .p-history-other-topics__card-top {
    width: 100%;
  }
  .p-history-other-topics__card-img {
    padding-inline: 0.8136696501vw;
  }
  .p-history-other-topics__card-bottom {
    display: flex;
    flex-direction: row;
  }
  .p-history-other-topics__card-bl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    padding-right: 1.2205044752vw;
    border-right: 1px solid #000;
    width: 16.2733930024vw;
  }
  .p-history-other-topics__card-bl.-wide {
    padding-right: 0.8136696501vw;
    width: 19.5280716029vw;
  }
  .p-history-other-topics__card-br {
    font-family: "Noto Serif JP", serif;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    justify-content: flex-start;
    padding-left: 1.2205044752vw;
  }
  .p-history-other-topics__card-num {
    font-size: 1.3018714402vw;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    color: #333;
  }
  .p-history-other-topics__card-heading {
    font-size: 0.8950366151vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    color: #333;
  }
  .p-history-other-topics__card-date {
    font-size: 0.9764035801vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    color: #333;
  }
  .p-history-other-topics__card-text {
    padding-top: 0.32546786vw;
    font-size: 1.2205044752vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    color: #333;
  }
}
@media print, (min-width: 1578px) {
  .p-history-kv__logo__img {
    width: 215.5px;
    top: 50px;
    left: 65px;
  }
  .p-history-kv__img {
    height: 1527.96px;
  }
  .p-history-header {
    width: 789px;
    height: 80px;
    padding-right: 26px;
  }
  .p-history-header__button {
    width: 30px;
  }
  .p-history-under-kv {
    height: 210px;
  }
  .p-history-under-kv__img {
    width: 690px;
  }
  .p-history-main__inner {
    width: 1248px;
    padding-top: 96px;
  }
  .p-history-main__copy {
    position: absolute;
    bottom: 330px;
    left: calc(50% - 4px);
    width: 910px;
    transform: translateX(-50%);
  }
  .p-history-main__desc {
    position: absolute;
    left: calc(50% - 6px);
    transform: translateX(-50%);
    bottom: 94px;
    width: 673px;
  }
  .p-history-other-topics__title {
    width: 100%;
    height: 268.8px;
  }
  .p-history-other-topics__title-img {
    width: 384px;
  }
  .p-history-other-topics__trio {
    padding-inline: 115.2px;
    gap: 64px;
    padding-block: 64px;
  }
  .p-history-other-topics__card {
    flex: 1;
    gap: 25.6px;
  }
  .p-history-other-topics__card-top {
    width: 100%;
  }
  .p-history-other-topics__card-img {
    padding-inline: 12.8px;
  }
  .p-history-other-topics__card-bl {
    padding-right: 19.2px;
    width: 256px;
  }
  .p-history-other-topics__card-bl.-wide {
    padding-right: 12.8px;
    width: 290px;
  }
  .p-history-other-topics__card-br {
    padding-left: 19.2px;
  }
  .p-history-other-topics__card-num {
    font-size: 20.48px;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
  .p-history-other-topics__card-heading {
    font-size: 14.08px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  .p-history-other-topics__card-date {
    font-size: 15.36px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  .p-history-other-topics__card-text {
    padding-top: 5.12px;
    font-size: 19.2px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
}
.c-history-slider {
  background-image: url("../img/history/history_slide-bg_sp.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 132.6388888889vw;
  overflow: hidden;
}
.c-history-slider .slick-slider,
.c-history-slider .slick-list,
.c-history-slider .slick-track {
  height: 100%;
}
.c-history-slider .slick-slide {
  height: 100% !important;
}
.c-history-slider .slick-slide > div {
  height: 100%;
}
.c-history-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  width: 2.5vw;
  height: 3.4722222222vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-history-slider__arrow--prev {
  left: 6.9444444444vw;
  background-image: url("../img/history/history_prev_pc.png");
}
.c-history-slider__arrow--next {
  right: 6.9444444444vw;
  background-image: url("../img/history/history_next_pc.png");
}
.c-history-slider__slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
}
.c-history-slider__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 83.3333333333vw;
  min-height: 0;
  max-height: 100%;
  gap: 5.5555555556vw;
}
.c-history-slider__image-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  gap: 0.2777777778vw;
}
.c-history-slider__image-item figure {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.c-history-slider__image-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-history-slider__image-item.-i01 figure img {
  width: 70.8333333333vw;
  height: auto;
}
.c-history-slider__image-item.-i02 figure img {
  width: 37.5vw;
  height: auto;
}
.c-history-slider__image-item.-i03 figure img {
  width: 47.2222222222vw;
  height: auto;
}
.c-history-slider__image-item.-i04 figure img {
  width: 43.0555555556vw;
  height: auto;
}
.c-history-slider__image-item.-i05 figure img {
  width: 36.8055555556vw;
  height: auto;
}
.c-history-slider__image-item.-i06 figure img {
  width: 65.2777777778vw;
  height: auto;
}
.c-history-slider__image-item.-i07 figure img {
  width: 48.6111111111vw;
  height: auto;
}
.c-history-slider__image-item.-i08 figure img {
  width: 63.1944444444vw;
  height: auto;
}
.c-history-slider__image-item.-i09 figure img {
  width: 35.4166666667vw;
  height: auto;
}
.c-history-slider__image-item.-i10 figure img {
  width: 26.3888888889vw;
  height: auto;
}
.c-history-slider__image-item.-i11 figure img {
  width: 65.2777777778vw;
  height: auto;
}
.c-history-slider__image-item.-i12 figure img {
  width: 65.2777777778vw;
  height: auto;
}
.c-history-slider__image-item.-i13 figure img {
  width: 65.9722222222vw;
  height: auto;
}
.c-history-slider__image-item.-i14 figure img {
  width: 72.2222222222vw;
  height: auto;
}
.c-history-slider__image-item.-i15 figure img {
  width: 44.4444444444vw;
  height: auto;
}
.c-history-slider__image-item.-i15 {
  position: relative;
}
.c-history-slider__image-item.-i16 figure img {
  width: 73.6111111111vw;
  height: auto;
}
.c-history-slider__image-item.-i16 {
  position: relative;
}
.c-history-slider__image-item.-i17 figure img {
  width: 36.8055555556vw;
  height: auto;
}
.c-history-slider__image-item.-i18 figure img {
  width: 59.7222222222vw;
  height: auto;
}
.c-history-slider__image-item.-i19 figure img {
  width: 50.6944444444vw;
  height: auto;
}
.c-history-slider__image-item.-i20 figure img {
  width: 55.5555555556vw;
  height: auto;
}
.c-history-slider__image-item.-i21 figure img {
  width: 55.5555555556vw;
  height: auto;
}
.c-history-slider__image-item.-i22 figure img {
  width: 65.9722222222vw;
  height: auto;
}
.c-history-slider__image-item.-i23 figure img {
  width: 54.8611111111vw;
  height: auto;
}
.c-history-slider__image-item.-i24 figure img {
  width: 50.6944444444vw;
  height: auto;
}
.c-history-slider__image-box {
  position: absolute;
  width: 100%;
  top: 35.4166666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.c-history-slider__image-box-text {
  text-align: center;
  font-size: 1.25vw;
}
.c-history-slider__image-box.-b02 {
  position: absolute;
  width: 100%;
  top: 34.7222222222vw;
  left: 50%;
  transform: translateX(-50%);
}
.c-history-slider__image-box.-b02-text {
  text-align: center;
  font-size: 1.25vw;
}
.c-history-slider__caption {
  text-align: center;
  flex-shrink: 1;
  font-size: 2.3611111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #23395e;
}
.c-history-slider__footer-text {
  text-align: left;
  flex-shrink: 1;
  width: auto;
  font-size: 2.3611111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #23395e;
}
.c-history-slider__footer-text--center {
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  flex-shrink: 1;
  width: auto;
  font-size: 2.3611111111vw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #23395e;
}
.c-history-slider__text-box {
  width: -moz-fit-content;
  width: fit-content;
  flex: 0;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: 0.2777777778vw;
}
.c-history-slider__text-box-separator {
  height: 1px;
  width: 100%;
  background-color: #23395e;
  display: flex;
}
.c-history-slider .slick-dots {
  position: absolute;
  bottom: 3.3333333333vw;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1.3888888889vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-history-slider .slick-dots li {
  position: static;
  margin: 0;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
.c-history-slider .slick-dots li button {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border-radius: 50%;
  border: 1px solid #e1d6a7;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s;
}
.c-history-slider .slick-dots li button::before {
  display: none !important;
}
.c-history-slider .slick-dots li.slick-active button {
  background-color: #e1d6a7;
  border-color: #e1d6a7;
}

@media print, (min-width: 768px) {
  .c-history-slider {
    background-image: url("../img/history/history_slide-bg_pc.png");
    height: min(75.2644426363vw, 925px);
  }
  .c-history-slider__arrow {
    width: min(1.4646053702vw, 18px);
    height: min(2.1155410903vw, 26px);
  }
  .c-history-slider__arrow--prev {
    left: 50px;
  }
  .c-history-slider__arrow--next {
    right: 50px;
  }
  .c-history-slider__images {
    gap: min(1.9528071603vw, 24px);
  }
  .c-history-slider__images.-s05 {
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: min(12.2050447518vw, 150px);
  }
  .c-history-slider__image-item {
    gap: min(0.16273393vw, 2px);
  }
  .c-history-slider__image-item.-i01 figure img {
    width: min(39.869812856vw, 490px);
    height: auto;
  }
  .c-history-slider__image-item.-i02 figure img {
    width: min(21.9690805533vw, 270px);
    height: auto;
  }
  .c-history-slider__image-item.-i03 figure img {
    width: min(27.2579332791vw, 335px);
    height: auto;
  }
  .c-history-slider__image-item.-i04 figure img {
    width: min(25.2237591538vw, 310px);
    height: auto;
  }
  .c-history-slider__image-item.-i05 figure img {
    width: min(19.5280716029vw, 240px);
    height: auto;
  }
  .c-history-slider__image-item.-i06 figure img {
    width: min(34.9877949552vw, 430px);
    height: auto;
  }
  .c-history-slider__image-item.-i07 figure img {
    width: min(28.8852725793vw, 355px);
    height: auto;
  }
  .c-history-slider__image-item.-i08 figure img {
    width: min(37.0219690806vw, 455px);
    height: auto;
  }
  .c-history-slider__image-item.-i09 figure img {
    width: min(30.9194467046vw, 380px);
    height: auto;
  }
  .c-history-slider__image-item.-i10 figure img {
    width: min(21.9690805533vw, 270px);
    height: auto;
  }
  .c-history-slider__image-item.-i11 figure img {
    width: min(39.869812856vw, 490px);
    height: auto;
  }
  .c-history-slider__image-item.-i12 figure img {
    width: min(41.4971521562vw, 510px);
    height: auto;
  }
  .c-history-slider__image-item.-i13 figure img {
    width: min(40.6834825061vw, 500px);
    height: auto;
  }
  .c-history-slider__image-item.-i14 figure img {
    width: min(44.7518307567vw, 550px);
    height: auto;
  }
  .c-history-slider__image-item.-i15 figure img {
    width: min(24.8169243287vw, 305px);
    height: auto;
  }
  .c-history-slider__image-item.-i16 figure img {
    width: min(39.869812856vw, 490px);
    height: auto;
  }
  .c-history-slider__image-item.-i17 figure img {
    width: min(21.9690805533vw, 270px);
    height: auto;
  }
  .c-history-slider__image-item.-i18 figure img {
    width: min(34.9877949552vw, 430px);
    height: auto;
  }
  .c-history-slider__image-item.-i19 figure img {
    width: min(29.2921074044vw, 360px);
    height: auto;
  }
  .c-history-slider__image-item.-i20 figure img {
    width: min(32.5467860049vw, 400px);
    height: auto;
  }
  .c-history-slider__image-item.-i21 figure img {
    width: min(32.5467860049vw, 400px);
    height: auto;
  }
  .c-history-slider__image-item.-i22 figure img {
    width: min(38.2424735557vw, 470px);
    height: auto;
  }
  .c-history-slider__image-item.-i23 figure img {
    width: min(31.7331163548vw, 390px);
    height: auto;
  }
  .c-history-slider__image-item.-i24 figure img {
    width: min(30.1057770545vw, 370px);
    height: auto;
  }
  .c-history-slider__image-box {
    position: absolute;
    width: 100%;
    top: min(19.5280716029vw, 240px);
    left: 50%;
    transform: translateX(-50%);
  }
  .c-history-slider__image-box-text {
    text-align: center;
    font-size: min(0.7323026851vw, 9px);
  }
  .c-history-slider__image-box.-b02 {
    position: absolute;
    width: 100%;
    top: min(18.7144019528vw, 230px);
    left: 50%;
    transform: translateX(-50%);
  }
  .c-history-slider__image-box.-b02-text {
    text-align: center;
    font-size: min(0.7323026851vw, 9px);
  }
  .c-history-slider__caption {
    font-size: min(1.2205044752vw, 15px);
  }
  .c-history-slider__footer-text {
    font-size: min(1.2205044752vw, 15px);
  }
  .c-history-slider__footer-text--center {
    font-size: min(1.2205044752vw, 15px);
  }
  .c-history-slider .slick-dots {
    bottom: min(1.9528071603vw, 24px);
    gap: min(0.8136696501vw, 10px);
  }
  .c-history-slider .slick-dots li {
    width: min(0.8136696501vw, 10px);
    height: min(0.8136696501vw, 10px);
  }
}
.c-history-accordion-opener {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16.9444444444vw;
  background-color: #f5f5f5;
  cursor: pointer;
  border: none;
  gap: 2.7777777778vw;
}
.c-history-accordion-opener__icon {
  width: 2.7777777778vw;
  margin: 0;
}
.c-history-accordion-opener__icon img {
  width: 100%;
  display: block;
}
.c-history-accordion-opener__title {
  width: 37.5vw;
  margin: 0;
}
.c-history-accordion-opener__title img {
  width: 100%;
  display: block;
}

.c-history-accordion {
  background: #e1e1e1;
}
.c-history-accordion__inner {
  padding: 6.6666666667vw 5.5555555556vw;
}
.c-history-accordion__intro {
  font-size: 2.5vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #23395e;
  padding-bottom: 5.5555555556vw;
  text-align: center;
}
.c-history-accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-history-accordion__item {
  border-top: none;
}
.c-history-accordion__item:last-child {
  border-bottom: 1px solid #968a59;
}
.c-history-accordion__entry {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  padding: 2.7777777778vw 0;
}
.c-history-accordion__entry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
.c-history-accordion__year {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.5555555556vw;
  flex-shrink: 0;
  font-family: "noto serif jp", serif;
  font-weight: 500;
  font-size: 4.1666666667vw;
  line-height: 1;
  color: #968a59;
  letter-spacing: 0.05em;
  padding-bottom: 2.7777777778vw;
  text-align: center;
}
.c-history-accordion__year:before, .c-history-accordion__year:after {
  display: flex;
  content: "";
  height: 1px;
  background: #968a59;
  width: 100%;
}
.c-history-accordion__text {
  font-size: 2.7777777778vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  color: #000;
}
.c-history-accordion__text--xl {
  font-size: 3.8888888889vw;
  line-height: 1.7142857143;
}
.c-history-accordion__text--lg {
  font-size: 2.9166666667vw;
  line-height: 1.7142857143;
}
.c-history-accordion__text--new {
  font-size: 4.1666666667vw;
  line-height: 1.7142857143;
  margin-top: 3em;
  position: relative;
}
.c-history-accordion__text--new::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: #968a59;
}
.c-history-accordion__text, .c-history-accordion__text--xl, .c-history-accordion__text--lg, .c-history-accordion__text--new, .c-history-accordion__images {
  padding-inline: 6.25vw;
}
.c-history-accordion__images {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  padding-top: 1.3888888889vw;
}
.c-history-accordion__image-item {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
.c-history-accordion__image-item img {
  width: 100%;
  display: block;
}
.c-history-accordion__image-caption {
  font-size: 2.5vw;
  line-height: 1.1111111111;
  white-space: nowrap;
  letter-spacing: 0em;
  color: #333;
}

@media print, (min-width: 768px) {
  .c-history-accordion-opener {
    height: 17.0870626526vw;
    gap: 2.4410089504vw;
  }
  .c-history-accordion-opener__icon {
    width: 1.6273393002vw;
  }
  .c-history-accordion-opener__title {
    width: 35.8014646054vw;
  }
  .c-history-accordion__inner {
    padding: 4.8820179007vw 8.1366965012vw;
  }
  .c-history-accordion__intro {
    font-size: 1.8714401953vw;
    line-height: 1.7333333333;
    padding-bottom: 3.9056143206vw;
  }
  .c-history-accordion__item {
    border-top: 1px solid #968a59;
  }
  .c-history-accordion__item:last-child {
    border-bottom: 1px solid #968a59;
  }
  .c-history-accordion__entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding: 2.5348542459vw 0;
  }
  .c-history-accordion__entry-content {
    gap: 1.2674271229vw;
  }
  .c-history-accordion__year {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 0;
    padding-left: 2.4410089504vw;
    font-size: 1.9011406844vw;
    padding-top: 0.9505703422vw;
    padding-bottom: 0;
    width: 15.8665581774vw;
  }
  .c-history-accordion__year:before, .c-history-accordion__year:after {
    display: none;
  }
  .c-history-accordion__text {
    font-size: 1.3832384052vw;
    line-height: 2;
    margin-right: 2.4410089504vw;
  }
  .c-history-accordion__text--new {
    position: relative;
    margin-top: 2.4410089504vw;
    padding-top: 2.4410089504vw;
    font-size: 1.6166281755vw;
    line-height: 2.3636363636;
    margin-right: 2.4410089504vw;
  }
  .c-history-accordion__text--new::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    height: 1px;
    background: #968a59;
  }
  .c-history-accordion__text--xl {
    font-size: 1.7087062653vw;
    line-height: 2.3636363636;
    margin-right: 2.4410089504vw;
  }
  .c-history-accordion__text--lg {
    font-size: 1.4239218877vw;
    line-height: 2.1666666667;
    margin-right: 2.4410089504vw;
  }
  .c-history-accordion__text, .c-history-accordion__text--xl, .c-history-accordion__text--lg, .c-history-accordion__text--new, .c-history-accordion__images {
    padding-inline: 0;
  }
  .c-history-accordion__images {
    padding-block: 4.0683482506vw;
    padding-top: 0;
    width: 51.6680227828vw;
    flex-direction: row;
    gap: 1.9528071603vw;
  }
  .c-history-accordion__image-item {
    flex: 1;
    gap: 0.6337135615vw;
    max-width: 24.8576078112vw;
  }
  .c-history-accordion__image-caption {
    font-size: 0.8950366151vw;
  }
}
@media print, (min-width: 1578px) {
  .c-history-accordion-opener {
    height: 270px;
    gap: 30px;
  }
  .c-history-accordion-opener__icon {
    width: 20px;
  }
  .c-history-accordion-opener__title {
    width: 563px;
  }
  .c-history-accordion__inner {
    padding: 76px 128px;
  }
  .c-history-accordion__intro {
    font-size: 29px;
    line-height: 15px;
    padding-bottom: 61px;
  }
  .c-history-accordion__entry {
    padding: 40px 0;
  }
  .c-history-accordion__entry-content {
    gap: 20px;
  }
  .c-history-accordion__year {
    gap: 0;
    padding-left: 30px;
    font-size: 30px;
    padding-top: 15px;
    width: 195px;
  }
  .c-history-accordion__year:before, .c-history-accordion__year:after {
    display: none;
  }
  .c-history-accordion__text {
    font-size: 21px;
    margin-right: 38px;
  }
  .c-history-accordion__text--new {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 21px;
    margin-right: 38px;
  }
  .c-history-accordion__text--new::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #968a59;
  }
  .c-history-accordion__text--xl {
    font-size: 27px;
    margin-right: 38px;
  }
  .c-history-accordion__text--lg {
    font-size: 22px;
    margin-right: 38px;
  }
  .c-history-accordion__text, .c-history-accordion__text--xl, .c-history-accordion__text--lg, .c-history-accordion__text--new, .c-history-accordion__images {
    padding-inline: 0;
  }
  .c-history-accordion__images {
    padding-block: 50px;
    width: 815px;
    gap: 24px;
  }
  .c-history-accordion__image-item {
    gap: 10px;
    max-width: 395.5px;
  }
  .c-history-accordion__image-caption {
    font-size: 11px;
  }
}
.c-history-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.c-history-modal-overlay.is-open {
  display: block;
}

.c-history-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.c-history-modal.is-open {
  display: block;
}
.c-history-modal__img {
  display: block;
}
.c-history-modal__text-overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #23395e;
  pointer-events: none;
}
.c-history-modal__text-overlay p {
  margin: 0;
  font-size: min(1.8055555556vw, 13px);
  line-height: 1.6;
}
.c-history-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  background: transparent;
  border: none;
  color: #968a59;
  font-size: 20px;
  line-height: 1;
  padding: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.c-history-modal__close:hover {
  opacity: 0.7;
}

body.is-modal-open {
  overflow: hidden;
}

.c-history-slider__image-item figure {
  cursor: pointer;
}