@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
.text-white {
  color: #fff;
}

/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

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

.page {
  overflow: hidden;
  font-size: min(0.8333333333vw, 1.6rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

/*======================================
    layout
======================================*/
.inner {
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 1.25em;
  }
}

.inner-lg {
  max-width: 92.5em;
  margin-left: auto;
  margin-right: auto;
}

.section-ttl__wrap {
  display: grid;
  grid-template-columns: 12.5em auto;
}
@media screen and (max-width: 767px) {
  .section-ttl__wrap {
    grid-template-columns: 3.75em auto;
    padding-right: 1.25em;
  }
}
.section-ttl__wrap .inner {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-ttl__wrap .inner {
    padding: 0;
  }
}

.section-ttl {
  font-family: "korolev", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 5.75em;
  letter-spacing: 0.105em;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 3.125em;
  }
}

.copyright {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: "korolev", sans-serif;
  font-size: 0.6875em;
  font-feature-settings: "palt";
  letter-spacing: 0.105em;
  position: absolute;
  top: 67.27em;
  right: 1.36em;
}
@media screen and (max-width: 767px) {
  .copyright {
    top: 13.75em;
    right: 0.3125em;
  }
}
.copyright small {
  font-weight: 700;
}

/*======================================
    button
======================================*/
@media screen and (max-width: 767px) {
  .more__wrap {
    margin-left: -3.75em;
    margin-right: -1.25em;
  }
}

.more {
  margin-top: 4em;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.4em;
  height: 4.067em;
  border-radius: 0.67em;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 0.75em;
    margin-top: 4.67em;
  }
}
.more:hover {
  opacity: 0.7;
}
.more:hover::before {
  transform: translate(60%, -50%);
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 4em;
  height: 0.67em;
  background: url(../img/link_arrow_black.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

/*======================================
    page
======================================*/
.page__ttl {
  text-align: center;
  font-size: 1.875em;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  font-weight: 700;
  margin-top: 5.3em;
  margin-bottom: 2.33em;
}
@media screen and (max-width: 767px) {
  .page__ttl {
    font-size: 1.5em;
    margin-top: 4.83em;
    margin-bottom: 1.25em;
  }
}
.page__ttl span.sm {
  display: block;
  font-size: 0.73em;
  margin-top: 1em;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
}

span.page__smile {
  font-size: 2em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  span.page__smile {
    font-size: 1.3em;
  }
}

/*======================================
    pagination
======================================*/
.pagination {
  display: flex;
  column-gap: 2.5em;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.25em;
  margin-top: 9em;
}
@media screen and (max-width: 767px) {
  .pagination {
    column-gap: 1.875em;
    margin-top: 3.75em;
  }
}
.pagination span, .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  width: 3.87em;
  height: 3.87em;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagination span, .pagination a {
    font-size: 0.75em;
    width: 4em;
    height: 4em;
  }
}

.sPagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.sPagination__prev {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 3.56em;
}
@media screen and (max-width: 767px) {
  .sPagination__prev {
    padding-left: 2.86em;
  }
}
.sPagination__prev:hover::before {
  transform: translate(-0.25em, -50%) rotate(135deg);
}
.sPagination__prev::before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}

.sPagination__archive {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: center;
  width: 6.43em;
  height: 6.43em;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.sPagination__next {
  text-align: right;
  grid-column: 3/4;
  grid-row: 1/2;
  padding-right: 3.56em;
}
@media screen and (max-width: 767px) {
  .sPagination__next {
    padding-right: 2.86em;
  }
}
.sPagination__next:hover::before {
  transform: translate(0.25em, -50%) rotate(-45deg);
}
.sPagination__next::before {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.sPagination__prev,
.sPagination__archive,
.sPagination__next {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease;
}
.sPagination__prev:hover,
.sPagination__archive:hover,
.sPagination__next:hover {
  opacity: 0.7;
}

.sPagination__prev,
.sPagination__next {
  position: relative;
}
.sPagination__prev::before,
.sPagination__next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 4.86em;
  height: 4.86em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: transform 0.3s ease;
}

/*======================================
    animation
======================================*/
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3.125em);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fade.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*======================================
    form
