@charset "UTF-8";
body {
  color: #111;
  font-family: "Noto Sans JP";
  background-color: #fff;
}

.main {
  z-index: -999;
}

/* h3 {
  font-family: $base-font-family;
} */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* .btn {
  border: 1px solid $white;
  max-width: rem(360);
  width: 100%;
  margin: 0 auto;
  background: transparent;
  color: $white;
  font-size: rem(20);
  letter-spacing: .1em;
  max-width: rem(360);
  overflow: hidden;
  position: relative;
  transition: .5s;
} */
section {
  position: relative;
  margin-top: 112px;
  margin-top: 7rem;
}

.section__title-wrapper {
  position: relative;
  letter-spacing: 0.067em;
}

.section__title-en {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #b7a964;
  opacity: 0.2;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.437;
  opacity: 0.2;
  z-index: 1;
  bottom: 23%;
  position: absolute;
}

.section__title-jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.background-line1:before {
  border: 0;
  border-top: 1px solid #b7a964;
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
  -webkit-transform-origin: -5.9% 0%;
          transform-origin: -5.9% 0%;
  width: 219%;
}

.background-line2 {
  position: relative;
  width: 100%;
}

.background-line2:before {
  border: 0;
  border-top: 1px solid #b7a964;
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
  -webkit-transform-origin: 20.3% top;
          transform-origin: 20.3% top;
  width: 309%;
}

.breadcrumb {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.breadcrumb__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-nav {
  margin-top: 80px;
  margin-top: 5rem;
}
.page-nav__wp {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 0.9875;
  text-align: center;
}
.page-nav__wp a,
.page-nav__wp span {
  background-color: transparent;
  border: 1px solid #b7a964;
  margin: 0;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.page-nav__wp span.current {
  background-color: #b7a964;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  section {
    margin-top: 7rem;
  }
  .section__title-jp {
    font-size: 1.875rem;
    letter-spacing: 0.017em;
  }
  .section__title-en {
    text-align: unset;
    font-size: 6.875rem;
    letter-spacing: 0.125rem;
  }
  /*   .background-line1 {
      height: rem(40);
    } */
  .background-line1:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: -2.9% 0%;
            transform-origin: -2.9% 0%;
    width: 143%;
  }
  .background-line2:before {
    margin-left: 94.5%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: 0 top;
            transform-origin: 0 top;
    width: 134%;
  }
  .breadcrumnb {
    margin-left: 5.625rem;
  }
  .page-nav {
    margin-top: 6.5rem;
  }
  .page-nav__wp a,
.page-nav__wp span {
    margin: 0 1rem;
  }
}
.pagination {
  margin-top: 104px;
  margin-top: 6.5rem;
}

nav.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.page-numbers,
span.page-numbers {
  padding: 3px 7px 5px 8px;
  padding: 0.1875rem 0.4375rem 0.3125rem 0.5rem;
  border: 1px solid #b7a964;
  margin: 0 16px;
  margin: 0 1rem;
}

