@charset "UTF-8";
.nav-menu a.navbar-toggler {
  padding: 0;
  height: auto;
}

.hamburger {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 15px;
}
.hamburger span:nth-child(3) {
  top: 22px;
}
.hamburger.active span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .g-slideshow::before {
    top: -30px;
  }
}
.g-slideshow .splide {
  overflow: inherit;
}
.g-slideshow .slideshow-text {
  top: 30px;
}
.g-slideshow .slideshow-text h2 {
  font-size: 74px;
  font-weight: 500;
  line-height: 1em;
}
.g-slideshow .slideshow-text p {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1.8em;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .g-slideshow .slideshow-text .logo-loglife {
    width: 183px;
  }
  .g-slideshow .slideshow-text p {
    line-height: 1.5em;
    margin-top: 10px;
  }
}
@media (max-width: 1300px) {
  .g-slideshow .splide .splide-item {
    max-width: 750px;
  }
  .g-slideshow .slideshow-text {
    top: 30px;
  }
  .g-slideshow .slideshow-text h2 {
    font-size: 40px;
  }
  .g-slideshow .slideshow-text p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .g-slideshow .splide .splide-item {
    max-width: 600px;
  }
  .g-slideshow .slideshow-text {
    top: 20px;
  }
  .g-slideshow .slideshow-text h2 {
    font-size: 36px;
  }
  .g-slideshow .slideshow-text p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .g-slideshow .splide .splide-item {
    max-width: 1400px;
  }
}
@media (max-width: 600px) {
  .g-slideshow .slideshow-text {
    top: 140px;
  }
}

.home-news {
  position: relative;
  top: -80px;
}
@media (max-width: 1366px) {
  .home-news {
    top: -70px;
  }
}
@media (max-width: 1024px) {
  .home-news {
    top: 0;
  }
}
@media (max-width: 667px) {
  .home-news {
    top: -40px;
  }
}

.section-value {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw;
  padding: 100px 0 190px;
  background: #fff;
  position: relative;
}
.section-value .container {
  max-width: 1200px;
  display: flex;
}
.section-value__img-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.section-value__img {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 0;
  max-width: 640px;
}
.section-value__content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #46505C;
}
.section-value__content .section-value__heading {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  padding-bottom: 0.7rem;
  color: #46505C;
  line-height: 1.35;
  position: relative;
  z-index: 100;
  margin-top: 50px;
}
.section-value__content .section-value__heading span {
  display: block;
  position: relative;
  right: 120px;
  width: 120%;
  height: 1px;
  background: #46505C;
  margin-top: 5px;
}
.section-value__content .section-value__subheading {
  font-size: 28px;
  font-weight: 700;
  color: #46505C;
  margin-bottom: 2.1rem;
  margin-top: 1.6rem;
  letter-spacing: 0.01em;
}
.section-value__content .section-value__desc {
  font-size: 16px;
  color: #46505C;
  line-height: 2.05;
  letter-spacing: 0.01em;
}

