@charset "UTF-8";
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 8vw;
  }
}

/* l-link */
.l-link {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-link {
    margin-top: 8vw;
  }
}

/* l-page */
.l-page {
  background: #F9F7F5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 10.6666666667vw 0;
  }
}

/* en */
.en * {
  font-family: "poppins", "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}

/* link */
.link {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  width: 240px;
  max-width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  border: 1px solid #000;
  padding: 17px 20px;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .link {
    width: 64vw;
    font-size: 4vw;
    padding: 4vw 5.3333333333vw;
  }
}
.link::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../images/arrow_icon02.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .link::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}
.link:hover {
  color: #fff;
  background: #000;
}
.link:hover::after {
  background: url(../images/arrow_icon03.png) no-repeat center/contain;
}

.link--back {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .link--back {
    padding-left: 12vw;
  }
}
.link--back::after {
  right: unset;
  left: 20px;
  background: url(../images/back_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .link--back::after {
    left: 5.3333333333vw;
  }
}
.link--back:hover::after {
  background: url(../images/back_icon02.png) no-repeat center/contain;
}

/* message-card */
.message-card {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.message-card__inner {
  display: block;
  height: 100%;
  background: #fff;
  padding: 30px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .message-card__inner {
    padding: 6.6666666667vw;
  }
}
.message-card__inner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(../images/message/message_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .message-card__inner::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.message-card__inner:hover {
  opacity: 0.7;
}

.message-card__img {
  width: 225px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .message-card__img {
    width: 60vw;
    margin-bottom: 4vw;
  }
}
.message-card__img img {
  width: 100%;
}

.message-card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .message-card__title {
    font-size: 4.8vw;
  }
}

.message-card__subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2B72B8;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message-card__subtitle {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.message-card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .message-card__text {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.message-card__text:last-child {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .message-card__text:last-child {
    margin-top: 2.6666666667vw;
  }
}

/* message-cards */
.message-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .message-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
}

/* mv */
.mv {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 10.6666666667vw 0 16vw;
  }
}

.mv__title {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 8.5333333333vw;
  }
}

.mv__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .mv__links {
    gap: 5.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}

.mv__link + .mv__link {
  position: relative;
}
.mv__link + .mv__link::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 11px;
  left: -16px;
  background: url(../images/arrow_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .mv__link + .mv__link::before {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
    top: 1.6vw;
    left: -3.4666666667vw;
  }
}
.mv__link a, .mv__link span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .mv__link a, .mv__link span {
    font-size: 3.7333333333vw;
  }
}
.mv__link a {
  color: #999;
}
.mv__link span {
  color: #E94738;
}

/* pagination */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 2.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #E94738;
  border: 1px solid #E94738;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 10.6666666667vw;
    min-width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4vw;
    padding-top: 1.3333333333vw;
  }
}
.pagination a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination .current {
  color: #fff;
  background: #E94738;
}
.pagination .dots {
  border: none;
  width: unset;
  min-width: unset;
}
.pagination .prev {
  background: url(../images/back_icon01.png) no-repeat center/7px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    background-size: 1.8666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.pagination .next {
  background: url(../images/arrow_icon02.png) no-repeat center/7px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    background-size: 1.8666666667vw;
    margin-left: 2.6666666667vw;
  }
}

/* 更新用 */
#home_news .home_news_r ul li a.nolink {
  pointer-events: none;
}
#home_news .home_news_r ul li a.nolink i {
  display: none;
}

header nav .lang li a {
  pointer-events: unset;
}
header nav .lang li a.active {
  pointer-events: none;
}

/* history */
.history {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  position: relative;
}

.history__video {
  position: absolute;
  right: 0;
  top: -175px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .history__video {
    width: 100%;
    padding-top: 56.7010309278%;
    position: relative;
    right: unset;
    top: unset;
  }
  .history__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.history__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .history__text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 5.3333333333vw;
  }
}

.history__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .history__links {
    gap: 1.6vw;
    margin-top: 5.3333333333vw;
  }
}

.history__link a {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #D3A944;
  background: #fff;
  border: 1px solid #D3A944;
  border-radius: 30px;
  letter-spacing: 0.04em;
  padding: 6px 23px 2px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .history__link a {
    font-size: 4vw;
    border-radius: 5.3333333333vw;
    padding: 1.0666666667vw 3.4666666667vw 0;
  }
}
.history__link a:hover {
  color: #fff;
  background: #D3A944;
}