======================================*/
#form input[type=submit] {
  display: none;
}

.pProject__tags--wrap {
  max-width: 21.875em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125em;
  height: 4em;
  background-color: #fff;
  border: 1px solid rgba(151, 151, 151, 0.9);
  border-radius: 0.625em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.125em;
}
.pProject__tags--wrap:hover {
  cursor: pointer;
}
.pProject__tags--wrap span {
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.pProject__tags--wrap.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}
.pProject__tags--wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75em;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.625em;
  background-color: #9f9f9f;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: transform 0.3s ease;
}

.pProject__tags {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(90%);
  width: 100%;
  z-index: 2;
  background-color: #dcdcdc;
  padding: 0 0.875em;
  transition: all 0.3s ease;
}
.pProject__tags.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(calc(100% + 0.375em));
}
.pProject__tags li {
  font-size: 0.875em;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.pProject__tags li label, .pProject__tags li a {
  padding: 1.28em 1.43em;
  display: block;
  font-weight: 700;
}
.pProject__tags li:not(:first-child) {
  border-top: 1px solid #000;
}
.pProject__tags li input {
  display: none;
}

.h__logo {
  position: fixed;
  top: 1.5em;
  left: 1.25em;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .h__logo {
    left: 0.375em;
    top: 0.75em;
  }
}
.h__logo a {
  display: block;
  width: 9.25em;
  filter: drop-shadow(0 0.375em 0.375em rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .h__logo a {
    width: 4.375em;
  }
}

.h__right {
  position: fixed;
  top: 1.875em;
  right: 1.875em;
  z-index: 300;
  display: flex;
  column-gap: 1.125em;
}
@media screen and (max-width: 767px) {
  .h__right {
    column-gap: 0.625em;
    top: 0.75em;
    right: 0.75em;
  }
}

.h__count--wrap {
  display: grid;
  grid-template-columns: 8.375em auto;
  column-gap: 1.75em;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
  border: 0.1875em solid #000;
  border-radius: 0.4375em;
  padding-right: 0.75em;
}
@media screen and (min-width: 768px) {
  .h__count--wrap {
    height: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .h__count--wrap {
    border: 0.125em solid #000;
    height: 1.875em;
    grid-template-columns: 3.375em auto;
    border-radius: 0.25em;
    column-gap: 0.75em;
  }
}
.h__count--wrap dt {
  border-right: 0.1875em solid #000;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  .h__count--wrap dt {
    border-right: 0.125em solid #000;
  }
}
.h__count--wrap dt span {
  display: block;
  width: 5.875em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .h__count--wrap dt span {
    width: 2.5em;
  }
}
.h__count--wrap dd {
  display: flex;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  column-gap: 0.5em;
}
.h__count--wrap dd span.number {
  display: inline-block;
  font-size: 3.3125em;
  font-weight: 700;
  font-family: "korolev", sans-serif;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  background: linear-gradient(to right, #c40018, #f0ce00, #009ee5);
  background: -webkit-linear-gradient(to right, #c40018, #f0ce00, #009ee5);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .h__count--wrap dd span.number {
    font-size: 1.375em;
  }
}

.h__count--smile {
  display: block;
  width: 4.375em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .h__count--smile {
    width: 1.875em;
  }
}

.d__icon {
  cursor: pointer;
  width: 3.4375em;
}
@media screen and (max-width: 767px) {
  .d__icon {
    width: 1.875em;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #ededed;
  overflow: scroll;
  padding: 1.875em;
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    padding: 0.75em;
  }
}

.d__close {
  width: 3.4375em;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .d__close {
    width: 1.875em;
  }
}

.d__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 9.75em;
  filter: drop-shadow(0 0.375em 0.375em rgba(0, 0, 0, 0.3));
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .d__logo {
    width: 6em;
    margin-top: 1.25em;
  }
}

.d__menu {
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .d__menu {
    margin-top: 3.125em;
  }
}

.d__menu--item a {
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  line-height: 3;
  font-size: 1.5em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .d__menu--item a {
    font-size: 1.0625em;
    line-height: 3;
  }
}
.d__menu--item a:hover {
  opacity: 0.7;
}

.d__company--logo {
  width: 100%;
  max-width: 18.625em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.625em;
}
@media screen and (max-width: 767px) {
  .d__company--logo {
    max-width: 15.5em;
    margin-top: 4.375em;
  }
}

.d__company--link {
  text-align: center;
  display: block;
  margin-top: 2.5em;
}
.d__company--link span {
  display: inline-block;
  font-weight: 700;
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.5384615385;
  border-bottom: 1px solid #000;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .d__company--link span {
    font-size: 0.625em;
  }
}
.d__company--link span:hover {
  opacity: 0.7;
}

.footer {
  margin-top: 7.5em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 3.125em;
  }
  .footer .inner {
    padding: 0;
  }
}

