@charset "UTF-8";
/*
Theme Name: Unite
*/
/* ページ全般の設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #1a1a1a;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .tab {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.content-width {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.section-title .ja {
  font-size: 4rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.04em;
  line-height: 160%;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 2.8rem;
  }
}
.section-title .en {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 160%;
  color: #836c44;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 1.2rem;
  }
}

.cta-btn {
  width: 22.4rem;
  height: 6.4rem;
  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;
  gap: 0.8rem;
}
@media (min-width:1440px) {
  .cta-btn {
    width: 22.4rem;
  }
}
@media (min-width: 768px) {
  .cta-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width:1200px) {
  .cta-btn {
    width: 20.4rem;
  }
}
@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
  }
}
.cta-btn:hover {
  opacity: 0.6;
}

.cta-btn--gr {
  background: #c0bfbf;
  line-height: 150%;
  letter-spacing: 0.01em;
  font-size: 1.25vw;
}
@media (max-width:1200px) {
  .cta-btn--gr {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cta-btn--gr {
    font-size: 1.8rem;
  }
}

.cta-btn--bk {
  background: #1a1a1a;
  color: #fff;
  line-height: 1.1875;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
@media (max-width:1200px) {
  .cta-btn--bk {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cta-btn--bk {
    font-size: 1.6rem;
  }
}

.more-btn {
  max-width: 28.8rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  background: transparent;
  line-height: 170%;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  padding: 1.6rem 1.4rem 1.6rem 2.4rem;
  border: solid 1px #7f7f7f;
  position: relative;
}
@media (min-width: 768px) {
  .more-btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 767px) {
  .more-btn {
    font-size: 1.4rem;
    max-width: 20.8rem;
    width: 100%;
    padding: 1.2rem 1.4rem 1.2rem 2.4rem;
  }
}
.more-btn::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/unite/images/arrow-right-bk.svg);
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn:hover {
  border: solid 1px #7f7f7f;
  background: #7f7f7f;
  color: #fff;
}
.more-btn:hover::after {
  background-image: url(/wp-content/themes/unite/images/arrow-right-wh.svg);
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 4.8rem;
  width: 4.8rem;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.8rem;
  margin: auto;
  width: 4.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(/wp-content/themes/unite/images/arrow-prev.svg);
}

.swiper-button-prev:hover::after {
  background-image: url(/wp-content/themes/unite/images/arrow-prev-br.svg);
}

.swiper-button-next:hover::after {
  background-image: url(/wp-content/themes/unite/images/arrow-next-br.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(/wp-content/themes/unite/images/arrow-next.svg);
}

.swiper-pagination {
  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;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  margin: 0 8px !important;
  opacity: 1;
  background-color: rgba(174, 159, 133, 0.5);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #836c44;
  height: 11px;
  width: 11px;
}

.header {
  width: 100%;
  background: #e4e4e4;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .header {
    padding: 1.1rem 0 1.1rem 2.4rem;
    height: 6.4rem;
  }
}
.header .header__logo {
  max-width: 22rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 17.7rem;
  }
}
@media (min-width: 768px) {
  .header .header__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header__logo a:hover {
    opacity: 0.6;
  }
}
.header .header__inner__right {
  max-width: 86.6rem;
  width: 100%;
}
.header .contact-list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .header .contact-list {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 767px) {
  .header .contact-list li {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header .contact-list li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header .contact-list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 768px) {
  .header .contact-list li a:hover {
    opacity: 0.6;
  }
}
@media (max-width:1200px) {
  .header .contact-list li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .header .contact-list li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .header .link-list li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .header .link-list li a {
    text-decoration: underline;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .header .link-list li a .icon {
    margin-right: 0.8rem;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .header .link-list li:last-child {
    margin-bottom: 0;
  }
}
.header .catlog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  letter-spacing: 0.04em;
  padding-right: 2.2222222222vw;
}
@media (min-width:1440px) {
  .header .catlog-btn {
    padding-right: 3.2rem;
  }
}
.header .header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.4rem 0 3.7rem;
}
@media (max-width: 767px) {
  .header .header__menu {
    padding: 0;
  }
}
.header .header__menu li {
  text-align: center;
}
@media (max-width: 767px) {
  .header .header__menu li {
    text-align: left;
  }
}
.header .header__menu li a {
  padding: 0 2.2222222222vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  border-right: solid 1px #c0bfbf;
  line-height: 1.1875;
  white-space: nowrap;
}
.header .header__menu li a .hover-line {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width:1440px) {
  .header .header__menu li a {
    padding: 0 3.2rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .header .header__menu li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header__menu li a .hover-line::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 3px;
    bottom: -1.3rem;
    left: 0;
  }
  .header .header__menu li a:hover {
    color: #836c44;
  }
  .header .header__menu li a:hover .hover-line::after {
    background: #836c44;
  }
}
@media (max-width: 767px) {
  .header .header__menu li a {
    border-right: none;
    border-bottom: solid 1px #c0bfbf;
    padding: 2rem 0 1.8rem;
    display: block;
    font-size: 1.6rem;
  }
}
.header .header__menu li a .icon {
  margin-left: 0.8rem;
}
.header .header__menu li:first-child a {
  padding-left: 0;
}
@media (max-width: 767px) {
  .header .header__menu li:first-child a {
    padding-top: 0;
  }
}
.header .header__menu li:last-child a {
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__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;
}
@media (max-width: 767px) {
  .header .header__inner .header__menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .header__inner .contact-list {
    display: none;
  }
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  width: 6.4rem;
  height: 6.4rem;
  z-index: 100;
  cursor: pointer;
  background: transparent;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line {
  width: 2.4rem;
  height: 1.6rem;
  position: relative;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #fff;
  width: 2.4rem;
  height: 3px;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 40.7%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

#hamburger-menu {
  width: 84.57%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 6.4rem;
  right: 0;
  z-index: 99;
  padding: 3.2rem 2.4rem 12rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.5s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 768px) {
  #hamburger-menu {
    display: none;
  }
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* ×　オープン */
.hamburger-btn.active .hamburger-btn__line {
  width: 2.4rem;
  height: 2.4rem;
}
.hamburger-btn.active .line {
  width: 2.4rem;
  background: #fff;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(3) {
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger-btn.active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  display: none;
}
.hamburger-btn.active .line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mv {
    background: #e4e4e4;
    padding: 0 0 8rem;
  }
}
.mv .mv__inner {
  position: relative;
}
@media (max-width: 767px) {
  .mv .mv__inner {
    padding: 3.2rem 2.4rem 0;
  }
}
.mv .mv__text {
  color: #fff;
  position: absolute;
  left: 8.3333333333vw;
  bottom: 5.5555555556vw;
}
@media (max-width: 767px) {
  .mv .mv__text {
    position: inherit;
    color: #1a1a1a;
    left: inherit;
    bottom: inherit;
  }
}
.mv .mv__text .mv-name {
  font-size: 1.3888888889vw;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .mv .mv__text .mv-name {
    font-size: 1.5rem;
  }
}
.mv .mv__text .mv-title {
  font-size: 3.0555555556vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-top: 0.2777777778vw;
}
@media (max-width: 767px) {
  .mv .mv__text .mv-title {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin-top: 0.8rem;
  }
}
.mv .mv__text .mv-text {
  font-size: 1.25vw;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-top: 2.2222222222vw;
  max-width: 43.4027777778vw;
}
@media (max-width: 767px) {
  .mv .mv__text .mv-text {
    font-size: 1.5rem;
    margin-top: 2.8rem;
    max-width: 62.5rem;
  }
}