@media (max-width: 1300px) {
  .section-value {
    flex-direction: column;
    padding: 50px 0;
    overflow: hidden;
  }
  .section-value .container {
    flex-direction: column;
  }
  .section-value .section-value__heading {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .section-value .section-value__heading span {
    right: 0;
    width: 100%;
  }
  .section-value__img-wrap, .section-value__content {
    max-width: 100%;
    margin: 0;
  }
  .section-value__img-wrap {
    justify-content: center;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .section-value__img-wrap .section-value__img {
    position: relative;
    left: 0;
    top: 0;
    width: 110%;
    max-width: 110%;
    margin-left: -30px;
    margin-right: -30px;
  }
  .section-value__content {
    padding: 0;
  }
  .section-value__content .section-value__subheading {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
  }
}
.section-merit {
  padding: 0 0 7vw 0;
  background: #fff;
  position: relative;
}
.section-merit .container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-merit__header {
  position: relative;
  margin-bottom: 2.6vw;
}
.section-merit__big-title {
  margin-bottom: 10px;
  margin-left: -40px;
  display: block;
}
.section-merit__title {
  position: relative;
  font-size: 28px;
  color: #46505C;
  z-index: 1;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-weight: 700;
}
.section-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8vw 2.5vw;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.section-merit__item {
  text-align: center;
  padding: 0 1vw;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-merit__item:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-merit__item:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.section-merit__img-wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-merit__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.section-merit__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3e4652;
}
.section-merit__desc {
  color: #46505C;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  min-height: 54px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 1300px) {
  .section-merit__list {
    grid-template-columns: 1fr 1fr;
    gap: 2.4vw 2vw;
    max-width: 90vw;
  }
  .section-merit__big-title {
    top: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .section-merit__list {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .section-merit__item {
    padding: 0 0.3rem;
  }
  .section-merit__item .section-merit__img-wrap {
    width: 100px;
    height: 100px;
  }
  .section-merit__big-title {
    margin-left: 0;
  }
  .section-merit__big-title img {
    max-width: 200px;
  }
}
.section-point {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0 0 0;
  background: #fff;
  gap: 4vw;
  position: relative;
  overflow-x: hidden;
  min-height: 90vh;
}
.section-point .container {
  max-width: 1200px;
  display: flex;
}
@media (max-width: 1300px) {
  .section-point .container {
    flex-direction: column;
    align-items: center;
  }
  .section-point .container .section-point__left {
    order: 2;
  }
  .section-point .container .section-point__img-group {
    order: 1;
    margin-bottom: 30px;
  }
}
.section-point__left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 50%;
}
.section-point__title {
  font-size: 40px;
  font-weight: 600;
  color: #46505C;
  line-height: 1.35;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
@media (max-width: 950px) {
  .section-point__title {
    font-size: 27px;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 600px) {
  .section-point__title {
    letter-spacing: -0.01em;
  }
}
.section-point__divider {
  width: 130%;
  border: none;
  border-top: 1px solid #46505C;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .section-point__divider {
    width: 100%;
  }
}
.section-point__desc {
  color: #46505C;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.section-point__right {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.section-point__img-group {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  max-width: 640px;
}
.section-point__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.25);
}
.section-point__img--top {
  aspect-ratio: 16/9;
}
.section-point__img--bottom {
  aspect-ratio: 16/9;
}

@media (max-width: 1300px) {
  .section-point {
    flex-direction: column;
    gap: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .section-point__left, .section-point__right {
    max-width: 100%;
    padding: 0;
  }
  .section-point__img-group {
    width: 100%;
    max-width: 100vw;
    position: relative;
  }
}
.section-commitment {
  background: #f6f6f7;
  padding: 0 0 6vw 0;
  position: relative;
}
.section-commitment .container {
  max-width: 1200px;
}
.section-commitment__header {
  position: relative;
  top: -46px;
}
.section-commitment__big-title {
  color: #e4e6ea;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  z-index: 0;
  margin-bottom: 0;
  position: relative;
  left: -40px;
}
.section-commitment__title {
  position: relative;
  font-size: 28px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  color: #46505C;
  z-index: 1;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
.section-commitment__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
.section-commitment__card {
  background: #fff;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  flex: 1 1 320px;
  max-width: 390px;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.22s;
  margin-bottom: 2vw;
}
.section-commitment__card:hover {
  box-shadow: 0 18px 38px rgba(90, 120, 180, 0.13);
}
.section-commitment__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 1.2rem;
}
.section-commitment__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.section-commitment__card-title {
  font-size: 1.25rem;
  color: #46505C;
  font-weight: 700;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
}
.section-commitment__desc {
  color: #46505C;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
}

@media (max-width: 1300px) {
  .section-commitment {
    padding-top: 50px;
  }
  .section-commitment__header {
    top: -75px;
  }
  .section-commitment__big-title {
    left: 0;
  }
  .section-commitment__big-title img {
    max-width: 330px;
  }
  .section-commitment__title span {
    display: block;
  }
  .section-commitment__cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    top: -40px;
  }
  .section-commitment__card {
    max-width: 95vw;
    margin-bottom: 1.7vw;
  }
}
.section-case {
  background: #fff;
  position: relative;
  padding: 50px 0 0 0;
}
.section-case .container {
  max-width: 1200px;
}
.section-case__header {
  margin-bottom: 2vw;
  position: relative;
}
.section-case__big-title {
  font-size: 5.5rem;
  color: #e2e4e6;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  position: relative;
  left: -40px;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.section-case__title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #46505C;
  z-index: 1;
  letter-spacing: 0.02em;
  margin-bottom: 2.7vw;
  margin-top: 20px;
}
.section-case__part {
  margin-top: 1vw;
  padding-bottom: 100px;
}
.section-case__part.equipment {
  width: 100%;
  position: relative;
  padding: 50px 0 100px;
  background: #F2F2F2;
}
@media (max-width: 1300px) {
  .section-case__part.equipment {
    padding-bottom: 50px;
  }
}
.section-case__subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #46505C;
  margin-bottom: 30px;
  margin-top: 1.4vw;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #46505C;
  position: relative;
}

@media (max-width: 900px) {
  .section-case {
    width: 98vw;
    padding-top: 20px;
  }
  .section-case__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
  .section-case__big-title {
    left: 0;
  }
  .section-case__big-title img {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .section-case__gallery {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .section-case__header, .section-case__part {
    margin-left: 0;
    padding-left: 0;
  }
  .section-case__part {
    padding-bottom: 50px;
  }
  .section-case__title {
    margin-bottom: 25px;
  }
}
.masonry-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.masonry-grid-item {
  width: 32%;
  /* 3 cột, điều chỉnh theo ý muốn */
  margin-bottom: 20px;
  float: left;
  /* bằng 1/2 gutter */
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.masonry-grid-item {
  position: relative;
  overflow: hidden;
}

.masonry-grid-item a {
  display: block;
  position: relative;
}

.masonry-grid-item img {
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1), filter 0.3s;
  display: block;
  width: 100%;
  height: auto;
}

.masonry-grid-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.7);
}

.zoom-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.3s, transform 0.3s;
}