.f__banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .f__banners {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: 1.875em;
    padding: 0 1.25em;
  }
}

.h__banner a {
  display: block;
  transition: opacity 0.3s ease;
}
.h__banner a:hover {
  opacity: 0.7;
}

.f__logo {
  width: 9em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.625em;
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .f__logo {
    width: 6.875em;
    margin-top: 4em;
    margin-bottom: 2.5em;
  }
}

.f__logo--company {
  max-width: 18.625em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .f__logo--company {
    max-width: 14.25em;
  }
}

.f__address {
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.5384615385;
  text-align: center;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .f__address {
    font-size: 0.625em;
    margin-top: 2.4em;
  }
}

.f__tel {
  text-align: center;
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  line-height: 1.5384615385;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .f__tel {
    font-size: 0.625em;
  }
}
.f__tel span.sm {
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .f__tel span.sm {
    font-size: 0.8em;
  }
}

.f__service--wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25em;
  justify-content: center;
  align-items: center;
  column-gap: 0.625em;
  margin-top: 0.875em;
}
@media screen and (max-width: 767px) {
  .f__service--wrap {
    margin-top: 0.5em;
  }
}

.f__service--ttl {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .f__service--ttl {
    font-size: 0.625em;
  }
}
.f__service--ttl .sm {
  font-size: 0.93em;
  letter-spacing: 0.06em;
}
.f__service--ttl .lg {
  font-size: 1.07em;
}

.f__service--call {
  display: flex;
  align-items: center;
  column-gap: 0.375em;
}
.f__service--call .call {
  display: inline-block;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #e4e5e5;
  border-radius: 0.375em;
  padding: 0.75em;
}
@media screen and (max-width: 767px) {
  .f__service--call .call {
    font-size: 0.375em;
  }
}
.f__service--call .number {
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .f__service--call .number {
    font-size: 1.3125em;
  }
}

.gradation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.mv {
  padding: 2.5em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 1.25em;
  }
}