span.page-numbers.current {
  background: #b7a964;
  color: #fff;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.article-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.article-inner h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  position: relative;
}
.article-inner h2:before {
  background: #b7a964;
  content: "";
  height: 29px;
  height: 1.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
}
.article-inner h3 {
  border-bottom: solid 3px #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1111em;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  position: relative;
}
.article-inner h3:after {
  border-bottom: solid 3px #b7a964;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 73px;
  width: 4.5625rem;
}
.article-inner p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.article-inner ul {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  list-style: inside;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.article-inner ol {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  list-style: decimal;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.article-inner figure {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.article__info {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.article__category {
  border: 1px solid #b7a964;
  letter-spacing: 0.125em;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.article__thumbnail {
  margin-top: 32px;
  margin-top: 2rem;
}
.article__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: none;
  max-width: initial;
}

@media screen and (min-width: 768px) {
  .article-inner {
    max-width: 50rem;
    padding: 0;
    width: 100%;
  }
  .article-inner h2,
.article-inner p,
.article-inner ul,
.article-inner ol,
.article-inner figure {
    margin-top: 2rem;
  }
  .article-inner h3 {
    border-bottom: solid 3px #fff;
    display: inline-block;
    font-size: 1.125rem;
    letter-spacing: 0.1111em;
    margin-top: 1.5rem;
    padding-bottom: 0.1875rem;
    position: relative;
  }
  .article__thumbnail img {
    width: 100%;
    margin: 0;
  }
}
.blog {
  margin-top: 99px;
  margin-top: 6.1875rem;
}
.blog__width {
  max-width: 1116px;
  max-width: 69.75rem;
  margin: 0 auto;
}
.blog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333333;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
.blog__card {
  position: relative;
}
.blog__card img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 223px;
  max-height: 13.9375rem;
}
.blog__card-text {
  background-color: #fff;
  padding: 3px 22px 13px;
  padding: 0.1875rem 1.375rem 0.8125rem;
}
.blog__card-text h3 {
  line-height: 36.8px;
  line-height: 2.3rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.blog__card-text p {
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.blog__title-en {
  bottom: 10%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.blog__btn {
  /* font-size: rem(20);
  letter-spacing: rem(2);
  padding: rem(8) 0;
  background: $gold;
  border: rem(1) solid $gold;
  color: $white;
  overflow: hidden;
  position: relative;
  transition: .5s;
  width: rem(335);
  z-index: 2; */
  /* &:before {
    background-color: $white;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: -1;
  }

  &:hover {
    color: $gray;
  }

  &:hover:before {
    left: 0;
  } */
}
.blog__btn-wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.blog__new {
  position: absolute;
  top: -16px;
  top: -1rem;
  left: -15px;
  left: -0.9375rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  background: #FFBA6A;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  z-index: 2;
  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;
}
.blog__card:hover .blog__card-text {
  background-color: #b7a964;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog__card:hover .card__bottom-label span:nth-child(1) {
  background-color: #fff;
  color: #b7a964;
}

a:nth-child(1).blog__card {
  position: relative;
}

.blog__card:nth-child(2n),
.blog__card:nth-child(3n) {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.card__bottom-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.card__bottom-label span:nth-child(1) {
  background: #b7a964;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 1px 6px 0 5px;
  padding: 0.0625rem 0.375rem 0 0.3125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.card__bottom-label span:nth-child(2) {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: serif;
}

#blog-bg {
  background-image: url(../images/blog_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
#blog-bg h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 1;
}
#blog-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.sub-blog__inner {
  max-width: 1100px;
  max-width: 68.75rem;
  /* margin-top: rem(37); */
}

@media screen and (min-width: 768px) {
  .blog {
    margin-top: 13.1875rem;
  }
  .blog__card + .blog__card {
    margin-left: 1.5625rem;
    margin-top: 0;
  }
  .blog__card:nth-child(2n),
.blog__card:nth-child(3n) {
    margin-top: 0rem;
    margin-left: 1.5625rem;
  }
  .blog {
    /* &__btn {
      width: rem(360);
      font-size: rem(16);
      padding: rem(17) 0;
    } */
  }
  .blog__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
  }
  .blog__card {
    max-width: calc(33.3333% - 1.04167rem);
    padding: 0;
  }
  .blog__card:nth-child(n+4) {
    margin-top: 3rem;
  }
  .blog__card:nth-child(3n+1) {
    margin-left: 0;
  }
  .blog__card-text {
    padding: 0.25rem 1.5rem 0.8125rem;
  }
  .blog__card-text p {
    margin-top: 0.125rem;
  }
  .blog__title-en {
    position: absolute;
    right: 11.2%;
    bottom: -4.0625rem;
  }
  .blog__btn-wrapper {
    margin-top: 3.125rem;
  }
  .blog__new {
    top: -1.0625rem;
    left: -0.8125rem;
  }
  .card__bottom-label {
    margin-top: 0.625rem;
  }
  .sub-blog__inner {
    margin-left: auto;
    margin-right: auto;
  }
  .sub-blog__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sub-works__category--list a.is-active {
  background: #b7a964;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  color: #fff;
  background-color: #b7a964;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  max-width: 360px;
  max-width: 22.5rem;
  overflow: hidden;
  padding: 10px 0 9px;
  padding: 0.625rem 0 0.5625rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 1.0625rem 0;
    width: 22.5rem;
  }
}

.btn:hover {
  color: #333333;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
}

.btn:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.btn:hover:before {
  left: 0;
}

.contact {
  background-color: rgba(183, 169, 100, .1);
  padding: 64.599px 0 63px;
  padding: 4.0375rem 0 3.9375rem;
  margin-top: 121px;
  margin-top: 7.5625rem;
}

.contact__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.contact__section-title--en {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.437;
  opacity: 0.2;
  text-align: center;
  z-index: 1;
  bottom: -3px;
  bottom: -0.1875rem;
  left: 20.5%;
}

.contact__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 1.448;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.contact__section-title {
  position: relative;
}

.contact__btn-wrapper {
  margin-top: 44.8px;
  margin-top: 2.8rem;
}

#contact-bg {
  background-image: url(../images/contact_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
#contact-bg h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 1;
}
#contact-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.p-sub-contact {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.p-sub-contact__head {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
.p-sub-contact__item {
  background-color: #fff;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-sub-contact__item input {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  width: 100%;
}
.p-sub-contact__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7142;
  text-align: right;
}

.p-sub-contact__content + .p-sub-contact__content {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-contact-text__text {
  background-color: #fff;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-radius: 0;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  width: 100%;
}

.p-contact-textarea__text {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 0;
  color: #111;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  height: 250px;
  height: 15.625rem;
  letter-spacing: 0.05em;
  line-height: 1.85;
  width: 100%;
}

.p-sub-contact__content--button {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-contact-button__submit {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-decoration: none;
  width: 100%;
}

.contact-thanks {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 130px;
  margin-top: 8.125rem;
}

.sub-contact__btn {
  margin-top: 80px;
  margin-top: 5rem;
  color: #fff;
  background: #333333;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  max-width: 360px;
  max-width: 22.5rem;
  overflow: hidden;
  padding: 10px 0 9px;
  padding: 0.625rem 0 0.5625rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 80%;
  z-index: 2;
}
.sub-contact__btn:hover {
  color: #111;
  /* background: #333333; */
}
.sub-contact__btn:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}
.sub-contact__btn:hover:before {
  left: 0;
}

.wp-block-table {
  margin: auto;
  overflow: hidden;
}

.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-control + .form-control {
  margin-top: 32px;
  margin-top: 2rem;
}

.form-control__head {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.form-control__text {
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
}

.form-control__text input, textarea {
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  background: #fff;
  width: 100%;
  border: 1px solid #b7a964;
}

input.wpcf7-submit {
  background: #b7a964;
}

input.wpcf7-submit:hover {
  background: #fff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: block;
  height: 50px;
  height: 3.125rem;
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .contact__section-title h3 {
    letter-spacing: 0.14rem;
  }
  .contact {
    margin-top: 9.375rem;
    padding: 9.1875rem 1.25rem 9.3125rem 1.5rem;
  }
  .contact__section-title--en {
    font-size: 6.875rem;
    position: absolute;
    bottom: -2.125rem;
    left: 1.4375rem;
  }
  .contact__text {
    text-align: center;
    margin-top: 1rem;
  }
  .contact__btn-wrapper {
    margin-top: 3.8125rem;
  }
  .sub-contact {
    margin-top: 12.5rem;
  }
  .sub-contact__complete--title {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.125rem;
    line-height: 0.875;
  }
  .sub-contact__complete--subtitle {
    font-size: 1.875rem;
    margin-top: 5rem;
  }
  .sub-contact__btn {
    color: #fff;
    background: #333333;
    border: 0.0625rem solid #fff;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    max-width: 22.5rem;
    overflow: hidden;
    padding: 0.625rem 0 0.5625rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 2;
  }
  .sub-contact__btn--wrapper {
    margin-top: 9.7%;
    text-align: left;
  }
  .p-sub-contact {
    max-width: 43.5rem;
    padding: 0;
    margin: 7.1875rem auto 9.375rem auto;
  }
  .p-sub-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-sub-contact__head {
    width: 19.965%;
  }
  .p-sub-contact__item {
    width: 77.586%;
    margin-left: 1.5rem;
    margin-top: 0;
  }
  .p-sub-contact__title {
    line-height: 1.85;
  }
  .p-sub-contact__content + .p-sub-contact__content {
    margin-top: 2.8125rem;
  }
  .p-sub-contact__content--button {
    width: 77.586%;
    margin-left: auto;
    margin-top: 3.5rem;
  }
  .p-contact-button__submit {
    font-size: 1rem;
    line-height: 3.375;
    max-width: 22.5rem;
    padding-bottom: 0.1875rem;
    padding-top: 0.1875rem;
  }
  .wp-block-table {
    max-width: 43.5rem;
  }
  .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-control + .form-control {
    margin-top: 2.8125rem;
  }
  .form-control__head {
    width: 25.965%;
  }
  .form-control__text {
    width: 77.586%;
  }
  input.wpcf7-form-control {
    height: 2.5rem;
  }
  textarea.wpcf7-form-control {
    height: 18.75rem;
  }
  input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 22.5rem;
    height: 3.75rem;
    margin: 3.4375rem auto 0;
  }
}
.content {
  margin-top: 126px;
  margin-top: 7.875rem;
}
.content__inner {
  line-height: 1.448;
  position: relative;
  z-index: 100;
}
.content__title-en {
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 46px;
  margin-top: 2.875rem;
}
.content__card {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  width: 100%;
  /* max-height: rem(168); */
  overflow: hidden;
}
.content__card:before {
  content: "";
  display: block;
  padding-top: 89.3%;
}
.content__card img {
  position: absolute;
  top: 0;
  right: 0;
  left: 9px;
  left: 0.5625rem;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content__card h3 {
  color: #fff;
  font-weight: 400;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2.2px;
  letter-spacing: 0.1375rem;
  top: 42.5%;
}
.content__card a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.content__card a:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.content__card a:hover:before {
  background: rgba(0, 0, 0, .4);
}
.content__card:before {
  padding-top: 89%;
}

.content__bg {
  background-image: url(../images/content_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
.content__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.content__bg h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 1;
}

.sub-content__top {
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.sub-content__top-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.sub-content__top-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.sub-content__lists {
  margin-top: 80px;
  margin-top: 5rem;
}
.sub-content__list + .sub-content__list {
  margin-top: 48px;
  margin-top: 3rem;
}
.sub-content__list-img img {
  max-height: 250px;
  max-height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-content__list-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.sub-content__list-text h3 {
  text-align: center;
}
.sub-content__list-text p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .content {
    margin: 10.0625rem auto 0;
    position: relative;
    width: 100%;
  }
  .content__title-en {
    position: absolute;
    left: 21%;
    bottom: -4.9375rem;
    letter-spacing: 0.1875rem;
  }
  .content__cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 2.5625rem;
  }
  .content__card {
    max-height: none;
  }
  .content__card img {
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .content__card h3 {
    font-size: 1.5625rem;
    top: 45%;
  }
  .content__card:first-child h3 {
    letter-spacing: 0.125rem;
  }
  .content__card:before {
    padding-top: 98.5%;
  }
  .sub-content {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .sub-content__body {
    max-width: 79.375rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .sub-content__top {
    max-width: 35.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-content__top-title {
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .sub-content__top-text {
    line-height: 2.1875;
    margin-top: 1.5rem;
  }
  .sub-content__lists {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.3125rem;
  }
  .sub-content__list-img {
    width: 50%;
  }
  .sub-content__list-img img {
    max-height: 21rem;
  }
  .sub-content__list-text {
    width: 46.789%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.875rem;
  }
  .sub-content__list-text h3 {
    text-align: left;
  }
  .sub-content__list-text p {
    letter-spacing: 0.03125em;
    line-height: 2.1875;
  }
  .sub-content1, .sub-content2, .sub-content3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-content2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sub-content2, .sub-content3 {
    padding-top: 3rem;
  }
  .sub-content2 .sub-content__list-text {
    margin-left: 0;
    margin-right: 1.875rem;
  }
}
.p-404 {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-404__body {
  text-align: center;
}

.p-404__title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #b7a964;
  font-weight: 400;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  line-height: 0.875;
  opacity: 0.3;
}

.p-404__message {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-404__button {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-404__btn {
  background: #333333;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  max-width: 360px;
  max-width: 22.5rem;
  overflow: hidden;
  padding: 10px 0 9px;
  padding: 0.625rem 0 0.5625rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}

.p-404__btn:before {
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.p-404__btn:hover {
  color: #fff;
}

.p-404__btn:hover:before {
  left: 0;
  background: #b7a964;
}

@media screen and (min-width: 768px) {
  .p-404 {
    margin-bottom: 9.375rem;
    margin-top: 12.5rem;
  }
  .p-404__title {
    font-size: 3.75rem;
    line-height: 2.1875rem;
  }
  .p-404__message {
    font-size: 1.875rem;
    letter-spacing: 0.0666em;
    line-height: 1.1666;
  }
  .p-404__btn {
    font-size: 1rem;
    letter-spacing: 0.13em;
    padding: 1rem 0;
  }
}
.footer {
  position: relative;
  text-align: center;
  padding: 48px 0;
  padding: 3rem 0;
}

.footer__logo {
  display: none;
}

.footer__lists {
  letter-spacing: 0.07em;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.footer__list {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.footer__list 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;
  height: inherit;
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
}

.footer__list a:after {
  background-color: #b7a964;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.footer__list a:hover:after {
  width: 15%;
}

.footer__copyright {
  line-height: 1.448;
  margin-top: 27px;
  margin-top: 1.6875rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP";
}

.footer__list:nth-child(4) {
  display: none;
}

.footer__list:nth-child(6) {
  display: none;
}

.page-top {
  position: fixed;
  /* background-color: $white; */
  border: 1px solid #b7a964;
  border-radius: 50%;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  z-index: 100;
  cursor: pointer;
  bottom: 41px;
  bottom: 2.5625rem;
  right: 19px;
  right: 1.1875rem;
  background: #fff;
}

.page-top:after {
  border-right: 2px solid #333333;
  border-right: 0.125rem solid #333333;
  border-top: 2px solid #333333;
  border-top: 0.125rem solid #333333;
  content: "";
  display: block;
  height: 19px;
  height: 1.1875rem;
  left: 12px;
  left: 0.75rem;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 19px;
  width: 1.1875rem;
}

.page-top:hover {
  background-color: #b7a964;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-top:hover:after {
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 2rem 0 1.625rem;
  }
  .footer__inner.inner {
    max-width: none;
    max-width: initial;
  }
  .footer__logo {
    display: inline-block;
    width: 4.375rem;
  }
  .footer__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.875rem;
  }
  .footer__copyright {
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    line-height: 2.933;
    margin-top: 1.6875rem;
  }
  .footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    letter-spacing: 0.125em;
  }
  .footer__list {
    letter-spacing: 0.1rem;
    margin-top: 0.25rem;
  }
  .footer__list:nth-child(1),
.footer__list:nth-child(7) {
    display: none;
  }
  .footer__list:nth-child(4),
.footer__list:nth-child(6) {
    display: block;
  }
  .footer__list a:hover:after {
    width: 80%;
  }
  .page-top {
    position: fixed;
    background-color: #fff;
    width: 2.8125rem;
    height: 2.8125rem;
    bottom: 2.375rem;
    right: 1.875rem;
    z-index: 100;
    cursor: pointer;
  }
}
.header {
  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;
  height: 50px;
  height: 3.125rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 25px;
  padding: 0 1.5625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 0 0 0 2rem;
  }
}
.header-active,
.header-active-404 {
  background-color: rgba(183, 169, 100, .7);
}

.header-logo {
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  position: relative;
  width: 70px;
  width: 4.375rem;
  z-index: 999;
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #fff;
  letter-spacing: 0.125em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

li.header-nav__item {
  height: inherit;
}

li:last-child.header-nav__item {
  background-color: #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li:last-child.header-nav__item:hover {
  background-color: #b7a964;
  color: #fff;
}

li:last-child.header-nav__item a {
  padding: 0 31px;
  padding: 0 1.9375rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

li.header-nav__item a {
  position: relative;
  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;
  height: inherit;
  padding: 0 16px;
  padding: 0 1rem;
}

li.header-nav__item a:hover:after {
  width: 80%;
}

li.header-nav__item a:after {
  background-color: #fff;
  bottom: 10px;
  bottom: 0.625rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  top: 70%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

li:last-child.header-nav__item a:after {
  background-color: transparent;
  content: "";
  position: absolute;
}

ul.header-nav__items {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 5.8rem;
  }
  ul.header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-hamburger {
    display: none;
  }
}
.header-sp {
  background: #b7a964;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 100vh;
  opacity: 0;
  padding-top: 192px;
  padding-top: 12rem;
  position: fixed;
  top: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 105;
}

.preventScroll {
  overflow: hidden;
}

.header-hamburger {
  margin-left: auto;
  z-index: 999;
}

.header-hamburger__bar {
  padding: 8px 0;
  padding: 0.5rem 0;
  z-index: 101;
}

.header-hamburger__bar span:nth-of-type(1) {
  top: 0;
}

.header-hamburger__bar span:nth-of-type(2) {
  margin: 5px 0;
  margin: 0.3125rem 0;
}

.header-hamburger__bar span {
  background: #fff;
  display: block;
  height: 2px;
  height: 0.125rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 26px;
  width: 1.625rem;
}

nav.header-sp.active {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}

.header-hamburger__bar.active span:nth-of-type(1) {
  top: 5px;
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger__bar.active span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger__bar.active span:nth-of-type(3) {
  top: -9px;
  top: -0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-sp a {
  display: block;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  width: 100%;
}

.news {
  margin: 0 auto;
  padding: 24px 0 28px;
  padding: 1.5rem 0 1.75rem;
  width: 100%;
  background-color: #fff;
}
.news__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
.news__lists {
  line-height: 1.448;
}
.news__list span {
  color: #333333;
}
.news__list {
  display: block;
}
.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__date {
  letter-spacing: -0.6px;
  letter-spacing: -0.0375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
}
.news__category {
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  font-size: 14px;
  font-size: 0.875rem;
  width: 99px;
  width: 6.1875rem;
  /* padding: rem(6) rem(6) rem(5) rem(21); */
  padding: 6px 0 5px 0;
  padding: 0.375rem 0 0.3125rem 0;
  margin-left: 31px;
  margin-left: 1.9375rem;
  text-align: center;
}
.news__text {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 2px;
  padding-top: 0.125rem;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.news__text:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
}
.news__text:hover:after {
  bottom: 2px;
  bottom: 0.125rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news__button {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.news__lists + .news__lists {
  margin-top: 32px;
  margin-top: 2rem;
}

.btn-news {
  background: #fff;
  color: #111;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 360px;
  max-width: 22.5rem;
  overflow: hidden;
  padding: 11px 0 8px;
  padding: 0.6875rem 0 0.5rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}

.btn-news:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.btn-news:hover {
  color: #333333;
}

.btn-news:hover:before {
  left: 0;
}

.news-button {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 2rem 0;
  }
  .news__inner {
    max-width: 68.75rem;
    margin: 0 auto;
    padding: 0 1.5625rem;
  }
  .news__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news__title {
    white-space: nowrap;
  }
  .news__category {
    margin-left: 3rem;
  }
  .news__text {
    margin-left: 3.9375rem;
    margin-top: 0;
    line-height: 2rem;
  }
  .news__button {
    margin: 0;
  }
  .btn-news {
    font-size: 1rem;
    height: 1.875rem;
    letter-spacing: -0.02rem;
    line-height: 1.448;
    margin-left: 2.9375rem;
    padding: 0;
    white-space: nowrap;
    width: 8.375rem;
  }
  .btn-news:before {
    background-color: #333333;
  }
  .btn-news:hover {
    color: #fff;
  }
  .btn-news:hover:before {
    background-color: #b7a964;
  }
}
.overview {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.overview__title-en {
  left: 50%;
  bottom: 1%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overview__width {
  max-width: 1190px;
  max-width: 74.375rem;
  margin: 0 auto;
}

.overview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.overview__inner {
  width: 100%;
}

.overview__img {
  position: relative;
}

.overview__img img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.overview__img:before {
  content: "";
  display: block;
  padding-top: 69.6%;
}

.overview__body {
  background: #b7a964;
  padding: 24px 20px 20px 21px;
  padding: 1.5rem 1.25rem 1.25rem 1.3125rem;
  position: relative;
  color: #fff;
}

.overview__body-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  text-align: center;
}

.overview__body-texts {
  line-height: 1.44;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 2.16px;
  letter-spacing: 0.135rem;
}

.overview__btn {
  border: 1px solid #fff;
}

.overview__btn-wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.overview__bg {
  background-image: url(../images/overview_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
.overview__bg h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 1;
}
.overview__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.sub-overview__body {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.explain__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 14px 0 19px;
  padding: 0.875rem 0 1.1875rem;
}

.explain__header {
  line-height: 1.615;
  max-width: 52px;
  max-width: 3.25rem;
  width: 100%;
  margin-right: 57px;
  margin-right: 3.5625rem;
}

.explain__description {
  line-height: 1.846;
  width: 100%;
}

.location-map {
  margin-top: 80px;
  margin-top: 5rem;
}
.location-map__iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .overview {
    margin-top: 12.6875rem;
  }
  .overview__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #b7a964), color-stop(0%, #b7a964), color-stop(35%, transparent), to(transparent));
    background: linear-gradient(90deg, #b7a964 70%, #b7a964 0%, transparent 35%, transparent 100%);
    margin-top: 1.875rem;
    padding: 5rem 0;
  }
  .overview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    margin: 0 auto;
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    width: 100%;
  }
  .overview__title-en {
    font-size: 6.875rem;
    letter-spacing: 0.018em;
    left: 24.5%;
    position: absolute;
    bottom: -4.5rem;
  }
  .overview__img {
    max-width: 34.8125rem;
    width: 51%;
    z-index: 5;
  }
  .overview__img:before {
    padding-top: 69.838%;
  }
  .overview__body {
    background: 0 0;
    padding: 0;
    margin-right: 1.9375rem;
  }
  .overview__body-inner {
    max-width: 31.875rem;
    width: 100%;
  }
  .overview__body-title {
    font-size: 1.5625rem;
    line-height: 1rem;
    letter-spacing: 0.02em;
    padding-top: 0;
    text-align: left;
  }
  .overview__body-texts {
    line-height: 2.1875rem;
    margin-top: 2.875rem;
    letter-spacing: 0.03125rem;
  }
  .overview__btn:hover {
    border: 1px solid #fff;
  }
  .overview__btn-wrapper {
    margin-top: 3rem;
    margin-left: 0;
    text-align: left;
  }
  .sub-overview__explain {
    max-width: 69.0625rem;
    width: 100%;
    margin: 0 auto;
  }
  .explain__block {
    font-size: 1rem;
  }
  .explain__header {
    max-width: 4rem;
    margin-right: 5.5rem;
  }
  .location-map {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}
#post-list {
  background-image: url(../images/post_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
#post-list h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  z-index: 1;
}
#post-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.top {
  position: relative;
  margin: 0;
}
.top-wrapper {
  background-image: url(../images/top01.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.top__inner {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.top__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.018em;
}
.top__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 12.4px;
  margin-top: 0.775rem;
}

.slide-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide {
  overflow: hidden;
}

#top .swiper-slide img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top__inner {
    top: 50%;
  }
  .top__title {
    font-size: 3.125rem;
    letter-spacing: 0.01em;
  }
  .top__subtitle {
    font-size: 1.5625rem;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
}
.works {
  margin-top: 121px;
  margin-top: 7.5625rem;
}

.works__title-en {
  right: 50%;
  bottom: 8%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.works__wrapper {
  position: relative;
  z-index: 5;
  margin-top: 48px;
  margin-top: 3rem;
}

.works__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.swiper {
  width: 100%;
  background: #b7a964;
}
.swiper-slide {
  position: relative;
  /* max-height: rem(251);
  height: 100%; */
}
.swiper-pagination-bullets {
  position: static;
}
.swiper-pagination-bullet {
  background: #C4C4C4;
  opacity: 1;
  height: 9px;
  height: 0.5625rem;
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  width: 9px;
  width: 0.5625rem;
}
.swiper-pagination-bullet-active {
  background-color: #333333;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev, .swiper-button-next {
  top: 50%;
  background: #b7a964;
  border-radius: 1.0625rem;
  height: 30px;
  height: 1.875rem;
  padding: 18px;
  padding: 1.125rem;
  width: 30px;
  width: 1.875rem;
}
.swiper-button-prev:after {
  color: #FFEA2E;
  content: "prev";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.swiper-button-next:after {
  color: #FFEA2E;
  content: "next";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.swiper-pagination.my-pagenation.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: -2px;
  margin-top: -0.125rem;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

.swiper-button-next:after {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  border-top: 3px solid #fff;
  border-top: 0.1875rem solid #fff;
  content: "";
  display: block;
  height: 19px;
  height: 1.1875rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 19px;
  width: 1.1875rem;
}

.swiper-button-prev:after {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-right: 3px solid #fff;
  border-right: 0.1875rem solid #fff;
  border-top: 3px solid #fff;
  border-top: 0.1875rem solid #fff;
  content: "";
  display: block;
  height: 19px;
  height: 1.1875rem;
  right: 5px;
  right: 0.3125rem;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 19px;
  width: 1.1875rem;
}

.slider-thumbnail {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.swiper-thumbs .swiper-slide img {
  height: 92px;
  height: 5.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.swiper-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}

.swiper-slide {
  height: 100%;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 38vh;
}

.works-swiper img {
  max-height: 261px;
  max-height: 16.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__slider .swiper {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.article-works {
  margin: 0;
}
.article-works__inner img {
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.article-works__inner h3 {
  background: #b7a964;
  color: #fff;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  border-radius: 2rem;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: 38px;
  margin-left: 2.375rem;
  padding: 8px 24px 9px;
  padding: 0.5rem 1.5rem 0.5625rem;
}
.article-works__inner p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  margin-top: -20px;
  margin-top: -1.25rem;
  padding: 32px 10px 33px;
  padding: 2rem 0.625rem 2.0625rem;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
}

@media screen and (min-width: 768px) {
  .works {
    margin-top: 12.75rem;
  }
  .works__title-en {
    position: absolute;
    bottom: -4.5625rem;
    right: 17.3%;
    letter-spacing: 0.125rem;
  }
  .works__wrapper {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(0%, transparent), color-stop(30%, #b7a964), to(#b7a964));
    background: linear-gradient(90deg, transparent 30%, transparent 0%, #b7a964 30%, #b7a964 100%);
    margin-top: 2rem;
    padding: 5rem 0 3.0625rem;
  }
  .works__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 0 auto;
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    width: 100%;
  }
  .works__wrapper .swiper {
    max-width: 34.8125rem;
    width: 100%;
    margin-right: 2rem;
    background: none;
  }
  .works__swiper img {
    max-height: 24.3125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .my-pagenation {
    padding-top: 0.5rem;
    padding-right: 2.5rem;
  }
}
.works__body {
  line-height: 1.448;
  padding: 0 20px 21px;
  padding: 0 1.25rem 1.3125rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #b7a964;
}
.works__body-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.works__body-texts {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.125em;
  margin-top: 22px;
  margin-top: 1.375rem;
}
.works__btn {
  border: 1px solid #fff;
}
.works__btn:hover {
  border: 1px solid #fff;
}
.works__btn-wrapper {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.works-bg {
  background-image: url(../images/works_bg_img.jpg);
  height: 370px;
  height: 23.125rem;
  background-size: cover;
  background-position: center;
  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;
}
.works-bg h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.works-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 370px;
  height: 23.125rem;
  background-color: rgba(0, 0, 0, .2);
}

.sub-works {
  margin-left: auto;
  margin-right: auto;
}

.sub-works__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.125em;
}

.sub-works__category--list {
  margin-left: 16px;
  margin-left: 1rem;
}

.sub-works__category--list:hover {
  background: #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-works__category--list 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;
  height: inherit;
  padding: 3px 8px 4px;
  padding: 0.1875rem 0.5rem 0.25rem;
}

.sub-works__cards {
  display: grid;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.sub-works__card {
  position: relative;
}

.sub-works__card + .sub-works__card {
  margin-top: 48px;
  margin-top: 3rem;
}

.sub-works__card--category {
  background-color: #b7a964;
  color: #fff;
  letter-spacing: 0.125em;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}

.sub-works__card--img {
  position: relative;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
}

.sub-works__card--img:before {
  content: "";
  display: block;
  padding-top: 66.4%;
}

.sub-works__card--img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.category__item {
  margin-left: 16px;
  margin-left: 1rem;
}

.category__item:hover {
  background: #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category__item 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;
  height: inherit;
  padding: 3px 8px 4px;
  padding: 0.1875rem 0.5rem 0.25rem;
}

.category__item a.is-active {
  background: #b7a964;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-breadcrumb {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 66px;
  margin-top: 4.125rem;
}

.gallery {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 40px auto;
  margin: 2.5rem auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
  overflow: hidden;
  position: relative;
}
.gallery-slider .swiper-slide {
  width: auto;
  max-height: 427px;
  max-height: 26.6875rem;
}
.gallery-slider .swiper-slide img {
  display: block;
  /* width: auto; */
  height: 100%;
  margin: 0 auto;
}
.gallery-slider .swiper-slide-prev, .gallery-slider .swiper-slide-next {
  opacity: 0;
}

.works-about__texts {
  padding: 0 20px;
  padding: 0 1.25rem;
}
.works-about__info {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.works-about__category {
  border: 1px solid #b7a964;
  letter-spacing: 0.125em;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.works-about__points {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.works-about__point {
  margin-top: 32px;
  margin-top: 2rem;
}
.works-about__point--title {
  background: #111;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-radius: 2rem;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-left: 38px;
  margin-left: 2.375rem;
  padding: 8px 24px 9px;
  padding: 0.5rem 1.5rem 0.5625rem;
}
.works-about__point--text {
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 2.1875;
  margin-top: -20px;
  margin-top: -1.25rem;
  padding: 32px 10px 33px;
  padding: 2rem 0.625rem 2.0625rem;
}
.works-about__related {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}
.works__slider {
  margin-top: 32px;
  margin-top: 2rem;
}

.all-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
.all-pagenation__prev, .all-pagenation__all, .all-pagenation__next {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  line-height: 0.9875;
  text-align: center;
}
.all-pagenation__prev a, .all-pagenation__all a, .all-pagenation__next a {
  background-color: transparent;
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  display: block;
  margin: 0 16px;
  margin: 0 1rem;
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}

.related-texts {
  /* background: $gray; */
  border: 1px solid #b7a964;
  border: 0.0625rem solid #b7a964;
  text-align: center;
}
.related-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.125em;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}
.related-cards {
  display: block;
  position: relative;
}
.related-card {
  display: block;
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
}
.related-card img {
  max-height: 150px;
  max-height: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-card:hover .related-card__bottom {
  background-color: #b7a964;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.related-card:hover .related-card__bottom--category {
  background-color: #fff;
  color: #b7a964;
}
.related-card__bottom {
  background: #fff;
  color: #333333;
  overflow: hidden;
  padding: 3px 22px 16px;
  padding: 0.1875rem 1.375rem 1rem;
}
.related-card__bottom--title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.944;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
.related-card__bottom--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.071em;
  line-height: 1.85;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.related-card__bottom--category {
  background: #b7a964;
  color: #fff;
  padding: 0 3px 0 4px;
  padding: 0 0.1875rem 0 0.25rem;
}

@media screen and (min-width: 768px) {
  .works-bg h2 {
    font-size: 2.1875rem;
  }
  .swiper-slide {
    /* max-height: rem(516); */
  }
  .swiper-slide img {
    height: 64vh;
  }
  .works__body {
    padding: 0 0 2rem;
    margin-top: -0.75rem;
    max-width: 31.875rem;
    width: 100%;
  }
  .works__body-inner {
    max-width: 31.875rem;
    width: 100%;
    padding-top: 0.4375rem;
  }
  .works__body-title {
    -moz-text-align-last: left;
    font-size: 1.5625rem;
    letter-spacing: 0.02rem;
    line-height: 1.38;
    text-align-last: left;
    margin-left: 0;
  }
  .works__body-texts {
    margin-top: 2.35rem;
    line-height: 2.1875rem;
    letter-spacing: 0.03em;
  }
  .works__btn-wrapper {
    margin-top: 3rem;
    text-align: left;
  }
  .sub-works {
    max-width: 68.75rem;
    width: 100%;
  }
  .category__item {
    margin-left: 2.5rem;
  }
  .category__item a {
    padding: 0.1875rem 0.625rem 0.25rem;
  }
  .sub-works__card--img:before {
    padding-top: 66.476%;
  }
  .sub-works__card--texts {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .sub-works__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sub-works__card {
    max-width: calc(50% - 3rem);
    width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
  .sub-works__card + .sub-works__card {
    margin-top: 0rem;
  }
  .sub-works__card:nth-child(2n+1) {
    margin-left: 0;
  }
  .sub-works__card:nth-child(n+3) {
    margin-top: 9.25rem;
  }
  .sub-breadcrumb {
    margin-left: 5.625rem;
  }
  .works-about__texts {
    padding: 0;
  }
  .works-about__content {
    max-width: 50rem;
    margin: 0 auto;
  }
  .works-about__inner {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .works-about__points {
    max-width: 50rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .works-about__related {
    max-width: 70rem;
    padding: 0 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.5rem;
  }
  .all-pagenation {
    margin-top: 6.5rem;
  }
  .related-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5rem;
  }
  .related-card {
    max-width: calc(25% - 1.5rem);
    width: 100%;
  }
  .related-card__bottom {
    padding: 0.25rem 1.4375rem 1rem;
  }
  .related-card__bottom--title {
    letter-spacing: 0.056em;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
  }
  .related-card__bottom--label {
    padding-top: 0.625rem;
  }
}
/*# sourceMappingURL=styles.css.map */
