@charset "UTF-8";
/* base
================================================================== */
/* mixin　
---------------------------------------------------------------- */
/* Design parts
---------------------------------------------------------------- */
/* base
================================================================== */
:root {
  --black: #1a1917;
  --white: #fff;
  --main: #008040;
  --d-main: #006633;
  --base-01: #ebe9e4;
  --base-02: #e0dfda;
  --accent: #977e27;
  --gray: #aea99e;
  --red: #bf0000;
  --header-h: 10rem;
  --br-max: 10rem;
  --br-sec: 8rem;
  --br-l: 3rem;
  --br-m: 2rem;
  --br-s: 4px;
  --mg-100: 10rem;
  --mg-80: 8rem;
  --mg-60: 6rem;
  --mg-50: 5rem;
  --mg-40: 4rem;
  --mg-30: 3rem;
  --fs-36: 3.6rem;
  --fs-32: 3.2rem;
  --fs-28: 2.8rem;
  --fs-26: 2.6rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --fs-16: 1.6rem;
  --fs-15: 1.5rem;
  --fs-14: 1.4rem;
  --b-shadow: 0 3px 6px rgb(0 0 0 / 0.1);
}

@media only screen and (max-width: 1024px) {
  :root {
    --header-h: 8rem;
    --fs-36: 3rem;
    --fs-32: 2.8rem;
    --fs-28: 2.6rem;
    --fs-26: 2rem;
    --mg-100: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --header-h: 6rem;
    --br-sec: 3rem;
    --br-l: 2rem;
    --br-m: 1.6rem;
    --mg-80: 6rem;
    --mg-60: 5rem;
    --mg-50: 4rem;
    --mg-40: 3rem;
    --mg-30: 2rem;
    --fs-36: 2.4rem;
    --fs-32: 2.6rem;
    --fs-28: 2.2rem;
    --fs-26: 2.2rem;
    --fs-24: 2.1rem;
    --fs-22: 1.8rem;
    --fs-20: 1.8rem;
    --fs-18: 1.5rem;
    --fs-16: 1.5rem;
    --fs-15: 1.4rem;
  }
}
/* common
---------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  background: var(--base-01);
  color: var(--black);
  width: 100%;
}

a {
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

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

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

.text-just {
  text-align: justify;
}

.text-tate {
  writing-mode: vertical-rl;
}

/* PC,SP表示
---------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .d-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 768px), (min-width: 1025px) {
  .d-tb-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-tb-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-pc-tb {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 429px) {
  .d-minsp {
    display: none !important;
  }
}
/* layout
--------------------------------------------------------------- */
.inner {
  margin-inline: auto;
  max-width: calc(1600px + 12%);
  padding: 12rem min(6%, 4rem);
  width: 100%;
}
.inner-10 {
  max-width: calc(1000px + 12%);
}
.inner-12 {
  max-width: calc(1200px + 12%);
}
.inner-13 {
  max-width: calc(1300px + 12%);
}
.inner-np {
  padding: 0 min(6%, 4rem);
}
@media (max-width: 767px) {
  .inner {
    padding: 8rem 6%;
  }
}
.inner-page {
  padding: 8rem min(6%, 4rem);
}
@media (max-width: 767px) {
  .inner-page {
    padding: 6rem 6%;
  }
}

/* flex utilities */
.flex {
  display: flex;
  align-items: flex-start;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  justify-content: space-between;
}