.mv__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .mv__imgs {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mv__img {
  position: relative;
}
.mv__img::before {
  content: "";
  display: block;
  padding-top: 173.9130434783%;
}
@media screen and (max-width: 767px) {
  .mv__img::before {
    padding-top: 172.619047619%;
  }
}
.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__smile {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .mv__smile {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.mv__smile--logo {
  width: 45.375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .mv__smile--logo {
    width: 19.875em;
  }
}

.mv__smile--text {
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.385em;
  font-feature-settings: "palt";
  color: #fff;
  margin-top: 0.8em;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .mv__smile--text {
    margin-top: 0;
    font-size: 0.8125em;
  }
}

.mv__video {
  position: absolute;
  bottom: 0;
  right: 5em;
  transform: translateY(50%);
  z-index: 2;
  width: 14.875em;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mv__video {
    width: 8.5em;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.mv__video:hover {
  transform: translateY(50%) scale(1.05);
}
@media screen and (max-width: 767px) {
  .mv__video:hover {
    transform: translate(20%, 20%) scale(1.05);
  }
}

.mv__recommend {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(55%);
  width: 29.5em;
  height: 17.875em;
  background: url(../img/recommend_pc.svg) no-repeat center/contain;
  padding: 0.875em 2em;
}
@media screen and (max-width: 767px) {
  .mv__recommend {
    transform: translateY(15%);
    background: url(../img/recommend_sp.svg) no-repeat center/cover;
    width: 15.9375em;
    height: 9.75em;
    padding: 0.625em 0.9375em 0.625em 1.25em;
  }
}

.mv__recommend--ttl {
  font-size: 2.125em;
  font-weight: 500;
  letter-spacing: 0.105em;
  font-feature-settings: "palt";
  font-family: "korolev", sans-serif;
}
@media screen and (max-width: 767px) {
  .mv__recommend--ttl {
    font-size: 1.125em;
  }
}

.mv__recommendLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.75em;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .mv__recommendLists {
    margin-top: 0.625em;
    column-gap: 0.9375em;
  }
}

.mv__recommendList--link {
  display: block;
  transition: opacity 0.3s ease;
}
.mv__recommendList--link:hover {
  opacity: 0.7;
}

.mv__recommendList--img {
  position: relative;
  overflow: hidden;
  border-radius: 0.6875em;
}
@media screen and (max-width: 767px) {
  .mv__recommendList--img {
    border-radius: 0.375em;
  }
}
.mv__recommendList--img::before {
  content: "";
  display: block;
  padding-top: 61.7021276596%;
  background-color: lightgray;
}
@media screen and (max-width: 767px) {
  .mv__recommendList--img::before {
    padding-top: 61.7647058824%;
  }
}
.mv__recommendList--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__recommendList--date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .mv__recommendList--date {
    font-size: 0.5em;
  }
}

.mv__recommendList--ttl {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.4285714286;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .mv__recommendList--ttl {
    font-size: 0.5em;
    line-height: 1.375;
  }
}

.message {
  margin-top: 23.125em;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 6.25em;
  }
}

.message__text--wrap {
  padding-left: 5em;
}
@media screen and (max-width: 767px) {
  .message__text--wrap {
    padding-left: 0;
  }
}

.message__text {
  font-size: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.185em;
  line-height: 2.0833333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 0.875em;
    line-height: 2.2142857143;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .message__text:nth-child(n+2) {
    margin-top: 2.083em;
  }
}

.message--wrap {
  position: relative;
  margin-bottom: 13.375em;
}
@media screen and (max-width: 767px) {
  .message--wrap {
    margin-bottom: 3.75em;
  }
}

.message__deco1 {
  position: absolute;
  right: 8.25em;
  width: 22.5em;
}
@media screen and (max-width: 767px) {
  .message__deco1 {
    width: 10em;
    right: 0;
    transform: translateX(10%);
  }
}

.message__deco2 {
  position: absolute;
  right: 0;
  transform: translateX(5%);
  width: 22.625em;
}
@media screen and (max-width: 767px) {
  .message__deco2 {
    display: none;
  }
}

.message__deco3 {
  width: 4em;
  position: absolute;
  left: 18.5em;
}
@media screen and (max-width: 767px) {
  .message__deco3 {
    width: 2.75em;
    left: 1.75em;
  }
}

.message__deco4 {
  width: 17.875em;
  position: absolute;
  left: 9.375em;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message__deco4 {
    width: 22.5625em;
    left: 0;
    transform: translateX(-50%);
  }
}

.message__deco5 {
  width: 6em;
  position: absolute;
  right: 22.875em;
}
@media screen and (max-width: 767px) {
  .message__deco5 {
    display: none;
  }
}

.message__deco6 {
  width: 7.125em;
  position: absolute;
  left: 14em;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .message__deco6 {
    width: 4.125em;
    left: unset;
    right: 0;
    transform: translateX(5%) scale(-1, 1);
  }
}

.message__deco7 {
  width: 9.375em;
  position: absolute;
  right: 14.125em;
}
@media screen and (max-width: 767px) {
  .message__deco7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .message__sp {
    margin-left: -3.75em;
    padding-left: 1.25em;
  }
}

.message__ttl {
  font-weight: 500;
  font-family: "korolev", sans-serif;
  letter-spacing: 0.265em;
  font-feature-settings: "palt";
  font-size: 1.75em;
  text-align: center;
  margin-top: 4.2em;
}
@media screen and (max-width: 767px) {
  .message__ttl {
    font-size: 1.5em;
    margin-top: 2.3em;
  }
}

.message__smile {
  width: 100%;
  max-width: 49.375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .message__smile {
    width: 19.0625em;
    margin-top: 1.25em;
  }
}

.message__video--wrap {
  position: relative;
  margin-top: 5.625em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .message__video--wrap {
    margin-top: 3.125em;
  }
}

.message__video {
  position: relative;
  filter: drop-shadow(0 1.25em 0.6875em rgba(0, 0, 0, 0.3));
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .message__video {
    margin-top: 2.5em;
    width: 83.58%;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 0.3125em 0.1875em rgba(0, 0, 0, 0.3));
  }
}
.message__video::before {
  content: "";
  display: block;
  padding-top: 56.2962962963%;
}
.message__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message__text--scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}
.message__text--scroll span {
  display: inline-block;
  font-size: 16.5em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.105em;
  color: #fff;
  font-family: "korolev", sans-serif;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__text--scroll span {
    font-size: 4.875em;
  }
}

