@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}
@media screen and (min-width: 1080px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-size: 16px;
  line-height: 1;
  color: #333;
  background-color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

/* ****************************************
 *             共通レイアウト              *
 **************************************** */
.inner {
  max-width: 1080px;
  padding-inline: 20px;
  margin-inline: auto;
}

/* ****************************************
 *                スタイル                 *
 **************************************** */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .hidden-pc {
    display: none;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: fixed;
  width: 100%;
  height: 64px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
}
.header.is-scrolled {
  background: #d6dad5;
}
@media screen and (min-width: 1080px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  width: 114px;
}
.header__logo img {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header__logo {
    width: 140px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 32px;
  }
}
.header__nav .header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .header__nav .header__nav-list {
    display: contents;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.header__nav li a span {
  line-height: 1;
  font-family: "Lora", serif;
  color: #b69b04;
  margin-top: 8px;
  display: block;
}

.header__contact {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header__contact {
    display: block;
    width: 168px;
    margin-left: auto;
  }
}
.header__contact a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: #31452d;
  height: 80px;
  text-align: center;
  padding-top: 24px;
  line-height: 1;
  border: 2px solid transparent;
}
.header__contact a span {
  font-family: "Lora", serif;
  font-size: 12px;
  color: #b69b04;
  display: block;
  line-height: 1;
  margin-top: 7px;
}

.header__hamburger-icon {
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 30;
}
.header__hamburger-icon.is-crossed .hamburger-icon__bar:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header__hamburger-icon.is-crossed .hamburger-icon__bar:nth-of-type(2) {
  display: none;
}
.header__hamburger-icon.is-crossed .hamburger-icon__bar:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 1080px) {
  .header__hamburger-icon {
    display: none;
  }
}

.hamburger-icon__bar {
  position: absolute;
  width: 24px;
  height: 2px;
  left: 0;
  background: #747575;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.hamburger-icon__bar:nth-of-type(1) {
  top: 0;
}
.hamburger-icon__bar:nth-of-type(2) {
  top: 9px;
}
.hamburger-icon__bar:nth-of-type(3) {
  bottom: 0;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 812px;
  background: transparent url(../img/sp/top-image@2x.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1080px) {
  .main-visual {
    height: 900px;
    background: transparent url(../img/top-image@2x.webp) no-repeat center center/cover;
  }
}
.main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-animation: mainVisualOverlayFadeOut 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
          animation: mainVisualOverlayFadeOut 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

@-webkit-keyframes mainVisualOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mainVisualOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.main-visual__inner {
  height: inherit;
  position: relative;
}

.main-visual__text {
  position: absolute;
  top: calc(50% + 31px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 1080px) {
  .main-visual__text {
    top: calc(50% + 40px);
    left: -18px;
  }
}
.main-visual__text img {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .main-visual__text img.is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .main-visual__text img.is-sp {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .main-visual__text img.is-sp {
    display: none;
  }
}

.drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100vh;
  background: #31452d;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding-top: 64px;
}
.drawer__content.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1080px) {
  .drawer__content {
    display: none;
  }
}
.drawer__content > nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer__nav {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.drawer__nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 180px;
}
.drawer__nav a span {
  font-size: 12px;
  color: #b69b04;
  margin-top: 5px;
  font-family: "Lora", serif;
}
.drawer__nav li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.drawer__contact a {
  width: 180px;
  padding: 30px 20px;
  height: 60px;
  border: 2px solid #b69b04;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 700;
  background: #d6dad5;
}
.drawer__contact span {
  font-size: 12px;
  color: #b69b04;
  font-family: "Lora", serif;
  margin-top: 5px;
}

.c-section-container {
  padding-top: 80px;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .c-section-container {
    padding-top: 120px;
    padding-inline: 0;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.c-section-title {
  text-align: center;
  position: relative;
}
.c-section-title h2 {
  font-size: 24px;
}
@media screen and (min-width: 1080px) {
  .c-section-title h2 {
    font-size: 32px;
  }
}
.c-section-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-inline: auto;
  font-family: "Lora", serif;
  font-size: 14px;
  color: #31452d;
}
@media screen and (min-width: 1080px) {
  .c-section-title span {
    font-size: 16px;
  }
}
.c-section-title span::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #b69b04;
  margin-top: 17px;
}

.concept__title {
  margin-top: -2px;
}

.concept__content {
  width: 100%;
  height: auto;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .concept__content {
    height: 511px;
    max-width: 1440px;
    margin-top: 32px;
    display: block;
  }
}

.concept__image {
  position: static;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 1080px) {
  .concept__image {
    position: absolute;
    top: 0;
    right: 0;
    width: min(1120px, 100%);
    height: 480px;
  }
}
.concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept__text-box {
  position: static;
  width: 100%;
  height: auto;
  background-color: #31452d;
  color: #fff;
  padding: 56px 20px;
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  .concept__text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 327px;
    padding: 60px 48px;
  }
}
.concept__text-box h3 {
  font-size: 20px;
  letter-spacing: -0.07em;
}
@media screen and (min-width: 1080px) {
  .concept__text-box h3 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.concept__text-box p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.007em;
  text-align: justify;
  text-justify: inter-character;
}
@media screen and (min-width: 1080px) {
  .concept__text-box p {
    margin-top: 20px;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
}

.c-btn-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1080px) {
  .c-btn-more {
    letter-spacing: 0;
    gap: 6px;
  }
}

