@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.container {
  max-width: 920px;
  margin: 0 auto;
}

.primary {
  color: rgb(136, 118, 48);
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-family: "Zen Old Mincho", serif;
  overscroll-behavior-y: none;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section__title {
  position: relative;
  display: inline-block;
  height: 305px;
  width: 82px;
}
.section__title .line {
  content: "";
  height: 0px;
  width: 2px;
  background-color: rgb(136, 118, 48);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 13px;
  margin-right: 13px;
}
.section__title .line.on {
  height: 305px;
  -webkit-animation: height 0.7s forwards linear;
          animation: height 0.7s forwards linear;
}
.section__title > span:first-child {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.4em;
  position: absolute;
  text-align: center;
  display: inline-block;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.section__title > span:last-child {
  position: absolute;
  text-align: center;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.16em;
  text-align: left;
  right: 0;
}

.sub__title {
  text-align: center;
  padding-top: 120px;
}
.sub__title span {
  display: block;
}
.sub__title span:first-child {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
}
.sub__title span:last-child {
  padding-top: 5px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.08em;
}

.section-btn {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.4em;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.section-btn .border {
  border: 1px solid rgb(136, 118, 48);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-btn .border span {
  width: 48.5px;
  height: 48.5px;
  border-radius: 50%;
  background-color: rgb(136, 118, 48);
  position: relative;
  display: block;
  margin: 4px;
  border: 1px solid rgb(136, 118, 48);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-btn .border span::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-55%, -50%) rotate(45deg);
          transform: translate(-55%, -50%) rotate(45deg);
}
.section-btn:hover .border {
  border: 1px solid rgb(0, 0, 0);
}
.section-btn:hover .border span {
  background-color: #fff;
  border: 1px solid rgb(0, 0, 0);
}
.section-btn:hover .border span::before {
  border-top: solid 2px rgb(0, 0, 0);
  border-right: solid 2px rgb(0, 0, 0);
}

@-webkit-keyframes height {
  0% {
    height: 0px;
  }
  100% {
    height: 305px;
  }
}

@keyframes height {
  0% {
    height: 0px;
  }
  100% {
    height: 305px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .section__title {
    height: 198px;
    margin: 0 auto;
  }
  .section__title > span:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.35em;
    text-align: left;
  }
  .section__title > span:last-child {
    line-height: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.16em;
    text-align: left;
  }
  .section__title .line {
    height: 190px;
    width: 1px;
  }
  .sub__title {
    padding-top: 40px;
  }
  @-webkit-keyframes height {
    0% {
      height: 0px;
    }
    100% {
      height: 198px;
    }
  }
  @keyframes height {
    0% {
      height: 0px;
    }
    100% {
      height: 198px;
    }
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  text-align: center;
  height: 100%;
  min-height: 1px;
  margin-right: 26px !important;
}

@media (max-width: 768px) {
  .slick-slide {
    margin-right: 8px !important;
  }
}
[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header.sub-header .header__container {
  margin: 0 43px 0;
}
.header__container {
  margin: 32px 43px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 128px;
}
.header__nav--link {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
  position: relative;
}
.header__nav--link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__nav--link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__nav--item {
  margin-left: 25px;
}
.header__nav--item:hover {
  cursor: pointer;
}
.header__nav--item:last-child {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 183px;
  height: 50px;
}
.header__nav--item:last-child:hover {
  color: rgb(35, 32, 31);
  background-color: #fff;
  border: 1px solid rgb(35, 32, 31);
}
.header__nav--item:last-child .header__nav--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.header__nav--item:last-child .header__nav--link::after {
  background-color: rgb(35, 32, 31);
  bottom: 10px;
  width: 103px;
  left: 40px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
}
.header__btn {
  background-color: rgb(136, 118, 48);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgb(136, 118, 48);
  right: 43px;
  z-index: 150;
}
.header__btn.open span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__btn.open span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  left: 15px;
}
.header__btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  left: 15px;
}
.header__btn.open span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  left: 15px;
}
.header__btn.open:hover {
  background-color: rgb(205, 196, 169);
  border: 1px solid rgb(205, 196, 169);
}
.header__btn:hover {
  cursor: pointer;
  background-color: #fff;
}
.header__btn:hover .header__btn--bar {
  background-color: rgb(205, 196, 169);
}
.header__btn--bar {
  display: block;
  height: 1px;
  border-radius: 5px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__btn--bar:first-child {
  top: 22px;
}
.header__btn--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__btn--bar:last-child {
  bottom: 22px;
}
.header__wrapper {
  top: -200vh;
  height: 120vh;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  z-index: 105;
  text-align: center;
  background-color: #000;
}
.header__wrapper.open {
  top: 0px;
  display: block;
  text-align: center;
}
.header__wrapper--item {
  font-size: 20px;
  color: #fff;
  padding: 30px 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-bottom: 1px solid #949495;
}
.header__wrapper--item > a {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  position: relative;
}
.header__wrapper--item > a::before {
  content: "";
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: -9px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__wrapper--item > a:hover {
  font-weight: bold;
  background-position: 0;
}
.header__wrapper--item > a:hover::before {
  width: 100%;
}

@media (max-width: 1200px) {
  .header__nav--list {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__container {
    margin: 0 25px 0 0;
  }
  .header.sub-header .header__container {
    margin: 0 25px 0 0;
  }
  .header__logo a img {
    width: 112px;
    height: 111px;
  }
  .header__wrapper > img {
    width: 112px;
    height: 111px;
  }
  .header__wrapper--item {
    font-size: 16px;
    padding: 16px 0;
  }
  .header__wrapper--item > a {
    font-size: 16px;
  }
  .header__btn {
    right: 25px;
  }
}
.footer {
  background-color: rgb(36, 33, 32);
  color: rgb(255, 255, 255);
}
.footer__container {
  max-width: 907px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 67px;
  padding-top: 17px;
}
.footer__nav > li {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 32px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.4em;
  padding: 5px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.footer__nav > li:hover {
  color: rgb(35, 32, 31);
  background-color: #fff;
}
.footer__contact {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 183px;
  height: 50px;
  margin-left: auto;
  margin-top: 17px;
}
.footer__contact:hover {
  color: rgb(35, 32, 31);
  background-color: #fff;
  border: 1px solid rgb(35, 32, 31);
}
.footer__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
}
.footer__contact a::after {
  background-color: rgb(35, 32, 31);
  bottom: 10px;
  width: 103px;
  left: 40px;
}
.footer__link {
  padding-top: 141px;
  text-align: center;
}
.footer__link > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(104, 109, 114);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__link > a:hover {
  opacity: 0.7;
}
.footer__link > a:first-child {
  padding-right: 10px;
  border-right: 1px solid rgb(104, 109, 114);
}
.footer__link > a:last-child {
  padding-left: 6px;
}
.footer__copyright {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 12px;
}
.footer__copyright small {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.08em;
  color: rgb(104, 109, 114);
}

@media (max-width: 1200px) {
  .footer__container {
    padding: 45px 20px 0;
  }
  .footer__nav {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav {
    padding-left: 0;
  }
  .footer__nav > li {
    margin-right: 16px;
  }
  .footer__nav > li:last-child {
    margin-right: 0;
  }
  .footer__contact {
    margin: 20px auto;
  }
  .footer__link {
    padding-top: 40px;
  }
}
#firstView {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-image: url(../src/img/first-bg.jpg);
  text-align: center;
}

#firstView__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#firstView__logo > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fadeUp {
  -webkit-animation-name: fadeInScaleBlurOut;
          animation-name: fadeInScaleBlurOut;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInScaleBlurOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}

@keyframes fadeInScaleBlurOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.fv {
  background-image: url(../src/img/fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
}
.fv.main__fv {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fv.about {
  background-image: url(../src/img/fv-about.jpg);
  height: 91vh;
}
.fv.about .fv__title {
  min-height: 442px;
  top: 55%;
}
.fv.contact {
  background-image: url(../src/img/contact.jpg);
  height: 580px;
}
.fv.contact .fv__title {
  min-height: 378px;
  top: 55%;
}
.fv.column {
  background-image: url(../src/img/column.jpg);
  height: 580px;
}
.fv.news-section {
  background-image: url(../src/img/news.jpg);
  height: 580px;
}
.fv__title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 45px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv__title.top__title {
  min-height: 410px;
}
.fv__title > span {
  padding-top: 90px;
}

.scroll__container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  z-index: 10;
}
.scroll__container.scrolldown {
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}
.scroll__container::before, .scroll__container::after {
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  content: "";
  vertical-align: middle;
}
.scroll__container::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.scroll__container--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.15em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 7%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 7%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 7%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 7%;
  }
}
@media (max-width: 1400px) {
  .fv.about {
    background-position: 71%;
  }
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 35px;
    font-weight: 500;
    text-align: left;
    left: 41px;
    -webkit-transform: none;
            transform: none;
    line-height: 1.5;
    top: auto;
    bottom: 32px;
  }
  .fv__title.top__title {
    min-height: auto;
  }
  .fv.contact .fv__title {
    top: 42%;
    min-height: 332px;
  }
  .fv.about .fv__title {
    top: auto;
    min-height: auto;
  }
}
.philosophy {
  overflow: hidden;
  background: rgb(35, 32, 31);
  position: relative;
  padding-bottom: 196px;
}
.philosophy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  top: -100px;
}
.philosophy__container #photo-container {
  position: relative;
  width: 500px;
  height: 500px;
  top: 40px;
}
.philosophy__container #photo-container .overlay {
  position: absolute;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.philosophy__container #photo-container .overlay.is-first {
  -webkit-animation: historyImage1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: historyImage1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.philosophy__container #photo-container .overlay.is-second {
  z-index: 2;
  -webkit-animation: historyImage2 0.8s both;
          animation: historyImage2 0.8s both;
}
.philosophy__container #photo-container .overlay.is-third {
  -webkit-animation: historyImage3 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: historyImage3 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.philosophy__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  position: relative;
  height: 208px;
}
.philosophy__bg ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.philosophy .loop {
  font-family: "EB Garamond", serif;
  font-size: 130px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  color: rgba(255, 255, 255, 0.03);
  z-index: 10;
  margin-right: 25px;
  margin-left: 25px;
}
.philosophy__inner {
  max-width: 550px;
  position: absolute;
  z-index: 100;
  color: #fff;
  right: 257px;
}
.philosophy__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0.08em;
  text-align: left;
}
.philosophy__txt {
  font-size: 18px;
  line-height: 43px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 37px;
}

