@charset "UTF-8";
.pc-hide {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 750px) {
  .pc-hide {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inline;
  }
}
.lhi-scout-header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.lhi-scout-header__container {
  max-width: 1400px;
  width: 100%;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lhi-scout-header__title {
  display: flex;
  align-items: center;
  gap: 30px;
}
.lhi-scout-header__logo {
  width: 326px;
  height: auto;
}
.lhi-scout-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.lhi-scout-header__text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.9375;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
.lhi-scout-header__register-btn {
  width: 214px;
  height: 54px;
  background: linear-gradient(254deg, rgb(0, 96, 193) 0%, rgb(52, 186, 255) 100%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s;
  margin-right: 36px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.lhi-scout-header__register-btn:hover {
  opacity: 0.8;
}
.lhi-scout-header__register-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 800;
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: #fff;
}
.lhi-scout-header__register-icon {
  width: 20px;
  height: 19px;
}
@media (max-width: 750px) {
  .lhi-scout-header {
    height: 60px;
  }
  .lhi-scout-header__container {
    padding: 0 10px;
    position: relative;
  }
  .lhi-scout-header__title {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .lhi-scout-header__logo {
    max-width: 200px;
    width: 80%;
  }
  .lhi-scout-header__text {
    font-size: 9px;
  }
  .lhi-scout-header__register-btn {
    max-width: 120px;
    height: 36px;
    margin-right: 0px;
    position: static;
  }
  .lhi-scout-header__register-text {
    font-size: 12px;
  }
  .lhi-scout-header__register-icon {
    width: 14px;
    height: 13px;
  }
}

.lhi-scout-hero {
  position: relative;
  width: 100%;
  margin-top: 100px;
  height: 647px;
  background-image: url("../img/lhi/visual_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.lhi-scout-hero__image {
  position: absolute;
  right: 90px;
  top: -33px;
  width: 579px;
  height: 680px;
}
.lhi-scout-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-hero__content {
  position: relative;
  width: 590px;
  height: 100%;
  margin: 0;
  margin-left: 150px;
  padding: 70px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lhi-scout-hero__balloon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1e5a8a;
  background: #ffffff;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  padding: 4px 18px;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-weight: 700; /* 画像に近い力強さ */
  line-height: 1.4;
  white-space: nowrap; /* 可能なら1行で表示 */
}
.lhi-scout-hero__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  bottom: -10px; /* 半分分だけはみ出す */
  background: #ffffff;
  /* 枠線と同色で下辺・右辺に枠を付けることで吹き出しと一体化 */
  border-right: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.lhi-scout-hero__balloon-icon {
  width: 47px;
  height: 29px;
  flex-shrink: 0;
}
.lhi-scout-hero__balloon-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 2.67;
  letter-spacing: 0.07em;
  color: #12477b;
  margin: 0;
}
.lhi-scout-hero__title {
  width: 582px;
  height: 117px;
  margin: 0;
  position: relative;
}
.lhi-scout-hero__title-main {
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 3.2857142857rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0.07em;
  color: #1068c5;
  height: 56px;
}
.lhi-scout-hero__title-main:nth-of-type(2) {
  position: absolute;
  top: 61px;
  left: 0;
}
.lhi-scout-hero__title-sub {
  position: absolute;
  top: 5px;
  left: 545px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.6428571429rem;
  font-weight: 900;
  line-height: 1.51;
  letter-spacing: 0.07em;
  color: #1068c5;
  width: 37px;
  height: 56px;
}
.lhi-scout-hero__logo {
  width: 562px;
  height: 44.78px;
}
.lhi-scout-hero__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.lhi-scout-hero__subtitle {
  width: 100%;
  height: 62px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
}
.lhi-scout-hero__cta {
  width: 570px;
}
.lhi-scout-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 78px;
  padding: 0 0 0 20px;
  background: linear-gradient(254deg, rgb(0, 96, 193) 0%, rgb(52, 186, 255) 100%);
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.lhi-scout-hero__button:hover {
  opacity: 0.8;
}
.lhi-scout-hero__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 800;
  line-height: 1.53;
  letter-spacing: 0.1em;
  color: #fff;
}
.lhi-scout-hero__button-icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 750px) {
  .lhi-scout-hero {
    height: auto;
    padding: 0 0 40px 0;
    margin-top: 60px;
    background-image: url("../img/lhi/visual_bg_sp.jpg");
    background-size: cover;
    background-position: right 30%;
    background-repeat: no-repeat;
  }
  .lhi-scout-hero__image {
    width: 300px;
    height: 350px;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .lhi-scout-hero__content {
    margin-left: 0;
    width: 100%;
    padding: 0;
    gap: 20px;
  }
  .lhi-scout-hero__balloon {
    width: 100%;
    height: 54px;
    padding: 0 20px 0 10px;
    border-radius: 0;
    margin-left: -5px;
  }
  .lhi-scout-hero__balloon-icon {
    width: 35px;
    height: 22px;
  }
  .lhi-scout-hero__balloon-text {
    font-size: 0.8571428571rem;
  }
  .lhi-scout-hero__title {
    margin-left: 20px;
    width: 80%;
    height: auto;
  }
  .lhi-scout-hero__title-main {
    display: inline-block;
    font-size: 1.4285714286rem;
    height: auto;
  }
  .lhi-scout-hero__title-main:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
  }
  .lhi-scout-hero__title-sub {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: auto;
    font-size: 1.4285714286rem;
  }
  .lhi-scout-hero__logo {
    width: 90%;
    margin-left: 20px;
    max-width: 500px;
    height: auto;
  }
  .lhi-scout-hero__subtitle {
    width: 80%;
    margin-left: 20px;
    height: auto;
    position: relative;
    font-size: 0.8571428571rem;
  }
  .lhi-scout-hero__cta {
    width: calc(80% - 50px);
    max-width: 350px;
    margin-left: 20px;
  }
  .lhi-scout-hero__button {
    height: 60px;
    padding: 0 10px;
  }
  .lhi-scout-hero__button-text {
    font-size: min(1.2857142857rem, 28px);
  }
  .lhi-scout-hero__button-icon {
    width: 24px;
    height: 24px;
  }
}

.lhi-scout-explanation {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.lhi-scout-explanation__container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 0 20px;
}
.lhi-scout-explanation__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.lhi-scout-explanation__title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.lhi-scout-explanation__title-group--pc {
  display: flex;
}
.lhi-scout-explanation__title-group--sp {
  display: none;
}
.lhi-scout-explanation__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.lhi-scout-explanation__title-row--first .lhi-scout-explanation__title-text:first-child {
  margin-right: 0;
}
.lhi-scout-explanation__title-row--first .lhi-scout-explanation__title-badge {
  margin: 0;
}
.lhi-scout-explanation__title-row--first .lhi-scout-explanation__title-text:last-child {
  margin-left: 0;
}
.lhi-scout-explanation__title-row--second .lhi-scout-explanation__title-badge {
  margin-right: 0;
}
.lhi-scout-explanation__title-row--second .lhi-scout-explanation__title-text {
  margin-left: 0;
}
.lhi-scout-explanation__title-line {
  display: flex;
  align-items: center;
  gap: 0;
}
.lhi-scout-explanation__title-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #000;
  text-align: center;
}
.lhi-scout-explanation__title-text--bottom {
  text-align: center;
}
.lhi-scout-explanation__title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px 11px;
  background: #1068c5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.7142857143rem;
  font-weight: 900;
  line-height: 0.816;
  letter-spacing: 0.07em;
  color: #fff;
}
.lhi-scout-explanation__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}
.lhi-scout-explanation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lhi-scout-explanation__image-wrapper {
  width: 188px;
  height: 188px;
  position: relative;
}
.lhi-scout-explanation__image-mask {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #d9d9d9;
}
.lhi-scout-explanation__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lhi-scout-explanation__label {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.429;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-explanation__label--multiline {
  line-height: 1.448;
}
.lhi-scout-explanation__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhi-scout-explanation__icon {
  width: 38px;
  height: 38px;
}
.lhi-scout-explanation__card {
  width: 952px;
  max-width: 100%;
  height: 111px;
  background: #f0f4f5;
  border-radius: 0;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 72px;
  box-sizing: border-box;
}
.lhi-scout-explanation__card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-shrink: 0;
}
.lhi-scout-explanation__card-icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lhi-scout-explanation__card-icon-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.429;
  letter-spacing: 0.07em;
  color: #1661d1;
}
.lhi-scout-explanation__card-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #000;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}
.lhi-scout-explanation__card-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  color: #000;
  text-align: left;
  margin: 0;
  flex: 1;
}
@media (max-width: 750px) {
  .lhi-scout-explanation {
    padding: 30px 0;
    min-height: auto;
  }
  .lhi-scout-explanation__container {
    gap: 14px;
    padding: 0 1px;
  }
  .lhi-scout-explanation__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lhi-scout-explanation__title-group {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .lhi-scout-explanation__title-group--pc {
    display: none;
  }
  .lhi-scout-explanation__title-group--sp {
    display: flex;
  }
  .lhi-scout-explanation__title-text {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: center;
    width: auto;
    margin: 0;
  }
  .lhi-scout-explanation__title-text--bottom {
    width: auto;
    line-height: 1.455;
    margin-top: 0;
  }
  .lhi-scout-explanation__title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: auto;
    margin: 0;
  }
  .lhi-scout-explanation__title-badge {
    font-size: 24px;
    line-height: 1.192;
    padding: 1px 5px 4px;
    white-space: nowrap;
  }
  .lhi-scout-explanation__title-badge--second {
    margin-top: 0;
  }
  .lhi-scout-explanation__content {
    flex-direction: row;
    gap: 19px;
    align-items: flex-end;
  }
  .lhi-scout-explanation__item {
    width: 124px;
    height: auto;
    gap: 3px;
  }
  .lhi-scout-explanation__image-wrapper {
    width: 124px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lhi-scout-explanation__image {
    width: 124px;
    height: 124px;
    object-fit: contain;
  }
  .lhi-scout-explanation__label {
    font-size: 14px;
    line-height: 3.643;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lhi-scout-explanation__label--multiline {
    line-height: 1.448;
  }
  .lhi-scout-explanation__center {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
  }
  .lhi-scout-explanation__icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .lhi-scout-explanation__card {
    width: 321px;
    min-height: 111px;
    height: auto;
    padding: 10px 20px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
  }
  .lhi-scout-explanation__card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
  }
  .lhi-scout-explanation__card-icon {
    width: 31px;
    height: 31px;
    flex-shrink: 0;
  }
  .lhi-scout-explanation__card-icon-text {
    font-size: 18px;
    line-height: 1.448;
  }
  .lhi-scout-explanation__card-title {
    font-size: 18px;
    line-height: 2.833;
    white-space: nowrap;
    margin: 0;
  }
  .lhi-scout-explanation__card-text {
    font-size: 14px;
    line-height: 1.448;
    text-align: left;
    width: 100%;
    margin: 0;
  }
}

.lhi-scout-merit {
  padding: 60px 0;
  background: #f0f4f5;
}
.lhi-scout-merit__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.lhi-scout-merit__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  margin-bottom: 38px;
}
.lhi-scout-merit__header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.lhi-scout-merit__header-line1 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.533;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-merit__header-line2 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lhi-scout-merit__header-line2-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.533;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-merit__header-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px 11px;
  background: #1068c5;
}
.lhi-scout-merit__header-badge span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.7142857143rem;
  font-weight: 900;
  line-height: 0.816;
  letter-spacing: 0.07em;
  color: #fff;
}
.lhi-scout-merit__header-underline {
  width: 70px;
  height: 3px;
  background: #0060c1;
}
.lhi-scout-merit__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lhi-scout-merit__item {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.lhi-scout-merit__item--left .lhi-scout-merit__image {
  order: 1;
}
.lhi-scout-merit__item--left .lhi-scout-merit__content {
  order: 2;
}
.lhi-scout-merit__item--right .lhi-scout-merit__image {
  order: 2;
}
.lhi-scout-merit__item--right .lhi-scout-merit__content {
  order: 1;
  align-items: flex-end;
}
.lhi-scout-merit__item--right .lhi-scout-merit__title,
.lhi-scout-merit__item--right .lhi-scout-merit__text {
  text-align: right;
}
.lhi-scout-merit__item:not(:last-child) {
  margin-bottom: 0;
}
.lhi-scout-merit__image {
  position: relative;
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}
.lhi-scout-merit__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-merit__number {
  position: absolute;
  top: -24px;
  left: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: #0060c1;
  border-radius: 50%;
}
.lhi-scout-merit__number span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.457;
  letter-spacing: 0.07em;
  color: #fff;
}
.lhi-scout-merit__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  max-width: 622px;
  width: 100%;
}
.lhi-scout-merit__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
}
.lhi-scout-merit__title-highlight {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 900;
  font-size: 2.7142857143rem;
  color: #1068c5;
}
.lhi-scout-merit__title-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1068c5;
}
.lhi-scout-merit__text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
}
.lhi-scout-merit__text strong {
  font-weight: 700;
}
@media (max-width: 750px) {
  .lhi-scout-merit {
    padding: 20px 0;
  }
  .lhi-scout-merit__container {
    padding: 0 0;
  }
  .lhi-scout-merit__header {
    margin-bottom: 14px;
    gap: 20px;
  }
  .lhi-scout-merit__header-text {
    gap: 0;
  }
  .lhi-scout-merit__header-line1 {
    font-size: 20px;
    line-height: 1.591;
    text-align: center;
    width: 100%;
  }
  .lhi-scout-merit__header-line2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    position: relative;
  }
  .lhi-scout-merit__header-line2-text {
    font-size: 22px;
    line-height: 1.591;
    text-align: center;
    width: auto;
    display: inline-block;
    position: relative;
    margin-right: 8px;
  }
  .lhi-scout-merit__header-line2-text br {
    display: block;
  }
  .lhi-scout-merit__header-badge {
    padding: 1px 5px 4px;
    display: inline-flex;
    vertical-align: top;
    position: relative;
    color: #fff;
    top: 0;
  }
  .lhi-scout-merit__header-badge span {
    font-size: 26px;
    line-height: 1.192;
  }
  .lhi-scout-merit__list {
    gap: 14px;
    align-items: center;
  }
  .lhi-scout-merit__item {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 375px;
  }
  .lhi-scout-merit__item--left .lhi-scout-merit__image, .lhi-scout-merit__item--right .lhi-scout-merit__image {
    order: 1;
  }
  .lhi-scout-merit__item--left .lhi-scout-merit__content, .lhi-scout-merit__item--right .lhi-scout-merit__content {
    order: 2;
    align-items: flex-start;
    width: calc(100% - 40px);
    max-width: 325px;
  }
  .lhi-scout-merit__item--left .lhi-scout-merit__title,
  .lhi-scout-merit__item--left .lhi-scout-merit__text, .lhi-scout-merit__item--right .lhi-scout-merit__title,
  .lhi-scout-merit__item--right .lhi-scout-merit__text {
    text-align: left;
  }
  .lhi-scout-merit__item--last {
    gap: 26px;
  }
  .lhi-scout-merit__image {
    width: calc(100% - 40px);
    max-width: 325px;
    height: 300px;
    position: relative;
  }
  .lhi-scout-merit__image img {
    width: 315px;
    height: 281px;
    position: absolute;
    top: 19px;
    left: 10px;
  }
  .lhi-scout-merit__number {
    width: 63px;
    height: 63px;
    top: 0;
    left: 0;
  }
  .lhi-scout-merit__number span {
    font-size: 35px;
    line-height: 1.457;
  }
  .lhi-scout-merit__content {
    padding-top: 0;
    gap: 15px;
    padding-left: 20px;
    width: calc(100% - 50px);
    max-width: 315px;
  }
  .lhi-scout-merit__title {
    font-size: 22px;
    line-height: 1.448;
    width: 100%;
  }
  .lhi-scout-merit__title .sp-only {
    display: block;
  }
  .lhi-scout-merit__title .sp-only br {
    display: block;
  }
  .lhi-scout-merit__title .pc-hide {
    display: none;
  }
  .lhi-scout-merit__title-highlight {
    font-size: 26px;
    line-height: 0.923;
    padding-bottom: 9px;
    display: inline-block;
    margin-right: 0;
  }
  .lhi-scout-merit__title-highlight--second {
    margin-left: 0;
  }
  .lhi-scout-merit__title-highlight::after {
    height: 3px;
  }
  .lhi-scout-merit__text {
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }
}