.concept__btn-more-container {
  margin-top: 22px;
}

.works {
  padding-top: 78px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  .works {
    padding-top: 116px;
    padding-inline: 0;
  }
}

.works__grid {
  list-style: none;
  padding: 0;
  margin-top: 22px;
  margin-bottom: 0;
  max-width: 680px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 15px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .works__grid {
    margin-top: 30px;
    max-width: 1080px;
    grid-template-columns: repeat(3, 1fr);
    gap: 67px 40px;
  }
}
.works__grid::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 95px;
  width: 675px;
  height: clamp(508px, 508px + 192 * (100vw - 375px) / 305, 700px);
  background-color: #eeead0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .works__grid::before {
    width: 1000px;
    left: 150px;
  }
}
@media screen and (min-width: 1080px) {
  .works__grid::before {
    width: 1800px;
    height: 638px;
    left: 273px;
    bottom: -38px;
  }
}

.works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1080px) {
  .works__item {
    gap: 22px;
  }
}
.works__item img {
  aspect-ratio: 160/104;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1080px) {
  .works__item img {
    aspect-ratio: 320/240;
  }
}

.works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1080px) {
  .works__link {
    gap: 22px;
  }
}
.works__link:focus-visible {
  outline: 2px solid #31452d;
  outline-offset: 4px;
}

.works__info {
  padding-left: 18px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1080px) {
  .works__info {
    padding-left: 32px;
    gap: 25px;
  }
}
.works__info h3 {
  font-size: 20px;
}
@media screen and (min-width: 1080px) {
  .works__info h3 {
    font-size: 24px;
  }
}

.btn-more-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: -0.13em;
  padding-left: 4px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .btn-more-b {
    letter-spacing: 0;
    gap: 8px;
    padding-left: 1px;
  }
}
.btn-more-b::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 96px;
  background: #333;
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  .btn-more-b::before {
    height: 144px;
    left: -8px;
  }
}

.work__btn {
  margin-top: 66px;
}
@media screen and (min-width: 1080px) {
  .work__btn {
    margin-top: 77px;
  }
}

.c-btn-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 152px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #31452d;
  color: #31452d;
  font-size: 16px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1080px) {
  .c-btn-outline {
    width: 200px;
  }
}

.news {
  padding-inline: 20px;
  padding-top: 78px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1080px) {
  .news {
    padding-top: 116px;
    padding-bottom: 120px;
  }
}

.news__list {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .news__list {
    max-width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .news__list {
    max-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    margin-top: 32px;
  }
}

.news__item:not(:first-child) {
  margin-top: 3px;
}
.news__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 1080px) {
  .news__item:not(:last-child) {
    border-bottom: none;
  }
}