.text-scroll {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.text-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

.message__links {
  max-width: 48.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .message__links {
    margin-top: 2.5em;
    max-width: 18.75em;
  }
}

.message__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 13.36em;
  height: 13.36em;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.155em;
  line-height: 1.5454545455;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .message__link a {
    font-size: 0.625em;
    width: 13.4em;
    height: 13.4em;
  }
}
.message__link a:hover {
  opacity: 0.7;
}
.message__link a:hover::before {
  transform: translate(65%, -50%);
}
.message__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 3.64em;
  height: 0.64em;
  background: url(../img/link_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.message__link a .en {
  display: block;
  font-size: 1.36em;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .message__link a .en {
    font-size: 1.4em;
    margin-bottom: 0.25em;
  }
}

.project__lead {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .project__lead.-lg {
    font-size: 4.375em;
  }
}
.project__lead.-section {
  margin-bottom: 0.67em;
}
@media screen and (max-width: 767px) {
  .project__lead.-section {
    font-size: 1.625em;
  }
}
@media screen and (max-width: 767px) {
  .project__lead {
    font-size: 2em;
  }
}

.project__text {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.155em;
  line-height: 2.1111111111;
  font-feature-settings: "palt";
  margin-bottom: 2.5em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .project__text {
    font-size: 0.75em;
    line-height: 1.8333333333;
    margin-top: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .projectLists.-tile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.75em;
    row-gap: 1.75em;
  }
  .projectLists.-tile .projectList.-pickup:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .projectLists.-tile .projectList.-pickup:nth-child(2) {
    grid-column: 2/4;
    grid-row: 4/6;
  }
  .projectLists.-tile .projectList.-pickup:nth-child(1) .projectList__img::before, .projectLists.-tile .projectList.-pickup:nth-child(2) .projectList__img::before {
    padding-top: 65.5714285714%;
  }
}
.projectLists.-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.75em;
  row-gap: 3.125em;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .projectLists.-archive {
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    column-gap: 1.25em;
    row-gap: 2em;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .projectLists.-archive .projectList:nth-child(n+2) {
    margin-top: 0;
  }
}
.projectLists.-single {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .projectLists.-single {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1em;
    row-gap: 1.5em;
  }
  .projectLists.-single .projectList__body {
    column-gap: 0.625em;
  }
  .projectLists.-single .projectList__meta {
    font-size: 0.5625em;
  }
  .projectLists.-single .projectList__cat {
    font-size: 0.5em;
  }
  .projectLists.-single .projectList__ttl {
    font-size: 0.6875em;
  }
}

@media screen and (max-width: 767px) {
  .projectList:nth-child(n+2) {
    margin-top: 1.25em;
  }
}

.projectList__link {
  display: block;
  transition: opacity 0.3s ease;
}
.projectList__link:hover {
  opacity: 0.7;
}

.projectList__img {
  position: relative;
  border-radius: 0.625em;
  overflow: hidden;
}
.projectList__img::before {
  display: block;
  content: "";
  padding-top: 56.25%;
  background-color: lightgray;
}
.projectList__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectList__body {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25em;
  padding-top: 0.625em;
}

.projectList__meta {
  font-size: 0.75em;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.25em;
}

.projectList__date {
  font-weight: 700;
}

.projectList__tags {
  display: flex;
  column-gap: 0.625em;
}

.projectList__tag {
  font-weight: 700;
}

.projectList__ttl {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  font-feature-settings: "palt";
  margin-top: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.projectList__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 0.625em;
  row-gap: 0.25em;
}

.projectList__cat {
  white-space: nowrap;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  color: #fff;
  padding: 0.45em 0.575em;
  background-color: #c40018;
}
.projectList__cat.-single {
  background-color: #009ee5;
}

.news {
  margin-top: 2.5em;
}

.newsList {
  border-bottom: 1px solid #000;
}
.newsList:first-child {
  border-top: 1px solid #000;
}

.newsList__link {
  display: grid;
  grid-template-columns: 6.875em auto;
  padding: 2.625em 1.875em 2.625em 0;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsList__link {
    grid-template-columns: 1fr;
    row-gap: 0.625em;
    padding: 1.125em 1.875em 1.125em 0;
  }
}
.newsList__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.875em;
  height: 0.875em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .newsList__link::before {
    width: 0.5em;
    height: 0.5em;
  }
}
.newsList__link:hover {
  opacity: 0.7;
}
.newsList__link:hover::before {
  transform: translate(0.25em, -50%) rotate(-45deg);
}