/* animation
--------------------------------------------------------------- */
/* base end
================================================================== */
/* parts
================================================================== */
.sec-ttl {
  margin-bottom: var(--mg-60);
}
.sec-ttl-en {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--d-main);
}
@media (max-width: 1024px) {
  .sec-ttl-en {
    font-size: 7.2rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl-en {
    font-size: 5.2rem;
  }
}
.sec-ttl-en.small {
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .sec-ttl-en.small {
    font-size: 5.2rem;
  }
}
.sec-ttl-jp {
  display: block;
  font-weight: 400;
  padding-top: 1rem;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 1.2em 1em;
  width: 100%;
  border-radius: var(--br-s);
  background-color: var(--white);
  color: var(--main);
}
.btn:hover {
  opacity: 1;
  color: var(--white);
  background-color: var(--main);
}
.btn.green {
  background-color: var(--main);
  color: var(--white);
}
.btn.green:hover {
  color: var(--main);
  background-color: var(--white);
}
.btn.br {
  background-color: var(--white);
  color: var(--black);
  width: 28rem;
}
.btn.br:hover {
  color: var(--white);
  background-color: var(--gray);
}
.btn-wrap {
  margin-top: 3rem;
}

.top-btn {
  display: flex;
  align-items: center;
  gap: 1em;
}
.top-btn-arrow {
  display: block;
  width: 3.2rem;
  height: 0.9rem;
}
.top-btn-text {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.top-btn-text::before {
  content: attr(data-text);
  visibility: hidden;
  display: block;
}
.top-btn-text span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease;
}
.top-btn-text span:nth-child(1) {
  transform: translateY(0);
}
.top-btn-text span:nth-child(2) {
  transform: translateY(100%);
}
.top-btn:hover {
  opacity: 1;
}
.top-btn:hover .top-btn-text span:nth-child(1) {
  transform: translateY(-100%);
}
.top-btn:hover .top-btn-text span:nth-child(2) {
  transform: translateY(0);
}

/* header
================================================================== */
.header {
  transition: 0.3s ease;
  position: fixed;
  z-index: 99;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-h);
  padding: 0 3rem;
  color: var(--black);
  font-size: 1.5rem;
  background: var(--base-01);
}
@media (max-width: 1024px) {
  .header {
    background: unset;
    padding: 0 2rem;
  }
}
.header-left {
  gap: 2rem;
}
@media (max-width: 767px) {
  .header-left {
    gap: 1rem;
  }
}
.header-logo {
  width: 5.2rem;
}
@media (max-width: 767px) {
  .header-logo {
    width: 4.2rem;
  }
}
.header-logo-01 {
  display: none;
}
.header-company {
  font-weight: bold;
  color: var(--main);
}
@media (max-width: 1024px) {
  .header-company {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .header-company {
    font-size: 1.2rem;
  }
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
}
@media (max-width: 1280px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  position: relative;
  padding: 0.8em 0;
}
.header-nav a:hover {
  opacity: 1;
  color: var(--main);
}
.header-tel {
  line-height: 1;
  text-align: center;
  margin-right: 2.5rem;
}
.header-tel a {
  font-size: 2.2rem;
}
.header-tel a i {
  font-size: 0.9em;
  padding-right: 4px;
}
.header-tel a span {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
}
.header-tel a:hover {
  opacity: 1;
  color: var(--main);
}
.header-tel p {
  font-size: 1.3rem;
  padding-top: 6px;
}
.header-cta {
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .header-cta {
    display: none;
  }
}
.header-cta .btn {
  width: 16rem;
  height: calc(var(--header-h) * 0.54);
  display: grid;
  align-items: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .header-right .header-tel {
    display: none;
  }
}

.nav-icon i {
  padding-left: 0.5em;
}

.header-white {
  color: var(--white);
  background: unset;
}
.header-white .header-logo-01 {
  display: block;
}
.header-white .header-logo-02 {
  display: none;
}
.header-white .header-company {
  color: var(--white);
}

.header-white.change-color {
  transition: 0.3s ease;
  background: var(--base-01);
  color: var(--black);
}
@media (max-width: 1024px) {
  .header-white.change-color {
    background: unset;
  }
}
.header-white.change-color .header-logo-01 {
  display: none;
}
.header-white.change-color .header-logo-02 {
  display: block;
}
.header-white.change-color .header-company {
  color: var(--main);
}

/* hamburger
---------------------------------------------------------------- */
.hamburger-btn {
  position: relative;
  width: 56px;
  height: var(--header-h);
  cursor: pointer;
  z-index: 9999;
  margin-left: 2rem;
  display: none;
}
@media (max-width: 1280px) {
  .hamburger-btn {
    display: block;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn {
    width: 50px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .hamburger-btn {
    position: absolute;
    top: 0.2rem;
    right: 2rem;
  }
}
.hamburger-btn::after {
  position: absolute;
  content: "MENU";
  left: 0;
  bottom: 16%;
  width: 100%;
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1024px) {
  .hamburger-btn::after {
    bottom: 6%;
    font-size: 1.3rem;
  }
}

.bar {
  transition: 0.3s ease;
  position: absolute;
  width: 90%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}
.bar--top {
  top: 30%;
}
@media (max-width: 1024px) {
  .bar--top {
    top: 20%;
  }
}
.bar--bottom {
  top: 42%;
}
@media (max-width: 1024px) {
  .bar--bottom {
    top: 38%;
  }
}

.js-close::after {
  content: "CLOSE";
}
.js-close .bar--top {
  top: 36%;
  transform: translateX(-50%) rotate(30deg);
}
.js-close .bar--middle {
  opacity: 0;
  transition: 0.1s;
}
.js-close .bar--bottom {
  top: 36%;
  transform: translateX(-50%) rotate(-30deg);
}

/* burger inner
---------------------------------------------------------------- */
.burger-nav {
  position: fixed;
  z-index: 99;
  top: -100dvh;
  right: 0;
  width: 100vw;
  height: 100dvh;
  background-color: var(--base-01);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding: 12rem 6% 4rem;
  color: var(--black) !important;
}
@media (max-width: 767px) {
  .burger-nav {
    padding-top: 8rem;
  }
}
.burger-nav.js-active {
  top: 0;
}
.burger-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .burger-nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .burger-nav-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .burger-nav-list {
    gap: 0;
  }
}
.burger-nav-list ul li a {
  display: block;
  line-height: 1;
  position: relative;
  padding: 1.5em 1em;
}
.burger-nav-parent a {
  border-top: 1px solid var(--main);
  color: var(--main);
  font-weight: 500;
}
.burger-nav-parent a:hover {
  opacity: 0.5 !important;
}
.burger-nav-child a {
  border-top: 1px solid var(--gray);
}
.burger-nav-child a:hover {
  opacity: 1;
  color: var(--gray);
}
.burger-nav-cta li + li {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .burger-nav-cta li + li {
    margin-top: 1.5rem;
  }
}
.burger-nav-cta .header-tel {
  margin: 0;
}
.burger-nav-cta .header-tel a {
  padding: 0;
}
@media (max-width: 767px) {
  .burger-nav-cta {
    margin-bottom: 3rem;
  }
}

/* main
================================================================== */
.page-main {
  overflow: clip;
}

/* mv
---------------------------------------------------------------- */
.mv {
  width: 100%;
  height: 100dvh;
  min-height: 70rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv {
    min-height: unset;
    height: auto;
    max-height: 100dvh;
    aspect-ratio: 9/14;
  }
}
.mv-video video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* news
---------------------------------------------------------------- */
.news {
  background: var(--base-01);
}
@media (max-width: 767px) {
  .news .sec-ttl {
    margin-bottom: 3rem;
  }
}
.news-wrap {
  gap: 8rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .news-wrap {
    display: block;
  }
}
.news-home {
  flex-direction: column;
  justify-content: space-between;
  width: min(30rem, 100%);
}
.news-list {
  flex-basis: min(100rem, 100%);
  border-bottom: var(--gray) 1px solid;
  margin-top: 1rem;
}
.news-list-item {
  position: relative;
  z-index: 0;
  align-items: center;
  gap: 1rem 4rem;
  padding: 4rem 2rem;
  border-top: var(--gray) 1px solid;
}
@media (max-width: 767px) {
  .news-list-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 1rem;
  }
}
.news-list-item::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--white);
  opacity: 0.5;
  transform: scale(0, 1);
  transform-origin: left top;
}
.news-list-item:hover {
  opacity: 1;
  color: var(--main);
}
.news-list-item:hover::before {
  transform: scale(1, 1);
}

