/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*----------TOP FV----------*/
.site-body {
	padding: 0;
}
.site-body-container {
	max-width: none;
	padding: 0;
}

.fv {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.fv__inner {
  position: absolute;
  inset: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  z-index: 2;
  padding: 0 60px;
}

.fv__text {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 3.5rem;
}

.fv__text h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1.35;
  color: #0080ec;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.fv__text p {
  margin-top: 24px;
  color: #0080ec;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.fv__visual {
  position: relative;
  width: 52%;
  min-height: 480px;
}

.fv__woman {
  position: absolute;
  top: 0;
  right: 0;
  width: 28rem;
}

.fv__man {
  position: absolute;
  left: 0rem;
  bottom: -6rem;
  width: 19rem;
}

.fv .sp-only {
  display: none;
}

@media screen and (max-width: 991px) {
	.fv__man {
      position: absolute;
      left: -6rem;
      bottom: -2rem;
      width: 19rem;
    }
}
@media screen and (max-width: 768px) {
	.fv__inner {
      display: block;
	  padding: 0 20px;
    }
	.fv__visual {
		width: 100%;
	}
	.fv__woman {
        width: 19rem;
        right: -15px;
        top: -30px;
    }
	.fv__man {
        left: 0rem;
        bottom: 11rem;
        width: 15rem;
    }
	.fv .sp-only {
      display: block;
	}
	.fv__text h1 {
		font-size: 35px;
	}
	.fv__text p {
		font-size: 14px;
	}
}

/*----------TOP FV NEW----------*/
.top-fv {
  position: relative;
  background: url("http://xs890416.xsrv.jp/navi8_test/wp-content/uploads/2026/06/fv_new_bg-scaled.webp") center center / cover no-repeat;
  overflow: visible;
}

.top-fv__inner {
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
  display: flex;
}

.top-fv__text {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 52%;
  padding: 6rem 0;
}

.top-fv__text h1 {
  font-size: clamp(2.6rem, 4.5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin: 0 0 2rem;
  white-space: nowrap;
}

.top-fv__text p {
  font-size: clamp(0.99rem, 1.4vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
  margin: 0;
}

.top-fv__visual {
  position: absolute;
  right: -2rem;
  bottom: -6.3rem;
  width: 58%;
  max-width: 600px;
  z-index: 3;
}

.top-fv__visual img {
  width: 100%;
  display: block;
}

@media (min-width: 1300px) {
  .top-fv__visual {
    right: -4rem;
  }
}

@media (max-width: 768px) {
  .top-fv {
    background-position: center top;
  }

  .top-fv__inner {
    min-height: auto;
    padding: 4.5rem 1.5rem 0;
    display: block;
    max-height: 550px;
  }

  .top-fv__text {
    width: 100%;
    padding: 0;
  }

  .top-fv__text h1 {
    font-size: 2.5rem;
    margin: 0 0 1rem;
  }

  .top-fv__visual {
    position: relative;
    right: auto;
    bottom: -1rem;
    width: 26em;
    margin-left: -5%;
  }
}
/*----------TOP FV NEW end----------*/

/*----------TOP FV end----------*/

/*----------TOP COMPANY----------*/
.company-intro {
  position: relative;
  padding: 10rem 20px 7rem;
  background: #fff;
  overflow: hidden;
}

.company-intro__bg {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
  z-index: 0;
}

.company-intro__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.company-intro__head {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 90px;
}

.company-intro__label h2 {
  font-family: "Red Hat Display", sans-serif;
  color: #000;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}

.company-intro__label span {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.company-intro__lead h3 {
  font-size: 1.75rem;
  line-height: 1.7;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  border: none;
}

.company-intro__lead p {
  margin: 0 0 22px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .company-intro {
    padding: 8rem 20px 1rem;
  }
	.company-intro .pc-only {
		display: none;
	}
	.company-intro__bg {
		top: 35rem;
	}

  .company-intro__head {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 64px;
  }

  .company-intro__label h2 {
    font-size: 42px;
  }
	.company-intro__label span {
		font-size: 1rem;
	}

  .company-intro__lead h3 {
    font-size: 1.75rem;
  }

  .company-intro__lead p {
    font-size: 1rem;
  }
}
/*---------TOP COMPANY end----------*/

/*---------TOP PROBLEM----------*/
.company-problem {
    position: relative;
    padding: 7rem 20px 8rem;
    background: #e7f0fc;
    overflow: hidden;
}

.company-intro__problem h3 {
  margin: 0 0 48px;
  text-align: center;
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: none;
}

.problem-list {
  max-width: 560px;
  margin: 0 auto;
}

.problem-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 48px;
}

.problem-item--left,
.problem-item--right {
  justify-content: center;
}

.problem-item__body {
  width: 360px;
}

.problem-item__body h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  background: none;
  margin-bottom: 7px;
}

.problem-item__balloon {
  position: relative;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}

.problem-item__balloon p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  color: #000;
}

/* 右向き吹き出し */
.problem-item--right .problem-item__balloon::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 20px solid #000;
}

.problem-item--right .problem-item__balloon::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 18px solid #fff;
}

/* 左向き吹き出し */
.problem-item--left .problem-item__balloon::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 20px solid #000;
}

.problem-item--left .problem-item__balloon::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 18px solid #fff;
}