.news__article {
  display: block;
  width: 100%;
  margin: 0;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 19px;
  padding-bottom: 21px;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1080px) {
  .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.news__link:focus-visible {
  outline: 2px solid #31452d;
  outline-offset: 2px;
}

.news__v-sep {
  display: none;
}
@media screen and (min-width: 1080px) {
  .news__v-sep {
    display: block;
    width: 1px;
    height: 56px;
    background-color: #e5e5e5;
  }
}

.news__date {
  display: inline-block;
  font-size: 14px;
  font-family: "Lora", serif;
}
@media screen and (min-width: 1080px) {
  .news__date {
    display: block;
    width: 153px;
    padding-left: 40px;
    font-size: 16px;
    border-left: 1px solid #e5e5e5;
  }
}

.news__label {
  position: absolute;
  left: 90px;
  top: 20px;
  font-size: 16px;
  min-width: 60px;
  font-family: "Lora", serif;
}
.news__label--news {
  color: #b69b04;
}
.news__label--event {
  color: #31452d;
}
@media screen and (min-width: 1080px) {
  .news__label {
    position: static;
    width: 138px;
    padding-left: 50px;
  }
}

.news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 11px;
  margin-left: 0;
  font-size: 16px;
  font-family: var(--font-sans);
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1080px) {
  .news__title {
    margin-top: 0;
    padding-left: 40px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .news__btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .news__btn {
    margin-top: 38px;
  }
}

.contact {
  padding-top: 41px;
  padding-bottom: 39px;
  background-color: #eeead0;
}
@media screen and (min-width: 1080px) {
  .contact {
    padding-top: 118px;
    padding-bottom: 122px;
  }
}

.contact__inner {
  padding-inline: 20px;
}

.contact__options {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: -13px;
}
@media screen and (min-width: 1080px) {
  .contact__options {
    grid-template-columns: repeat(3, 282px);
    width: 846px;
    margin-inline: auto;
    margin-top: 34px;
  }
}

.contact__box {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 32fr 125fr 152fr;
  place-items: center;
  padding-left: 10px;
  padding-right: 16px;
  padding-block: 32px;
  text-align: center;
  border-bottom: 1px solid #333;
}
.contact__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .contact__box:last-child {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .contact__box {
    max-width: 500px;
    grid-template-columns: 32px 1fr 152px;
  }
}
@media screen and (min-width: 1080px) {
  .contact__box {
    grid-template-columns: 1fr;
    padding: 25px 30px;
    border-bottom: none;
  }
  .contact__box:nth-child(2) {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
  }
}
.contact__box h3 {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .contact__box h3 {
    font-size: 20px;
    line-height: 1;
    margin-top: 18px;
  }
}
@media (max-width: 340px) {
  .contact__box h3 {
    font-size: 14px;
  }
}

.contact__icon {
  width: 100%;
  display: grid;
  place-items: center;
}

.contact__icon-doc {
  width: 27px;
}

.contact__icon-mail {
  width: 32px;
}

.contact__icon-tel {
  width: 22px;
}

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1080px) {
  .contact__btn {
    width: 160px;
    margin-top: 22px;
  }
  .contact__btn.is-sp {
    display: none;
  }
}
.contact__btn.gold {
  background-color: #b69b04;
}
.contact__btn.dark {
  background-color: #31452d;
}
@media (max-width: 340px) {
  .contact__btn {
    font-size: 14px;
  }
}

.contact__hours-sp {
  max-width: 335px;
  margin-inline: auto;
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
  padding-right: 5px;
}
.contact__hours-sp span {
  font-family: "Lora", serif;
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .contact__hours-sp {
    max-width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .contact__hours-sp {
    display: none;
  }
}

.contact__tel-info.is-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .contact__tel-info.is-pc {
    display: block;
    margin-top: 22px;
  }
}

.contact__tel-number {
  font-family: "Lora", serif;
  font-size: 24px;
  color: #31452d;
}

.contact__hours-pc {
  margin-top: 8px;
  font-size: 12px;
  color: #31452d;
}
.contact__hours-pc span {
  font-family: "Lora", serif;
}