.js-inview::after {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.is-inview::after {
  -webkit-transition: opacity 2s 0.5s, -webkit-transform 2s 0.5s, -webkit-filter 2s 0.5s;
  transition: opacity 2s 0.5s, -webkit-transform 2s 0.5s, -webkit-filter 2s 0.5s;
  transition: opacity 2s 0.5s, transform 2s 0.5s, filter 2s 0.5s;
  transition: opacity 2s 0.5s, transform 2s 0.5s, filter 2s 0.5s, -webkit-transform 2s 0.5s, -webkit-filter 2s 0.5s;
}

.philosophy__img > img {
  position: absolute;
}

@-webkit-keyframes historyImage1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0.8;
    z-index: 2;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 3;
  }
}

@keyframes historyImage1 {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0.8;
    z-index: 2;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 3;
  }
}
@-webkit-keyframes historyImage2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0.2;
    z-index: 1;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0.8;
    z-index: 2;
  }
}
@keyframes historyImage2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0.2;
    z-index: 1;
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0.8;
    z-index: 2;
  }
}
@-webkit-keyframes historyImage3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 3;
  }
  40% {
    -webkit-transform: translate(-50%, 15%) rotate(-30deg);
            transform: translate(-50%, 15%) rotate(-30deg);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    -webkit-transform: translate(-40%, -20%) rotate(30deg);
            transform: translate(-40%, -20%) rotate(30deg);
    opacity: 0;
    z-index: 1;
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0.2;
    z-index: 1;
  }
}
@keyframes historyImage3 {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    z-index: 3;
  }
  40% {
    -webkit-transform: translate(-50%, 15%) rotate(-30deg);
            transform: translate(-50%, 15%) rotate(-30deg);
    opacity: 0;
    z-index: 2;
  }
  40.1% {
    -webkit-transform: translate(-40%, -20%) rotate(30deg);
            transform: translate(-40%, -20%) rotate(30deg);
    opacity: 0;
    z-index: 1;
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0.2;
    z-index: 1;
  }
}
.message {
  background-image: url(../src/img/sub-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.message .slick-slide {
  margin: 0 10px;
  overflow: hidden;
}
.message__bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#23201f), color-stop(43.12%, rgba(35, 32, 31, 0.53204)), color-stop(92.14%, rgba(35, 32, 31, 0)));
  background: linear-gradient(360deg, #23201f 0%, rgba(35, 32, 31, 0.53204) 43.12%, rgba(35, 32, 31, 0) 92.14%);
  width: 100%;
  height: 154px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.message .section__title {
  right: 20px;
}
.message .section__title > span:first-child {
  position: absolute;
  text-align: center;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.16em;
  text-align: left;
  right: 36px;
}
.message .section__title > span:last-child {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.4em;
  position: absolute;
  text-align: center;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: -16px;
}
.message .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 231px;
}
.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 55px;
}
.message__name--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: center;
}
.message__name--txt > span {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.08em;
  text-align: center;
}
.message__container {
  max-width: 1600px;
  margin: 0 auto;
}
.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  width: 100%;
  padding-top: 125px;
}
.message__inner:nth-child(1) {
  margin-right: auto;
}
.message__inner:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.message__inner--item {
  max-width: 441px;
  width: 100%;
}
.message__inner--title {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.08em;
}
.message__inner--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 32px;
}
.message__slider {
  padding-top: 172px;
}