.masonry-grid-item:hover .zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.zoom-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99c.41.41 1.09.41 1.5 0s.41-1.09 0-1.5l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') center/contain no-repeat;
}

@media (max-width: 900px) {
  .masonry-grid {
    max-width: 98vw;
  }
}
@media (max-width: 600px) {
  .masonry-grid {
    max-width: 100vw;
  }
  .masonry-grid-item {
    margin-bottom: 8px;
  }
}
.section-equipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  margin: 40px 0 0 0;
  padding: 0;
}
.section-equipment__list .section-equipment__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
  min-height: 320px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.section-equipment__list .section-equipment__item a {
  position: relative;
  display: block;
  width: 100%;
}
.section-equipment__list .section-equipment__item:hover .zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.section-equipment__list .section-equipment__item .section-equipment__img {
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(70, 80, 92, 0.08);
  aspect-ratio: 4/3;
}
.section-equipment__list .section-equipment__item .section-equipment__title {
  font-size: 16px;
  font-weight: 700;
  color: #46505C;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.section-equipment__list .section-equipment__item .section-equipment__desc {
  font-size: 14px;
  font-weight: 300;
  color: #46505C;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: left;
}
.section-equipment__list .section-equipment__item .zoom-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.3s, transform 0.3s;
  margin-top: -16px;
}
.section-equipment__list .section-equipment__item .zoom-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99c.41.41 1.09.41 1.5 0s.41-1.09 0-1.5l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') center/contain no-repeat;
}

/* Responsive */
@media (max-width: 900px) {
  .section-equipment__list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.2rem;
  }
  .section-equipment__item {
    min-height: 260px;
    padding: 20px 10px 14px 10px;
  }
}
@media (max-width: 600px) {
  .section-equipment__list {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
  }
  .section-equipment__item {
    min-height: 180px;
    padding: 14px 6px 10px 6px;
  }
}
.section-hero-brand {
  width: 100vw;
  max-width: 100%;
  background: #fff;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.section-hero-brand__header {
  text-align: center;
  margin-bottom: 3vw;
}
.section-hero-brand__header h1 {
  font-size: 40px;
  font-weight: 700;
  color: #49525c;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  margin: 0 auto;
  display: inline-block;
  padding: 0 0.5em;
}
.section-hero-brand__header h1 span {
  display: inline-block;
}
.section-hero-brand__body {
  width: 100vw;
  position: relative;
}
.section-hero-brand__body .container {
  display: flex;
  max-width: 1200px;
}
.section-hero-brand__img-wrap {
  width: 50%;
}
.section-hero-brand__img-wrap img {
  width: 100%;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 640px;
}
.section-hero-brand__content {
  width: 50%;
  color: #545e6a;
  font-size: 16px;
  line-height: 2.03;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.section-hero-brand__footer {
  margin: 0 auto;
  max-width: 1200px;
  color: #46505C;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  padding-top: 2vw;
}

@media (max-width: 1300px) {
  .section-hero-brand {
    padding: 50px 0 30px;
  }
  .section-hero-brand__body {
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }
  .section-hero-brand__body .container {
    flex-direction: column;
    align-items: center;
  }
  .section-hero-brand__img-wrap,
  .section-hero-brand__content {
    min-width: 0;
    width: 100%;
  }
  .section-hero-brand__img-wrap {
    margin-bottom: 30px;
  }
  .section-hero-brand__img-wrap img {
    position: relative;
    left: 0;
    top: 0;
    width: 120%;
    max-width: inherit;
    margin-left: -30px;
    margin-right: -30px;
  }
  .section-hero-brand__footer {
    padding-top: 1.2vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-hero-brand__header h1 {
    font-size: 28px;
    padding: 0 0.1em;
    margin-bottom: 20px;
  }
  .section-hero-brand__header h1 span {
    display: block;
  }
}
.section-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-picture a {
  display: block;
  position: relative;
  width: 33.33%;
  height: 420px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.section-picture a:hover {
  transition: transform 0.3s ease;
}
.section-picture a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .section-picture a {
    height: 210px;
  }
  .section-picture a:nth-of-type(2) {
    width: 90%;
  }
}
.section-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}/*# sourceMappingURL=fe.css.map */