/* message
---------------------------------------------------------------- */
.mes {
  position: relative;
  z-index: 0;
  background: var(--white);
}
.mes::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21rem;
  background: var(--base-01);
}
@media (max-width: 767px) {
  .mes::before {
    height: 10%;
  }
}
.mes .ribbon {
  display: block;
  position: absolute;
  top: 36rem;
  right: 0;
  width: min(35rem, 30%);
}
@media (max-width: 1024px) {
  .mes .ribbon {
    top: 40rem;
  }
}
@media (max-width: 767px) {
  .mes .ribbon {
    top: 18rem;
    width: min(30rem, 55%);
  }
}
@media (max-width: 499px) {
  .mes .ribbon {
    top: 24rem;
  }
}
.mes .inner {
  padding-bottom: 0;
}
.mes-wrap {
  gap: 12rem;
  align-items: stretch;
  min-height: 80rem;
}
@media (max-width: 1280px) {
  .mes-wrap {
    gap: 8rem;
  }
}
@media (max-width: 1024px) {
  .mes-wrap {
    gap: 5rem;
    min-height: 70rem;
  }
}
@media (max-width: 767px) {
  .mes-wrap {
    gap: 8rem;
    flex-direction: column-reverse;
    min-height: unset;
  }
}
.mes-content {
  position: relative;
  width: 100%;
  padding-top: 8rem;
  flex: 1;
}
@media (max-width: 1280px) {
  .mes-content {
    padding-top: 6rem;
  }
}
@media (max-width: 1024px) {
  .mes-content {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .mes-content {
    padding-top: 0;
    flex: unset;
  }
}
.mes .sec-ttl-jp {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .mes .sec-ttl {
    margin-bottom: 3rem;
  }
}
.mes-img-01 {
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .mes-img-01 {
    width: min(40rem, 70%);
    flex: unset;
  }
}
.mes-img-02 {
  display: block;
  position: absolute;
  width: min(46rem, 35vw);
  right: 0;
  bottom: -13rem;
}
@media (max-width: 1280px) {
  .mes-img-02 {
    bottom: -10rem;
  }
}
@media (max-width: 1024px) {
  .mes-img-02 {
    bottom: -10%;
  }
}
@media (max-width: 767px) {
  .mes-img-02 {
    position: static;
    margin-top: -10%;
    margin-left: auto;
    width: 50%;
  }
}
.mes-img-03 {
  position: relative;
  z-index: -1;
  margin-top: -5rem;
  width: min(84rem, 80%);
  margin-left: auto;
  margin-right: 10rem;
}
@media (max-width: 767px) {
  .mes-img-03 {
    width: 90%;
    margin-top: -10%;
    margin-inline: auto;
  }
}

/* works
---------------------------------------------------------------- */
.works {
  position: relative;
  z-index: -1;
  padding-top: 3rem;
  background: var(--base-01);
}
.works .ribbon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33rem;
}
@media (max-width: 1024px) {
  .works .ribbon {
    top: 4rem;
    width: min(30rem, 60%);
  }
}
@media (max-width: 767px) {
  .works .ribbon {
    position: static;
    margin-right: auto;
  }
}
.works .inner {
  padding-bottom: 8rem;
}
@media (max-width: 1024px) {
  .works .inner {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .works .inner {
    padding-top: 2rem;
  }
}
.works-top {
  align-items: flex-end;
}
.works .sec-ttl {
  margin-bottom: 0;
}
.works .sec-ttl-en {
  color: var(--accent);
}
.works-item {
  background: var(--base-01);
  justify-content: flex-end;
  align-items: center;
  height: calc(100vh - var(--header-h));
  min-height: 60rem;
}
@media (max-width: 1024px) {
  .works-item {
    display: block;
    height: 100vh;
    min-height: 100vh;
    padding: calc(var(--header-h) + 3rem) min(6vw, 4rem);
  }
}
.works-item-02 {
  background: var(--base-02);
}
.works-item-img {
  width: 100%;
  height: 100%;
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .works-item-img {
    height: 45vh;
  }
}
.works-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works-item-content {
  flex-basis: min(60rem, 100%);
  padding-left: min(5rem, 6vw);
  padding-bottom: 5%;
}
@media (max-width: 1024px) {
  .works-item-content {
    padding-left: 0;
    padding-bottom: 4rem;
  }
}
.works-item-num {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--accent);
}
.works-item-ttl {
  font-size: var(--fs-36);
  font-weight: 400;
  margin: 10rem 0;
}
@media (max-width: 1024px) {
  .works-item-ttl {
    margin: 1rem 0 3rem;
  }
}
.works-item-ttl span {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  color: var(--accent);
}
.works-item .top-btn {
  margin-top: 2rem;
}

