@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  height: calc(100vh - 1.0625rem - 30px);
}
@media screen and (max-width: 1379px) {
  #main-visual {
    position: initial;
    height: 100lvh;
  }
}
#main-visual #header {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1379px) {
  #main-visual #header {
    position: fixed;
    margin-bottom: 0;
  }
}
#main-visual .mv-inner {
  position: relative;
  height: 100%;
}
#main-visual .mv-inner::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.2);
}
#main-visual .mv-inner .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .slider-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#main-visual .mv-inner .slider-mv .swiper-slide-active img,
#main-visual .mv-inner .slider-mv .swiper-slide-duplicate-active img,
#main-visual .mv-inner .slider-mv .swiper-slide-prev img {
  animation: zoomPan 7s linear 0s normal both;
}
#main-visual .mv-inner .mv-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.75rem;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-logo {
    width: min(20vw, 100px);
  }
}
#main-visual .mv-inner .mv-logo img {
  width: 100%;
  height: auto;
}

.sec-about.__bgimg-leaf::before {
  top: 0;
  right: 0;
  width: 37.5rem;
  background-image: url(../images/bgimg-leaf01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: scale(-1);
}
.sec-about .ttl-wrap {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-right: 8.4375rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .ttl-wrap {
    display: block;
    padding-right: 0;
  }
}
.sec-about .ttl-wrap .sec-ttl h2 span.__jp {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-about .ttl-wrap .sec-ttl h2 span.__jp {
    margin-left: 0;
  }
}
.sec-about .ttl-wrap .sec-ttl h2 span.__en .__color {
  display: block;
  transform: translateX(100%) rotate(90deg);
  transform-origin: left top;
  margin-right: -0.1em;
  color: #b3a98d;
}
@media screen and (max-width: 1199px) {
  .sec-about .ttl-wrap .sec-ttl h2 span.__en .__color {
    display: inline;
    transform: initial;
    margin-right: 0;
  }
}
.sec-about .ttl-wrap .sec-catch {
  width: 48.75rem;
  margin-top: calc(1em + 5.625rem);
}
@media screen and (max-width: 1199px) {
  .sec-about .ttl-wrap .sec-catch {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-about .ttl-wrap .sec-catch h3 {
  font-weight: 800;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .ttl-wrap .sec-catch h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .ttl-wrap .sec-catch h3 {
    font-size: 1.125em;
  }
}
.sec-about .ttl-wrap .sec-catch h3 em {
  color: #5d8c62;
}
.sec-about .ttl-wrap .sec-catch h3::before, .sec-about .ttl-wrap .sec-catch h3::after {
  width: calc((100% - 20em) / 2 - 0.4em);
}
.sec-about .sec-content {
  position: relative;
  z-index: 2;
  margin-top: -6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content {
    margin-top: 3em;
  }
}
.sec-about .sec-content::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% - (100% - 99.375rem) / 2 - 8.4375rem - 20rem);
  height: calc(100% - 7.5rem);
  background-color: #d4cebc;
}
.sec-about .sec-content .content-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 8.4375rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .content-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .content-inner {
    display: block;
  }
}
.sec-about .sec-content .txt-wrap {
  width: calc(100% - 48.75rem);
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .txt-wrap {
    padding-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .txt-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.sec-about .sec-content .txt-wrap .lead-txt {
  position: relative;
  z-index: 2;
  color: #736250;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 2px 2px 8px rgba(40, 40, 40, 0.1);
  width: calc(100% + 7.5rem);
  padding: 2em 2.6em;
  margin-left: -18.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .txt-wrap .lead-txt {
    width: calc(100% + 18.75rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .txt-wrap .lead-txt {
    width: 100%;
    padding: 1.6em 2em;
    margin-left: 0;
  }
}
.sec-about .sec-content .txt-wrap .lead-txt p {
  font-weight: 700;
  line-height: 2em;
}
.sec-about .sec-content .txt-wrap .sec-txt {
  padding-left: 10rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .txt-wrap .sec-txt {
    padding-left: 0;
    margin-top: 2em;
  }
}
.sec-about .sec-content .txt-wrap .sec-txt p {
  line-height: 2.4em;
}
.sec-about .sec-content .img-wrap {
  width: 48.75rem;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .img-wrap {
    width: min(80%, 560px);
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    aspect-ratio: 3/2;
    margin-left: auto;
    margin-top: 3em;
  }
}
.sec-about .sec-content .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-service {
  padding-bottom: 20rem;
}
@media screen and (max-width: 1199px) {
  .sec-service {
    padding-bottom: 380px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service {
    padding-bottom: 240px;
  }
}
.sec-service::before {
  bottom: 0;
  left: 0;
  width: 62.5rem;
  background-image: url(../images/bgimg-leaf01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.sec-service .sec-ttl {
  margin-top: -1em;
}
.sec-service .sec-ttl span.__en {
  color: #6e7e6b;
}
.sec-service .sec-ttl span.__en .__color {
  color: #393d39;
}
.sec-service .service-list {
  margin-top: 1em;
}
.sec-service .service-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 16.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul {
    padding-left: 0;
  }
}
.sec-service .service-list ul .service-list-item {
  width: calc(33.3333333333% - 1.25rem);
  aspect-ratio: 4/3;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.sec-service .service-list ul .service-list-item:nth-of-type(1) {
  margin-top: 1.875rem;
}
.sec-service .service-list ul .service-list-item:nth-of-type(2) {
  margin-top: 0;
}
.sec-service .service-list ul .service-list-item:nth-of-type(3) {
  margin-top: -1.875rem;
}
.sec-service .service-list ul .service-list-item:nth-of-type(4) {
  margin-top: 1.875rem;
}
.sec-service .service-list ul .service-list-item:nth-of-type(5) {
  margin-top: 0;
}
.sec-service .service-list ul .service-list-item:nth-of-type(6) {
  margin-top: -1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item {
    width: calc(50% - 0.5em);
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(1) {
    margin-top: 3em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(2) {
    margin-top: 0;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(3) {
    margin-top: 1em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(4) {
    margin-top: -2em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(5) {
    margin-top: 1em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(6) {
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item {
    aspect-ratio: 1/1;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(1), .sec-service .service-list ul .service-list-item:nth-of-type(2), .sec-service .service-list ul .service-list-item:nth-of-type(3), .sec-service .service-list ul .service-list-item:nth-of-type(4), .sec-service .service-list ul .service-list-item:nth-of-type(5), .sec-service .service-list ul .service-list-item:nth-of-type(6) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item a .item-content h3 {
    font-size: min(2.5vw, 1em);
    letter-spacing: 0;
  }
}
.sec-service .service-list ul .service-list-item a .item-content h3 span.__en {
  color: #d4cebc;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item a .item-content h3 span.__en {
    font-size: max(0.9em, 9px);
  }
}

.sec-works {
  margin-top: -12.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    margin-top: -320px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works {
    margin-top: -160px;
  }
}
.sec-works::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: 12.5rem;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #6e7e6b;
}
@media screen and (max-width: 1199px) {
  .sec-works::before {
    margin-top: 320px;
    height: calc(100% - 640px);
  }
}
@media screen and (max-width: 767px) {
  .sec-works::before {
    margin-top: 160px;
  }
}
.sec-works .sec-inner .sec-ttl h2 span.__en {
  color: #b3a98d;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .sec-content {
    margin-top: 1em;
  }
}
.sec-works .sec-inner .sec-content .sec-link {
  margin-top: 3em;
  margin-left: auto;
}

.sec-column::before {
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2/1;
  background-image: url(../images/bgimg-leaf02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
.sec-column::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  background: linear-gradient(0deg, #fff, transparent);
}
.sec-column .sec-ttl {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-column .sec-ttl {
    margin-top: -1em;
  }
}
.sec-column .sec-ttl h2 span.__jp {
  margin-bottom: 1em;
}
.sec-column .sec-ttl h2 span.__en {
  color: #6e7e6b;
  height: 1em;
  transform: translateY(-0.8em);
}
@media screen and (max-width: 991px) {
  .sec-column .sec-ttl h2 span.__en {
    height: auto;
    transform: translateY(0);
  }
}
.sec-column .sec-ttl h2 span.__en .__rotated {
  width: 1em;
  transform: translate(1em, 4em) rotate(-90deg);
  transform-origin: left bottom;
  margin-bottom: -0.3em;
  margin-left: -0.1em;
}
@media screen and (max-width: 991px) {
  .sec-column .sec-ttl h2 span.__en .__rotated {
    width: auto;
    transform: initial;
    margin-bottom: -0.1em;
    margin-left: 0;
  }
}
.sec-column .column-list {
  width: calc(100% - 10rem);
  height: 24em;
  padding-right: 3em;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 1em;
  margin-left: auto;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 991px) {
  .sec-column .column-list {
    width: 100%;
    height: 30em;
    padding-right: 2em;
  }
}
.sec-column .column-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-column .sec-link {
  margin-top: 3em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-column .sec-link {
    margin-top: 2em;
  }
}
.sec-column .sec-link a span.__link-arrow {
  background-color: #5b7157;
}

.sec-links .link-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-links .link-list ul .link-list-item {
  width: 25%;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-list-item {
    width: calc(50% - 0.5em);
    margin-top: 1em;
  }
}
.sec-links .link-list ul .link-list-item a .item-bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec-links .link-list ul .link-list-item a .item-content {
  position: relative;
  top: 0;
  transform: translateY(0);
  padding: 11.25rem 3em;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-list-item a .item-content {
    padding: 6em 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item a .item-content {
    padding: 6em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item a .item-content h3 span.__en {
    font-size: min(4.2vw, 1.5em);
  }
}
.sec-links .link-list ul .link-list-item a .item-content p {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item a .item-content p {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */