@charset "UTF-8";
.appear.up .item {
  transform: translateY(6px);
}

.appear.down .item {
  transform: translateY(-6px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.hero {
  min-height: 780px;
  width: 100%;
  position: relative;
  margin-bottom: 5vh;
}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10vw;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  background: url(../images/hero_btm.svg) no-repeat center bottom/101%;
  z-index: 0;
}
.hero .swiper {
  height: 95vh;
}
@media screen and (max-width: 1680px) {
  .hero .swiper {
    height: 98vh;
  }
}
@media screen and (max-width: 480px) {
  .hero .swiper {
    height: 95svh;
  }
}
@media screen and (max-width: 1680px) {
  .hero {
    min-height: auto;
  }
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .swiper-slide._01 > img {
  -o-object-position: right;
     object-position: right;
}
.hero .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.animate-title .char {
  opacity: 0;
  transform: translateY(150px);
}

@media screen and (min-width: 960px) {
  .animate-text .char {
    opacity: 0;
    transform: translateY(150px);
  }
  .animate-text.inview .char {
    animation-name: kf-animate-chars;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
  }
  .animate-text.inview .char:nth-child(1) {
    animation-delay: 0.04s;
  }
  .animate-text.inview .char:nth-child(2) {
    animation-delay: 0.08s;
  }
  .animate-text.inview .char:nth-child(3) {
    animation-delay: 0.12s;
  }
  .animate-text.inview .char:nth-child(4) {
    animation-delay: 0.16s;
  }
  .animate-text.inview .char:nth-child(5) {
    animation-delay: 0.2s;
  }
  .animate-text.inview .char:nth-child(6) {
    animation-delay: 0.24s;
  }
  .animate-text.inview .char:nth-child(7) {
    animation-delay: 0.28s;
  }
  .animate-text.inview .char:nth-child(8) {
    animation-delay: 0.32s;
  }
  .animate-text.inview .char:nth-child(9) {
    animation-delay: 0.36s;
  }
  .animate-text.inview .char:nth-child(10) {
    animation-delay: 0.4s;
  }
  .animate-text.inview .char:nth-child(11) {
    animation-delay: 0.44s;
  }
  .animate-text.inview .char:nth-child(12) {
    animation-delay: 0.48s;
  }
  .animate-text.inview .char:nth-child(13) {
    animation-delay: 0.52s;
  }
  .animate-text.inview .char:nth-child(14) {
    animation-delay: 0.56s;
  }
  .animate-text.inview .char:nth-child(15) {
    animation-delay: 0.6s;
  }
  .animate-text.inview .char:nth-child(16) {
    animation-delay: 0.64s;
  }
  .animate-text.inview .char:nth-child(17) {
    animation-delay: 0.68s;
  }
  .animate-text.inview .char:nth-child(18) {
    animation-delay: 0.72s;
  }
  .animate-text.inview .char:nth-child(19) {
    animation-delay: 0.76s;
  }
  .animate-text.inview .char:nth-child(20) {
    animation-delay: 0.8s;
  }
  .animate-text.inview .char:nth-child(21) {
    animation-delay: 0.84s;
  }
  .animate-text.inview .char:nth-child(22) {
    animation-delay: 0.88s;
  }
  .animate-text.inview .char:nth-child(23) {
    animation-delay: 0.92s;
  }
  .animate-text.inview .char:nth-child(24) {
    animation-delay: 0.96s;
  }
  .animate-text.inview .char:nth-child(25) {
    animation-delay: 1s;
  }
  .animate-text.inview .char:nth-child(26) {
    animation-delay: 1.04s;
  }
  .animate-text.inview .char:nth-child(27) {
    animation-delay: 1.08s;
  }
  .animate-text.inview .char:nth-child(28) {
    animation-delay: 1.12s;
  }
  .animate-text.inview .char:nth-child(29) {
    animation-delay: 1.16s;
  }
  .animate-text.inview .char:nth-child(30) {
    animation-delay: 1.2s;
  }
}
@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blur {
  transform: scale(1.2);
  filter: blur(15px);
  opacity: 0;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.blur.inview {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-family: YakuHanMP, "Cambria", "Noto Serif JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #333;
  overflow-x: hidden;
}

#loading {
  transition: all 1s; /*ローディングにかかる時間*/
  background-color: white;
  z-index: 999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: #5FD264;
  border-right-color: #5FD264;
  border-bottom-color: #5FD264;
  animation: spin 0.6s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.swiper {
  z-index: -1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: 0.5s all;
}

.font-xs, .blog-txt, .blog-date, .more-btn a, .main-title .en {
  font-size: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
}

.font-sm, .g-nav-list ul li a, .sub-title, body {
  font-size: clamp(1.4rem, 1.331rem + 0.31vw, 1.7rem);
}

.font-md {
  font-size: clamp(1.4rem, 1.218rem + 0.91vw, 1.9rem);
}

.font-lr {
  font-size: clamp(1.7rem, 1.373rem + 1.64vw, 2.6rem);
}

.font-lg, .main-title {
  font-size: clamp(2.5rem, 2.246rem + 1.13vw, 3.6rem);
}

.main-title {
  position: relative;
  color: #5FD264;
  font-weight: 500;
  letter-spacing: 0.2rem;
  display: inline-block;
}
.main-title::before {
  position: absolute;
  content: "";
  background: url(../images/clover_ico.svg) no-repeat center/contain;
  width: 0.5em;
  height: 0.5em;
}
.main-title .en {
  letter-spacing: 0.2em;
  margin-top: 0.1rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .main-title .en {
    text-align: center;
  }
}
.main-title.vertical-rl {
  line-height: 0.8;
  writing-mode: vertical-rl;
  padding-top: 0.65em;
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl {
    line-height: 1;
    padding: 0 0.65em;
  }
}
.main-title.vertical-rl::before {
  top: 0;
  right: 0.1em;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl::before {
    top: 0.25em;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl {
    writing-mode: horizontal-tb;
    margin: 0 auto;
  }
  .main-title.vertical-rl .en {
    margin-top: 0.5em;
  }
}
.main-title.horizontal-tb {
  line-height: 1.2;
  padding-left: 0.65em;
  margin: 0 auto;
}
.main-title.horizontal-tb::before {
  top: 0.35em;
  left: 0;
}
.main-title.horizontal-tb .en {
  text-align: center;
}

.sub-title._black {
  color: #333;
}

.more-btn a {
  position: relative;
  color: #333;
  padding-right: 45px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1rem;
  transition: 0.5s all;
}
.more-btn a::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrows_green.svg) no-repeat center/contain;
  transition: 0.5s all;
}
.more-btn a:hover {
  opacity: 0.6;
}
.more-btn a:hover::before {
  right: -0.5em;
}

.mb-sm, .sub-title {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .mb-lg {
    margin-bottom: 150px;
  }
}

.pb-sm {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .pb-lg {
    padding-bottom: 150px;
  }
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block;
  }
}

.news-list li {
  font-family: "Noto Sans JP";
  margin: 3rem 0 1rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .news-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list li a {
  transition: 0.3s all;
  width: 100%;
  color: #333;
  padding: 1.25em 0;
  display: block;
}
.news-list li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .news-list li a {
    padding: 0.25em 0 1em;
  }
}
.news-list .news-date {
  margin: 0 3em 0 1em;
}
@media screen and (max-width: 600px) {
  .news-list .news-date {
    display: block;
    margin: 0;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .blog-list {
    margin-left: 0;
  }
}
.blog-list li {
  width: calc(33.3333333333% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .blog-list li {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
}
.blog-list a {
  font-family: "Noto Sans JP";
  color: #333;
}
.blog-list a img {
  transform: scale(1);
  transition: 0.5s all;
}
.blog-list a:hover {
  opacity: 0.5;
}
.blog-list a:hover img {
  transform: scale(1.1);
}

.blog-thum {
  border-radius: 10px;
  overflow: hidden;
}
.blog-thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 14/9;
}

.blog-ttl {
  font-weight: 500;
}

.blog-date {
  font-weight: 400;
  margin: 1em 0 0.25em;
  display: block;
}

.blog-txt {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #909090;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
}
@media screen and (max-width: 960px) {
  header {
    height: 70px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0 10px;
  }
}

.g-nav-list ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.g-nav-list ul li {
  margin: 0.5em 0 0.5em 2vw;
}
.g-nav-list ul li a {
  font-family: "Noto Sans JP";
  color: #A59669;
  text-decoration: none;
  padding: 0.25em 0.5em;
  white-space: nowrap;
}
.g-nav-list ul li a[target=_blank] {
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 960px) {
  .g-nav-list ul li a[target=_blank] {
    display: inline-block;
  }
}
.g-nav-list ul li a[target=_blank]:hover {
  opacity: 0.5;
}
.g-nav-list ul li a[target=_blank]::after {
  background: url(../images/blank_ico.svg) no-repeat center/contain;
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .g-nav-list ul li a[target=_blank]::after {
    background: url(../images/blank_ico2.svg) no-repeat center/contain;
  }
}

@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 23px;
    right: 23px;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .toggle span {
    display: inline-block;
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: #A59669;
    width: 100%;
  }
  .toggle span:nth-of-type(1) {
    top: 0;
  }
  .toggle span:nth-of-type(2) {
    top: 10px;
  }
  .toggle span:nth-of-type(3) {
    top: 20px;
  }
  .toggle .openbtn-area {
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .toggle.active .openbtn-area {
    transform: rotateY(-180deg);
  }
  .toggle.active .openbtn-area span:nth-of-type(1) {
    top: 3px;
    transform: translateY(6px) rotate(-45deg);
  }
  .toggle.active .openbtn-area span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle.active .openbtn-area span:nth-of-type(3) {
    top: 15px;
    transform: translateY(-6px) rotate(45deg);
  }
  .logo {
    width: 200px;
    margin-left: 10px;
  }
  .g-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    top: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: #F5FFF0;
    transition: 0.6s all;
  }
  .g-nav.panelactive {
    visibility: visible;
    opacity: 1;
  }
  .g-nav .g-nav_wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 20px 20px;
  }
  /*ナビゲーション*/
  .g-nav-list ul {
    width: 100%;
    flex-direction: column;
  }
  .g-nav-list ul li {
    width: 100%;
    margin: 0;
  }
  .g-nav-list ul li a {
    position: relative;
    color: #5FD264;
    text-decoration: none;
    padding: 1.25em 1em;
    display: block;
    letter-spacing: 0.1em;
    font-size: min(1.6rem, 4.5vw);
    font-weight: 500;
    text-align: left;
  }
  /*SPサブナビゲーション*/
  .sub_nav {
    text-align: center;
    width: 100%;
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    margin-top: 4rem;
  }
  .sub_nav .nav-logo {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.footer {
  position: sticky;
  top: 100vh;
  padding: 60px 0;
  background: #A59669;
  font-family: "Noto Sans JP";
  color: white;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 50px 0 30px;
  }
}
.footer a {
  color: white;
}
.footer a:hover {
  opacity: 0.5;
}
.footer .flex {
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer .flex {
    align-items: center;
    flex-direction: row;
  }
}
.footer .flex .l_box {
  width: 320px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .footer .flex .l_box {
    width: 100%;
    margin-right: 0;
  }
}
.footer .flex .r_box {
  display: flex;
  flex-direction: column;
}

.foot-logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .foot-logo {
    width: 280px;
  }
}

.foot-address,
.foot-info-list {
  font-size: 1.6rem;
}
.foot-address span,
.foot-info-list span {
  display: block;
  font-size: 1.4rem;
}

.foot-tel {
  font-weight: 500;
}
.foot-tel a {
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .foot-tel a {
    font-size: 8vw;
  }
}

.foot-info-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .foot-info-list {
    margin-top: 2rem;
  }
}
.foot-info-list dt {
  width: 6em;
  margin: 0.25rem 0;
}
@media screen and (max-width: 600px) {
  .foot-info-list dt {
    width: 6em;
  }
}
.foot-info-list dd {
  width: calc(100% - 6em);
  margin: 0.25rem 0;
}
@media screen and (max-width: 480px) {
  .foot-info-list dd {
    width: 100%;
  }
}

.foot-nav-list ul {
  margin-top: 2rem;
  width: 320px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .foot-nav-list ul {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .foot-nav-list ul {
    width: 100%;
  }
}
.foot-nav-list ul li {
  width: 50%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .foot-nav-list ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .foot-nav-list ul li a {
    font-size: 1.6rem;
  }
}

.foot-sns-list li a {
  display: inline-block;
}
.foot-sns-list li a img {
  width: 25px;
}

.backtotop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  z-index: 500;
}
@media screen and (max-width: 480px) {
  .backtotop {
    width: 60px;
    height: 60px;
  }
}
.backtotop a {
  transition: 0.5s all;
}
.backtotop a:hover {
  opacity: 0.5;
}
.backtotop a img {
  width: 100%;
}

.copy {
  margin-top: auto;
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
}
@media screen and (max-width: 960px) {
  .copy {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .copy {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=style.css.map */