.about {
  padding-top: 20rem;
  padding-bottom: 23.2rem;
  padding-left: 8.3333333333vw;
  background: #e4e4e4;
  position: relative;
}
@media (max-width: 767px) {
  .about {
    padding: 8rem 2.4rem 12rem;
  }
}
.about::before {
  position: absolute;
  content: "";
  background: #c0bfbf;
  width: 44.4444444444vw;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .about::before {
    width: 100%;
    height: 53.1914893617vw;
  }
}
.about .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .about .flex {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about .about__text {
  max-width: 44rem;
}
@media (max-width: 767px) {
  .about .about__text {
    max-width: 100%;
    margin-top: 37.2340425532vw;
  }
}
.about .about__text p {
  margin-top: 5.6rem;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .about .about__text p {
    margin-top: 4rem;
    font-size: 1.5rem;
    line-height: 170%;
  }
}
.about .about__text .link {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .about .about__text .link {
    margin-top: 2.8rem;
  }
}
.about .about__text .link a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .about .about__text .link a {
    font-size: 1.5rem;
  }
}
.about .about__text .link a:hover {
  opacity: 0.6;
}
.about .about__text .link .icon {
  margin-left: 0.8rem;
  vertical-align: middle;
}
.about .logo {
  max-width: 28.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .about .logo {
    max-width: 20rem;
    margin: 0 auto;
  }
}
.about .about__right {
  width: 55.69%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about .about__right {
    width: 100%;
  }
}
.about .swiper-button-prev,
.about .swiper-button-next {
  top: inherit;
  bottom: -16%;
}
@media (max-width:1200px) {
  .about .swiper-button-prev,
  .about .swiper-button-next {
    bottom: -34%;
  }
}
@media (max-width: 767px) {
  .about .swiper-button-prev,
  .about .swiper-button-next {
    bottom: -7rem;
  }
}
.about .swiper-button-prev {
  left: 0;
  right: inherit;
}
@media (max-width: 767px) {
  .about .swiper-button-prev {
    left: 12%;
  }
}
.about .swiper-button-next {
  left: 23rem;
  right: inherit;
}
@media (min-width:1440px) {
  .about .swiper-button-next {
    left: 23rem;
  }
}
@media (max-width: 767px) {
  .about .swiper-button-next {
    right: 12%;
    left: inherit;
  }
}
.about .swiper-pagination {
  bottom: -12%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 7.9rem;
}
@media (max-width:1200px) {
  .about .swiper-pagination {
    bottom: -28%;
    /*left: 18%;*/
  }
}
@media (max-width: 1024px) {
  .about .swiper-pagination {
    bottom: -25.9%;
    /*left: 15%;*/
  }
}
@media (min-width:1440px) {
  .about .swiper-pagination {
    left: 7.7rem;
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .about .swiper-pagination {
    width: 100%;
    bottom: -5.5rem;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.reason {
  background-image: url(/wp-content/themes/unite/images/bg-reason.jpg);
  background-size: cover;
  padding: 12rem 2rem;
}
@media (max-width: 767px) {
  .reason {
    padding: 10rem 2.4rem;
    background-image: url(/wp-content/themes/unite/images/sp_bg-reason.jpg);
  }
}
.reason .content-width {
  gap: 4.4444444444vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width:1440px) {
  .reason .content-width {
    gap: 6.4rem;
  }
}
@media (max-width: 767px) {
  .reason .content-width {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
}
.reason .section-title {
  color: #fff;
  /*writing-mode: vertical-lr;*/
  line-height: 135%;
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .reason .section-title {
    font-size: 2.4rem;
  }
}
.reason .section-title::before {
  position: absolute;
  content: "";
  background: #836c44;
  width: 1px;
  height: 16rem;
  top: -20rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .reason .section-title::before {
    height: 10rem;
    top: -14rem;
  }
}
.reason .reason__block {
  width: 100%;
  max-width: 103.5rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 6.4rem;
}
@media (max-width: 767px) {
  .reason .reason__block {
    padding: 3.2rem;
    background: #fff;
  }
}
.reason .reason__block .num-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: solid 1px #dedad2;
}
@media (max-width: 767px) {
  .reason .reason__block .num-list li {
    font-size: 1.6rem;
    gap: 0.4rem;
    padding-bottom: 2rem;
  }
}
.reason .reason__block .num-list li .num {
  color: #836c44;
  font-size: 2.4rem;
  line-height: 170%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .reason .reason__block .num-list li .num {
    font-size: 1.8rem;
  }
}
.reason .reason__block .num-list li:first-child {
  padding-top: 0;
}

.materials {
  padding: 18rem 2rem 20rem;
  background: #e4e4e4;
}
@media (max-width: 767px) {
  .materials {
    padding: 10rem 2.4rem 0;
  }
}
@media (max-width: 767px) {
  .materials .section-title {
    text-align: center;
  }
}
.materials .materials__link {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .materials .materials__link {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.3rem;
  }
}
@media (max-width: 767px) {
  .materials .materials__link {
    display: none;
  }
}
.materials .materials__link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.materials .materials__link a:hover {
  opacity: 0.6;
}
.materials .materials__list {
  margin-top: 12rem;
}
@media (min-width: 768px) {
  .materials .materials__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4.1666666667vw;
       -moz-column-gap: 4.1666666667vw;
            column-gap: 4.1666666667vw;
    row-gap: 5vw;
  }
}
@media (min-width:1440px) {
  .materials .materials__list {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: 7.2rem;
  }
}
@media (max-width: 767px) {
  .materials .materials__list {
    margin-top: 4.8rem;
  }
}
.materials .materials__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .materials .materials__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 4.8rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
  }
}
.materials .materials__list li .list-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .materials .materials__list li .list-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
  }
}
.materials .materials__list li .list-title::before {
  position: absolute;
  content: "";
  background: #836c44;
  width: 2px;
  height: 3.6rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .materials .materials__list li .list-title::before {
    height: 2rem;
  }
}
.materials .materials__list li p {
  font-size: 1.8rem;
  line-height: 180%;
  margin-bottom: 3.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .materials .materials__list li p {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
  }
}
.materials .materials__list li .materials__list__img {
  max-width: 17.3611111111vw;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width:1440px) {
  .materials .materials__list li .materials__list__img {
    max-width: 25rem;
  }
}
@media (max-width: 767px) {
  .materials .materials__list li .materials__list__img {
    max-width: 26.5957446809vw;
  }
}
.materials .materials__list li:nth-child(6) p {
  min-height: 9.6rem;
}
@media (max-width: 767px) {
  .materials .materials__list li:nth-child(6) p {
    min-height: auto;
  }
}
.materials .materials__list li:nth-child(7) p {
  min-height: 9.6rem;
}
@media (max-width: 767px) {
  .materials .materials__list li:nth-child(7) p {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .materials .materials__list li:last-child {
    margin-bottom: 0;
  }
}

.material {
  background-color: #e4e4e4;
}
.material > .content-width {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.material__description {
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.04em;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .material__description {
    padding-top: 6rem;
  }
}
.material__img {
  background-color: #e4e4e4;
  padding-top: 4.8rem;
}
@media (max-width: 767px) {
  .material__img {
    padding-top: 2.4rem;
  }
}
.material__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.material__content {
  background-color: #e4e4e4;
  padding-top: 16rem;
}
@media (max-width: 767px) {
  .material__content {
    padding-top: 6rem;
  }
}
.material__content .content-width {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.material__content h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding-left: 2.7rem;
  position: relative;
  text-align: left;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .material__content h2 {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.material__content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 2.8rem;
  background: #836c44;
}
.material__content .wp-block-columns {
  margin: 0;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 2.8rem;
}
@media (max-width: 767px) {
  .material__content .wp-block-columns {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
.material__content .wp-block-columns .wp-block-column {
  width: 23.5% !important;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
  -ms-flex-negative: unset !important;
      flex-shrink: unset !important;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  max-width: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .material__content .wp-block-columns .wp-block-column {
    width: 48% !important;
  }
}
.material__content .wp-block-columns .wp-block-column p {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .material__content .wp-block-columns .wp-block-column {
    width: 50%;
  }
}
.material__content .wp-block-list {
  margin: 2rem 0;
}
.material__content .wp-block-list li {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.material__content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.material__content h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.material__content p {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-weight: 500;
}
.material__case {
  padding-top: 12rem !important;
}
@media (max-width: 767px) {
  .material__case {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
.material__case .content-width {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .material__case {
    padding-top: 6rem;
  }
}
.material__case:before {
  display: none;
}
.material__case .section-title .ja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding-left: 2.7rem;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .material__case .section-title .ja {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.material__case .section-title .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 2.8rem;
  background: #836c44;
}
.material__materials {
  padding-top: 0;
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .material__materials {
    padding-bottom: 6rem;
  }
}
.material__materials .materials__link {
  display: grid !important;
}
@media (max-width: 767px) {
  .material__materials .materials__link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.material__materials .section-title .ja {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding-left: 2.7rem;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .material__materials .section-title .ja {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.material__materials .section-title .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 2.8rem;
  background: #836c44;
}

.case {
  padding: 16rem 0 12.1rem;
  background: #e4e4e4;
  position: relative;
}
@media (max-width: 767px) {
  .case {
    padding: 12rem 2.4rem 12rem;
  }
}
.case::before {
  position: absolute;
  content: "";
  background: #e1e1e1;
  width: 45.9722222222vw;
  height: 28.4027777778vw;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .case::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .case .content-width {
    padding-left: 2rem;
  }
}
.case .section-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .case .section-title {
    text-align: center;
  }
}
.case .case__slider-wrap {
  position: relative;
  margin-top: 4.8rem;
}
.case .swiper-slide {
  position: relative;
}
.case .swiper-slide a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case .swiper-slide a:hover {
  opacity: 0.7;
}
.case .swiper-slide .label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.case .case__slider__img img {
  aspect-ratio: 1.3888888889;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .case__slider__text {
  margin-top: 1.6rem;
}
.case .swiper-button-prev,
.case .swiper-button-next {
  top: inherit;
  bottom: -17.7%;
  z-index: 11;
}
@media (max-width: 767px) {
  .case .swiper-button-prev,
  .case .swiper-button-next {
    bottom: -23%;
  }
}
.case .swiper-button-prev {
  left: 41%;
  right: inherit;
}
@media (max-width: 1300px) {
  .case .swiper-button-prev {
    left: 36%;
  }
}
@media (max-width: 1024px) {
  .case .swiper-button-prev {
    left: 12%;
  }
}
.case .swiper-button-next {
  right: 41%;
  left: inherit;
}
@media (max-width: 1300px) {
  .case .swiper-button-next {
    right: 36%;
  }
}
@media (max-width: 1024px) {
  .case .swiper-button-next {
    right: 12%;
  }
}
.case .swiper-pagination {
  bottom: -13%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width:1440px) {
  .case .swiper-pagination {
    bottom: -14%;
  }
}
@media (max-width: 767px) {
  .case .swiper-pagination {
    bottom: -19%;
  }
}
.case .place {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case .place .icon {
  margin-right: 0.4rem;
}
.case .slider-text {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .case .slider-text {
    font-size: 1.5rem;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-top: 1.4rem;
  }
}
.case .more-btn {
  margin: 16rem auto 0;
}
@media (max-width: 767px) {
  .case .more-btn {
    margin: 36.170212766vw auto 0;
    max-width: 32.8rem;
    padding: 2.4rem 1.4rem 2.4rem 2.4rem;
  }
}

.label--wood {
  background: #7d5d45;
}

.label--hazy {
  background: #292519;
}

.label--antique {
  background: #837b66;
}

.label--iron {
  background: #593412;
}

.label--metal {
  background: #727c85;
}

.label--terracotta-stone {
  background: #b77b6b;
}

.label--sand-metal {
  background: #303a43;
}

.label--color-stain {
  background: #daa174;
}

.contact {
  background-image: url(/wp-content/themes/unite/images/pc_mv.jpg);
  background-size: cover;
  background-position: center;
  padding: 12rem 2rem;
}
@media (max-width: 767px) {
  .contact {
    background-image: none;
    padding: 0 0 10rem;
    background: #e4e4e4;
  }
}
.contact .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .contact .section-title {
    background-image: url(/wp-content/themes/unite/images/sp_mv.jpg);
    background-size: cover;
    padding: 5.2rem 2rem 5.1rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .contact .section-title .en {
    display: block;
  }
}
.contact .section-title .ja {
  color: #fff;
}
.contact .contact__block {
  background: #e4e4e4;
  padding: 4.8rem 0;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .contact .contact__block {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .contact .contact__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact .contact__list li {
  padding: 0 3.2986111111vw;
  border-right: solid 1px #c0bfbf;
}
@media (min-width:1440px) {
  .contact .contact__list li {
    padding: 0 4.75rem;
  }
}
@media (max-width: 767px) {
  .contact .contact__list li {
    border-right: none;
    border-bottom: solid 1px #c0bfbf;
    padding: 4.8rem 2.4rem;
  }
}
.contact .contact__list li .list-title {
  text-align: center;
  margin-bottom: 2.4rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .contact .contact__list li .list-title {
    font-size: 1.8rem;
  }
}
.contact .contact__list li .list-title .icon {
  margin: 0 auto 1rem;
  display: block;
}
.contact .contact__list li .list-text {
  font-size: 1.5rem;
  line-height: 170%;
  letter-spacing: 0.04em;
}
.contact .contact__list li .more-btn {
  margin-top: 3.2rem;
  max-width: 30.4rem;
}
@media (max-width: 767px) {
  .contact .contact__list li .more-btn {
    max-width: 32.8rem;
    margin: 2.4rem auto 0;
    font-size: 1.6rem;
    padding: 1.8rem 1.4rem 1.8rem 2.4rem;
  }
}
.contact .contact__list li .tel {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.contact .contact__list li .name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
.contact .contact__list li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .contact .contact__list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.footer {
  padding: 11.4rem 0 0;
  background: #1a1a1a;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 8rem 0 0;
  }
}
.footer .content-width {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .footer .content-width {
    padding: 0 2.4rem;
  }
}
.footer a {
  color: #fff;
}
.footer .footer__logo {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 23.6rem;
  }
}
.footer .footer__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__logo a:hover {
  opacity: 0.6;
}
.footer .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.5555555556vw;
}
@media (min-width:1440px) {
  .footer .flex {
    gap: 8rem;
  }
}
@media (max-width: 767px) {
  .footer .flex {
    gap: 6.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .footer__menu {
  max-width: 20vw;
  width: 100%;
}
@media (min-width:1440px) {
  .footer .footer__menu {
    max-width: 28.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu {
    max-width: 100%;
  }
}
.footer .footer__menu ul li a {
  color: #fff;
  padding: 1.8rem 0;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #7f7f7f;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__menu ul li a:hover {
  opacity: 0.6;
}
.footer .footer__menu ul li:first-child a {
  padding-top: 0;
}
.footer .footer__map {
  max-width: 57.7777777778vw;
}
@media (min-width:1440px) {
  .footer .footer__map {
    max-width: 83.2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__map {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer__map .map__list {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__map .map__list {
    gap: 4.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__map .map__list li {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.8rem;
  }
}
.footer .footer__map .google-map {
  width: 100%;
  height: 20rem;
}
@media (max-width: 767px) {
  .footer .footer__map .google-map {
    height: 16.4rem;
  }
}
.footer .footer__map .google-map iframe {
  width: 100%;
  height: 20rem;
}
@media (max-width: 767px) {
  .footer .footer__map .google-map iframe {
    height: 16.4rem;
  }
}
.footer .footer__map p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .footer .footer__map p {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.footer .footer__map address {
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .footer .footer__map address {
    margin-top: 0.8rem;
  }
}
.footer .footer__intec {
  max-width: 80rem;
  margin: 6.9rem auto 7rem;
}
@media (max-width: 767px) {
  .footer .footer__intec {
    max-width: 100%;
    margin: 5.6rem auto 4.8rem;
  }
}
.footer .footer__intec a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__intec a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .footer .footer__intec img {
    width: 100%;
  }
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background: #353535;
  font-size: 1.2rem;
  padding: 1.6rem 2rem;
  letter-spacing: 0.06em;
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .footer .copyright {
    padding: 1.4rem 2rem;
  }
}

.breadcrumbs {
  height: 34.5rem;
  background-color: #e4e4e4;
  background-image: url(/wp-content/themes/unite/images/breadcrumbs-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 5.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    height: 12rem;
    padding-top: 4rem;
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.breadcrumbs__list li a,
.breadcrumbs__list li span {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
.breadcrumbs__list li a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumbs__list li a:hover {
  opacity: 0.7;
}
.breadcrumbs .separator {
  color: #c0bfbf;
}

.form {
  background-color: #e4e4e4;
  padding: 8rem 0 16rem;
}
@media (max-width: 1024px) {
  .form {
    padding: 4rem 0 8rem;
  }
}
.form .section-title {
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .form .section-title {
    margin-bottom: 4rem;
  }
}
.form__caption {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  .form__caption {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
.form__required {
  color: #fff;
  background-color: #C01F1F;
  padding: 0.2rem 0.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-left: 1.6rem;
}
.form form {
  background-color: #fff;
  padding: 4rem;
  max-width: min(88rem, 100% - 4rem);
  margin: 0 auto;
  padding: 6.4rem;
}
@media (max-width: 1024px) {
  .form form {
    padding: 4rem 2rem;
  }
}
.form form label {
  width: 100%;
  display: block;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .form form label {
    margin-bottom: 2.4rem;
  }
}
.form form label:last-child {
  margin-bottom: 6.4rem;
}
@media (max-width: 1024px) {
  .form form label:last-child {
    margin-bottom: 4rem;
  }
}
.form form label .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.form form label input, .form form label textarea {
  border: 1px solid #1a1a1a;
  padding: 1.8rem 2rem;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 1.2rem;
}
@media (max-width: 1024px) {
  .form form label input, .form form label textarea {
    padding: 1.6rem 2rem;
    margin-top: 0.8rem;
  }
}
.form form label input::-webkit-input-placeholder, .form form label textarea::-webkit-input-placeholder {
  color: #7f7f7f;
}
.form form label input::-moz-placeholder, .form form label textarea::-moz-placeholder {
  color: #7f7f7f;
}
.form form label input:-ms-input-placeholder, .form form label textarea:-ms-input-placeholder {
  color: #7f7f7f;
}
.form form label input::-ms-input-placeholder, .form form label textarea::-ms-input-placeholder {
  color: #7f7f7f;
}
.form form label input::placeholder, .form form label textarea::placeholder {
  color: #7f7f7f;
}
.form form label input:focus, .form form label textarea:focus {
  outline: none;
}
.form form label textarea {
  height: 14rem;
}
.form__submit {
  margin-top: 6.4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .form__submit {
    margin-top: 4rem;
  }
}
.form__submit input[type=submit] {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  padding: 2.4rem 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1a1a1a;
}
@media (max-width: 1024px) {
  .form__submit input[type=submit] {
    padding: 2rem 6rem;
    width: 100%;
  }
}
.form__submit input[type=submit]:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.form__btn {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  padding: 2.4rem 6rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1a1a1a;
  line-height: 1;
  transition: all 0.3s;
}
.form__btn:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.form__btn__wrap {
  text-align: center;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  position: absolute;
}

.faq {
  background-color: #e4e4e4;
  padding-bottom: 16rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 8rem;
  }
}
.faq .section-title {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 4rem;
  }
}
.faq .faq__list {
  margin-top: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #c0bfbf;
}
@media (max-width: 767px) {
  .faq .faq__list {
    margin-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.faq .faq__list__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .faq .faq__list__title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.faq .faq__list__title::before {
  content: "Q";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1a1a1a;
  width: 3.3rem;
  height: 3.3rem;
  min-width: 3.3rem;
  min-height: 3.3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .faq .faq__list__title::before {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    min-height: 2.4rem;
  }
}
.faq .faq__list__content {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  position: relative;
  padding-left: 5.1rem;
}
@media (max-width: 767px) {
  .faq .faq__list__content {
    font-size: 1.4rem;
    padding-left: 4.2rem;
  }
}
.faq .faq__list__content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #836c44;
  width: 3.3rem;
  height: 3.3rem;
  min-width: 3.3rem;
  min-height: 3.3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .faq .faq__list__content::before {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    min-height: 2.4rem;
  }
}

.casestudy {
  background-color: #e4e4e4;
  padding: 0 2rem 16rem;
}
@media (max-width: 1024px) {
  .casestudy {
    padding-bottom: 6rem;
  }
}
.casestudy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
  padding-top: 10rem;
}
@media (max-width:1200px) {
  .casestudy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
  }
}
@media (max-width: 1024px) {
  .casestudy__inner {
    padding-top: 6rem;
  }
}
.casestudy__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.casestudy__content__img {
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  .casestudy__content__img {
    margin-bottom: 2.4rem;
  }
}
.casestudy__content__img img {
  aspect-ratio: 1.3888888889;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.casestudy__content__summary {
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  .casestudy__content__summary {
    margin-bottom: 2.4rem;
  }
}
.casestudy__content__summary p {
  font-size: 2.4rem;
  line-height: 160%;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .casestudy__content__summary p {
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}
.casestudy__content__place {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .casestudy__content__place {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.casestudy__content__place .icon {
  width: 1.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casestudy__content__text {
  border-top: 1px solid #c4c4c4;
  padding-top: 3.2rem;
}
@media (max-width: 1024px) {
  .casestudy__content__text {
    padding-top: 2.4rem;
  }
}
.casestudy__content__text p {
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
@media (max-width: 1024px) {
  .casestudy__content__text p {
    font-size: 1.5rem;
    line-height: 170%;
    letter-spacing: 0.04em;
  }
}
.casestudy__content__text .wp-block-media-text {
  margin: 4rem 0;
  gap: 4rem;
}
.casestudy__content__text .wp-block-media-text .wp-block-media-text__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
}
.casestudy__content__text .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0;
}
.casestudy__content__text .wp-block-list {
  margin: 2rem 0;
}
.casestudy__content__text .wp-block-list li {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.casestudy__content__text h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.casestudy__content__text h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.casestudy__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
.casestudy__list li {
  width: calc(50% - 2rem);
}
@media (max-width: 1024px) {
  .casestudy__list li {
    width: 100% !important;
  }
}
.casestudy__item {
  width: calc(50% - 2rem);
}
@media (max-width: 1024px) {
  .casestudy__item {
    width: 100% !important;
  }
}
.casestudy__item__img {
  position: relative;
  width: 100%;
}
.casestudy__item__img img {
  aspect-ratio: 1.3868613139;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  display: block;
}
.casestudy__item a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.casestudy__item a:hover {
  opacity: 0.7;
}
.casestudy__item__text {
  margin-top: 1.6rem;
}
.casestudy__item__text .place {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casestudy__item__text .place .icon {
  margin-right: 0.4rem;
}
.casestudy__item__text .text {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .casestudy__item__text .text {
    font-size: 1.5rem;
    line-height: 170%;
    letter-spacing: 0.04em;
    margin-top: 1.4rem;
  }
}
.casestudy__item .label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.casestudy__aside {
  min-width: 30rem;
  width: 30rem;
}
@media (max-width:1200px) {
  .casestudy__aside {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
}
.casestudy__aside h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
.casestudy__aside__list li {
  margin-bottom: 0.4rem;
}
.casestudy__aside__list li a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 88px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.casestudy__aside__list li a:hover {
  opacity: 0.7;
}
.casestudy__aside__list li a span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 1;
}
.casestudy__aside__list li a h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.casestudy__aside__list li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-numbers {
  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;
  gap: 1.6rem;
  margin-top: 4rem;
}
.page-numbers li a,
.page-numbers li span {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #7f7f7f;
  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;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers li a:hover,
.page-numbers li span:hover {
  background-color: #1a1a1a;
}
.page-numbers li a.current,
.page-numbers li span.current {
  background-color: #1a1a1a;
}

.custom {
  background-color: #e4e4e4;
  padding: 0 2rem 16rem;
}
@media (max-width: 1024px) {
  .custom {
    padding-bottom: 4rem;
  }
}
.custom .section-title {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .custom .section-title {
    margin-bottom: 4rem;
  }
}
.custom__btn {
  margin-top: 4rem;
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  padding: 2.4rem 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1a1a1a;
  text-align: center;
}
.custom__btn:hover {
  background-color: #fff;
  color: #1a1a1a;
}
@media (max-width: 1024px) {
  .custom__btn {
    width: 100%;
  }
}
.custom__content .wp-block-list {
  margin: 2rem 0;
}
.custom__content .wp-block-list li {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.custom__content h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.custom__content h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
.custom__content p {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-weight: 500;
}