/* business
---------------------------------------------------------------- */
.bus {
  position: relative;
  background: var(--base-02);
  padding-top: 2rem;
}
.bus .ribbon {
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  width: 53rem;
}
@media (max-width: 1024px) {
  .bus .ribbon {
    top: 1rem;
    right: unset;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .bus .ribbon {
    position: static;
    margin-left: auto;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .bus .inner {
    padding-top: 3rem;
  }
}
.bus-top {
  margin-bottom: var(--mg-60);
  align-items: flex-end;
}
.bus-top .sec-ttl {
  margin-bottom: 0;
}
.bus-list {
  width: 100%;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .bus-list {
    flex-direction: column;
    height: 80rem;
  }
}
@media (max-width: 767px) {
  .bus-list {
    gap: 1.5rem;
    height: 50rem;
  }
}
@media (min-width: 1025px) {
  .bus-list:hover .bus-content {
    opacity: 0;
  }
  .bus-list:hover .bus-item {
    flex: 1;
  }
  .bus-list:hover .bus-item:hover {
    opacity: 1;
    flex: 2;
  }
  .bus-list:hover .bus-item:hover::before {
    opacity: 0.7;
  }
  .bus-list:hover .bus-item:hover .bus-content,
  .bus-list:hover .bus-item:hover .bus-text {
    opacity: 1;
  }
}
.bus-item {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 56rem;
  border-radius: var(--br-s);
  flex: 1; /* 初期は均等 (1/4) */
  transition: flex 0.4s ease;
  overflow: hidden;
  color: var(--white);
}
.bus-item::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--black);
  opacity: 0.5;
}
.bus-item:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .bus-item.active {
    flex: 2;
  }
  .bus-item.active::before {
    opacity: 0.7;
  }
  .bus-item.active .bus-content,
  .bus-item.active .bus-text {
    opacity: 1;
  }
  .bus-item:not(.active) {
    flex: 1;
  }
}
.bus-content {
  transition: 0.3s ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
}
.bus-ttl {
  font-size: var(--fs-26);
  font-weight: 400;
  line-height: 1.5;
}
.bus-text {
  opacity: 0;
  margin-top: 1rem;
}
.bus-img {
  display: block;
  position: absolute;
  inset: 0;
}
.bus-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bus-arrow {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 2rem;
  width: 32px;
  aspect-ratio: 32/9;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--white);
  transform: translateY(-50%) rotate(0);
}
@media (max-width: 1024px) {
  .bus-arrow {
    left: unset;
    right: 2rem;
  }
}

/* column
---------------------------------------------------------------- */
.column {
  background: var(--base-01);
  position: relative;
}
@media (max-width: 767px) {
  .column {
    padding-top: 6rem;
  }
}
.column .ribbon {
  display: block;
  position: absolute;
  top: 13rem;
  left: 0;
  width: min(36rem, 28%);
}
@media (max-width: 1024px) {
  .column .ribbon {
    top: 5rem;
    width: min(36rem, 40%);
  }
}
@media (max-width: 767px) {
  .column .ribbon {
    position: static;
    margin-right: auto;
    width: min(36rem, 60%);
  }
}
@media (max-width: 767px) {
  .column .inner {
    padding-top: 2rem;
  }
}
.column-top {
  position: relative;
}
.column-top .top-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.column .sec-ttl-en {
  color: var(--accent);
}
.column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .column-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .column-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .column-list {
    gap: 3rem;
  }
}
.column-list .single-ttl {
  margin-top: -1rem;
}
.column-item {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 2rem;
}
.column-item img {
  height: auto;
  transition: transform 0.3s ease;
}
.column-item:hover img {
  transform: scale(1.07);
}
.column-item:hover {
  opacity: 1;
  color: var(--main);
}
.column-thum {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  overflow: hidden;
}
.column-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* cta
---------------------------------------------------------------- */
.cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 40rem;
}
@media (max-width: 767px) {
  .cta {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(0, 1fr);
  }
}
.cta-wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6rem 5rem;
  color: var(--white);
}
@media (max-width: 767px) {
  .cta-wrap {
    padding: 4rem 6%;
  }
}
.cta-inn {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.cta .sec-ttl {
  margin-bottom: 0;
}
.cta .sec-ttl-en {
  color: var(--white);
  font-size: 6.4rem;
}
.cta .sec-ttl-jp {
  padding-top: 0.5rem;
}
.cta-btm {
  width: 100%;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .cta-btm {
    flex-direction: column;
  }
}
.cta-btm .btn {
  width: 24rem;
}
@media (max-width: 1280px) {
  .cta-btm .btn {
    width: min(24rem, 100%);
  }
}
@media (max-width: 1024px) {
  .cta-btm .btn {
    width: 100%;
  }
}
.cta-btm-box {
  flex: 1;
  border-left: 1px solid var(--white);
  padding: 0.5rem 0 1rem 2.5rem;
}
.cta-btm-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.cta-purchase {
  background-image: url(../img/cta/01_pc.jpg);
}
@media (max-width: 1024px) {
  .cta-purchase {
    background-image: url(../img/cta/01_sp.jpg);
  }
}
.cta-contact {
  background-image: url(../img/cta/02_pc.jpg);
}
@media (max-width: 1024px) {
  .cta-contact {
    background-image: url(../img/cta/02_sp.jpg);
  }
}
@media (max-width: 1024px) {
  .cta .header-tel {
    display: block;
  }
}

/* footer
================================================================== */
/* slide btn
---------------------------------------------------------------- */
.slidebtn-wrap {
  display: none;
}
@media (max-width: 767px) {
  .slidebtn-wrap {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: -0.5rem;
    transform: translate(0%, 120%);
    transition: 0.4s ease;
    display: flex;
    width: 100%;
    gap: 1rem;
    padding: 0 0.5rem;
    width: min(50rem, 100%);
  }
}
.slidebtn-wrap.is-show {
  transform: translate(0%, 0%);
}

.slide-btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.8em 0.5em 1em;
  flex: 1;
  background: var(--main);
  border: 1px solid var(--white);
  border-radius: 8px 8px 0 0;
  border-bottom: unset;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: var(--white);
  text-align: center;
  transform: translateX(0);
}
.slide-btn:first-of-type {
  background: var(--white);
  color: var(--main);
}