.history__units {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .history__units {
    margin-top: 13.3333333333vw;
  }
}

.history__unit + .history__unit {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .history__unit + .history__unit {
    margin-top: 16vw;
  }
}

.history__year {
  font-family: "poppins", sans-serif;
  font-size: 48px;
  color: #D3A944;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__year {
    font-size: 8.5333333333vw;
  }
}
.history__year::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 20px;
  left: 160px;
  right: 0;
  background: #D3A944;
}
@media screen and (max-width: 767px) {
  .history__year::after {
    top: 2.6666666667vw;
    left: 26.6666666667vw;
  }
}

.history__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .history__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}

.history__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
  .history__card {
    padding: 8vw 5.3333333333vw;
  }
}

.history__card-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  padding-left: 26px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__card-year {
    font-size: 4.8vw;
    gap: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.history__card-year::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 18px;
  left: 0;
  background: #E94738;
}
@media screen and (max-width: 767px) {
  .history__card-year::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 4.2666666667vw;
  }
}
.history__card-year span {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .history__card-year span {
    font-size: 8.5333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.history__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #2B72B8;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .history__card-title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.history__card-title span {
  font-style: italic;
}

.history__card-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history__card-text {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.history__card-text span {
  font-style: italic;
}

.history__card-img {
  max-width: 100%;
  margin: auto auto 0;
}
.history__card-img img {
  width: 100%;
}

/* message-archive */
.message-archive__cards {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .message-archive__cards {
    margin-bottom: 10.6666666667vw;
  }
}

/* message-single */
.message-single {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.message-single__content {
  background: #fff;
  padding: 60px 170px 80px;
}
@media screen and (max-width: 767px) {
  .message-single__content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.message-single__img {
  text-align: center;
}

.message-single__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .message-single__title {
    font-size: 6.4vw;
    margin-top: 4vw;
  }
}

.message-single__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2B72B8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message-single__subtitle {
    font-size: 4vw;
  }
}

.message-single__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 3.1;
  border-bottom: 1px solid #E6E6E6;
  background: repeating-linear-gradient(to bottom, #E6E6E6 0px, #E6E6E6 1px, transparent 1px, transparent 3.1em);
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .message-single__text {
    font-size: 4vw;
    line-height: 2.5;
    background: repeating-linear-gradient(to bottom, #E6E6E6 0px, #E6E6E6 1px, transparent 1px, transparent 2.5em);
    margin-top: 5.3333333333vw;
    padding: 0;
  }
}

.message-single__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-family: "poppins", sans-serif;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .message-single__share {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.message-single__share-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .message-single__share-text {
    font-size: 4vw;
    margin-top: 1.0666666667vw;
  }
}

.message-single__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .message-single__btns {
    gap: 1.3333333333vw;
  }
}

.message-single__btn a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .message-single__btn a {
    font-size: 3.2vw;
    border-radius: 3.2vw;
  }
}
.message-single__btn a.x {
  background: #000;
  padding: 2px 25px 0;
}
@media screen and (max-width: 767px) {
  .message-single__btn a.x {
    padding: 0.5333333333vw 6.6666666667vw 0;
  }
}
.message-single__btn a.facebook {
  background: #1A77F2;
  padding: 2px 10px 0;
}
@media screen and (max-width: 767px) {
  .message-single__btn a.facebook {
    padding: 0.5333333333vw 2.6666666667vw 0;
  }
}
.message-single__btn a:hover {
  opacity: 0.7;
}

/* news-archive */
/* news-single */
.news-single {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.news-single__content {
  background: #fff;
  padding: 75px 170px;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}

.news-single__date {
  font-family: "poppins", sans-serif;
  display: inline-block;
  color: #2B72B8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__date {
    font-size: 4.2666666667vw;
  }
}

.news-single__title {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
}

.news-single__post {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .news-single__post {
    margin-top: 8vw;
  }
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    margin-bottom: 2.6666666667vw;
  }
}
.news-single__post h2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .news-single__post h2 {
    font-size: 5.3333333333vw;
  }
}
.news-single__post h3 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .news-single__post h3 {
    font-size: 4.8vw;
  }
}
.news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    font-size: 4.2666666667vw;
  }
}
.news-single__post figure {
  text-align: center;
}
.news-single__post figure:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post figure:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post figcaption {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #999;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-single__post figcaption {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.news-single__post p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__post p {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.news-single__post p:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post p:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.news-single__post ul li {
  padding-left: 1em;
  position: relative;
}
.news-single__post ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.news-single__post li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .news-single__post li {
    font-size: 4vw;
    line-height: 1.8;
  }
}

