.loghouse-fv {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background-image: url("../images/webp/log-fv.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.loghouse-fv__content {
  position: relative;
  z-index: 1;
  width: min(62vw, 100%);
  padding: 0 0 6.4vw 10vw;
}

.loghouse-fv__lead {
  font-family: var(--font-base);
  font-size: 1.45vw;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: 0.18vw;
}

.loghouse-fv__title {
  margin-top: 1.65vw;
  font-family: var(--font-base);
  font-size: 2.35vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.26vw;
}

.loghouse-fv__en {
  margin-top: 1.15vw;
  font-family: var(--font-expanded);
  font-size: 1.45vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.loghouse-intro {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 48.6vw;
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(rgba(26, 26, 26, 0.42), rgba(26, 26, 26, 0.42)), url("../images/webp/log-intro-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.loghouse-intro__content {
  width: min(52vw, 100%);
  margin-left: 10vw;
}

.loghouse-intro__title {
  font-family: var(--font-base);
  font-size: 2.05vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.2vw;
}

.loghouse-intro__text {
  margin-top: 2.6vw;
  font-family: var(--font-base);
  font-size: 1.02vw;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.08vw;
}

.loghouse-sec2 {
  position: relative;
  padding: 7.8vw 0 9vw;
  overflow: hidden;
  color: #1a1a1a;
  background: #fbfaf6;
}

.loghouse-sec2__tree {
  position: absolute;
  top: -1.7vw;
  right: -3.2vw;
  width: 34vw;
  height: auto;
  pointer-events: none;
}

.loghouse-sec2__inner {
  position: relative;
  z-index: 1;
  width: 80vw;
  margin-inline: auto;
}

.loghouse-sec2__lead {
  width: 65vw;
  padding-top: 2.1vw;
}

.loghouse-sec2__eyebrow {
  color: #2eaa5f;
  font-size: 1.12vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08vw;
}

.loghouse-sec2__title,
.loghouse-sec2__heading {
  margin-top: 1.55vw;
  font-size: 1.86vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.16vw;
}

.loghouse-sec2__text,
.loghouse-sec2__copy {
  margin-top: 2.7vw;
  font-size: 1.02vw;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.07vw;
}

.loghouse-sec2__row {
  display: grid;
  align-items: end;
  gap: 7.4vw;
  margin-top: 10.7vw;
}

.loghouse-sec2__row--image-right {
  grid-template-columns: 28vw 1fr;
}

.loghouse-sec2__row--image-left {
  grid-template-columns: 27vw 1fr;
  gap: 7.8vw;
  margin-top: 7.2vw;
}

.loghouse-sec2__body {
  padding-bottom: 1.25vw;
}

.loghouse-sec2__media {
  margin: 0;
  overflow: hidden;
}

.loghouse-sec2__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loghouse-sec2__row--image-right .loghouse-sec2__media {
  aspect-ratio: 1.74 / 1;
}

.loghouse-sec2__media--vertical {
  aspect-ratio: 0.76 / 1;
}

.loghouse-sec2__row--image-left .loghouse-sec2__body {
  padding-bottom: 3.2vw;
}

.loghouse-sec2__feature {
  display: grid;
  grid-template-columns: 68.4vw 23.2vw;
  align-items: start;
  margin-top: 8.6vw;
  margin-left: -10vw;
}

.loghouse-sec2__feature-media {
  margin: 0;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
}

.loghouse-sec2__feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loghouse-sec2__feature-card {
  position: relative;
  z-index: 1;
  min-height: 32.6vw;
  margin-top: 10.1vw;
  margin-left: -5.8vw;
  padding: 4.1vw 2.45vw 3.45vw;
  background: #ffffff;
}

.loghouse-sec2__feature-title {
  margin-top: 1.7vw;
  font-size: 1.86vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.18vw;
}

.loghouse-sec2__feature-text {
  margin-top: 3.25vw;
  font-size: 0.98vw;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.08vw;
}

.loghouse-works {
  padding: 7vw 0 8.6vw;
  color: #1a1a1a;
  background: #fbfaf6;
}

.loghouse-works__heading {
  text-align: center;
}

.loghouse-works__title {
  margin: 0;
  font-family: var(--font-expanded);
  font-size: 2.45vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03vw;
}

.loghouse-works__subtitle {
  margin-top: 1.6vw;
  font-size: 0.88vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12vw;
}

.loghouse-works__case {
  display: grid;
  grid-template-columns: 53vw 1fr;
  align-items: center;
  gap: 7.1vw;
  width: 80vw;
  margin: 6.6vw auto 0;
}

.loghouse-works__media {
  margin: 0;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
}

.loghouse-works__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loghouse-works__body {
  padding-bottom: 0.8vw;
}

.loghouse-works__case-title {
  margin: 0;
  font-size: 1.62vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.16vw;
}

.loghouse-works__text {
  margin-top: 3.3vw;
  font-size: 0.92vw;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.07vw;
}

.loghouse-works__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4vw;
  min-width: 12.7vw;
  min-height: 3.4vw;
  margin-top: 3.3vw;
  padding: 0 1.6vw;
  color: #ffffff;
  background: #1a1a1a;
  font-size: 0.72vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08vw;
  text-decoration: none;
}

.loghouse-works__button:visited {
  color: #ffffff;
}

.loghouse-works__button-icon {
  font-family: var(--font-noto);
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1;
}

.loghouse-cta {
  padding: 9vw 0 8.5vw;
  color: #eeeeee;
  background: #000000;
}

.loghouse-cta__inner {
  width: 80%;
  margin-inline: auto;
}

.loghouse-cta__heading {
  text-align: center;
  color: #eeeeee;
}

.loghouse-cta__title {
  margin: 0;
  color: #eeeeee;
  font-family: var(--font-expanded);
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08vw;
}

.loghouse-cta__subtitle {
  margin-top: 2vw;
  color: #eeeeee;
  font-size: 1.35vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12vw;
}

.loghouse-cta__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5vw;
  width: 100%;
  margin: 6.2vw 0 0;
}

.loghouse-cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  aspect-ratio: 1;
  padding: 3.7vw 2.3vw 2.8vw;
  overflow: hidden;
  color: #eeeeee;
  text-decoration: none;
  background: #414141;
}