/* pagetop
---------------------------------------------------------------- */
.page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background-color: var(--d-green);
  color: var(--white);
  clip-path: circle(50% at 50% 50%);
  transition: 0.3s ease;
}
.page-top p {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(35%);
}
.page-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 25%;
  right: 50%;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  border: 2.5px solid var(--white);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(50%) rotate(-45deg);
}
.page-top:hover {
  background: var(--accent);
}
.page-top.js-position {
  position: absolute;
  top: -30px; /* 止まって欲しい場所を記入 */
}
@media (max-width: 767px) {
  .page-top {
    bottom: 5rem;
    transform: scale(0.9);
  }
}

/* footer
---------------------------------------------------------------- */
.footer {
  background: var(--black);
  color: var(--white);
}
.footer .inner {
  padding: 10rem 6%;
}
.footer-logo {
  width: 8rem;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 6rem;
  }
}
.footer-top {
  padding-top: 3rem;
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
  }
}
.footer-add p:nth-of-type(2) {
  padding: 1em 0 1.5em;
}
.footer-nav {
  gap: 4rem;
}
@media (max-width: 767px) {
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
  }
}
.footer-nav li a {
  display: block;
  padding: 0.3em 0;
}
.footer-nav-st {
  font-weight: bold;
}
.footer-btm {
  font-size: var(--fs-14);
  border-top: 1px solid var(--white);
  padding-top: 4rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .footer-btm {
    margin-top: 6rem;
    flex-direction: column;
    gap: 1em;
  }
}
.footer-btm-link {
  gap: 1em;
}

/* 下層 共通
================================================================== */
/* トップ
---------------------------------------------------------------- */
.subhero {
  position: relative;
  z-index: 0;
  background: var(--base);
  width: 100%;
  height: 40rem;
  padding-bottom: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.subhero .ribbon {
  display: block;
  position: absolute;
  bottom: 5em;
  right: 0;
  width: 53rem;
}
@media (max-width: 1024px) {
  .subhero .ribbon {
    top: 1rem;
    right: unset;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .subhero .ribbon {
    position: static;
    margin-left: auto;
    margin-right: -10%;
    max-width: 90%;
  }
}
.subhero .inner-np {
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .subhero .inner-np {
    display: block;
    padding-top: 2rem;
  }
}
.subhero .sec-ttl {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .subhero .sec-ttl {
    margin-bottom: 1rem;
  }
}

.subhero-single {
  height: auto;
}
.subhero-single .inner {
  padding-bottom: 0;
}

.subhero-bg {
  z-index: 0;
  height: 50rem;
  padding-bottom: 6rem;
  color: var(--white);
}
@media (max-width: 1024px) {
  .subhero-bg {
    height: 40rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .subhero-bg {
    padding-bottom: 2rem;
  }
}
.subhero-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--black);
  opacity: 0.6;
}
.subhero-bg-img {
  display: block;
  position: absolute;
  z-index: -2;
  inset: 0;
}
.subhero-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subhero-bg .ribbon {
  top: unset;
  bottom: 25%;
}
@media (max-width: 1024px) {
  .subhero-bg .ribbon {
    position: static;
    margin-left: auto;
    margin-right: -10%;
    max-width: 90%;
  }
}
.subhero-bg .sec-ttl-en {
  color: var(--white);
}
.subhero-bg .breadcrumbs a {
  color: var(--accent);
}

@media (max-width: 767px) {
  .subhero-works .subhero-works-ttl {
    margin-bottom: 1rem;
  }
}
.subhero-works .single-page-ttl {
  padding: 0;
  margin: 0;
  border: unset;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .subhero-works .single-page-ttl {
    margin-top: 0.5rem;
  }
}
.subhero-works .single-date {
  font-size: var(--fs-18);
  color: var(--white);
}
.subhero-works .single-cat {
  background: unset;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .subhero-works .single-cat {
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 0.8em;
  color: var(--d-gray);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
    flex-wrap: wrap;
  }
}
.breadcrumbs a {
  color: var(--main);
}
.breadcrumbs li {
  position: relative;
  text-decoration: none;
}
.breadcrumbs li:not(:first-child)::before {
  content: "ー";
  display: inline-block;
  margin-right: 0.7em;
}

/* パーツ
---------------------------------------------------------------- */
.ttl-01 {
  font-size: var(--fs-26);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: var(--mg-30);
  border-left: 2px solid var(--accent);
  padding-left: 1em;
  padding-bottom: 0.2em;
}

.ttl-02 {
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: max(0.8em, 1rem);
  color: var(--accent);
}
.ttl-02:not(:first-of-type) {
  margin-top: max(2em, 2rem);
}

.pagesec-ttl.sec-ttl {
  margin-bottom: var(--mg-40);
}
.pagesec-ttl .sec-ttl-jp {
  padding-top: 0.5rem;
}
.pagesec-ttl .sec-ttl-en {
  color: var(--accent);
}

.pagesec-outer + .pagesec-outer {
  margin-top: var(--mg-100);
}

.inner-page p + p {
  margin-top: 1em;
}

.col2-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .col2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .col2-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-container {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .page-container {
    display: block;
  }
}
.page-side {
  flex-basis: min(30rem, 25%);
  background: var(--base-02);
  padding: 3rem;
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}
@media (max-width: 1024px) {
  .page-side {
    position: static;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .page-side {
    padding: 2rem;
  }
}
.page-main {
  flex: 1;
}

.anker-ttl {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--main);
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .anker-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .anker-nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .anker-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .anker-nav {
    gap: 0.5rem 1rem;
  }
}
.anker-nav li a {
  transition: 0.3s ease;
  display: block;
  position: relative;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
  color: var(--gray);
  padding: 1em 0;
}
@media (max-width: 767px) {
  .anker-nav li a {
    padding: 0.8em 0;
  }
}
.anker-nav li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1.5em;
  aspect-ratio: 32/10;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: currentColor;
  transform: translateY(-50%) rotate(0);
}
@media (max-width: 1024px) {
  .anker-nav li a::before {
    display: none;
  }
}
.anker-nav li.js-active a,
.anker-nav a:hover {
  color: var(--black);
  opacity: 1;
}