.newsList__date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.6666666667;
}

.newsList__ttl {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  line-height: 1.4285714286;
}

/*======================================
    archive project
======================================*/
.pProject__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .pProject__cats {
    column-gap: 0.875em;
  }
}

.pProject__cat a, .pProject__cat span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  height: 3.14em;
  border: 1px solid rgba(151, 151, 151, 0.9);
  border-radius: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pProject__cat a, .pProject__cat span {
    font-size: 0.8125em;
    height: 3.1em;
  }
}
.pProject__cat a.current, .pProject__cat span.current {
  background-color: #646464;
  color: #fff;
  border: 1px solid #646464;
}
.pProject__cat a {
  transition: opacity 0.3s ease;
}
.pProject__cat a:hover {
  opacity: 0.7;
}

/*======================================
    single
======================================*/
.single__wrap {
  padding-bottom: 10.875em;
  margin-bottom: 9.375em;
  border-bottom: 1px solid #000;
  margin-top: 7.5em;
}
@media screen and (max-width: 767px) {
  .single__wrap {
    padding-bottom: 3.75em;
    margin-bottom: 2.5em;
    margin-top: 1.5em;
  }
}

.single {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.eye {
  border-radius: 1.625em;
  overflow: hidden;
}
.eye img {
  height: auto;
}

.sProject__meta {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .sProject__meta {
    align-items: flex-end;
    margin-top: 1.25em;
  }
}

.s__date {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

.s__title {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.7222222222;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .s__title {
    font-size: 1em;
  }
}

.s__tags {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.625em;
  row-gap: 0.25em;
}

.s__tag {
  color: #979797;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

.sProject__cats {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.625em;
  row-gap: 0.25em;
}

.sProject__cat {
  white-space: nowrap;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  background-color: #c40018;
  border: 0.14em solid #000;
  align-self: start;
  padding: 0.275em 0.5em;
}
.sProject__cat.-single {
  background-color: #009ee5;
}

.single__texts {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.single__contents {
  margin-top: 7.125em;
  margin-bottom: 7.5em;
  display: flex;
  flex-direction: column;
  row-gap: 3.125em;
}
@media screen and (max-width: 767px) {
  .single__contents {
    margin-bottom: 3.75em;
    margin-top: 1.875em;
    row-gap: 2em;
  }
}
.single__contents h2, .single__contents h3, .single__contents h4, .single__contents h5, .single__contents h6 {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.single__contents p {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 2.2142857143;
}
.single__contents img {
  display: block;
  border-radius: 1.3125em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sProject__section .projectLists {
    max-width: 100%;
  }
}

/*======================================
    about
======================================*/
.about__lead {
  text-align: center;
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .about__lead {
    font-size: 2.25em;
  }
}

.about__lead--en {
  text-align: center;
  font-size: 1.875em;
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: 0.155em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .about__lead--en {
    font-size: 1.125em;
  }
}

.about__texts {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__texts {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}

.about__text {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.0909090909;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.25em;
    line-height: 2;
    font-feature-settings: "palt";
  }
}
.about__text.-first {
  margin-top: 5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .about__text.-first {
    margin-top: 4em;
  }
}
.about__text.mt {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .about__text.mt {
    margin-top: 2.5em;
  }
}

.about__number--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.25em;
}
@media screen and (max-width: 767px) {
  .about__number--wrap {
    flex-direction: column;
  }
  .about__number--wrap.-now {
    margin-top: 3.125em;
    margin-bottom: 2em;
  }
  .about__number--wrap.-feature {
    margin-top: 3.125em;
    margin-bottom: 2.5em;
  }
}

.about__number--total {
  font-size: 1.9375em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about__number {
  width: 23.375em;
  margin-top: 2.5em;
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .about__number {
    margin-bottom: 0;
    width: 19.875em;
    margin-top: 1.25em;
  }
}
.about__number.-now {
  position: relative;
}
.about__number.-now::before {
  content: "＊当社が独自に算出";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
  transform: translateY(50%);
}
.about__number.-feature {
  width: 23.125em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .about__number.-feature {
    margin-top: 1.25em;
    margin-bottom: 0;
    width: 19.625em;
  }
}

.about__number--smile {
  width: 6.5em;
}
@media screen and (max-width: 767px) {
  .about__number--smile {
    margin-top: 1.5em;
  }
}

.about__smile {
  max-width: 49.375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .about__smile {
    max-width: 20.875em;
    margin-top: 1.25em;
  }
}

/*======================================
    history
======================================*/
.historyLists__bg {
  position: relative;
}

.history__bg {
  position: absolute;
  z-index: -1;
  left: 0;
}
.history__bg.-bg1 {
  top: 19%;
}
@media screen and (max-width: 767px) {
  .history__bg.-bg1 {
    top: 20.25%;
  }
}
.history__bg.-bg2 {
  top: 56%;
}
@media screen and (max-width: 767px) {
  .history__bg.-bg2 {
    top: 47.5%;
  }
}
.history__bg.-bg3 {
  top: 56%;
}
@media screen and (min-width: 768px) {
  .history__bg.-bg3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .history__bg.-bg3 {
    top: 75.5%;
  }
}

.historyList:not(:first-child) {
  position: relative;
  padding-top: 3.1875em;
}
.historyList:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.1875em;
  height: 2.1875em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .historyList:not(:last-child) {
    position: relative;
    padding-bottom: 3.75em;
  }
  .historyList:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 1.5em);
    width: 1px;
    height: 4.375em;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .historyList__wrap {
    display: flex;
    flex-direction: column;
  }
}

.historyList__time {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .historyList__time {
    order: 2;
    margin-bottom: 4.375em;
    position: relative;
  }
  .historyList__time::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 1px;
    height: 2.5em;
    background-color: #000;
  }
}
.historyList__time span {
  display: inline-block;
  font-size: 5.0625em;
  font-weight: 500;
  font-family: "korolev", sans-serif;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  border-bottom: 0.06em solid #000;
}
@media screen and (max-width: 767px) {
  .historyList__time span {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .historyList__right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 2.5em;
    column-gap: 1.25em;
    position: relative;
  }
  .historyList__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% + 1.5em);
    transform: translateX(-50%);
    width: 1px;
    background-color: #000;
  }
  .historyList__right .history__list--texts {
    padding-left: 0;
  }
  .historyList__right .historyList__texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .historyList__right {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .historyList__left {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5em;
    column-gap: 2em;
    position: relative;
  }
  .historyList__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% + 1.5em);
    transform: translateX(-50%);
    width: 1px;
    background-color: #000;
  }
  .historyList__left .historyList__texts {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .historyList__left {
    display: contents;
  }
}