.loghouse-cta-card:visited {
  color: #eeeeee;
}

.loghouse-cta-card::before,
.loghouse-cta-card::after {
  position: absolute;
  right: 2.15vw;
  bottom: 2.05vw;
  width: 4.1vw;
  aspect-ratio: 1;
  pointer-events: none;
}

.loghouse-cta-card::before {
  content: "";
  border: 0.0625rem solid #eeeeee;
  border-radius: 50%;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.loghouse-cta-card::after {
  content: "→";
  display: grid;
  place-items: center;
  color: #eeeeee;
  font-family: var(--font-noto);
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s ease;
}

.loghouse-cta-card:hover::before,
.loghouse-cta-card:focus-visible::before {
  transform: scale(1.06);
  background: rgba(238, 238, 238, 0.08);
}

.loghouse-cta-card:hover::after,
.loghouse-cta-card:focus-visible::after {
  transform: translateX(0.22vw);
}

.loghouse-cta-card__en {
  color: #eeeeee;
  font-family: var(--font-expanded);
  font-size: 1.08vw;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03vw;
}

.loghouse-cta-card__title {
  margin-top: 1.45vw;
  color: #eeeeee;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12vw;
}

.loghouse-cta-card__tel {
  margin-top: 2.3vw;
  color: #eeeeee;
  font-family: var(--font-noto);
  font-size: 1.55vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08vw;
  white-space: nowrap;
}

.loghouse-cta-card__text {
  margin-top: 2.2vw;
  max-width: 21vw;
  color: #eeeeee;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08vw;
}

@media (max-width: 64em) {
  .loghouse-fv {
    min-height: 70vh;
    min-height: 70svh;
    background-position: center center;
  }

  .loghouse-fv__content {
    width: min(88vw, 100%);
    padding: 0 0 10vw 8vw;
  }

  .loghouse-fv__lead {
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0.24vw;
  }

  .loghouse-fv__title {
    margin-top: 3.4vw;
    font-size: 4.6vw;
    line-height: 1.65;
    letter-spacing: 0.24vw;
  }

  .loghouse-fv__en {
    margin-top: 3.4vw;
    font-size: 3.2vw;
  }

  .loghouse-intro {
    align-items: end;
    min-height: auto;
    aspect-ratio: 1 / 1.2;
    background-position: right center;
  }

  .loghouse-intro__content {
    width: min(84vw, 100%);
    margin: 0 auto 10vw;
  }

  .loghouse-intro__title {
    font-size: 5vw;
    line-height: 1.7;
    letter-spacing: 0.16vw;
  }

  .loghouse-intro__text {
    margin-top: 5vw;
    font-size: 2.85vw;
    line-height: 1.95;
    letter-spacing: 0.04vw;
  }

  .loghouse-sec2 {
    padding: 14vw 0 15vw;
  }

  .loghouse-sec2__tree {
    top: -4vw;
    right: -18vw;
    width: 62vw;
  }

  .loghouse-sec2__inner {
    width: 84vw;
  }

  .loghouse-sec2__lead {
    width: 100%;
    padding-top: 18vw;
  }

  .loghouse-sec2__eyebrow {
    font-size: 2.95vw;
    line-height: 1.55;
    letter-spacing: 0.12vw;
  }

  .loghouse-sec2__title,
  .loghouse-sec2__heading {
    margin-top: 3.2vw;
    font-size: 5vw;
    line-height: 1.65;
    letter-spacing: 0.18vw;
  }

  .loghouse-sec2__text,
  .loghouse-sec2__copy {
    margin-top: 6vw;
    font-size: 3.05vw;
    line-height: 1.95;
    letter-spacing: 0.06vw;
  }

  .loghouse-sec2__row,
  .loghouse-sec2__row--image-right,
  .loghouse-sec2__row--image-left {
    grid-template-columns: 1fr;
    gap: 6.2vw;
    margin-top: 14vw;
  }

  .loghouse-sec2__row--image-left {
    margin-top: 12vw;
  }

  .loghouse-sec2__body {
    order: 2;
    padding-bottom: 0;
  }

  .loghouse-sec2__media {
    order: 1;
  }

  .loghouse-sec2__row--image-right .loghouse-sec2__media,
  .loghouse-sec2__media--vertical {
    aspect-ratio: 1 / 0.74;
  }

  .loghouse-sec2__feature {
    grid-template-columns: 1fr;
    margin-top: 14vw;
    margin-left: 0;
  }

  .loghouse-sec2__feature-media {
    aspect-ratio: 1 / 0.74;
  }

  .loghouse-sec2__feature-card {
    min-height: 0;
    margin-left: 0;
    padding: 8vw 6vw 9vw;
  }

  .loghouse-sec2__feature-title {
    margin-top: 3.2vw;
    font-size: 5.4vw;
    line-height: 1.65;
    letter-spacing: 0.18vw;
  }

  .loghouse-sec2__feature-text {
    margin-top: 6vw;
    font-size: 3.05vw;
    line-height: 1.95;
    letter-spacing: 0.06vw;
  }

  .loghouse-works {
    padding: 14vw 0 16vw;
  }

  .loghouse-works__title {
    font-size: 6.6vw;
  }

  .loghouse-works__subtitle {
    margin-top: 3vw;
    font-size: 3.4vw;
    letter-spacing: 0.16vw;
  }

  .loghouse-works__case {
    grid-template-columns: 1fr;
    gap: 8vw;
    width: 84vw;
    margin-top: 10vw;
  }

  .loghouse-works__media {
    aspect-ratio: 1 / 0.74;
  }

  .loghouse-works__body {
    padding-bottom: 0;
  }

  .loghouse-works__case-title {
    font-size: 4.45vw;
    line-height: 1.65;
    letter-spacing: 0.18vw;
  }

  .loghouse-works__text {
    margin-top: 6vw;
    font-size: 3.05vw;
    line-height: 1.95;
    letter-spacing: 0.06vw;
  }

  .loghouse-works__button {
    gap: 8vw;
    min-width: 39vw;
    min-height: 10vw;
    margin-top: 7vw;
    padding: 0 4.8vw;
    font-size: 2.55vw;
    letter-spacing: 0.08vw;
  }

  .loghouse-works__button-icon {
    font-size: 3.5vw;
  }

  .loghouse-cta {
    padding: 17vw 0 28vw;
    background: #000000;
  }

  .loghouse-cta__title {
    font-size: 8vw;
    line-height: 1.08;
    letter-spacing: 0.08vw;
  }

  .loghouse-cta__subtitle {
    margin-top: 3vw;
    font-size: 3.6vw;
    letter-spacing: 0.18vw;
  }

  .loghouse-cta__inner {
    width: 84%;
  }

  .loghouse-cta__cards {
    grid-template-columns: 1fr;
    gap: 4vw;
    width: 100%;
    margin-top: 9vw;
  }

  .loghouse-cta-card {
    aspect-ratio: auto;
    min-height: 38vw;
    padding: 6vw 20vw 6vw 6vw;
  }

  .loghouse-cta-card::before,
  .loghouse-cta-card::after {
    right: 5.3vw;
    bottom: 50%;
    width: 10.4vw;
    transform: translateY(50%);
  }

  .loghouse-cta-card::after {
    font-size: 3.4vw;
  }

  .loghouse-cta-card:hover::before,
  .loghouse-cta-card:focus-visible::before {
    transform: translateY(50%) scale(1.06);
  }

  .loghouse-cta-card:hover::after,
  .loghouse-cta-card:focus-visible::after {
    transform: translate(0.8vw, 50%);
  }

  .loghouse-cta-card__en {
    font-size: 3.05vw;
    line-height: 1.35;
    letter-spacing: 0.04vw;
  }

  .loghouse-cta-card__title {
    margin-top: 2.3vw;
    font-size: 5vw;
    line-height: 1.35;
    letter-spacing: 0.16vw;
  }

  .loghouse-cta-card__tel {
    margin-top: 3vw;
    font-size: 4vw;
    letter-spacing: 0.04vw;
  }

  .loghouse-cta-card__text {
    margin-top: 3vw;
    max-width: none;
    font-size: 2.85vw;
    line-height: 1.7;
    letter-spacing: 0.08vw;
  }
}

@media (max-width: 64em) and (min-width: 48.01em) {
  .loghouse-cta {
    padding: 9vw 0 10vw;
  }

  .loghouse-cta__title {
    font-size: 5vw;
  }

  .loghouse-cta__subtitle {
    margin-top: 2.2vw;
    font-size: 1.8vw;
  }

  .loghouse-cta__inner {
    width: 84%;
  }

  .loghouse-cta__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8vw;
    width: 100%;
    margin-top: 6vw;
  }

  .loghouse-cta-card {
    aspect-ratio: 1;
    min-height: 0;
    padding: 3.2vw 2.1vw 2.6vw;
  }

  .loghouse-cta-card::before,
  .loghouse-cta-card::after {
    right: 2vw;
    bottom: 2vw;
    width: 5.4vw;
    transform: none;
  }

  .loghouse-cta-card::after {
    font-size: 1.8vw;
  }

  .loghouse-cta-card:hover::before,
  .loghouse-cta-card:focus-visible::before {
    transform: scale(1.06);
  }

  .loghouse-cta-card:hover::after,
  .loghouse-cta-card:focus-visible::after {
    transform: translateX(0.3vw);
  }

  .loghouse-cta-card__en {
    font-size: 1.35vw;
  }

  .loghouse-cta-card__title {
    margin-top: 1.8vw;
    font-size: 2.4vw;
  }

  .loghouse-cta-card__tel {
    margin-top: 2.3vw;
    font-size: 1.85vw;
  }

  .loghouse-cta-card__text {
    margin-top: 2.2vw;
    max-width: 18vw;
    font-size: 1.08vw;
    line-height: 1.7;
  }
}