.table-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--gray);
}
.table-wrapper table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.table-wrapper th,
.table-wrapper td {
  border: none;
  padding: 1.2em;
}
.table-wrapper tr {
  border-top: 1px solid var(--gray);
}
.table-wrapper td:first-child {
  width: 18rem;
}
@media (max-width: 767px) {
  .table-wrapper td {
    display: block;
    width: 100% !important;
  }
  .table-wrapper td:first-of-type {
    padding-bottom: 0.4em;
    color: var(--accent);
  }
  .table-wrapper td:last-of-type {
    padding-top: 0;
  }
}

/* 投稿
---------------------------------------------------------------- */
.single-tag {
  gap: 1em;
  align-items: center;
}
@media (max-width: 767px) {
  .single-tag {
    gap: 1rem;
  }
}
.single-date {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: var(--gray);
}
.single-cat {
  line-height: 1;
  width: 10rem;
  font-size: 1.2rem;
  color: var(--black);
  background: var(--base-02);
  border-radius: var(--br-s);
  text-align: center;
  padding: 0.5em 0.5em 0.6em;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .single-cat {
    width: auto;
    font-size: 1.2rem;
    padding: 0.4em 1em 0.5em;
  }
}
.single-cat-list {
  gap: 1.5rem;
  margin-bottom: var(--mg-40);
  align-items: center;
}
@media (max-width: 767px) {
  .single-cat-list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.single-cat-list .single-cat {
  display: block;
  background: var(--white);
  padding: 0.6em 1.5em;
  font-size: var(--fs-15);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .single-cat-list .single-cat {
    font-size: 1.3rem;
  }
}
.single-cat-list .single-cat.single-cat-active, .single-cat-list .single-cat:hover {
  opacity: 1;
  background: var(--gray);
  color: var(--white);
}
.single-cat-separator {
  content: "";
  display: block;
  width: 1px;
  height: 1.8em;
  background: var(--gray);
  margin: 0 0.5rem;
}

.single-page-ttl {
  font-size: var(--fs-36);
  font-weight: 500;
  line-height: 1.5;
  padding: 1.5rem 0 3rem;
  margin-bottom: var(--mg-30);
  border-bottom: 1px solid var(--gray);
}
@media (max-width: 767px) {
  .single-page-ttl {
    padding: 1rem 0 2rem;
  }
}
.single-page-thum {
  width: 100%;
  margin-bottom: var(--mg-30);
}
.single-page .entry-content {
  padding-bottom: 3rem;
}
.single-page .btn-wrap {
  border-top: 1px solid var(--gray);
  padding-top: 3rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 60px;
  /* 今いるページ,ホバー時 */
  /* 「←」「→」をCSSで作る */
}
.pagination li a,
.pagination li span {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 38px;
  color: var(--gray);
  border-bottom: 1px solid currentColor;
  width: 40px;
  height: 40px;
}
.pagination li span.current,
.pagination li a:hover {
  color: var(--black);
  opacity: 1;
}
.pagination li a.prev,
.pagination li a.next {
  position: relative;
  border: unset;
}
.pagination li a.prev::before,
.pagination li a.next::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 32px;
  aspect-ratio: 32/9;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--gray);
  transform: translateY(-50%) rotate(0);
}
.pagination li a.prev:hover::before,
.pagination li a.next:hover::before {
  background: var(--black);
}
.pagination li a.prev::before {
  transform: scale(-1, 1);
}