.lhi-scout-feature {
  padding: 60px 0;
  background: #fff;
}
.lhi-scout-feature__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 199px;
}
.lhi-scout-feature__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 31px;
}
.lhi-scout-feature__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-feature__title-underline {
  width: 70px;
  height: 3px;
  background: #0060c1;
}
.lhi-scout-feature__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}
.lhi-scout-feature__item {
  background: #f0f4f5;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 998px;
}
.lhi-scout-feature__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lhi-scout-feature__icon {
  flex-shrink: 0;
  width: 69px;
  height: 69px;
}
.lhi-scout-feature__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-feature__item-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.9285714286rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
}
.lhi-scout-feature__item-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0;
}
@media (max-width: 750px) {
  .lhi-scout-feature {
    padding: 40px 20px;
  }
  .lhi-scout-feature__container {
    padding: 0 20px;
  }
  .lhi-scout-feature__header {
    margin-bottom: 30px;
    gap: 15px;
  }
  .lhi-scout-feature__title {
    font-size: 18px;
  }
  .lhi-scout-feature__list {
    gap: 20px;
  }
  .lhi-scout-feature__item {
    max-width: 375px;
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
  .lhi-scout-feature__item-header {
    gap: 10px;
  }
  .lhi-scout-feature__icon {
    width: 60px;
    height: 60px;
  }
  .lhi-scout-feature__item-title {
    font-size: 22px;
  }
  .lhi-scout-feature__item-text {
    font-size: 14px;
  }
}

.lhi-scout-voice {
  padding: 38px 0;
  background: #f0f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhi-scout-voice__container {
  max-width: 1004px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.lhi-scout-voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.lhi-scout-voice__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-voice__title-underline {
  width: 70px;
  height: 3px;
  background: #0060c1;
}
.lhi-scout-voice__list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.lhi-scout-voice__item_wrapper {
  width: 268px;
}
.lhi-scout-voice__item {
  background: #fff;
  border-radius: 5px;
  padding: 24px 24px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lhi-scout-voice__avatar {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhi-scout-voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-voice__user-info {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  margin: 0;
  width: 100%;
}
.lhi-scout-voice__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.lhi-scout-voice__rating img {
  width: auto;
  height: 23px;
}
.lhi-scout-voice__text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  margin: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .lhi-scout-voice {
    padding: 40px 20px;
  }
  .lhi-scout-voice__container {
    position: relative;
    padding: 0 50px;
  }
  .lhi-scout-voice__header {
    margin-bottom: 30px;
    gap: 15px;
  }
  .lhi-scout-voice__title {
    font-size: 22px;
  }
  .lhi-scout-voice__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .lhi-scout-voice__item_wrapper {
    width: 100%;
  }
  .lhi-scout-voice__item {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
  .lhi-scout-voice__avatar {
    width: 110px;
    height: 110px;
  }
  .lhi-scout-voice__user-info {
    font-size: 16px;
    text-align: center;
  }
  .lhi-scout-voice__text {
    font-size: 14px;
  }
  .lhi-scout-voice__rating {
    justify-content: center;
    width: 100%;
  }
  .lhi-scout-voice .slick-slide {
    margin: 0 20px;
  }
  .lhi-scout-voice .slick-prev,
  .lhi-scout-voice .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #0060c1;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
  }
  .lhi-scout-voice .slick-prev:hover, .lhi-scout-voice .slick-prev:focus,
  .lhi-scout-voice .slick-next:hover,
  .lhi-scout-voice .slick-next:focus {
    background: rgba(0, 97, 193, 0.8862745098);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .lhi-scout-voice .slick-prev::before,
  .lhi-scout-voice .slick-next::before {
    content: "";
    display: none;
  }
  .lhi-scout-voice .slick-prev svg,
  .lhi-scout-voice .slick-next svg {
    width: 20px;
    height: 20px;
    color: #0060c1;
  }
  .lhi-scout-voice .slick-prev {
    left: 0;
  }
  .lhi-scout-voice .slick-next {
    right: 0;
  }
}

.lhi-scout-jobs {
  position: relative;
  padding: 40px 20px;
  background-image: url("../img/lhi/jobs-section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.lhi-scout-jobs__container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.lhi-scout-jobs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lhi-scout-jobs__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
  margin: 0;
}
.lhi-scout-jobs__title-underline {
  width: 70px;
  height: 3px;
  background: #fff;
}
.lhi-scout-jobs__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 49px;
  width: 100%;
}
.lhi-scout-jobs__item {
  background: #fff;
  border-radius: 10px;
  padding: 24px 26px;
  width: 300px;
  height: 456px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
}
.lhi-scout-jobs__item-title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  width: 244px;
  margin: 0;
}
.lhi-scout-jobs__salary {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  width: 244px;
  margin: 0;
}
.lhi-scout-jobs__image {
  width: 240px;
  height: 132px;
  overflow: hidden;
  flex-shrink: 0;
}
.lhi-scout-jobs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lhi-scout-jobs__item-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  width: 240px;
  margin: 0;
}
.lhi-scout-jobs__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 30px 30px 40px;
  position: relative;
}
.lhi-scout-jobs__badge {
  position: absolute;
  left: -12px;
  top: -16px;
  z-index: 2;
  width: 83px;
  height: 90px;
}
.lhi-scout-jobs__badge-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-jobs__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 570px;
  height: 88px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: opacity 0.3s;
}
.lhi-scout-jobs__button:hover {
  opacity: 0.9;
}
.lhi-scout-jobs__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 800;
  line-height: 1.533;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, rgb(52, 184, 254) 0%, rgb(4, 102, 197) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lhi-scout-jobs__button-icon {
  width: 30.06px;
  height: 27.88px;
  object-fit: contain;
}
@media (max-width: 750px) {
  .lhi-scout-jobs {
    padding: 40px 20px;
  }
  .lhi-scout-jobs__container {
    gap: 20px;
  }
  .lhi-scout-jobs__header {
    gap: 15px;
  }
  .lhi-scout-jobs__title {
    font-size: 20px;
  }
  .lhi-scout-jobs__list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .lhi-scout-jobs__item {
    width: calc(100% - 40px);
    max-width: 370px;
    height: auto;
    padding: 20px;
  }
  .lhi-scout-jobs__item-title {
    width: 100%;
    font-size: 16px;
  }
  .lhi-scout-jobs__salary {
    width: 100%;
    font-size: 16px;
  }
  .lhi-scout-jobs__image {
    width: 100%;
    height: auto;
    aspect-ratio: 240/132;
  }
  .lhi-scout-jobs__item-text {
    width: 100%;
    font-size: 12px;
  }
  .lhi-scout-jobs__cta {
    padding: 30px 20px;
  }
  .lhi-scout-jobs__button {
    width: 100%;
    max-width: 350px;
    padding: 15px 20px;
    height: auto;
  }
  .lhi-scout-jobs__button-text {
    font-size: 22px;
  }
  .lhi-scout-jobs__button-icon {
    width: 24px;
    height: auto;
  }
  .lhi-scout-jobs__badge {
    width: 60px;
    height: auto;
    left: -30px;
    top: 0px;
  }
}