.historyList__img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .historyList__img {
    width: 100%;
    max-width: 20.9375em;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 1.875em;
  }
}

@media screen and (max-width: 767px) {
  .historyList__texts {
    order: 3;
    text-align: center;
  }
}
.historyList__texts.-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .historyList__texts.-center {
    padding-top: 5em;
    padding-bottom: 6.25em;
    position: relative;
  }
  .historyList__texts.-center::before, .historyList__texts.-center:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #000;
  }
  .historyList__texts.-center::before {
    top: 0;
    height: 3.125em;
  }
  .historyList__texts.-center::after {
    bottom: -1.5em;
    height: 5.875em;
  }
}

.historyList__number {
  font-family: "korolev", sans-serif;
  font-size: 1.1875em;
  font-weight: 700;
  letter-spacing: 0.185em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .historyList__number {
    font-size: 1.125em;
  }
}

.historyList__text {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5909090909;
}
@media screen and (max-width: 767px) {
  .historyList__text {
    font-size: 1.25em;
    font-feature-settings: "palt";
  }
}
.historyList__text.mt {
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .historyList__text.mt {
    margin-top: 1em;
  }
}

.history__list:nth-child(n+2) {
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .history__list:nth-child(n+2) {
    margin-top: 1.875em;
    padding-top: 1.875em;
    position: relative;
  }
  .history__list:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 17.125em;
    transform: translateX(-50%);
    height: 1px;
    background-color: #000;
  }
}

@media screen and (min-width: 768px) {
  .history__list--texts {
    padding-left: 4.5em;
  }
  .history__list--texts:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
.history__list--texts .historyList__number {
  margin-bottom: 0.85em;
}
.history__list--texts .historyList__text {
  margin-top: 0.7em;
}

.historyList__logo {
  width: 22.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375em;
}
@media screen and (max-width: 767px) {
  .historyList__logo {
    width: 12.125em;
    margin-top: 1em;
  }
}

.anniversary {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 6.25em auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anniversary {
    margin: 5em auto;
  }
}
.anniversary span {
  display: inline-block;
  white-space: nowrap;
  color: #f2f2f2;
  font-size: 14.6875em;
  font-family: "korolev", sans-serif;
  text-align: center;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .anniversary span {
    font-size: 4.875em;
  }
}