.problem-item__img-wrap {
  position: relative;
  width: 9rem;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: visible;
}
.problem-item__img-bg {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.problem-item__img {
  position: relative;
  z-index: 1;
  width: 115%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.company-intro__note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  color: #000;
}

.company-problem .sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .company-problem .sp-only {
        display: block;
    }

  .problem-list {
    max-width: 100%;
  }

  .problem-item,
  .problem-item--left,
  .problem-item--right {
    display: block;
    margin-bottom: 40px;
  }
	
	.problem-item--left {
		display: flex;
    flex-direction: column-reverse;
    align-items: center;
		gap: 0;
  }

  .problem-item__body {
    width: 100%;
  }

  .problem-item__img-wrap {
    width: 130px;
	margin: auto;
  }

  .problem-item__balloon {
    padding: 16px;
	  margin-bottom: 1rem;
  }
	.problem-item--right .problem-item__balloon::after, .problem-item--right .problem-item__balloon::before, .problem-item--left .problem-item__balloon::after, .problem-item--left .problem-item__balloon::before {
		display: none;
	}

	.problem-item__body h4 {
		font-size: 18px;
	}
  .problem-item__balloon p, .company-intro__note {
    font-size: 14px;
  }
}
/*---------TOP PROBLEM end----------*/

/*----------TOP SERVICE----------*/
.ibee-service {
  padding: 7rem 20px 8rem;
  background: #fff;
}

.ibee-service__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.ibee-service__title {
  color: #000;
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 700;
  border: none;
  margin-bottom: 10px;
}

.ibee-service__title span {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
}

.ibee-service__lead {
  margin: 0 0 56px;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.ibee-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-bottom: 4rem;
}

.ibee-service__item h3 {
  color: #0080ec;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border: none;
  margin-bottom: 10px;
}

.ibee-service__icon {
  width: 8rem;
  aspect-ratio: 1 / 1;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ibee-service__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.ibee-service__item p {
  margin: 0;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 500;
}

.ibee-service__btn-wrap {
  text-align: center;
}

.ibee-service__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 180px;
  padding: 11px 14px 11px 28px;
  border: 1px solid #cfd7da;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.ibee-service__btn span {
  position: relative;
  width: 28px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #e8f5f8;
  flex-shrink: 0;
}

.ibee-service__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0080ec;
  border-right: 2px solid #0080ec;
  transform: translate(-60%, -50%) rotate(45deg);
}

.ibee-service__inner .sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
   .ibee-service__inner .sp-only {
	display: block;
  }
  .ibee-service__inner .pc-only {
	display: none;
  }
	
  .ibee-service {
    padding: 64px 20px 72px;
  }

  .ibee-service__title {
    font-size: 2rem;
  }

  .ibee-service__lead {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .ibee-service__list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
	
	.ibee-service__item h3 {
		font-size: 24px;
		margin-bottom: 0;
	}

  .ibee-service__icon {
    width: 10rem;
  }
}
/*----------TOP SERVICE end----------*/

/*----------Footer直前バナー----------*/
.top-footer-cta {
  position: relative;
  z-index: 5;
  padding: 0 20px;
  margin-bottom: -120px;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #0080ec 50%, #0080ec 100%);
}

.top-footer-cta__inner {
  max-width: 960px;
  min-height: 280px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  background-image: linear-gradient(
      90deg,
      rgba(0, 125, 154, 0) 0%,
      rgba(0, 125, 154, 0.1) 55%,
      rgba(0, 125, 154, 0.1) 100%
    ),
    url("https://www.navi8.co.jp/wp-content/uploads/2026/05/footer_bnr.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}

.top-footer-cta__content {
  width: 100%;
  margin-left: 45%;
  padding: 52px 56px;
  padding-left: 0;
  color: #fff;
}

.top-footer-cta__content h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  border: none;
  margin-bottom: 0;
  padding-top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.top-footer-cta__content p {
  margin: 0 0 24px;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.top-footer-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  min-width: 210px;
  padding: 11px 12px 11px 32px;
  border-radius: 999px;
  background: #fff;
  color: #0080ec;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.top-footer-cta__btn span {
  position: relative;
  width: 28px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #e7f0f4;
}

.top-footer-cta__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0080ec;
  border-right: 2px solid #0080ec;
  transform: translate(-60%, -50%) rotate(45deg);
}

.site-custom-footer {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
	.top-footer-cta__inner .pc-only {
		display: none;
	}
  .top-footer-cta {
    margin-bottom: -80px;
  }

  .top-footer-cta__inner {
    min-height: 360px;
    background-position: center;
  }

  .top-footer-cta__content h2 {
    font-size: 1.5rem;
  }

  .site-custom-footer {
    padding-top: 130px;
  }
}
@media screen and (max-width: 600px) {
	.top-footer-cta__content {
      max-width: 309px;
      margin: auto;
      padding: 3rem 1rem;
  }
	.top-footer-cta__inner {
    background-position: 25% center;
    min-height: 310px;
  }
	.top-footer-cta__content h2 {
		font-size: 20px;
        text-align: center;
        margin-bottom: 1rem;
	}
	.top-footer-cta__content p {
		margin-bottom: 2rem;
		font-size: 14px;
	}
	.top-footer-cta__btn {
		display: flex;
	}
}
/*----------Footer直前バナー end----------*/