@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

header,
footer,
section,
main,
aside {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.inner {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .inner {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 20px;
  }
}

.section__title {
  position: relative;
  text-align: center;
  padding-bottom: 19px;
}
.section__title::after {
  content: "";
  width: 64px;
  height: 1px;
  background: #b69b04;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section__title .title-jp {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 767px) {
  .section__title .title-jp {
    font-size: 24px;
  }
}
.section__title .title-en {
  margin-top: 5px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1;
  color: #31452d;
}
@media (max-width: 767px) {
  .section__title .title-en {
    font-size: 14px;
  }
}

.button {
  text-align: center;
}
.button a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #31452d;
  padding: 12px 59px 10px 61px;
  border: 1px solid #31452d;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear;
}
@media (max-width: 767px) {
  .button a {
    padding-inline: 35px;
  }
}
.button a:hover {
  color: #fff;
  background: #31452d;
}

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

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 背景色の変化を滑らかに */
}
@media (max-width: 767px) {
  .header {
    height: 64px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header__logo {
  width: 140px;
}
@media (max-width: 767px) {
  .header__logo {
    display: inline-block;
    width: 114px;
  }
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 32px;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.header__nav li a span {
  line-height: 1;
  font-family: "Lora", serif;
  color: #b69b04;
  margin-top: 7px;
  display: block;
  font-size: 12px;
}
.header__nav li a::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #31452d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.header__nav li a:hover::after {
  opacity: 1;
}

.header__contact {
  width: 168px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .header__contact {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #31452d;
  height: 80px;
  text-align: center;
  padding-top: 24px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.header__contact a span {
  font-family: "Lora", serif;
  font-size: 12px;
  color: #b69b04;
  display: block;
  line-height: 1;
  margin-top: 6px;
}
.header__contact a::after {
  content: "";
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.header__contact a:hover::after {
  opacity: 1;
}

.header__open {
  display: none;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .header__open {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__open {
    display: block;
  }
}

.drawer-icon {
  width: 24px;
  height: 20px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 6px;
  background: #333;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 30;
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (max-width: 767px) {
  .drawer-content {
    margin-top: 64px;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  position: relative;
}
.drawer-content__menu a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.drawer-content__menu a:not(:first-child) {
  margin-top: 30px;
}
.drawer-content__menu a span {
  line-height: 1;
  font-family: "Lora", serif;
  color: #b69b04;
  margin-top: 7px;
  display: block;
  font-size: 12px;
}
.drawer-content__menu a::after {
  content: "";
  width: 5%;
  height: 1px;
  background: #31452d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.drawer-content__menu a:hover::after {
  opacity: 1;
}

.main-visual {
  width: 100%;
  height: 900px;
  background: transparent url(../img/top-image.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .main-visual {
    height: 812px;
    background: transparent url(../img/top-image-sp.jpg) no-repeat center center/cover;
  }
}

.main-visual__inner {
  height: inherit;
  position: relative;
}

.main-visual__text {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50);
          transform: translateY(-50);
  left: -3.5%;
}
@media (max-width: 767px) {
  .main-visual__text {
    top: 37.2%;
    left: -1px;
  }
}
.main-visual__text img {
  width: 960px;
}
@media (max-width: 767px) {
  .main-visual__text img.is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .main-visual__text img.is-sp {
    display: none;
  }
}
@media (min-width: 1040px) and (max-width: 1439px) {
  .main-visual__text img.is-sp {
    display: none;
  }
}
@media (min-width: 1440px) {
  .main-visual__text img.is-sp {
    display: none;
  }
}

.concept {
  padding-top: 117px;
  background: #fff;
}
@media (max-width: 767px) {
  .concept {
    padding-top: 78px;
  }
}

.concept__wrapper {
  margin-top: 32px;
  height: 511px;
  position: relative;
}
@media (max-width: 767px) {
  .concept__wrapper {
    margin-top: 24px;
    height: auto;
    padding-top: 96vw;
  }
}
.concept__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/image-concept.jpg) center center/cover;
  width: 1120px;
  height: 480px;
}
@media (max-width: 767px) {
  .concept__wrapper::before {
    background: url(../img/concept-image-sp.jpg) center center/cover;
    width: 100%;
    height: 96vw;
  }
}

.concept__content {
  width: 640px;
  height: 327px;
  padding: 57px 48px;
  background: #31452d;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .concept__content {
    position: static;
    width: 100%;
    height: auto;
    padding: 57px 5px 51px 20px;
  }
}

.concept__title {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .concept__title {
    font-size: 20px;
    line-height: 1;
  }
}

.concept__description {
  margin-top: 13px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  .concept__description {
    margin-top: 14px;
    line-height: 2;
    letter-spacing: 1.7px;
  }
  .concept__description span {
    letter-spacing: 0.8px;
  }
}

.concept__button {
  margin-top: 16px;
  text-align: right;
}
@media (max-width: 767px) {
  .concept__button {
    margin-top: 20px;
    margin-right: 15px;
  }
}
.concept__button a {
  text-decoration: none;
  font-size: 16px;
  line-height: 0.875;
  color: #fff;
  padding-right: 21px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.concept__button a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/arrow-w-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.concept__button a:hover {
  opacity: 0.7;
}

.works {
  margin-top: 117px;
  position: relative;
}
@media (max-width: 767px) {
  .works {
    margin-top: 78px;
  }
}
.works::before {
  content: "";
  width: 986px;
  height: 638px;
  background: #eeead0;
  position: absolute;
  right: 0;
  top: 221px;
  z-index: -10;
}
@media (min-width: 768px) and (max-width: 1039px) {
  .works::before {
    width: 600px;
    height: 508px;
    top: 212px;
  }
}
@media (max-width: 767px) {
  .works::before {
    width: 280px;
    height: 508px;
    top: 212px;
  }
}

.works__card-items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .works__card-items {
    margin-top: 22px;
  }
}

.works__card-item {
  width: calc(33.3% - 26.6666666667px);
}
@media (min-width: 1440px) {
  .works__card-item:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
  .works__card-item:nth-child(n+4) {
    margin-top: 61px;
  }
}
@media (min-width: 1040px) and (max-width: 1439px) {
  .works__card-item {
    width: calc(33.3% - 1.8518518519vw);
  }
  .works__card-item:not(:nth-child(3n+1)) {
    margin-left: 2.7777777778vw;
  }
  .works__card-item:nth-child(n+4) {
    margin-top: 61px;
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .works__card-item {
    width: calc(33.3% - 0.9259259259vw);
  }
  .works__card-item:not(:nth-child(3n+1)) {
    margin-left: 1.3888888889vw;
  }
  .works__card-item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .works__card-item {
    width: calc(50% - 2vw);
  }
  .works__card-item:not(:nth-child(2n+1)) {
    margin-left: 4vw;
  }
  .works__card-item:nth-child(n+3) {
    margin-top: 37px;
  }
}

.works__card-content {
  margin-top: 15px;
  margin-left: 24px;
  padding-left: 9px;
  position: relative;
}
@media (max-width: 767px) {
  .works__card-content {
    margin-top: 10px;
    margin-left: 8px;
  }
}
.works__card-content::before {
  content: "";
  width: 1px;
  height: 144px;
  background: #333;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media (max-width: 767px) {
  .works__card-content::before {
    bottom: 4px;
  }
}

.works__card-img img {
  width: 100%;
}

.works__card-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .works__card-title {
    font-size: 20px;
  }
}

.works__card-button {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .works__card-button {
    margin-top: 4px;
  }
}
.works__card-button a {
  text-decoration: none;
  line-height: 0.875;
  padding-right: 21px;
  text-align: center;
  margin-top: 30px;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.works__card-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/arrow-b-icon.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
.works__card-button a:hover {
  opacity: 0.7;
}

.works__button {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .works__button {
    margin-top: 59px;
  }
}
.news {
  margin-top: 116px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .news {
    margin-top: 77px;
    padding-bottom: 80px;
  }
}

.news__lists {
  margin-top: 44px;
}
@media (max-width: 767px) {
  .news__lists {
    margin-top: 15px;
  }
}

.news__list {
  position: relative;
}
@media (max-width: 767px) {
  .news__list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.news__list:not(:first-child) {
  margin-top: 54.5px;
}
@media (max-width: 767px) {
  .news__list:not(:first-child) {
    margin-top: 0;
    padding-top: 19px;
  }
  .news__list:not(:first-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .news__link {
    display: block;
  }
}

.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-link__date {
  width: 154px;
  padding-left: 41px;
  letter-spacing: -0.4px;
  position: relative;
}
@media (max-width: 767px) {
  .news-link__date {
    width: auto;
    font-size: 14px;
    padding-left: 0;
    letter-spacing: -0.5px;
  }
}
.news-link__date::before {
  content: "";
  width: 1px;
  height: 56px;
  background: #e5e5e5;
  position: absolute;
  top: -50%;
  left: 0;
}
@media (max-width: 767px) {
  .news-link__date::before {
    display: none;
  }
}

.news-link__label {
  width: 139px;
  padding-left: 49px;
  position: relative;
}
@media (max-width: 767px) {
  .news-link__label {
    width: auto;
    padding-left: 24px;
    letter-spacing: -0.4px;
  }
}
.news-link__label::before {
  content: "";
  width: 1px;
  height: 56px;
  background: #e5e5e5;
  position: absolute;
  top: -50%;
  left: 0;
}
@media (max-width: 767px) {
  .news-link__label::before {
    display: none;
  }
}

.is-news {
  color: #b69b04;
}

.is-event {
  color: #31452d;
}

.news-link__title {
  width: calc(100% - 292px);
  padding-left: 41px;
  position: relative;
}
@media (max-width: 767px) {
  .news-link__title {
    margin-top: 3px;
    width: 100%;
    padding-left: 0;
  }
}
.news-link__title::before {
  content: "";
  width: 1px;
  height: 56px;
  background: #e5e5e5;
  position: absolute;
  top: -50%;
  left: 0;
}
@media (max-width: 767px) {
  .news-link__title::before {
    display: none;
  }
}

.nwes__button {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .nwes__button {
    margin-top: 17px;
  }
}
.contact {
  background: #eeead0;
  padding-block: 117px 120px;
}
@media (max-width: 767px) {
  .contact {
    padding-block: 38px 58px;
  }
}

.contact__lists {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .contact__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21px;
  }
}

.contact__list {
  padding-block: 67px 27px;
  width: 282px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 0px 32px;
    padding-left: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 335px;
  }
  .contact__list:nth-child(2) {
    padding-block: 31px 30px;
  }
  .contact__list:nth-child(3) {
    padding-block: 31px 0;
  }
}
.contact__list:not(:last-child) {
  border-right: 1px solid #333;
}
@media (max-width: 767px) {
  .contact__list:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #333;
  }
}
.contact__list:nth-child(1)::before {
  content: "";
  width: 27px;
  height: 32px;
  background: url(../img/doc-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact__list:nth-child(1)::before {
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
  }
}
.contact__list:nth-child(2)::before {
  content: "";
  width: 32px;
  height: 25px;
  background: url(../img/mail-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact__list:nth-child(2)::before {
    width: 31px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 11px;
  }
}
.contact__list:nth-child(3)::before {
  content: "";
  width: 27px;
  height: 32px;
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact__list:nth-child(3)::before {
    top: 68%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
  }
}

.contact__title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact__title {
    width: 100px;
    font-size: 16px;
  }
}

.contact__button {
  margin-top: 17px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact__button {
    margin-top: 0;
    padding-left: 13px;
  }
}
.contact__button a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 48px;
  padding-top: 12px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 767px) {
  .contact__button a {
    width: 152px;
    height: 48px;
  }
}
.contact__button a:hover {
  opacity: 0.7;
}
.contact__button.is-document a {
  background: #b69b04;
}
.contact__button.is-email a {
  background: #31452d;
}
.contact__button.is-tel {
  display: none;
}
@media (max-width: 767px) {
  .contact__button.is-tel {
    display: block;
  }
}
.contact__button.is-tel a {
  background: #31452d;
}

.contact__tel {
  margin-top: 9px;
  color: #31452d;
  position: relative;
}
@media (max-width: 767px) {
  .contact__tel {
    margin-top: 0;
  }
}

.contact__tel-number {
  font-size: 24px;
}
.contact__tel-number a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 767px) {
  .contact__tel-number a {
    display: none;
  }
}
.contact__tel-number a:hover {
  opacity: 0.7;
}

.contact__time {
  margin-top: -4px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .contact__time {
    margin-top: 0;
    position: absolute;
    width: 112%;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
    letter-spacing: -0.5px;
  }
}

.footer {
  background-color: #31452d;
  color: #fff;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer__logo {
  text-align: center;
}
.footer__logo a img {
  width: 82px;
  height: auto;
}

.footer__info {
  text-align: center;
  margin-top: 19px;
}

.footer__info-content:not(:first-child) {
  margin-top: 4.5px;
}
@media (max-width: 767px) {
  .footer__info-content:not(:first-child) {
    margin-top: 6px;
  }
}
.footer__info-content span {
  margin-left: 10px;
}

.footer__nav {
  margin-top: 54px;
  margin-left: 15px;
  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;
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
    margin-top: 53px;
    margin-left: 0;
  }
}
.footer__nav li {
  position: relative;
}
.footer__nav li:not(.footer__nav li:first-child)::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .footer__nav li:not(.footer__nav li:first-child)::before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}
.footer__nav li a {
  display: block;
  line-height: 1;
  padding-inline: 32px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__nav li a {
    padding-inline: 0;
    padding-block: 24.3px;
  }
}
.footer__nav li:first-child a {
  padding-left: 0;
  padding-top: 0;
}
.footer__nav li:last-child a {
  padding-right: 0;
  padding-bottom: 0;
}

.footer__bottom {
  margin-top: 120px;
  border-top: 1px solid #fff;
  padding-block: 14px;
  background: #333;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 39px;
    padding-block: 32px 14px;
  }
}

.footer-bottom__inner {
  margin-inline: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom__inner {
    display: block;
    margin-inline: 35px;
  }
}

.footer-bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer-bottom__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom__nav li {
  position: relative;
}
.footer-bottom__nav li a {
  display: block;
  line-height: 1;
  padding-inline: 32px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .footer-bottom__nav li a {
    font-size: 14px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom__nav li:first-child a {
    padding-inline: 0 40px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__nav li:last-child a {
    padding-inline: 40px 0;
    letter-spacing: 0;
  }
}
.footer-bottom__nav li:last-child::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .footer-bottom__nav li:last-child::before {
    top: 55%;
  }
}

.footer__copy {
  font-size: 12px;
  padding-right: 33px;
  letter-spacing: -0.37px;
}
@media (max-width: 767px) {
  .footer__copy {
    text-align: center;
    padding-right: 0;
    margin-top: 35px;
  }
}