/* 下層 ページごと
================================================================== */
/* 実績詳細
---------------------------------------------------------------- */
.works-signle {
  overflow: visible !important;
}
.works-about {
  align-items: flex-start;
  gap: 6rem;
}
@media (max-width: 1024px) {
  .works-about {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .works-about {
    flex-direction: column;
    gap: 3rem;
  }
}
.works-about-content {
  opacity: 0;
  position: sticky;
  top: calc(var(--header-h) + 2rem);
  flex: 1;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .works-about-content {
    position: static;
  }
}
.works-about-text {
  text-align: justify;
}
.works-about-text p + p {
  margin-top: 1em;
}
.works-about .sec-ttl {
  margin-bottom: var(--mg-30);
}
.works-about .sec-ttl-jp {
  padding-top: 0.5rem;
  color: var(--accent);
}
.works-about .sec-ttl-en {
  color: var(--accent);
}
.works-about-photo {
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  .works-about-photo {
    flex-basis: unset;
    flex: 1;
  }
}
.works-about-photo-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.works-about-photo-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-about-photo-img:not(:first-of-type) {
  margin-top: var(--mg-30);
}
.works-gallery {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .works-gallery {
    padding-top: 2rem;
  }
}
.works-gallery-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.works-gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-gallery-img:not(:first-of-type) {
  margin-top: var(--mg-30);
}
.works-detail .inner-page {
  padding-top: 0;
}
.works-detail-inn {
  background: var(--base-02);
  padding: 4rem 2rem;
}
.works-detail .sec-ttl {
  margin-bottom: 3rem;
}
.works-detail .sec-ttl-jp {
  padding-top: 0.5rem;
  color: var(--accent);
}
.works-detail .sec-ttl-en {
  color: var(--accent);
}
.works-detail-table {
  max-width: 100%;
  margin-inline: auto;
  width: 100rem;
  border-bottom: 1px solid var(--gray);
}
.works-detail-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.works-detail-table .wp-block-table td,
.works-detail-table .wp-block-table th {
  border: unset;
  padding: 1em;
}
.works-detail-table .wp-block-table tr {
  border-top: 1px solid var(--gray);
}
.works-detail-table td:first-child {
  width: 15rem;
}
.works-detail-table td:last-child {
  width: calc(100% - 18rem);
}
@media (max-width: 767px) {
  .works-detail-table td {
    display: block;
    width: 100% !important;
  }
  .works-detail-table td:first-of-type {
    padding-bottom: 0.4em;
    color: var(--accent);
  }
  .works-detail-table td:last-of-type {
    padding-top: 0;
  }
}

.other-works {
  background: var(--base-02);
}
.other-works .single-cat {
  background: var(--white);
}

/* 事業紹介
---------------------------------------------------------------- */
.real-estate .works {
  background: var(--base-02);
}
.real-estate .works-item {
  background: var(--base-02);
}
.real-estate .works-item-02 {
  background: var(--base-01);
}

.estate {
  position: relative;
  z-index: 0;
}
.estate::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21rem;
  background: var(--base-02);
}
@media (max-width: 1024px) {
  .estate::before {
    height: 12%;
  }
}
@media (max-width: 767px) {
  .estate::before {
    height: 10%;
  }
}
.estate-box {
  padding: 5rem;
  margin-bottom: var(--mg-80);
  background: var(--base-02);
}
@media (max-width: 1024px) {
  .estate-box {
    padding: 3rem 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .estate-box {
    padding: 2rem;
  }
}
.estate-box h3 {
  font-size: var(--fs-36);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--main);
}
.estate-box p {
  font-size: var(--fs-18);
  margin-top: 1rem;
}
.estate-item01 {
  width: min(120rem, 100%);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .estate-item01 {
    flex-direction: column-reverse;
    gap: 3rem;
    padding-bottom: 3rem;
  }
}
.estate-item01 > div {
  flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .estate-item01 > div {
    flex: unset;
  }
}
.estate-item01-text p {
  font-size: var(--fs-26);
  color: var(--accent);
  line-height: 2;
  padding-right: 2em;
  padding-bottom: 2em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .estate-item01-text p {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0;
    margin: 0;
  }
}
.estate-item02 {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .estate-item02 {
    flex-direction: column;
    gap: 5rem;
  }
}
.estate-item02-text {
  flex: 1;
}
@media (max-width: 767px) {
  .estate-item02-text {
    flex: unset;
  }
}
.estate-item02-text p {
  font-size: var(--fs-18);
  display: block;
  width: min(35rem, 100%);
  text-align: justify;
  margin: 0 auto;
  padding-bottom: 2em;
}
@media (max-width: 1024px) {
  .estate-item02-text p {
    font-size: var(--fs-16);
    line-height: 1.7;
    padding: 3em;
    padding-left: 4em;
  }
}
@media (max-width: 767px) {
  .estate-item02-text p {
    width: min(35rem, 100%);
    padding: 0;
    margin: 0;
    margin-left: auto;
  }
}
.estate-item02-img {
  flex-basis: 55%;
}
@media (max-width: 1024px) {
  .estate-item02-img {
    flex-basis: 50%;
  }
}
.estate-item03 {
  width: min(120rem, 100%);
  margin-left: auto;
  margin-top: -5%;
  gap: 9rem;
}
@media (max-width: 1024px) {
  .estate-item03 {
    margin-top: 0;
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .estate-item03 {
    margin-top: 3rem;
    gap: 2rem;
  }
}
.estate-item03-img:first-of-type {
  padding-top: 15%;
  flex-basis: 70%;
}
.estate-item03-img:last-of-type {
  flex-basis: 30%;
}

.estate-nature {
  background: var(--base-01);
}
.estate-nature .bus-item {
  aspect-ratio: 2/1;
  max-width: 100%;
  margin-inline: auto;
  width: 80rem;
  height: auto;
}
.estate-nature .bus-item:hover::before {
  opacity: 0.7;
}
.estate-nature .bus-item:hover .bus-img {
  transform: scale(1.07);
}
.estate-nature .bus-img {
  transition: 0.3s ease;
}
.estate-nature .bus-arrow {
  left: unset;
  right: 2rem;
}
.estate-nature .bus-text {
  opacity: 1;
}

.nature-img {
  margin-top: var(--mg-40);
}
.nature-text {
  text-align: center;
  margin-top: 2rem;
}

.farm-wroks .ttl-01 {
  font-size: var(--fs-22);
}

#schedule .col2-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  #schedule .col2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #schedule .col2-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #schedule .col2-wrap {
    gap: 2rem;
  }
}
#schedule .table-wrapper td:first-child {
  width: 10rem;
}

.flow-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .flow-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .flow-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flow-item .ttl-01 {
  font-size: var(--fs-22);
  padding-bottom: 0.1em;
  margin-bottom: 1.5rem;
}
.flow-item .ttl-01 span {
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  padding-right: 0.5em;
  color: var(--accent);
}

.staff-item {
  gap: 2rem;
}
.staff-img {
  flex-basis: 30%;
}
.staff-content {
  flex: 1;
}
.staff-ttl {
  font-size: var(--fs-18);
  margin-bottom: 1rem;
}

/* 会社情報
---------------------------------------------------------------- */
#greeting .col2-wrap {
  margin-top: var(--mg-60);
}

.access-map {
  width: 100%;
  height: 40rem;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-detail {
  margin-top: 2rem;
}
.access-detail p {
  margin-top: 0 !important;
}

#history .table-wrapper td:first-child {
  vertical-align: middle;
}
#history .sdgs-wrap {
  align-items: center;
  gap: 3rem;
}
#history .sdgs-icon {
  width: 8rem;
}
@media (max-width: 767px) {
  #history .sdgs-icon {
    padding-top: 2rem;
  }
}