.lhi-scout-ca {
  width: 100%;
  min-height: 284px;
  background-image: url("../img/lhi/ca/ca-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.lhi-scout-ca__container {
  max-width: 1400px;
  width: 100%;
  padding: 0 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.lhi-scout-ca__image {
  width: 352px;
  height: 284px;
  flex-shrink: 0;
}
.lhi-scout-ca__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lhi-scout-ca__content {
  flex: 1;
  max-width: 745px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lhi-scout-ca__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.5666666667;
  letter-spacing: 0.07em;
  color: #000;
  margin: 0 0 0 0;
}
.lhi-scout-ca__text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7857142857;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0;
}
@media (max-width: 750px) {
  .lhi-scout-ca {
    min-height: auto;
    padding: 40px 0 0 0;
  }
  .lhi-scout-ca__container {
    flex-direction: column-reverse;
    padding: 0 20px;
    gap: 30px;
    justify-content: center;
  }
  .lhi-scout-ca__image {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 352/284;
  }
  .lhi-scout-ca__content {
    width: calc(100% - 40px);
    max-width: 375px;
  }
  .lhi-scout-ca__title {
    font-size: 20px;
  }
  .lhi-scout-ca__text {
    font-size: 14px;
  }
}

.lhi-scout-faq {
  padding: 60px 199px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhi-scout-faq__container {
  max-width: 1002px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
}
.lhi-scout-faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lhi-scout-faq__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.0714285714rem;
  font-weight: 700;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  margin: 0;
}
.lhi-scout-faq__title-line {
  width: 70px;
  height: 3px;
  background: #0060c1;
}
.lhi-scout-faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 0;
  width: 100%;
}
.lhi-scout-faq__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lhi-scout-faq__question {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 22px;
  padding: 12px 30px;
  background: #f0f4f5;
  margin-bottom: 2px;
}
.lhi-scout-faq__q-mark {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.5666666667;
  letter-spacing: 0.07em;
  text-align: left;
  color: #0060c1;
  flex-shrink: 0;
  margin: 0;
}
.lhi-scout-faq__q-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1.8571428571rem;
  font-weight: 700;
  line-height: 1.8076923077;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  margin: 0;
}
.lhi-scout-faq__answer {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 22px;
  padding: 12px 30px 12px 32px;
  background: #fff;
}
.lhi-scout-faq__a-mark {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 2.1428571429rem;
  font-weight: 700;
  line-height: 1.5666666667;
  letter-spacing: 0.07em;
  text-align: left;
  color: #0060c1;
  flex-shrink: 0;
  margin: 0;
}
.lhi-scout-faq__a-text {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  text-align: left;
  color: #000;
  max-width: 748.75px;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .lhi-scout-faq {
    padding: 40px 20px;
  }
  .lhi-scout-faq__container {
    gap: 30px;
  }
  .lhi-scout-faq__header {
    gap: 15px;
  }
  .lhi-scout-faq__title {
    font-size: 22px;
  }
  .lhi-scout-faq__list {
    gap: 1px;
  }
  .lhi-scout-faq__question {
    padding: 10px 15px;
    gap: 15px;
    align-items: start;
  }
  .lhi-scout-faq__q-mark {
    font-size: 20px;
  }
  .lhi-scout-faq__q-text {
    font-size: 14px;
  }
  .lhi-scout-faq__answer {
    padding: 10px 15px;
    gap: 15px;
    align-items: start;
  }
  .lhi-scout-faq__a-mark {
    font-size: 20px;
  }
  .lhi-scout-faq__a-text {
    font-size: 14px;
    max-width: 100%;
  }
}

.lhi-scout-footer {
  width: 100%;
  background: #474747;
}
.lhi-scout-footer__container {
  max-width: 1400px;
  width: 100%;
  height: 128px;
  margin: 0 auto;
  padding: 36px 203px 41px 199px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.lhi-scout-footer__logo {
  width: 213.8px;
  height: 50px;
  flex-shrink: 0;
}
.lhi-scout-footer__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.lhi-scout-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
}
.lhi-scout-footer__company {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: right;
  margin: 0;
}
.lhi-scout-footer__copyright {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: left;
  margin: 0;
}
@media (max-width: 750px) {
  .lhi-scout-footer__container {
    height: auto;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .lhi-scout-footer__logo {
    width: 210px;
    height: auto;
  }
  .lhi-scout-footer__info {
    align-items: center;
  }
  .lhi-scout-footer__company, .lhi-scout-footer__copyright {
    font-size: 12px;
    text-align: center;
  }
}

/*# sourceMappingURL=land-house-investigator-scout.css.map */