.company {
  background: rgb(237, 231, 222);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.company__container {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 198px;
}
.company__container--title {
  font-size: 25px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.08em;
  padding-top: 74px;
  padding-left: 10px;
}
.company__inner {
  padding-top: 10px;
}
.company__inner--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgb(136, 118, 48);
}
.company__inner--left {
  width: 224px;
  padding-left: 10px;
}
.company__inner--right {
  border-bottom: 1px solid rgb(66, 66, 66);
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

@media (max-width: 1400px) {
  .philosophy__inner {
    right: 2vw;
  }
}
@media (max-width: 1100px) {
  .philosophy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .philosophy__container #photo-container {
    top: 120px;
  }
  .philosophy__inner {
    position: relative;
  }
  .message__bg {
    top: -1px;
  }
  .message__inner {
    padding: 125px 16px 0;
    gap: 20px;
  }
  .message__inner > img {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 860px) {
  .message .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message__content {
    padding-top: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .message__content > img {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .message__name--txt {
    width: 141px;
  }
  .company__container {
    padding: 0 16px 60px;
  }
  .company__container--title {
    padding-top: 40px;
  }
  .company__inner--item {
    font-size: 14px;
  }
  .company__inner--left {
    width: 124px;
  }
  .company__inner--right {
    width: calc(100% - 124px);
    height: 77px;
  }
}
@media (max-width: 768px) {
  .philosophy__container #photo-container {
    height: 300px;
    left: 67%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .philosophy__container #photo-container img {
    width: 60%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .philosophy__bg {
    margin-top: 0;
  }
  .philosophy__inner {
    right: 0;
    padding: 0 20px;
  }
  .philosophy__title {
    font-size: 20px;
    line-height: 30px;
  }
  .philosophy__txt {
    font-size: 14px;
    margin-top: 16px;
    line-height: 30px;
  }
  .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 16px 0;
  }
  .message__inner--item {
    max-width: 100%;
    width: 100%;
  }
  .message__inner--title {
    font-size: 18px;
    line-height: 28px;
  }
  .message__inner--txt {
    font-size: 14px;
    padding-top: 16px;
    line-height: 26px;
  }
  .message__inner > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .message__inner:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message__slider {
    padding-top: 80px;
  }
  .message__slider img {
    width: 300px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 600px) {
  .philosophy {
    padding-bottom: 120px;
  }
}
@media (max-width: 500px) {
  .company__inner--left {
    width: 76px;
  }
  .company__inner--right {
    width: calc(100% - 76px);
  }
}
@media (max-width: 400px) {
  .philosophy__container #photo-container {
    height: 200px;
  }
}
.business {
  background-image: url(../src/img/sub-bg-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.business__container {
  max-width: 1400px;
  margin: 0 auto;
}
.business__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 124px;
  padding-top: 115px;
  padding-left: 260px;
}
.business__heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: justify;
  height: 252px;
  margin-top: 80px;
}
.business__img {
  position: relative;
  padding-bottom: 749px;
  max-width: 1440px;
  margin: 137px auto 0;
}
.business__img > img {
  position: absolute;
}
.business__img > img:nth-child(1) {
  right: 112px;
  top: -368px;
}
.business__img > img:nth-child(3) {
  right: 0;
  top: 253px;
}
.business__img > img:nth-child(4) {
  top: 737px;
  left: 430px;
}
.business__img--item {
  position: relative;
}
.business__img--item > img:last-child {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 230px;
}
.business__inner {
  max-width: 1040px !important;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
}
.business__inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business__inner--item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business__inner--item > img {
  height: auto;
}
.business__inner--right {
  color: rgb(0, 0, 0);
  background: rgba(136, 118, 48, 0.1);
  padding: 36px 38px 43px 31px;
}
.business__inner--img {
  padding-top: 19px;
  padding-bottom: 12px;
}
.business__inner--heading {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
}
.business__inner--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 13px;
  border-top: 1px solid rgb(135, 127, 110);
}
.business__inner--title {
  margin-top: 18px;
  color: #fff;
  background-color: rgb(0, 0, 0);
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.08em;
  text-align: center;
}
.business__inner--title span {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: center;
}
.business__inner--link {
  display: block;
  padding: 12px 63px 12px 40px;
  margin-top: 20px;
  background-color: rgb(136, 118, 48);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(136, 118, 48);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business__inner--link:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.business__inner--link:hover > p::after {
  border-top: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
.business__inner--link > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.business__inner--link > p::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff; /* 好みで色を変えてください */
  border-right: solid 1px #fff; /* 好みで色を変えてください */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: -20px;
}
.business__inner > img {
  height: 100%;
}
.business__bottom {
  padding-bottom: 68px;
}
.business__bottom .slick-track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 150px;
}
.business__bottom .slick-track::before {
  display: none;
}
.business__bottom .slick-track .slick-slide {
  margin-right: 0 !important;
}
.business__bottom .slick-track .slick-slide .business__bottom--item {
  position: relative;
  overflow: hidden;
}
.business__bottom .slick-track .slick-slide .business__bottom--item::after {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.business__bottom .slick-track .slick-slide:hover .business__bottom--item::after {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.business__bottom .slick-track .slick-slide:nth-child(1) .business__bottom--item::after {
  background-image: url(../src/img/business-slider-01.jpg);
}
.business__bottom .slick-track .slick-slide:nth-child(2) .business__bottom--item::after {
  background-image: url(../src/img/business-slider-02.jpg);
}
.business__bottom .slick-track .slick-slide:nth-child(3) .business__bottom--item::after {
  background-image: url(../src/img/business-slider-03.jpg);
}
.business__bottom .slick-track .slick-slide:nth-child(4) .business__bottom--item::after {
  background-image: url(../src/img/business-slider-04.jpg);
}
.business__bottom--item {
  position: relative;
  width: 428px;
  height: 398px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
}
.business__bottom--bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.business__bottom--inner {
  position: absolute;
  bottom: 20px;
  left: 24px;
}
.business__bottom--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: left;
}
.business__bottom--txt {
  font-size: 28px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 7px;
}

.slider-dots {
  width: calc(100% - 58px);
  margin: 15px 0 0 16px;
  padding: 0;
  text-align: center;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-dots .slick-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-dots .slick-active button:after {
  background-color: #000;
  -webkit-animation: progress 1s linear forwards;
          animation: progress 1s linear forwards;
}
.slider-dots li {
  display: inline-block;
  width: calc(25% - 8px);
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 3px;
  border: 0;
  background-color: rgb(191, 191, 191);
  font-size: 0;
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -102px;
  right: 128px;
}

.next-arrow {
  bottom: -102px;
  right: 55px;
}

.slide-arrow {
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 55px;
  height: 55px !important;
}
.slide-arrow:hover {
  opacity: 0.5;
}

.slick-disabled {
  opacity: 0.2;
}

@-webkit-keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .business__img {
    position: relative;
    padding-bottom: 749px;
    max-width: 1440px;
    margin: 137px auto 0;
  }
  .business__img > img {
    position: absolute;
  }
  .business__img > img:nth-child(1) {
    right: 12px;
    top: -368px;
    width: 400px;
    height: auto;
  }
  .business__img > img:nth-child(3) {
    right: 0;
    top: 253px;
    width: 393px;
    height: auto;
  }
  .business__img > img:nth-child(4) {
    top: 737px;
    left: 430px;
    width: 393px;
    height: auto;
  }
  .business__img--item {
    position: relative;
  }
  .business__img--item > img:first-child {
    width: 582px;
    height: auto;
  }
  .business__img--item > img:last-child {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 190px;
    width: 522px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .business__title {
    gap: 60px;
    padding-left: 160px;
  }
}
@media (max-width: 1000px) {
  .business__title {
    padding-left: 60px;
  }
  .business__img {
    position: relative;
    padding-bottom: 550px;
    max-width: 1440px;
    margin: 137px auto 0;
  }
  .business__img > img {
    position: absolute;
  }
  .business__img > img:nth-child(1) {
    right: 12px;
    top: -368px;
    width: 300px;
    height: auto;
  }
  .business__img > img:nth-child(3) {
    right: 0;
    top: 160px;
    width: 293px;
    height: auto;
  }
  .business__img > img:nth-child(4) {
    top: 540px;
    left: 200px;
    width: 293px;
    height: auto;
  }
  .business__img--item {
    position: relative;
  }
  .business__img--item > img:first-child {
    width: 432px;
    height: auto;
  }
  .business__img--item > img:last-child {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 160px;
    width: 372px;
    height: auto;
  }
  .business__inner--item {
    display: block !important;
  }
  .business__inner--item > img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business__bottom .slick-track {
    width: calc(100% - 40px) !important;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .business .slide-arrow {
    display: none !important;
  }
  .business__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
    padding-left: 0;
    padding-top: 76px;
  }
  .business__heading {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-top: 0;
    height: auto;
    padding: 0 20px;
  }
  .business__heading > br {
    display: none;
  }
  .business__img {
    position: relative;
    padding-bottom: 70px;
    max-width: 480px;
    margin: 51px auto 0;
  }
  .business__img > img {
    position: relative;
  }
  .business__img > img:nth-child(1) {
    display: block;
    right: 12px;
    top: 0;
    width: 218px;
    margin-left: auto;
    height: auto;
  }
  .business__img > img:nth-child(3) {
    display: block;
    right: 34px;
    top: 0px;
    width: 271px;
    padding-top: 70px;
    height: auto;
    margin-left: auto;
  }
  .business__img > img:nth-child(4) {
    top: 0px;
    padding-top: 40px;
    left: 0px;
    width: 234px;
    height: auto;
  }
  .business__img--item {
    position: relative;
    padding-top: 43px;
  }
  .business__img--item > img:first-child {
    width: 256px;
    height: auto;
  }
  .business__img--item > img:last-child {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 130px;
    width: 217px;
    height: auto;
  }
  .business__bottom .slick-track {
    padding-top: 32px;
    gap: 20px;
  }
  .business__bottom--item {
    height: 340px;
  }
  .business__inner--txt {
    left: 18px;
    bottom: 16px;
    padding-top: 12px;
  }
  .business__inner--txt br {
    display: none;
  }
  .business__inner--right {
    padding: 15px 8px 25px 8px;
    min-height: 340px;
  }
  .business__inner--img {
    padding-top: 0;
  }
  .business__inner--title {
    margin-top: 8px;
    font-size: 18px;
    padding: 0;
  }
  .business__inner--title > span {
    font-size: 14px;
  }
  .business__inner--heading br {
    display: none;
  }
  .slider-dots {
    width: 100%;
    margin: 36px auto 0;
  }
}
@media (max-width: 650px) {
  .business__bottom .slick-track {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .business__inner--item > img {
    height: 220px;
    width: 100%;
  }
  .business__inner--right {
    min-height: 360px;
  }
}
.column {
  background-image: url(../src/img/sub-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: 57px;
}
.column__container {
  padding-top: 71px;
  margin: 0 auto;
  position: relative;
}
.column__container .next-arrow {
  right: 133px;
  bottom: -77px;
}
.column__container .prev-arrow {
  bottom: -77px;
  right: 206px;
}
.column__container .slick-list {
  max-width: 1180px !important;
  margin: 0 0 0 auto !important;
}
.column__container .slick-slide {
  max-width: 430px !important;
  margin-right: 20px !important;
}
.column__container .slider-dots {
  max-width: 920px !important;
  margin: 44px auto 0 !important;
  width: 100%;
}
.column__container .slider-dots > li {
  width: calc(34% - 8px);
}
.column__container--item {
  max-width: 430px !important;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column__container--item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column__container--img {
  height: 280px;
  overflow: hidden;
}
.column__container--img > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.column__container--inner {
  background: rgba(255, 255, 255, 0.9);
}
.column__container--title {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 5px 15px;
}
.column__container--contents {
  padding: 17px 22px 44px;
}
.column__container--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  padding-top: 17px;
  text-align: left;
  max-height: 104px;
  overflow: hidden;
}
.column__container time {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  display: block;
  text-align: right;
  color: rgb(132, 132, 132);
}
.column .sub {
  max-width: 922px;
  margin: 130px auto 0;
  text-align: right;
}
.column .sub > a {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
  display: block;
  padding: 12px 63px 12px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
}
.column .sub > a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.column .sub > a:hover p::after {
  border-top: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
.column .sub > a > p {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.column .sub > a > p::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: -20px;
}

@media (min-width: 1501px) {
  .column__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .column__container .slick-list {
    max-width: 1180px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 1500px) {
  .column__container .prev-arrow {
    right: 173px;
  }
  .column__container .next-arrow {
    right: 100px;
  }
}
@media (max-width: 1000px) {
  .column__container {
    width: auto;
  }
  .column__container .next-arrow {
    right: 24px;
  }
  .column__container .prev-arrow {
    right: 97px;
  }
  .column__container .slider-dots li {
    display: inline-block;
    width: calc(25% - 8px);
  }
  .column .sub {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .column {
    padding-bottom: 40px;
  }
  .column__container {
    padding-top: 40px;
  }
  .column__container--txt {
    font-size: 16px;
  }
  .column__container .next-arrow {
    display: none !important;
  }
  .column__container .prev-arrow {
    display: none !important;
  }
  .column__container .slider-dots {
    margin: 20px auto 0 !important;
  }
  .column__container--item > img {
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .column .sub {
    margin: 28px auto 0;
  }
}
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 75px;
  padding-bottom: 82px;
}
.tab-menu {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab-menu.current {
  color: #fff;
  background-color: #000;
}
.tab-menu:hover {
  color: #fff;
  background-color: #000;
}

.content-box {
  padding-bottom: 92px;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 34px;
}
.content-box-item {
  display: block;
  width: 344px;
  height: 424px;
  overflow: hidden;
  background-color: #fff;
}
.content-box-item img {
  height: 224px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-box-inner {
  padding: 14.5px 18px 25px;
}
.content-box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-box-heading > time {
  color: rgb(132, 132, 132);
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
}
.content-box-category {
  padding: 5px 15px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  border-radius: 5px;
}
.content-box-title {
  padding-top: 8px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  .content-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 660px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    justify-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 400px) {
  .content-box-item {
    width: 100%;
  }
}
.contact {
  background-color: rgb(237, 231, 222);
  padding-bottom: 273px;
}
.contact__title {
  max-width: 573px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  padding-top: 108px;
  padding-bottom: 46px;
}
.contact__form {
  max-width: 660px;
  margin: 0 auto;
}
.contact__form--confirm input {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  padding-top: 0;
  margin: 32px auto 0;
  width: 257px;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__form--confirm input:hover{
	background-color: #fff;
	color: #000;
}

.contact__item,
.contact .select__menu,
.contact textarea {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid rgb(138, 135, 135);
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.wpcf7-form > p:nth-child(n+2) {
  padding-top: 32px;
}
.wpcf7-form > p > a {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form > p > a:hover {
  opacity: 0.7;
}
.wpcf7-form > p:nth-child(7) {
  text-align: center;
}
.wpcf7-form > p:nth-child(8) {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  padding-top: 0;
  margin: 32px auto 0;
  width: 257px;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form > p:nth-child(8)::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -2px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 14%;
}
.wpcf7-form > p:nth-child(8):hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.wpcf7-form > p:nth-child(8) > input {
  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: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form > p:nth-child(8) > input:hover {
  background-color: #fff;
  color: #000;
}
.wpcf7-form label {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
}
.wpcf7-form label > .required {
  position: relative;
}
.wpcf7-form label > .required::after {
  content: "必須";
  position: absolute;
  color: #ffffff;
  background: rgb(0, 0, 0);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.08em;
  margin-left: 17px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 6px 4.3px 0;
}
.wpcf7-form select {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  background-color: rgb(237, 231, 222);
}
.wpcf7-form option {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}
.wpcf7-form textarea {
  resize: vertical;
  height: 227px;
}

.wpcf7 {
  max-width: 660px;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none !important;
}

@media (max-width: 768px) {
  .contact {
    padding: 0 16px 120px;
  }
  .contact__title {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .wpcf7-form > p > a {
    line-height: 36px;
  }
}
.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 85px;
  background-color: rgb(237, 231, 222);
  padding-bottom: 124px;
}
.detail__left {
  max-width: 707px;
  width: 100%;
}
.detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.detail__heading--category {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  padding: 5px 15px;
  border-radius: 5px;
  background: rgb(0, 0, 0);
  color: #fff;
}
.detail__heading > time {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(132, 132, 132);
}
.detail__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.08em;
  padding-top: 24px;
  padding-bottom: 30px;
}
.detail__left > img {
  height: 456px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail__container {
  padding-top: 60px;
}
.detail__container--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
  padding: 6px 14px;
  border-left: 3px solid rgb(136, 118, 48);
}
.detail__container--txt {
  padding-top: 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.detail .sub {
  margin-top: 101px;
}
.detail .sub > a {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
  display: block;
  padding: 12px 63px 12px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail .sub > a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.detail .sub > a:hover p::after {
  border-top: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
.detail .sub > a > p {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.detail .sub > a > p::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: -20px;
}
.detail__project {
  padding-top: 30px;
}
.detail__project--genre {
  border-radius: 2px;
  padding: 5px 19px;
  font-size: 15px;
  line-height: 23px;
  background-color: rgb(7, 163, 63);
  color: rgb(0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.detail__project--title {
  padding-top: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
}
.detail__project--price {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
}
.detail__project--num {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.05em;
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(151, 151, 151);
}
.detail__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-top: 16px;
}
.detail__profile > img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.detail__profile--item {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.detail__right {
  max-width: 302px;
  width: 100%;
}
.detail__content--heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.detail__content--item .content-box-item {
  margin-top: 22px;
  max-width: 302px;
  width: 100%;
  height: 300px;
}
.detail__content--item .content-box-item > img {
  height: 176px;
  width: 100%;
}

@media (max-width: 1150px) {
  .detail {
    padding-right: 20px;
    padding-left: 20px;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .detail__left > img {
    height: 300px;
  }
}
.news {
  background-image: url(../src/img/sub-bg-04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news.all-news {
  background: rgb(237, 231, 222);
}
.news.all-news .section-btn .border span {
  background-color: rgb(237, 231, 222);
}
.news__container {
  max-width: 920px;
  margin: 65px auto 0;
  padding-bottom: 120px;
}
.news__container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  height: 127px;
  border-bottom: 1px dashed rgb(104, 104, 104);
  padding: 0 35px;
}
.news__container--item:first-child {
  border-top: 1px dashed rgb(104, 104, 104);
}
.news__container--item.news__post {
  padding: 0 35px;
}
.news__container--item:hover .section-btn {
  background-color: rgb(0, 0, 0);
  margin-left: auto;
}
.news__container--item:hover .section-btn .border {
  border: 1px solid rgb(0, 0, 0);
}
.news__container--item:hover .section-btn .border span {
  background-color: rgb(0, 0, 0);
}
.news__container--item:hover .section-btn .border span::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.news__container--item .section-btn {
  display: block;
  border-radius: 50%;
  margin-left: auto;
}
.news__container--item .section-btn .border {
  border: 1px solid #000;
  margin-bottom: 0;
}
.news__container--item .section-btn .border span {
  background-color: #fff;
  border: none;
  width: 40px;
  height: 40px;
}
.news__container--item .section-btn .border span::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.news__container .business__inner--link {
  margin-left: auto;
  margin-top: 28px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
}
.news__container .business__inner--link:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.news__btn {
  display: block;
  text-align: center;
  margin-top: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__btn:hover {
  opacity: 0.7;
}

.paging-area {
  text-align: center;
  margin-top: 66px;
}
.paging-area .page-numbers {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 2px;
  text-align: left;
  padding: 11px 20px;
  color: #fff;
  background-color: rgb(0, 0, 0);
  margin-right: 13px;
}
.paging-area .current {
  background-color: rgb(137, 125, 77);
}
.paging-area .prev, .paging-area .next {
  display: none;
}

@media (max-width: 1000px) {
  .news__container {
    padding: 0 20px 120px;
  }
}
@media (max-width: 768px) {
  .news__container {
    margin: 40px auto 0;
    padding: 0 20px 40px;
  }
  .news__container--item {
    gap: 40px;
    padding: 0 35px;
    height: 100px;
  }
  .news__container--item.news__post {
    padding: 0 10px;
  }
  .news__container--item time {
    font-size: 14px;
  }
  .news__container--title {
    font-size: 14px;
    max-height: 65px;
    overflow: hidden;
  }
}
@media (max-width: 550px) {
  .news__container--item {
    padding: 0 16px;
    gap: 20px;
  }
}
.post {
  background-color: rgb(237, 231, 222);
}
.post__container {
  max-width: 773px;
  margin-left: 170px;
  padding: 96px 0;
}
.post__date {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(99, 99, 99);
}
.post__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  padding-top: 16px;
}
.post__border {
  height: 2px;
  width: 90.25px;
  background: rgb(136, 118, 48);
  margin: 35px 0 63px;
}
.post__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.post__content > p {
  padding-bottom: 24px;
}
.post .sub {
  margin-top: 97px;
}
.post .sub > a {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
  display: block;
  padding: 12px 63px 12px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post .sub > a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.post .sub > a:hover p::after {
  border-top: solid 1px rgb(0, 0, 0);
  border-right: solid 1px rgb(0, 0, 0);
}
.post .sub > a > p {
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.post .sub > a > p::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: -20px;
}

@media (min-width: 1800px) {
  .post__container {
    margin-left: 35vw;
  }
}
@media (max-width: 1100px) {
  .post__container {
    margin: 0 auto;
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .post__container {
    padding: 40px 0;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .post__title {
    font-size: 20px;
  }
  .post__content {
    font-size: 16px;
  }
  .post__content > p {
    padding-bottom: 16px;
  }
  .post__border {
    margin: 35px 0 40px;
  }
  .post .sub {
    margin-top: 40px;
  }
}
.statement {
  background-image: url(../src/img/sub-bg-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.statement .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statement__content {
  max-width: 740px;
  padding-top: 108px;
}
.statement__content--title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.08em;
  text-align: left;
}
.statement__content--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 30px;
}
.statement__content--bottom {
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(163, 163, 163);
  padding-top: 15px;
}
.statement__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 1600px;
  margin: 36px auto 0;
}
.statement__inner--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-right: 74.6px;
}

@media (max-width: 1200px) {
  .statement__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .statement .section-btn {
    margin-top: 47px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-left: 12px;
  }
  .statement .section-btn .border {
    margin-bottom: 0;
  }
  .statement__inner img {
    max-width: 97%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
  }
}
@media (max-width: 900px) {
  .statement {
    padding-top: 75px;
  }
  .statement .section__title {
    display: block;
    margin: 0 auto;
  }
  .statement .container {
    display: block;
    padding: 0 12px;
  }
  .statement__content {
    padding-top: 85px;
    margin: 0 auto;
  }
  .statement__content br {
    display: none;
  }
  .statement__content--txt {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .statement {
    padding-bottom: 75px;
  }
  .statement .section-btn {
    letter-spacing: 0.08em;
  }
}
.privacy__fv {
  background-image: url(../src/img/privacy.jpg);
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.privacy__fv.notation {
  background-image: url(../src/img/notation.jpg);
}
.privacy__fv.not-found {
  background-image: url(../src/img/404.jpg);
}
.privacy__bg {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#23201f), color-stop(92.14%, rgba(35, 32, 31, 0)));
  background: linear-gradient(360deg, #23201f 0%, rgba(35, 32, 31, 0) 92.14%);
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.4));
          filter: drop-shadow(rgba(0, 0, 0, 0.4));
}
.privacy__title {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.4em;
  text-align: left;
  color: #fff;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 137px;
  z-index: 10;
}
.privacy__container {
  background: rgb(237, 231, 222);
}
.privacy__container--title {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
  padding-top: 97px;
}
.privacy__container--title::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: rgb(136, 118, 48);
  margin-top: 20px;
}
.privacy__container--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 36px;
}
.privacy__inner {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 160px;
  color: rgb(0, 0, 0);
}
.privacy__inner--item {
  padding-top: 20px;
}
.privacy__inner--item.notation__item {
  margin-top: 30px;
}
.privacy__inner--item.notation__item .privacy__inner--title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 0;
}
.privacy__inner--item.notation__item .privacy__inner--txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.privacy__inner--title {
  font-family: Zen Old Mincho;
  font-size: 30px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0px;
  text-align: left;
}
.privacy__inner--txt {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}
.privacy__inner--txt > a {
  color: rgb(136, 118, 48);
  border-bottom: 1px solid rgb(136, 118, 48);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.privacy__inner--txt > a:hover {
  opacity: 0.7;
}
.privacy__inner ol {
  list-style-type: decimal;
  padding-top: 24px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}
.privacy__inner ol .ol-top {
  padding-top: 24px;
}
.privacy__inner ul {
  padding-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}
.privacy__inner ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.privacy__inner ul li > a {
  position: relative;
}
.privacy__inner ul li > a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../src/img/icon_external.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
.privacy__inner ul li:last-child > a::after {
  right: -50px;
}
.privacy__inner ul li:hover {
  opacity: 0.7;
}

.notFound {
  background-color: rgb(237, 231, 222);
  text-align: center;
}
.notFound__container {
  padding: 176px 0;
}
.notFound__title {
  font-size: 35px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.08em;
}
.notFound__txt {
  padding-top: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.08em;
  text-align: center;
}
.notFound__link {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  padding: 12px 63px 12px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notFound__link:hover {
  color: rgb(0, 0, 0);
  background-color: #fff;
}
.notFound__link:hover p::after {
  background: url(../src/img/Vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.notFound__link > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-align: left;
  position: relative;
}
.notFound__link > p::after {
  background: url(../assets/img/fv_vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 7px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .privacy__container--title {
    font-size: 24px;
    padding-top: 40px;
  }
  .privacy__container--txt {
    font-size: 14px;
  }
  .privacy__inner {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .privacy__inner--title {
    line-height: 38px;
    font-size: 18px;
  }
  .privacy__inner--txt {
    font-size: 14px;
  }
  .privacy__inner ul,
  .privacy__inner ol {
    font-size: 14px;
  }
  .notFound__container {
    padding: 40px 20px;
  }
  .notFound__title {
    font-size: 24px;
    line-height: 40px;
  }
  .notFound__txt {
    font-size: 14px;
  }
  .notFound__txt br {
    display: none;
  }
}
.support {
  padding-bottom: 109px;
  background-image: url(../src/img/sub-bg-03.jpg);
}
.support.project {
  background-image: url(../src/img/sub-bg-04.jpg);
}
.support.project .section__title {
  height: 455px;
  width: 90px;
}
.support.project .section__title > span:first-child {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0.5em;
  position: absolute;
  display: block;
  line-height: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: auto;
}
.support.project .section__title > span:last-child {
  text-align: center;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-align: left;
  right: 24px;
}
.support.project .support__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 122px;
}
.support.project .support__heading > img {
  margin-left: 0;
  margin-top: -62px;
}
.support.project .support__heading--txt {
  margin-left: -110px;
  padding-top: 220px;
}
.support.project .support__container .slick-slide:nth-child(1) .support__container--item::before {
  background-image: url(../src/img/project-02.jpg);
}
.support.project .support__container .slick-slide:nth-child(2) .support__container--item::before {
  background-image: url(../src/img/project-03.jpg);
}
.support.project .support__container .slick-slide:nth-child(3) .support__container--item::before {
  background-image: url(../src/img/project-04.jpg);
}
.support.project .support__content {
  display: block;
}
.support.project .support__content:hover::before {
  background-image: url(../src/img/project-bg.jpg);
}
.support.project .support__content:hover .support__content--link {
  border-bottom: 1px solid #fff;
}
.support.project .support__content--inner {
  position: relative;
}
.support.project .support__content--inner::before {
  content: "OPEN A STORE";
  left: 12.5px;
  right: 0;
  text-align: left;
}
.support__btn {
  max-width: 1180px;
  margin: 0 auto;
}
.support .section__title {
  height: 330px;
  width: auto;
  margin-top: 64px;
}
.support .section__title > span:last-child {
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0.3em;
  position: absolute;
  display: block;
  line-height: 0;
  left: 60px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: auto;
}
.support .section__title > span:first-child {
  text-align: center;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.3em;
  text-align: left;
}
.support .business__inner--link {
  margin-right: auto;
  margin-top: 28px;
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
}
.support .business__inner--link:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.support__img {
  text-align: center;
}
.support__img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 192px;
}
.support__heading--txt {
  margin-left: 152px;
  max-width: 450px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: left;
  padding-top: 203px;
}
.support__heading > img {
  margin-top: -100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}
.support__container .slick-list {
  max-width: 1180px !important;
  margin: 0 0 0 auto !important;
}
.support__container .slide-arrow {
  width: 8.8px;
  height: 18.8px !important;
}
.support__container .prev-arrow {
  top: -36px;
  bottom: 0;
  right: 244px;
}
.support__container .next-arrow {
  top: -36px;
  bottom: 0;
  right: 206px;
}
.support__container .slick-slide {
  max-width: 405px !important;
  margin-right: 20px !important;
}
.support__container .slick-slide:nth-child(1) .support__container--item::before {
  background-image: url(../src/img/support-02.jpg);
}
.support__container .slick-slide:nth-child(2) .support__container--item::before {
  background-image: url(../src/img/support-03.jpg);
}
.support__container .slick-slide:nth-child(3) .support__container--item::before {
  background-image: url(../src/img/support-04.jpg);
}
.support__container .slick-slide:nth-child(4) .support__container--item::before {
  background-image: url(../src/img/support-04.jpg);
}
.support__container--item {
  width: 405px;
  height: 470px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
}
.support__container--item::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.support__container--item:hover::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.support__container--bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.7);
}
.support__container--bottom > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 21px;
}
.support__content {
  max-width: 1180px;
  margin: 92px auto 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.support__content--inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.support__content--inner::before {
  content: "FIND A PROJECT";
  display: block;
  position: absolute;
  top: -44px;
  right: 12.5px;
  color: rgba(136, 118, 48, 0.15);
  font-size: 55px;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "EB Garamond", serif;
}
.support__content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../src/img/support-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.support__content:hover {
  color: #fff;
}
.support__content:hover::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.support__content:hover .section-btn .border {
  border: 1px solid #fff;
}
.support__content:hover .section-btn .border span {
  background-color: #fff;
  border: 1px solid #fff;
}
.support__content:hover .section-btn .border span::before {
  border-top: solid 2px rgb(0, 0, 0);
  border-right: solid 2px rgb(0, 0, 0);
}
.support__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../src/img/support-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}
.support__content--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 66px 77px;
  position: relative;
  z-index: 10;
}
.support__content--item .border {
  margin-bottom: 0;
}
.support__content--item .border span {
  width: 45px;
  height: 45px;
}
.support__content--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: left;
  max-width: 608px;
  width: 100%;
}
.support__content--title {
  padding-top: 9px;
  font-size: 30px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 0.08em;
}
.support__content--left > .support__content--link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgb(0, 0, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

@media (min-width: 1501px) {
  .support__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .support__container .slick-list {
    max-width: 1180px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 1500px) {
  .support.project .support__heading {
    margin: 0 auto 0 0;
  }
  .support__heading {
    margin: 0 0 0 auto;
  }
  .support__content {
    max-width: 920px;
    margin: 92px auto 0;
  }
  .support__content--inner {
    max-width: 920px;
  }
  .support__content--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support__btn {
    max-width: 920px;
  }
}
@media (max-width: 1150px) {
  .support.project .support__heading {
    padding: 0 20px 100px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .support.project .support__heading > img {
    left: 0;
    top: -80px;
  }
  .support.project .support__heading--txt {
    padding-top: 150px;
    margin-left: 0;
    margin-right: 60px;
  }
  .support__heading {
    padding: 0 0px 100px 20px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .support__heading > img {
    width: 350px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    right: 0;
    top: -40px;
  }
  .support__heading--txt {
    padding-top: 150px;
  }
  .support__content--left {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  .support__content {
    margin: 68px 12.5px 0;
  }
  .support__btn {
    margin-left: 12.5px;
  }
  .support__container .slick-slide {
    margin-right: 0 !important;
    margin-left: 12.5px !important;
  }
}
@media (max-width: 768px) {
  .support .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .support .slick-slide {
    margin-right: 15px;
  }
  .support .section__title {
    margin-top: 165px;
    text-align: center;
    display: block;
    width: 50px;
    height: 186px;
  }
  .support .section__title > span:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.4em;
    text-align: left;
  }
  .support .section__title > span:last-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .support__img > img {
    height: 273px;
  }
  .support__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0px 90px 0px;
  }
  .support__heading > img {
    width: 300px;
    height: 200px;
    top: 0;
  }
  .support__heading--txt {
    margin-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 43px 12px 0;
  }
  .support__heading--txt > br {
    display: none;
  }
  .support__container--item {
    height: 390px;
    width: 320px;
  }
  .support__container .next-arrow {
    right: 12.5px;
  }
  .support__container .prev-arrow {
    right: 60px;
  }
  .support__content--inner::before {
    font-size: 32px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0.08em;
    top: -26px;
    right: 12.5px;
  }
  .support__content--item {
    position: relative;
    padding: 30px 24px 35px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .support__content--item .section-btn {
    position: absolute;
    right: 24px;
  }
  .support__content--title {
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0.08em;
  }
  .support__content--left > .support__content--link {
    font-size: 14px;
  }
  .support.project .section__title {
    margin-top: 185px;
    text-align: center;
    display: block;
    width: 50px;
    height: 236px;
  }
  .support.project .section__title > span:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .support.project .section__title > span:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.4em;
    text-align: left;
  }
  .support.project .support__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0px 90px 0px;
  }
  .support.project .support__heading > img {
    width: 300px;
    height: 200px;
    top: 0;
  }
  .support.project .support__heading--txt {
    margin-left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 43px 12px 0;
    margin-right: 0;
  }
  .support.project .support__heading--txt > br {
    display: none;
  }
}