@charset "utf-8";
/*-------anime------*/
.js-split span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

.js-split.is-active span {
  animation: fadeUp 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.a-ct {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.a-ct::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background: #fff;
  top: 0;
  z-index: 5;
  transition: 0.8s;
  transition-delay: 0.4s;
}
.a-left::after {
  left: 0;
}
.a-left.is-visible::after {
  left: -100vw;
}
.a-right::after {
  right: 0;
}
.a-right.is-visible::after {
  right: -100vw;
}
#lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/*-------post------*/
.post {
  margin-bottom: 30px;
}
.post-meta time {
  color: #000;
  font-size: max(0.903vw, 1.3rem);
  font-weight: 500;
  border: 1px solid #505050;
  border-radius: 32px;
  padding: 3.5px 18.5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1.6;
}
.post h2,
.post h1 {
  font-size: max(1.111vw, 1.6rem);
}
.more-button {
  margin-top: 40px;
}
/*-------hd------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 5.55% 10px 20px;
  width: 100%;
  z-index: 699;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-logo {
  max-width: max(14.931vw, 181px);
  width: 100%;
}
.hd-logo a {
  transition: 0.3s ease-in-out;
}
.hd-logo a:hover {
  opacity: 0.6;
}
/*-------ft-----*/
.ft-main-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft-main-menu li {
  border-right: 1px solid #dadada;
  margin-right: max(3.264vw, 24px);
  padding-right: max(3.264vw, 24px);
}
.ft-main-menu li:last-child {
  margin-right: 0;
  border-right: none;
}
.ft-main-menu li a {
  font-weight: 500;
  transition: 0.4s ease-in-out;
}
.ft-main-menu li a:hover {
  color: #e07e7e;
}
/*-------btn------*/
.btn1 {
  position: relative;
  background: #fff;
  color: #e07e7e;
  border: 1px solid #e07e7e;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: max(19.167vw, 276px);
  width: 100%;
  height: clamp(44px, 3.075vw, 60px);
  font-weight: 500;
  font-size: max(0.9722vw, 1.4rem);
  transition: 0.3s ease-in-out;
}
.btn1::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #e07e7e;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: 0.3s ease-in-out;
}
.btn1:hover {
  color: #fff;
  background: #e07e7e;
}
.btn1:hover::after {
  background: #fff;
}
.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: max(23.819vw, 343px);
  width: 100%;
  height: clamp(69px, 4.8vw, 80px);
  border: 1px solid #d3d3d3;
  transition: 0.3s ease-in-out;
}
.link-btn:hover {
  background: #e07e7e;
}
.tel-btn {
  font-size: max(2.222vw, 3.2rem);
  color: #d3d3d3;
  font-weight: 400;
  background: transparent;
}
.tel-btn::before {
  content: "";
  background: url(../../../uploads/2026/02/phone-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: max(1.667vw, 24px);
  aspect-ratio: 1 / 1;
}
.contact-btn {
  font-size: max(1.667vw, 2.4rem);
  color: #fff;
  font-weight: 500;
  background: #505050;
}
.contact-btn::before {
  content: "";
  background: url(../../../uploads/2026/02/mail-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: max(1.667vw, 24px);
  aspect-ratio: 1 / 1;
}
/*-------table------*/
.simple-table th {
  font-size: max(1.111vw, 1.6rem);
  text-align: left;
  font-weight: 500;
  vertical-align: text-top;
}
.simple-table td {
  font-size: max(1.111vw, 1.6rem);
  font-weight: 400;
}
/*-------tit------*/
.tit1 {
  font-family: "Lato", sans-serif;
  font-size: max(6.667vw, 4rem);
  color: #cae3d5;
}
.bd273 {
  position: relative;
  padding-bottom: 13px;
}
.bd273::after {
  content: "";
  display: inline-block;
  width: max(18.958vw, 83px);
  height: 1px;
  background: #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bd27 {
  position: relative;
  padding-bottom: 20px;
}
.bd27::after {
  content: "";
  display: inline-block;
  width: max(1.875vw, 27px);
  height: 1px;
  background: #019943;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tit2 {
  font-size: max(1.667vw, 2rem);
  font-weight: 500;
  width: fit-content;
  padding-bottom: 1em;
  position: relative;
}
.tit2::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background: #019943;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
/*-------mv------*/
.mv {
  position: relative;
  height: 100vh;
  margin-bottom: 68px;
}
.mv img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.mv-txt-wrap {
  position: absolute;
  right: 30px;
  bottom: 130px;
  z-index: 3;
}
.fv-title {
  color: #fff;
  text-shadow: 0px 0px 7.9px rgba(104, 104, 104, 0.56);
  font-weight: 700;
  font-size: max(2.778vw, 2.4rem);
  margin-bottom: 10px;
}
.mv-txt-wrap p {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(104, 104, 104, 0.56);
  font-weight: 700;
  font-size: max(1.389vw, 1.5rem);
}
/*-------sec1------*/
.sec1 {
  padding-bottom: 100px;
}
/*-------sec2------*/
.sec2 {
  padding-bottom: 220px;
}
.sec2 .cs-inner {
  padding-right: 5.55vw;
}
.sec2 .flex-wrap {
  gap: 45px;
}
.sec2 .txt-box {
  margin-bottom: 40px;
}
.sec2 .tit1 {
  margin-left: -80px;
  position: relative;
  z-index: 5;
}
/*-------sec3------*/
.sec3 {
  padding-bottom: 200px;
}
.sec3 .cs-inner {
  padding-left: 11.111vw;
  position: relative;
}
.sec3 .wrap {
  background: url(../../../uploads/2026/02/top-sec3-img.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: clamp(54px, 11.15vw, 300px);
  padding-bottom: clamp(37px, 7vw, 150px);
  padding-left: 50%;
}
.sec3 .tit1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -50%);
}
.ds-img-box {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: calc(11.111vw - 5.55%);
  max-width: max(45.417vw, 350px);
  width: 100%;
}
.ds-img-box .box {
  width: 50%;
  height: 100%;
}
.ds-img-box .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------sec4------*/
.sec4 {
  padding-bottom: 66px;
}
.bn-size {
  max-width: max(43.958vw, 350px);
  width: 100%;
}
.bn-size a {
  transition: 0.3s ease-in-out;
}
.bn-size a:hover {
  opacity: 0.7;
}
.co-slider li {
  max-width: max(20.208vw, 291px);
  width: 100%;
}
.co-slider li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
/*-------sec5------*/
.sec5 {
  padding-bottom: 53px;
}
.sec5 .cs-inner {
  padding-top: 39px;
  padding-bottom: 47px;
}
.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f5fffa 2px, transparent 2px);
  background-position: 0 0;
  background-size: 8px 8px;
}
.sec5 .flex-wrap {
  gap: max(3.194vw, 18px);
  flex-wrap: wrap;
}
/*-------sec6------*/
.sec6 {
  padding-bottom: 100px;
}
.sec6 .cs-inner {
  padding-left: 5.55vw;
}
.sec6 .txt-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (max-width: 1180px) {
  .mv {
    position: relative;
    height: auto;
  }
  .mv img {
    height: auto;
  }
  .sec2 .flex-wrap {
    align-items: stretch;
  }
  .sec2 .img-box img {
    height: 100%;
    object-fit: cover;
  }
  .sec3 .wrap {
    padding-right: 5.55%;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .header {
    padding: 10px 20px;
  }
  .simple-table th {
    width: 30%;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .mv {
    margin-bottom: 50px;
  }
  .sec1,
  .sec3,
  .sec4,
  .sec6 {
    padding-bottom: 50px;
  }
  .sec2 {
    padding-bottom: 120px;
  }
  .sec2 .ma40,
  .sec2 .txt-box,
  .sec5 .ma50,
  .sec6 .ma40 {
    margin-bottom: 24px;
  }
  .mv-txt-wrap {
    right: 0;
    padding-inline: 5.55%;
  }
  .sec2 .tit1 {
    margin-left: 0;
  }
  .sec2 .cs-inner {
    padding-right: 0;
  }
  .sec3 .cs-inner,
  .sec6 .cs-inner {
    padding-left: 0;
  }
  .sec2 .txt-box {
    padding-inline: 5.55%;
  }
  .btn1 {
    margin-inline: auto;
  }
  .sec2 .flex-wrap {
    gap: 0;
  }
  .sec3 .tit1 {
    right: auto;
    left: 5.55%;
    transform: translate(0%, -75%);
  }
  .sec3 .wrap {
    background: url(../../../uploads/2026/02/sp-top-sec3-img.jpg) no-repeat;
    background-size: cover;
    padding-left: 5.55%;
  }
  .sec3 .font2420 {
    padding-bottom: 12px;
  }
  .sec3 .font2420 {
    margin-bottom: 18px;
  }
  .ds-img-box {
    position: relative;
    max-width: 100%;
    left: 0;
    bottom: 0 !important;
  }
  .sec5 .cs-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 5.55%;
  }
  .sec4 .grid-wrap {
    gap: 8px;
    grid-template-columns: repeat(2, 122px);
    justify-content: center;
  }
  .sec6 .txt-box {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-inline: 5.55%;
    margin-bottom: 24px;
  }
  .sec6 .tit1 {
    margin-right: auto;
    margin-left: 0;
  }
  .ft-main-menu {
    gap: 21px 0;
  }
  .ft-main-menu li:nth-child(3) {
    margin: 0;
  }
  .footerwrap {
    padding-bottom: 27px;
  }
  .copyright-container {
    padding: 30px 0;
  }
  .header {
    padding: 15px;
  }
  .ft-main-menu li:last-child {
    padding: 0;
  }
}
/* CSS Document */