/* お問い合わせ contact
---------------------------------------------------------------- */
.royal-contact-wrap > div {
  display: flex;
  gap: 6rem 4rem;
}
@media (max-width: 1280px) {
  .royal-contact-wrap > div {
    flex-direction: column;
  }
}
.royal-contact-ttl {
  font-size: var(--fs-26);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: var(--mg-40);
  border-left: 2px solid var(--accent);
  padding-left: 1em;
  padding-bottom: 0.2em;
}
.royal-contact-ttl i {
  padding-right: 0.4em;
}
.royal-contact-tel {
  flex-basis: min(400px, 30%);
}
.royal-contact-tel .header-tel {
  margin: 0;
  background: var(--base-02);
  padding: 4rem;
}
@media (max-width: 767px) {
  .royal-contact-tel .header-tel {
    padding: 3rem 2rem;
  }
}
.royal-contact-tel .header-tel a {
  font-size: var(--fs-36);
}
.royal-contact-tel .header-tel p {
  font-size: var(--fs-16);
  margin-top: 1rem;
}
.royal-contact-web {
  flex: 1;
}

.royal-contact-web .snow-monkey-form {
  background: var(--base-02);
  padding: 4rem;
}
@media (max-width: 767px) {
  .royal-contact-web .snow-monkey-form {
    padding: 3rem 2rem;
  }
}
.royal-contact-web .snow-monkey-form .wp-block-snow-monkey-forms-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  border-bottom: 1px solid var(--gray);
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .royal-contact-web .snow-monkey-form .wp-block-snow-monkey-forms-item {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
}
.royal-contact-web .snow-monkey-form .smf-item__label {
  font-weight: 500;
}
.royal-contact-web .snow-monkey-form .smf-item__col--controls {
  width: 100%;
  flex-basis: min(620px, 70%);
}
.royal-contact-web .snow-monkey-form .smf-text-control__control,
.royal-contact-web .snow-monkey-form .smf-textarea-control__control {
  width: 100%;
  box-shadow: unset;
  border: unset;
  padding: 0.8em 1em;
  font-weight: 400;
}
.royal-contact-web .snow-monkey-form .smf-text-control__control::-moz-placeholder, .royal-contact-web .snow-monkey-form .smf-textarea-control__control::-moz-placeholder {
  color: var(--gray);
  opacity: 0.8;
}
.royal-contact-web .snow-monkey-form .smf-text-control__control::placeholder,
.royal-contact-web .snow-monkey-form .smf-textarea-control__control::placeholder {
  color: var(--gray);
  opacity: 0.8;
}
.royal-contact-web .snow-monkey-form .smf-radio-button-control {
  gap: 0.6em;
}
.royal-contact-web .snow-monkey-form .smf-radio-buttons-control__control .smf-label + .smf-label {
  margin-top: 0.5em;
}
.royal-contact-web .snow-monkey-form .smf-radio-button-control__control {
  width: 1.2em;
  height: auto;
  aspect-ratio: 1;
}
.royal-contact-web .snow-monkey-form .smf-radio-button-control__control:checked {
  background-color: var(--main);
  border-color: var(--main);
}
.royal-contact-web .snow-monkey-form .required .smf-item__col--label {
  position: relative;
}
.royal-contact-web .snow-monkey-form .required .smf-item__col--label::after {
  display: block;
  position: absolute;
  content: "*";
  top: 0;
  right: -0.8em;
  color: var(--red);
}
.royal-contact-web .snow-monkey-form .smf-error-messages {
  color: var(--red);
  font-size: var(--fs-15);
  margin-top: 0.5rem;
}
.royal-contact-web .snow-monkey-form .checkbox-wrap {
  text-align: center;
  margin-top: var(--mg-40);
}
.royal-contact-web .snow-monkey-form .checkbox-wrap input[type=checkbox] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  transform: translateY(-0.1em) scale(2);
  margin-right: 1em;
}
.royal-contact-web .snow-monkey-form .checkbox-text {
  margin-bottom: 1em;
}
.royal-contact-web .snow-monkey-form .checkbox-link {
  color: var(--main);
  text-decoration: underline;
  margin-left: 0.2em;
}
.royal-contact-web .snow-monkey-form .checkbox-link i {
  padding-right: 0.2em;
}
.royal-contact-web .snow-monkey-form .smf-button-control__control {
  display: none !important;
}
.royal-contact-web .snow-monkey-form .fake-submit {
  transition: 0.3s ease;
  width: min(28rem, 100%);
}
.royal-contact-web .snow-monkey-form .fake-submit.is-disabled {
  cursor: not-allowed;
  pointer-events: auto;
  background-color: #b4b4b4;
  color: var(--white);
}
.royal-contact-web .snow-monkey-form .fake-submit.is-disabled:hover {
  transform: unset;
  color: var(--white);
}
.royal-contact-web .snow-monkey-form .fake-submit.is-disabled:hover::before {
  right: 1.5em;
}
.royal-contact-web .snow-monkey-form .fake-submit.is-disabled:hover::after {
  display: none;
}
.royal-contact-web .snow-monkey-form .smf-complete-content {
  font-size: var(--fs-20);
  text-align: center;
}

.box-wrap {
  width: 100%;
  padding: 5rem;
  background: var(--base-02);
}
@media (max-width: 1024px) {
  .box-wrap {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .box-wrap {
    padding: 3rem 1.5rem;
  }
}
.box-wrap .btn-wrap {
  margin-top: var(--mg-40);
}
.box-wrap .btn-wrap .btn {
  width: min(30rem, 100%);
}
.box-inn {
  max-width: 100%;
  margin-inline: auto;
  width: 100rem;
}
.box-ttl {
  font-size: var(--fs-26);
  line-height: 1.3;
  color: var(--main);
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .box-ttl {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .box-sub-ttl {
    font-size: 1.4rem;
  }
}