/* home_messages */
#home_messages {
  background: #F9F7F5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #home_messages {
    padding: 10.6666666667vw 0;
  }
}
#home_messages .tit_txt {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #home_messages .tit_txt {
    margin-bottom: 8vw;
  }
}

/* home_timeline */
#home_timeline {
  padding: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  #home_timeline {
    padding: 10.6666666667vw 0;
  }
}

/* top-history */
.top-history {
  font-family: "Zen Kaku Gothic New", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.top-history__movie-wrapper {
  width: 390px;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-history__movie-wrapper {
    width: 104vw;
    margin: 8vw auto 0;
  }
}

.top-history__movie {
  width: 100%;
  padding-top: 56.4102564103%;
  position: relative;
}
.top-history__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-history__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .top-history__years {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw 4vw;
    margin-top: 10.6666666667vw;
  }
}

.top-history__year.current button {
  color: #fff;
  background: #D3A944;
}
.top-history__year button {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 0;
  display: block;
  width: 102px;
  max-width: 100%;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 30px;
  color: #D3A944;
  border: 1px solid #D3A944;
  padding: 7px 0 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-history__year button {
    width: 100%;
    font-size: 3.7333333333vw;
    border-radius: 8vw;
    padding: 1.8666666667vw 0 0.5333333333vw;
  }
}

.top-history__items {
  margin-right: calc(50% - 50vw);
  margin-top: 30px;
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-history__items {
    margin-top: 8vw;
  }
}
.top-history__items::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 12px;
  left: 50px;
  background: #D3A944;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-history__items::after {
    left: 12vw;
    bottom: 2.1333333333vw;
  }
}
.top-history__items.slick-initialized {
  display: block;
}
.top-history__items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-history__items .slick-slide {
  height: auto !important;
}

.top-history__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.top-history__arrows .slide-arrow {
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #BFBFBF;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .top-history__arrows .slide-arrow {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.top-history__arrows .slide-arrow:hover {
  background: #BFBFBF;
}
.top-history__arrows .slide-arrow::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .top-history__arrows .slide-arrow::after {
    width: 1.0666666667vw;
    height: 2.1333333333vw;
  }
}
.top-history__arrows .prev-arrow::after {
  background: url(../images/prev_icon.png) no-repeat center/contain;
}
.top-history__arrows .prev-arrow:hover::after {
  background-image: url(../images/back_icon02.png);
}
.top-history__arrows .next-arrow::after {
  background: url(../images/next_icon.png) no-repeat center/contain;
}
.top-history__arrows .next-arrow:hover::after {
  background-image: url(../images/arrow_icon03.png);
}

.top-history__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 75px;
}
@media screen and (max-width: 767px) {
  .top-history__item {
    margin-right: 5.3333333333vw;
  }
}

.top-history__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-history__item-inner {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}

.top-history__item-img {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .top-history__item-img {
    width: 66.6666666667vw;
  }
}
.top-history__item-img img {
  width: 100%;
}

.top-history__item-texts {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .top-history__item-texts {
    width: 68vw;
    margin-top: 4vw;
  }
}

.top-history__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #2B72B8;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .top-history__item-title {
    font-size: 4.2666666667vw;
  }
}
.top-history__item-title span {
  font-style: italic;
}

p.top-history__item-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p.top-history__item-text {
    font-size: 3.7333333333vw;
  }
}
p.top-history__item-text:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  p.top-history__item-text:last-child {
    margin-top: 1.3333333333vw;
  }
}
p.top-history__item-text span {
  font-style: italic;
}

p.top-history__item-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  p.top-history__item-year {
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
    padding-bottom: 16vw;
  }
}
p.top-history__item-year::before, p.top-history__item-year::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: #E94738;
}
p.top-history__item-year::before {
  width: 2px;
  height: 44px;
  left: 51px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  p.top-history__item-year::before {
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    left: 10.6666666667vw;
    bottom: 4vw;
  }
}
p.top-history__item-year::after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 40px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  p.top-history__item-year::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: 8.8vw;
  }
}
p.top-history__item-year:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
p.top-history__item-year span {
  font-family: "poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  p.top-history__item-year span {
    font-size: 11.2vw;
  }
}

.top-history__link {
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .top-history__link {
    margin-top: 5.3333333333vw;
  }
}
/*# sourceMappingURL=update.css.map */