.l-404 {
  padding-top: 144px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  min-height: calc(100vh - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .l-404 {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

.l-404__inner {
  width: 100%;
}

.l-404__content {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}

.l-404__title {
  font-family: "Lora", serif;
  font-size: 80px;
  line-height: 1;
  color: #31452d;
}
@media screen and (min-width: 1080px) {
  .l-404__title {
    font-size: 120px;
  }
}
.l-404__title span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1080px) {
  .l-404__title span {
    font-size: 24px;
    margin-top: 15px;
  }
}

.l-404__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
@media screen and (min-width: 1080px) {
  .l-404__text {
    margin-top: 40px;
    font-size: 18px;
  }
}

.l-404__btn {
  margin-top: 48px;
}
@media screen and (min-width: 1080px) {
  .l-404__btn {
    margin-top: 56px;
  }
}

.footer {
  background-color: #31452d;
  color: #fff;
  padding-top: 40px;
}
@media screen and (min-width: 1080px) {
  .footer {
    padding-top: 78px;
  }
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .footer__main {
    max-width: 1440px;
    padding-bottom: 118px;
  }
}

.footer__logo {
  width: 82px;
  height: 90px;
}
.footer__logo img {
  width: 100%;
}

.footer__company-name {
  margin-top: 25px;
  font-size: 16px;
}

.footer__info {
  font-family: "Lora", serif;
  font-size: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.footer__info span {
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .footer__info {
    gap: 15px;
  }
}

.footer__nav {
  margin-top: 32.5px;
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-top: 57px;
    max-width: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.footer__nav a {
  padding: 24px 0;
  width: 100%;
  text-align: center;
}
.footer__nav a:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__nav a {
    padding: 0;
    width: auto;
  }
  .footer__nav a:not(:last-child) {
    border-bottom: none;
  }
  .footer__nav a:first-child {
    margin-left: 16px;
  }
}

.footer__nav-sep {
  display: none;
}
@media (min-width: 768px) {
  .footer__nav-sep {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin-inline: 32px;
  }
}

.footer__bottom {
  width: 100%;
  background-color: #333;
  padding-top: 32px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding-block: 16px;
  }
}

.footer__bottom-inner {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom-inner {
    max-width: 1080px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    text-align: left;
  }
}

.footer__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 330px;
    gap: 33px;
  }
}
.footer__links a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__links a {
    font-size: 16px;
  }
}

.footer__bottom-sep {
  width: 1px;
  height: 16px;
  background-color: #fff;
}

.footer__copyright {
  font-family: "Lora", serif;
  font-size: 12px;
}

.header__logo a,
.header__nav a,
.header__contact a,
.c-btn-more,
.btn-more-b,
.c-btn-outline,
.contact__btn,
.footer__nav a,
.footer__links a {
  -webkit-transition: color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-btn-more img,
.btn-more-b img {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.works__item picture {
  overflow: hidden;
}
.works__item img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.news__link,
.contact__box {
  -webkit-transition: background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
  .header__nav a:hover,
  .footer__nav a:hover,
  .footer__links a:hover {
    color: #b69b04;
  }
  .header__contact a:hover {
    background: #b69b04;
    border: 2px solid #31452d;
  }
  .header__contact a:hover span {
    color: #31452d;
  }
  .contact__btn:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.9;
  }
  .c-btn-outline:hover {
    background-color: #31452d;
    color: #fff;
  }
  .c-btn-more:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .works__item .works__link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .works__item .works__link:hover .works__info {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .works__item .works__link:hover .btn-more-b img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .news__link:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    background-color: rgba(238, 234, 208, 0.45);
  }
  .contact__box:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  }
}
.works__info {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-animate-ready .js-scroll-reveal {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: var(--reveal-delay, 0ms);
          transition-delay: var(--reveal-delay, 0ms);
}

.is-animate-ready .js-scroll-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .header__nav a,
  .header__contact a,
  .c-btn-more,
  .btn-more-b,
  .c-btn-outline,
  .contact__btn,
  .footer__nav a,
  .footer__links a,
  .c-btn-more img,
  .btn-more-b img,
  .works__item img,
  .works__info,
  .news__link,
  .contact__box,
  .is-animate-ready .js-scroll-reveal {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
  .main-visual::before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
  .is-animate-ready .js-scroll-reveal {
    opacity: 1;
  }
}