.kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.kv video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kv .logo {
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .kv .logo {
    display: none;
  }
}
.kv .logo img {
  height: 100%;
}

.text {
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .text {
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.btn-arrow {
  display: inline-block;
}
.btn-arrow a {
  border-bottom: 1px solid #cbc3b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.btn-arrow a::after {
  content: "";
  width: 27px;
  height: 5px;
  background-image: url(/wp-content/uploads/2025/05/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.btn-arrow a:hover {
  color: #cbc3b8;
}
.btn-arrow a:hover::after {
  background-image: url(/wp-content/uploads/2025/05/arrow-h.png);
}

.section01 {
  margin-bottom: 150px;
}
.section01 .inner {
  text-align: center;
}

.section02 {
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .section02 {
    margin-bottom: 130px;
  }
}
.section02 .inner .page-slider {
  height: 640px;
}
@media (max-width: 767px) {
  .section02 .inner .page-slider {
    height: 240px;
  }
}
.section02 .inner .page-slider .slick-list {
  height: 100%;
}
.section02 .inner .page-slider .slick-list .slick-track {
  height: 100%;
}
.section02 .inner .page-slider .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section02 .inner .page-slider .slick-dots {
  bottom: -40px;
}
.section02 .inner .image img {
  width: 100%;
  height: 100%;
}
.section02 .inner .top .image:nth-child(1) {
  width: 25%;
  bottom: -30px;
  left: 5%;
}
.section02 .inner .top .image:nth-child(2) {
  width: 60%;
  margin: 0 0 100px auto;
}
.section02 .inner .bottom .image:nth-child(1) {
  width: 60%;
}
.section02 .inner .bottom .image:nth-child(2) {
  width: 25%;
  top: -30px;
  right: 5%;
}

.section03 {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .section03 {
    margin-bottom: 100px;
  }
}
.section03 .headline {
  text-align: left;
  font-size: 20px;
}
.section03 .news-list .box {
  border-top: 1px solid #747473;
}
.section03 .news-list .box:last-child {
  border-bottom: 1px solid #747473;
}
.section03 .news-list .box a {
  padding: 10px 5px 40px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section03 .news-list .box a .info {
  margin-right: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .section03 .news-list .box a .info {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section03 .news-list .box a .info .date {
  margin-right: 30px;
}
.section03 .news-list .box a .info .category {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.section03 .news-list .box a .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .section03 .news-list .box a .title {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.section03 .news-list .box a:hover .title {
  color: #e3dfd9;
}

.section04 {
  background-color: #e8e8e8;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .section04 {
    padding: 60px 0;
    margin-bottom: 100px;
  }
}
.section04 .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section04 .list .box {
  width: calc(100% / 2 - 90px / 2);
  margin-right: 90px;
  max-width: 450px;
}
.section04 .list .box:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section04 .list .box {
    width: calc(100% / 2 - 40px / 2);
    margin-right: 40px;
  }
  .section04 .list .box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section04 .list .box {
    width: calc(100% / 2 - 20px / 2);
    margin-right: 20px;
  }
  .section04 .list .box:nth-child(2n) {
    margin-right: 0;
  }
}
.section04 .list .box a .image {
  margin-bottom: 30px;
}
.section04 .list .box a .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #4b423f;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.section04 .list .box a .image img {
  width: 100%;
}
.section04 .list .box a .image .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 767px) {
  .section04 .list .box a .image .title {
    font-size: 20px;
  }
}
.section04 .list .box a .btn {
  display: inline-block;
}
.section04 .list .box a .btn .text-inner {
  border-bottom: 1px solid #cbc3b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .section04 .list .box a .btn .text-inner {
    font-size: 14px;
  }
}
.section04 .list .box a .btn .text-inner::after {
  content: "";
  width: 27px;
  height: 5px;
  background-image: url(/wp-content/uploads/2025/05/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  -webkit-transition: 1.4s;
  transition: 1.4s;
}
.section04 .list .box a .btn .text-inner:hover {
  color: #cbc3b8;
}
.section04 .list .box a .btn .text-inner:hover::after {
  background-image: url(/wp-content/uploads/2025/05/arrow-h.png);
}
.section04 .list .box a:hover .image::after {
  opacity: 0;
}

.section05 {
  margin-bottom: 150px;
}
.section05 .headline {
  line-height: 1.9;
}
@media (max-width: 767px) {
  .section05 .headline {
    font-size: 26px;
  }
}
.section05 .gallery-slider {
  margin-bottom: 60px;
}
.section05 .gallery-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.section05 .gallery-slider .image .image-inner {
  margin-right: 20px;
}
.section05 .gallery-slider .image .image-inner img {
  width: 100%;
  display: block;
}
.section05 .text {
  text-align: left;
}
.section05 .btn {
  display: inline-block;
}
.section05 .btn a {
  border-bottom: 1px solid #cbc3b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-bottom: 10px;
}
.section05 .btn a::after {
  content: "";
  width: 27px;
  height: 5px;
  background-image: url(/wp-content/uploads/2025/05/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.section05 .btn a:hover {
  color: #cbc3b8;
}
.section05 .btn a:hover::after {
  background-image: url(/wp-content/uploads/2025/05/arrow-h.png);
}

.section06 {
  margin-bottom: 220px;
}
.section06 .map {
  width: 80%;
  margin: 0 auto 80px auto;
}
.section06 .map img {
  width: 100%;
  height: 100%;
}
.section06 .box .image {
  width: calc(60% - 80px);
  margin-right: 80px;
}
@media (max-width: 900px) {
  .section06 .box .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section06 .box .image img {
  width: 100%;
  height: 100%;
}
.section06 .box .content {
  width: 40%;
}
@media (max-width: 900px) {
  .section06 .box .content {
    width: 100%;
  }
}
.section06 .box .content .text {
  margin-bottom: 30px;
  text-align: left;
}
.section06 .box .content .btn {
  display: inline-block;
}
.section06 .box .content .btn a {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-bottom: 10px;
}
.section06 .box .content .btn a::after {
  content: "";
  width: 27px;
  height: 5px;
  background-image: url(/wp-content/uploads/2025/05/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}