*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-image: linear-gradient(to right, #e8edf5 2px, transparent 2px),
    linear-gradient(to bottom, #e8edf5 2px, transparent 2px);
  background-size: 20px 20px;
}
a {
  color: #1b3a6d;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.75;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.ln-container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .ln-container {
    max-width: 100%;
  }
}
.show-on-pc {
  display: block;
}
@media (max-width: 768px) {
  .show-on-pc {
    display: none;
  }
}
.show-on-sp {
  display: none;
}
@media (max-width: 768px) {
  .show-on-sp {
    display: block;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .mb-60-sp {
    margin-bottom: 60px !important;
  }
}
.ln-section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .ln-section-title {
    font-size: 24px;
  }
}
.ln-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #1b3a6d;
  margin: 16px auto 0;
}
.ln-header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .ln-header {
    background: #fff;
    min-height: 60px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .ln-header:has(.ln-header__checkbox:checked) {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.ln-header--scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ln-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ln-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 1010;
}
.ln-header__logo-link {
  display: flex;
  align-items: center;
}
.ln-header__logo-img {
  height: 26px;
  width: auto;
}
.ln-header__checkbox {
  display: none;
}
.ln-header__hamburger {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1010;
}
@media (max-width: 768px) {
  .ln-header__hamburger {
    display: flex;
  }
}
.ln-header__hamburger-line {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #0c3b72;
  transform: translateY(0px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.ln-header__hamburger-line:nth-child(1) {
  transform: translateY(-8px);
}
.ln-header__hamburger-line:nth-child(4) {
  transform: translateY(8px);
}
.ln-header__checkbox:checked
  ~ .ln-header__hamburger
  .ln-header__hamburger-line:nth-child(1),
.ln-header__checkbox:checked
  ~ .ln-header__hamburger
  .ln-header__hamburger-line:nth-child(4) {
  opacity: 0;
}
.ln-header__checkbox:checked
  ~ .ln-header__hamburger
  .ln-header__hamburger-line:nth-child(2) {
  transform: rotate(45deg);
}
.ln-header__checkbox:checked
  ~ .ln-header__hamburger
  .ln-header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
}
.ln-header__nav {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .ln-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 110px 30px 40px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    z-index: 1005;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .ln-header__checkbox:checked ~ .ln-header__nav {
    opacity: 1;
    visibility: visible;
  }
}
.ln-header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .ln-header__nav-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
    border-top: 1px solid silver;
  }
}
@media (max-width: 768px) {
  .ln-header__nav-item {
    width: 100%;
    border-bottom: 1px solid silver;
  }
}
.ln-header__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .ln-header__nav-link {
    justify-content: flex-start;
    padding: 15px 20px;
    min-height: 54px;
  }
}
.ln-header__nav-link:hover {
  opacity: 0.75;
}
.ln-header__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .ln-header__buttons {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    gap: 20px;
  }
}
.ln-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  padding: 0 30px;
  border-radius: 2px;
  border: 1px solid #1b3a6d;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  word-break: keep-all;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .ln-header__btn {
    width: 100%;
    height: 61px;
  }
}
.ln-header__btn--outline:hover {
  opacity: 0.75;
}
.ln-header__btn--primary {
  background: #0c3b72;
  color: #fff;
  border: 1px solid #0c3b72;
}
.ln-header__btn--primary:hover {
  opacity: 0.75;
}
.ln-hero {
  position: relative;
  margin-top: -80px;
  z-index: 1;
  padding: 137px 0 90px 0;
}
@media (max-width: 768px) {
  .ln-hero {
    margin-top: 0;
    padding: 0 0 80px 0;
  }
}
.ln-hero__bg {
  position: absolute;
  top: 0;
  right: -20%;
  width: 78.5416667%;
  height: 100%;
  object-fit: contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .ln-hero__bg {
    width: 82%;
    top: -120px;
    right: -5%;
  }
}
.ln-hero__bg svg {
  width: 100%;
}
.ln-hero__container {
  max-width: 1152px;
}
@media (max-width: 768px) {
  .ln-hero__container {
    max-width: 100%;
  }
}
.ln-hero__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 71px;
  border-radius: 2px;
  border: 1px solid #1b3a6d;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
}
.ln-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 25px;
}
@media (max-width: 768px) {
  .ln-hero__inner {
    flex-direction: column-reverse;
  }
}
.ln-hero__left {
  width: 630px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .ln-hero__left {
    width: 100%;
    text-align: center;
  }
}
.ln-hero__text-accent {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c3b72;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  width: fit-content;
}
@media (max-width: 768px) {
  .ln-hero__text-accent {
    font-size: 14px;
    padding: 5px 10px;
    margin: auto;
  }
}
.ln-hero__text {
  font-size: 48px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.5;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .ln-hero__text {
    font-size: 30px;
    margin: 15px 0;
    text-align: left;
  }
}
.ln-hero__logo {
  width: 100%;
  max-width: 320px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ln-hero__logo {
    max-width: 252px;
  }
}
.ln-hero__right {
  width: 100%;
}
.ln-hero__right-img {
  width: 100%;
}
.ln-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 71px;
  border-radius: 2px;
  border: 1px solid #1b3a6d;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
.ln-contact__btn::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border-radius: 50%;
  background: #fff;
}
.ln-contact__btn::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: auto;
  top: 0;
  right: 25.5px;
  bottom: 0;
  transform: rotate(-45deg);
}
.ln-contact__btn-text {
  position: relative;
  padding-left: 32px;
}
.ln-contact__btn-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
}
.ln-contact__btn-icon svg {
  width: 100%;
  height: auto;
}
.ln-features {
  padding: 80px 0;
  background: #f1faff;
}
.ln-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .ln-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ln-features__grid {
    grid-template-columns: 1fr;
  }
}
.ln-features__item {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ln-features__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ln-features__icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.ln-features__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
.ln-features__description {
  color: #8d9daf;
  font-size: 14px;
}
.ln-about {
  padding: 80px 0;
}
.ln-about__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #8d9daf;
  line-height: 2;
}
@media (max-width: 768px) {
  .ln-about__content {
    font-size: 16px;
  }
}
.ln-contact {
  padding: 80px 0;
  background: radial-gradient(
    292.31% 62.36% at 50% 30%,
    #2dbdff 0%,
    #1b3a6d 200%
  );
}
@media (max-width: 768px) {
  .ln-contact {
    background: radial-gradient(
      317.31% 62.36% at 50% 50%,
      #2dbdff 0%,
      #1b3a6d 100%
    );
  }
}
.ln-contact__content_wrap {
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .ln-contact__content_wrap {
    padding: 40px 20px;
  }
}
.ln-contact__form {
  max-width: 600px;
  margin: 0 auto;
}
.ln-contact__form-group {
  margin-bottom: 24px;
}
.ln-contact__form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
.ln-contact__form-group input,
.ln-contact__form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid silver;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  transition: border-color 0.3s ease;
}
.ln-contact__form-group input:focus,
.ln-contact__form-group textarea:focus {
  outline: none;
  border-color: #1b3a6d;
}
.ln-contact__form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.ln-contact__submit {
  width: 100%;
  padding: 16px;
  background: #1b3a6d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ln-contact__submit:hover {
  opacity: 0.75;
}
.ln-gallery {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ln-gallery {
    padding: 40px 0;
  }
}
.ln-gallery__container {
  text-align: center;
}
.ln-gallery__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ln-gallery__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.ln-gallery__title-accent {
  color: #1b3a6d;
}
.ln-gallery__title-text {
  color: #333;
}
.ln-gallery__carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ln-gallery__track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
  gap: 0;
  height: 400px;
}
@media (max-width: 768px) {
  .ln-gallery__track {
    height: 210px;
  }
}
.ln-gallery__slide {
  flex: 0 0 345px;
  height: auto;
  padding: 0 5px;
  transition: opacity 0.5s ease, width 0.5s ease, flex-basis 0.5s ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .ln-gallery__slide {
    flex: 0 0 200px;
    padding: 0 5px;
  }
}
.ln-gallery__slide.is-active {
  flex: 0 0 574px;
  opacity: 1;
}
@media (max-width: 768px) {
  .ln-gallery__slide.is-active {
    flex: 0 0 300px;
  }
}
.ln-gallery__image {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.ln-gallery__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ln-gallery__btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #1b3a6d;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.ln-gallery__btn:hover {
  opacity: 0.75;
}
.ln-gallery__btn-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 0 0 3px 3px;
  border-radius: 2px;
  margin-left: 5px;
  transform: rotate(45deg);
}
.ln-gallery__btn--next {
  transform: scaleX(-1);
}
.ln-gallery__dots {
  display: flex;
  gap: 15px;
  margin: 0 15px;
}
.ln-gallery__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: silver;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ln-gallery__dot:hover {
  background-color: #1b3a6d;
}
.ln-gallery__dot.is-active {
  background-color: #1b3a6d;
}
.ln-gallery__pause {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: opacity 0.3s ease;
}
.ln-gallery__pause:hover {
  opacity: 0.75;
}
.ln-gallery__pause.is-paused .ln-gallery__pause-bar {
  background: silver;
}
.ln-gallery__pause-bar {
  width: 4px;
  height: 20px;
  background: #1b3a6d;
}
.ln-benefits {
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .ln-benefits {
    padding-bottom: 60px;
  }
}
.ln-benefits::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -40px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 75px 0 75px;
  border-color: #1b3a6d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .ln-benefits::after {
    bottom: -20px;
  }
}
.ln-benefits__container {
  text-align: center;
}
.ln-benefits__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ln-benefits__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ln-benefits__title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .ln-benefits__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.ln-benefits__title-accent {
  color: #1b3a6d;
  text-decoration: underline;
  text-decoration-color: #1b3a6d;
  text-underline-offset: 6px;
}
.ln-benefits__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ln-benefits__content {
    flex-direction: column;
    gap: 10px;
  }
}
.ln-benefits__image {
  width: 100%;
  max-width: 360px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .ln-benefits__image {
    flex: none;
    max-width: 100%;
    padding: 0 50px;
  }
}
.ln-benefits__image img {
  width: 100%;
  height: auto;
}
.ln-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ln-benefits__list {
    font-size: 14px;
    gap: 15px;
    width: 100%;
    padding: 20px;
  }
}
.ln-worries__check {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #8d9daf;
  border-radius: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}
@media (max-width: 768px) {
  .ln-worries__check {
    left: 10px;
  }
}
.ln-worries__check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.ln-benefits__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
}
.ln-benefits__check {
  width: 18px;
  height: 18px;
  left: 0;
}
.ln-benefits__text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
.ln-shift {
  padding: 80px 0;
  background-color: #fff;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .ln-shift {
    padding: 40px 0px;
    padding-top: 60px;
  }
}
.ln-shift__container {
  text-align: center;
}
.ln-shift__title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ln-shift__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.ln-shift__title-accent {
  color: #1b3a6d;
}
.ln-shift__lead {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-shift__lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.ln-shift__lead-accent {
  color: #1b3a6d;
}
.ln-shift__image {
  max-width: 548px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .ln-shift__image {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.ln-shift__image img {
  width: 100%;
  height: auto;
}
.ln-shift__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-shift__subtitle {
    margin-bottom: 20px;
  }
}
.ln-shift__subtitle-accent {
  color: #1b3a6d;
}
.ln-shift__table {
  overflow-x: auto;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .ln-shift__table {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.ln-shift__table thead {
  color: #fff;
}
.ln-shift__table tbody tr:nth-child(even) td {
  background-color: #eee;
}
.ln-shift__table tbody td {
  background-color: #fafafa;
}
.ln-shift__compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .ln-shift__compare {
    border-spacing: 2px;
  }
}
.ln-shift__th-label {
  width: 33.33%;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
  height: 80px;
}
@media (max-width: 768px) {
  .ln-shift__th-label {
    padding: 10px 5px;
  }
}
.ln-shift__th-outsource {
  width: 33.33%;
  background: #b6cce5;
  color: #fff;
}
@media (max-width: 768px) {
  .ln-shift__th-outsource {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.ln-shift__th-inhouse {
  width: 33.33%;
  background: linear-gradient(90deg, #1b3a6d 0%, #2c5f9e 100%);
}
@media (max-width: 768px) {
  .ln-shift__th-inhouse {
    font-size: 14px;
    padding: 10px 5px;
  }
}
.ln-shift__td-label {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  padding: 0px 10px;
  height: 80px;
}
@media (max-width: 768px) {
  .ln-shift__td-label {
    font-size: 12px;
    padding: 15px 5px;
  }
}
.ln-shift__td-outsource {
  padding: 0 10px;
  text-align: center;
}
.ln-shift__td-inhouse {
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .ln-shift__td-inhouse {
    font-size: 14px;
    padding: 15px 5px;
  }
}
.ln-shift__td-main {
  display: block;
  color: #8d9daf;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ln-shift__td-main {
    font-size: 13px;
  }
}
.ln-shift__td-main--note {
  color: #1b3a6d;
}
.ln-shift__td-outsource .ln-shift__td-main {
  color: #888;
}
.ln-shift__td-note {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ln-shift__td-note {
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
    line-height: 1.7;
  }
}
.ln-shift__desc {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .ln-shift__desc {
    font-size: 13px;
  }
}
.ln-worries {
  position: relative;
  padding: 80px 0;
  padding-bottom: 0;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .ln-worries {
    padding: 40px 0px;
    padding-bottom: 0;
  }
}
.ln-worries::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -80px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-right: 50vw solid rgba(0, 0, 0, 0);
  border-top: 80px solid #f3f3f3;
}
.ln-worries__container {
  text-align: center;
}
.ln-worries__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ln-worries__subtitle {
    font-size: 16px;
  }
}
.ln-worries__title {
  font-size: 42px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ln-worries__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.ln-worries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .ln-worries__list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.ln-worries__item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 30px 20px;
  padding-left: 43px;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 768px) {
  .ln-worries__item {
    padding: 20px 33px;
    width: 100%;
  }
}
.ln-worries__text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ln-worries__text {
    font-size: 14px;
  }
}
.ln-worries__image {
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ln-worries__image {
    max-width: 167px;
  }
}
.ln-worries__image img {
  width: 100%;
  height: auto;
}
.ln-steps {
  padding: 160px 0;
}
@media (max-width: 768px) {
  .ln-steps {
    padding: 120px 0px;
  }
}
.ln-steps__container {
  text-align: center;
}
.ln-steps__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ln-steps__subtitle {
    font-size: 16px;
  }
}
.ln-steps__lead {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ln-steps__lead {
    font-size: 18px;
  }
}
.ln-steps__title {
  font-size: 48px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-steps__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.ln-steps__desc {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto 58px;
}
@media (max-width: 768px) {
  .ln-steps__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.ln-steps__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 768px) {
  .ln-steps__list {
    flex-direction: column;
    align-items: center;
    gap: 34px;
    padding-left: 20px;
  }
}
.ln-steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .ln-steps__item {
    flex-direction: row;
    width: 100%;
    max-width: 350px;
  }
}
.ln-steps__item:last-child .ln-steps__card::after {
  content: none;
}
.ln-steps__number {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-38%);
  z-index: 1;
  background: linear-gradient(90deg, #1b3a6d 0%, #2c5f9e 100%);
}
@media (max-width: 768px) {
  .ln-steps__number {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: auto;
    bottom: 0;
    left: -20px;
    transform: none;
    flex-shrink: 0;
    margin-right: 15px;
  }
}
.ln-steps__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  background-color: #fff;
  border: 1px solid #1b3a6d;
  border-radius: 8px;
  padding: 60px 20px 30px 20px;
  text-align: center;
  gap: 30px;
}
.ln-steps__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1b3a6d;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .ln-steps__card::after {
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #1976d2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .ln-steps__card {
    flex-direction: row;
    width: 100%;
    padding: 10px 10px 10px 30px;
    align-items: center;
    text-align: left;
    gap: 10px;
  }
}
.ln-steps__icon {
  width: auto;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ln-steps__icon {
    width: 60px;
    height: auto;
  }
}
.ln-steps__icon img {
  max-width: 100%;
  max-height: 100%;
}
.ln-steps__card-bottom {
  text-align: left;
}
.ln-steps__item-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ln-steps__item-title {
    font-size: 16px;
    text-align: left;
  }
}
.ln-steps__item-desc {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ln-steps__item-desc {
    font-size: 14px;
  }
}
.ln-steps__arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .ln-steps__arrow {
    margin: 15px 0;
    margin-left: 50px;
    transform: rotate(90deg);
  }
}
.ln-steps__arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1b3a6d;
}
.ln-team {
  padding: 80px 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .ln-team {
    padding: 40px 20px;
    padding-top: 0;
  }
}
.ln-team__container {
  text-align: center;
  border-radius: 2px;
  background: rgba(241, 250, 255, 0.95);
  padding: 40px 40px 0 40px;
}
@media (max-width: 768px) {
  .ln-team__container {
    padding: 40px 20px 0 20px;
  }
}
.ln-team__subtitle {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.7;
  gap: 5px;
  border-radius: 2px;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .ln-team__subtitle {
    font-size: 18px;
  }
}
.ln-team__subtitle::before,
.ln-team__subtitle::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #1b3a6d;
  transform: rotate(53deg);
}
@media (max-width: 768px) {
  .ln-team__subtitle::before,
  .ln-team__subtitle::after {
    width: 14px;
  }
}
.ln-team__subtitle::after {
  transform: rotate(-53deg);
}
.ln-team__title {
  font-size: 36px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ln-team__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.ln-team__companies {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-team__companies {
    flex-direction: column;
  }
}
.ln-team__cross {
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin: 0 20px;
  flex-shrink: 0;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .ln-team__cross {
    margin: 20px auto;
    width: 40px;
    height: 40px;
  }
}
.ln-team__cross::before,
.ln-team__cross::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #1b3a6d;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .ln-team__cross::before,
  .ln-team__cross::after {
    width: 40px;
    height: 3px;
  }
}
.ln-team__cross::after {
  transform: rotate(-90deg);
}
.ln-team__company {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 30px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .ln-team__company {
    padding: 10px 20px;
  }
}
.ln-team__company-logo {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .ln-team__company-logo {
    margin-bottom: 0;
  }
}
.ln-team__company-logo img {
  max-height: 100px;
  width: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .ln-team__company-logo img {
    max-height: 90px;
  }
}
.ln-team__company-desc {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 768px) {
  .ln-team__company-desc {
    font-size: 12px;
  }
}
.ln-team__cross {
  font-size: 36px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1;
}
@media (max-width: 768px) {
  .ln-team__cross {
    font-size: 28px;
  }
}
.ln-team__lead {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-team__lead {
    font-size: 14px;
  }
}
.ln-team__highlight {
  font-size: 24px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ln-team__highlight {
    font-size: 18px;
  }
}
.ln-team__image {
  max-width: 642px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ln-team__image {
    width: 295px;
  }
}
.ln-team__image img {
  max-width: 100%;
  height: auto;
  transform: translateY(8px);
}
.ln-faq {
  padding: 80px 0;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .ln-faq {
    padding: 40px 0;
  }
}
.ln-section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .ln-section-heading {
    font-size: 30px;
  }
}
.ln-faq__list {
  margin: 0 auto;
}
.ln-faq__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-top: 1px solid #8d9daf;
}
@media (max-width: 768px) {
  .ln-faq__item {
    gap: 10px;
    padding: 20px 10px;
  }
}
.ln-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ln-faq__question {
    font-size: 16px;
    gap: 10px;
  }
}
.ln-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ln-faq__answer {
    font-size: 14px;
    gap: 10px;
  }
}
.ln-faq__label {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1b3a6d;
  line-height: 1.7;
}
.ln-faq__answer .ln-faq__label {
  color: #333;
}
.ln-insert {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ln-insert {
    padding: 43px 0 40px 0;
  }
}
.insert__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ln-insert__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.078125%;
}
@media (max-width: 768px) {
  .ln-insert__container {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.ln-insert__content {
  flex: 1;
  max-width: 500px;
}
@media (max-width: 768px) {
  .ln-insert__content {
    max-width: 100%;
    text-align: center;
  }
}
.ln-insert__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .ln-insert__title {
    font-size: 18px;
  }
}
.ln-insert__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  min-height: 71px;
  background: #fff;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  border: 1px solid #1b3a6d;
}
@media (max-width: 768px) {
  .ln-insert__button {
    width: 100%;
    max-width: 100%;
  }
}
.ln-insert__button:hover {
  opacity: 0.75;
}
.ln-insert__button-icon {
  position: absolute;
  width: 22px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.ln-insert__button-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  flex: 1;
  padding-left: 32px;
  width: fit-content;
  max-width: fit-content;
}
.ln-insert__button-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  margin: auto;
  color: #1b3a6d;
}
.ln-insert__button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b3a6d;
  border-right: 2px solid #1b3a6d;
  transform: translate(-60%, -50%) rotate(45deg);
}
.ln-insert__image {
  flex-shrink: 0;
  width: 46.875%;
  max-width: 480px;
  min-width: 0;
}
@media (max-width: 768px) {
  .ln-insert__image {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.ln-insert__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ln-insert__image img {
    max-width: 80%;
  }
}
.form-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
}
.form-list.is-submited .required input:invalid,
.form-list.is-submited .required input[invalid],
.form-list.is-submited .required textarea:invalid,
.form-list.is-submited .required textarea[invalid],
.form-list.is-submited .required select:invalid,
.form-list.is-submited .required select[invalid] {
  border-color: #c23838;
}
.form-list.is-agree .btn {
  pointer-events: auto !important;
  opacity: 1 !important;
}
.form-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .form-item {
    flex-direction: column;
    gap: 5px;
  }
}
.form-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
}
.form-title span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.form-item.required .form-title span::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 2px 5px;
  background: #c23838;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  vertical-align: middle;
}
.form-body {
  flex-shrink: 0;
  width: 62.5%;
}
@media (max-width: 768px) {
  .form-body {
    width: 100%;
  }
}
.form-error--required,
.form-error--overCharacters,
.form-error--input__format {
  display: none;
  color: #c23838;
  font-size: 14px;
  margin-bottom: 8px;
}
.form-input-text,
.crf--form_textarea {
  width: 100%;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid silver;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.3s ease;
  height: 57px;
  resize: vertical;
}
.form-input-text::placeholder,
.crf--form_textarea::placeholder {
  color: silver;
}
.form-input-text:-ms-input-placeholder,
.crf--form_textarea:-ms-input-placeholder {
  color: silver;
}
.form-input-text::-ms-input-placeholder,
.crf--form_textarea::-ms-input-placeholder {
  color: silver;
}
.crf--form_textarea {
  padding: 15px 20px;
  min-height: 200px;
}
.form-input-text:focus,
.crf--form_textarea:focus {
  outline: none;
  border-color: #1b3a6d;
}
.crf--form_textarea {
  min-height: 180px;
  resize: vertical;
}
.checkbox__labelWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.checkbox__item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.crf--form_input-checkbox {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid silver;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  background: #fff;
  flex-shrink: 0;
}
.crf--form_input-checkbox:checked {
  background: #1b3a6d;
  border-color: #1b3a6d;
}
.crf--form_input-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.crf--checkbox_label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
}
.radio__labelWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .radio__labelWrap {
    gap: 20px;
  }
}
.radio__item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.radio__item--hidden {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid silver;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.radio__item--hidden:checked {
  background: #fff;
}
.radio__item--hidden:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #1b3a6d;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.crf--radio_label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
}
.crf--form_select_wrapper {
  position: relative;
}
.crf--form_select_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #8d9daf;
  border-bottom: 2px solid #8d9daf;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.crf--form_select {
  width: 100%;
  padding: 16px 50px 16px 20px;
  border: 1px solid silver;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.crf--form_select:focus {
  outline: none;
  border-color: #1b3a6d;
}
.form-item.agreement .form-body-agree::before {
  content: "プライバシーポリシーをご確認いただき、同意の上ご送信ください。";
  font-size: 14px;
  font-weight: 500;
  color: silver;
  line-height: 1.7;
  width: 100%;
  margin-bottom: 5px;
}
.form-item.agreement .form-title {
  width: 100%;
  padding-top: 0;
  margin-bottom: 8px;
}
.form-body-agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.form-body-agree label {
  display: inline-flex;
  align-items: center;
}
.form-body-agree p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.form-body-agree p a {
  color: #1b3a6d;
  text-decoration: underline;
}
.form-item.agreement::before {
  content: "個人情報の取扱い";
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  text-align: left;
}
.form-item.agreement.required::before {
  content: "個人情報の取扱い";
}
.form-item.agreement::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  margin-left: 140px;
  margin-top: 2px;
  padding: 0 8px;
  height: 24px;
  background: #c23838;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}
.form-item.agreement {
  position: relative;
}
.form-body-agree p span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.txt__outside {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #8d9daf;
  line-height: 1.5;
}
.form-item.recaptcha {
  display: none;
}
.form-item.button-submit-wrapper {
  justify-content: center;
  font-size: 0;
}
.form-item.button-submit-wrapper .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1b3a6d 0%, #2c5f9e 100%);
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .form-item.button-submit-wrapper .btn {
    max-width: 100%;
  }
}
.form-item.button-submit-wrapper .btn:hover {
  opacity: 0.75;
}
.form-item.button-submit-wrapper .btn .text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.form-item.button-submit-wrapper .btn .btn-decorate {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}
.form-item.button-submit-wrapper .btn .btn-decorate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: solid #1b3a6d;
  border-width: 0 2px 2px 0;
  transform: translate(-60%, -50%) rotate(-45deg);
}
.ln-footer {
  padding: 10px 0;
  background: #fff;
  min-height: 40px;
}
@media (max-width: 768px) {
  .ln-footer {
    min-height: 37px;
  }
}
.ln-footer__copyright {
  font-size: 12px;
  font-weight: 500;
  color: #8d9daf;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .ln-footer__copyright {
    font-size: 10px;
  }
}
.ln-contact__content_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ln-contact__illust_wrap {
  position: relative;
  width: 480px;
  margin: auto;
  margin-bottom: -28px;
}
@media (max-width: 768px) {
  .ln-contact__illust_wrap {
    width: 100%;
    margin-bottom: -23px;
  }
}
.ln-contact__text {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ln-contact__text {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.color-black {
  color: #333;
}
.font-size-sub {
  font-size: 24px;
}
@media (max-width: 768px) {
  .font-size-sub {
    font-size: 18px;
  }
}
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.ln-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ln-main {
    align-items: flex-start;
    padding: 3em 0;
  }
}
.ln-thanks {
  padding: 80px 0;
  width: 100%;
  height: 100vh;
}

.ln-thanks__heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--base-heading__color);
  margin-bottom: 50px;
  text-align: center;
}
.ln-thanks__content {
  margin: 120px auto;
  background: white;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ln-thanks__heading {
    font-size: 30px;
  }
  .ln-thanks__content {
    margin: 60px auto;
  }
}

.ln-thanks .ln-contact__btn {
  margin: auto;
}
.ln-thanks .ln-contact__btn::after {
  border-color: var(--cta-color) !important;
}

.ln-thanks .ln-contact__btn-text {
  padding-left: 0;
}
.ln-thanks .ln-contact__btn-text .ln-contact__btn-icon {
  display: none;
}
.form-item.email [class^="form-error--"] {
  display: none;
}

.ln-thanks .ln-contact__btn.ln-to-top__btn {
  margin: auto;
  margin-top: 40px;
  border: 1px solid #1b3a6d !important;
  color: #1b3a6d !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
}
.ln-thanks .ln-contact__btn.ln-to-top__btn:hover {
  background-color: #1b3a6d !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.ln-thanks .ln-to-top__btn::before {
  border: 1px solid #1b3a6d !important;
}
.ln-thanks .ln-to-top__btn::after {
  border-color: #1b3a6d !important;
}

/*# sourceMappingURL=ln-style.css.map*/
/* カスタムカラー変更 */
:root {
  --accent-color: #1b3a6d;
  --cta-color: #ff6b35;
  --cta-hover-color: #e55a25;
}

/* ヘッダーのスタイル */
.ln-header {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* CTAボタンのスタイル（オレンジ） */
.ln-contact__btn,
.ln-header__btn--primary {
  background-color: var(--cta-color) !important;
  border-color: var(--cta-color) !important;
  transition: all 0.3s ease;
}

.ln-contact__btn:hover,
.ln-header__btn--primary:hover {
  background-color: var(--cta-hover-color) !important;
  border-color: var(--cta-hover-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* 無料相談ボタン（ネイビー枠線） */
.ln-header__btn--outline {
  background-color: transparent !important;
  border: 2px solid var(--accent-color) !important;
  color: var(--accent-color) !important;
  transition: all 0.3s ease;
}

.ln-header__btn--outline:hover {
  background-color: var(--accent-color) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ===== HTMLから移動したインラインスタイル ===== */

/* セクション導入部分 */
.ln-section-intro {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.ln-section-intro__content {
  max-width: 900px;
  margin: 0 auto;
}

.ln-section-intro__heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--base-heading__color);
  margin-bottom: 30px;
  text-align: center;
}

.ln-section-intro__text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ln-section-intro__list {
  margin: 30px 0;
}

.ln-section-intro__list-item {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.ln-section-intro__list-item:before {
  content: "●";
  position: absolute;
  left: 0;
  color: #d90b0b;
}

.ln-section-intro__risk-container {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.ln-section-intro__risk-text {
  flex: 1;
  min-width: 300px;
}

.ln-section-intro__risk-image {
  flex: 0 0 300px;
  text-align: center;
}

.ln-section-intro__risk-image img {
  max-width: 100%;
  height: auto;
}

.ln-section-intro__section-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #d90b0b;
  margin-bottom: 15px;
  text-align: center;
}

.ln-section-intro__section {
  margin-bottom: 40px;
}

/* 解決策セクション */
.ln-solution {
  padding: 80px 0;
}

.ln-solution__heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--base-heading__color);
  margin-bottom: 50px;
  text-align: center;
}

.ln-solution__features {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.ln-solution__feature {
  flex: 1;
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ln-solution__feature-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.ln-solution__feature-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--base-heading__color);
}

.ln-solution__feature-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

/* 導入事例セクション */
.ln-case-study {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.ln-case-study__heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--base-heading__color);
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .ln-case-study__heading {
    font-size: 30px;
  }
}

.ln-case-study__content {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ln-case-study__company {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--base-heading__color);
  margin-bottom: 25px;
}

.ln-case-study__section {
  margin-bottom: 25px;
}

.ln-case-study__label {
  font-weight: bold;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.ln-case-study__text {
  line-height: 1.8;
  color: #333;
}

.ln-case-study__highlight {
  color: #d90b0b;
  font-size: 1.1rem;
  font-weight: bold;
}

/* ヒーローセクション */
.ln-hero__text-sub {
  font-size: 1.2rem;
  margin: 20px 0;
  line-height: 1.8;
}

.ln-hero__cta-btn {
  margin-top: 30px;
}

/* チームセクション */
.ln-team__company-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0;
}

/* 最終CTAセクション */
.ln-contact__heading-primary {
  color: var(--base-heading__color);
}

.ln-contact__text-large {
  margin-bottom: 40px;
}

.ln-contact__form-container {
  text-align: center;
  padding: 40px 0;
}

.ln-contact__btn-large {
  max-width: 540px;
  font-size: 1.2rem;
  padding: 20px 40px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .ln-section-intro__risk-container {
    flex-direction: column;
    gap: 20px;
  }

  .ln-section-intro__risk-image {
    flex: 0 0 auto;
    max-width: 250px;
  }

  .ln-solution__features {
    flex-direction: column;
  }

  .ln-section-intro,
  .ln-solution,
  .ln-case-study {
    padding: 50px 20px;
  }
}

/* 解決策アイコンのスタイル */
.ln-solution__feature-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ln-solution__feature-icon img {
  width: 180px;
  height: 180px;
  transition: transform 0.3s ease;
}

.ln-solution__feature:hover .ln-solution__feature-icon img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .ln-solution__feature-icon img {
    width: 120px;
    height: 120px;
  }
}

/* 重複要素を非表示 */
.ln-solution__feature-number {
  display: none;
}

/* プライバシーポリシーのスタイル */
.privacy-page .ln-page__heading {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: var(--accent-color);
}

.privacy-page .ln-privacy__content {
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 80px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.ln-privacy__content h1 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
  text-align: center;
  color: var(--base-heading__color, #333);
}
.ln-privacy__content h2 {
  font-size: 1.35rem;
  margin: 2em 0 1em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ddd;
  color: var(--base-heading__color, #333);
}
.ln-privacy__content h3 {
  font-size: 1.1rem;
  margin: 1.5em 0 0.5em;
  color: #333;
}
.ln-privacy__content h4 {
  font-size: 1rem;
  margin: 1.2em 0 0.4em;
  color: #555;
}
.ln-privacy__content p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 1em;
}
.ln-privacy__content ul {
  margin: 0.5em 0 1em 1.5em;
  line-height: 1.8;
}
.ln-privacy__content li {
  margin-bottom: 0.4em;
}
.ln-privacy__meta {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 2em;
}
.ln-privacy__address {
  background: #f8f9fa;
  padding: 1em 1.25em;
  border-radius: 8px;
  margin: 1em 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.ln-privacy__content .document {
  counter-reset: number 0
}

.ln-privacy__content .document ol,.ln-privacy__content .document ul {
  list-style: none;
  counter-reset: cnt 0;
  margin-top: 16px;
  padding-left: 24px
}

.ln-privacy__content .document ol li,.ln-privacy__content .document ul li {
  font-size: 14px;
  margin-bottom: 16px;
  position: relative
}

.ln-privacy__content .document ol li:last-child,.ln-privacy__content .document ul li:last-child {
  margin-bottom: 0
}

.ln-privacy__content .document ol li:before,.ln-privacy__content .document ul li:before {
  content: "（" counter(cnt) "）";
  counter-increment: cnt;
  left: -32px;
  position: absolute;
  top: 0
}

.ln-privacy__content .document ul li {
  margin-bottom: 8px
}

.ln-privacy__content .document ul li:before {
  background-color: #292929;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: -17px;
  top: 8px;
  width: 6px
}

.ln-privacy__content .document a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline
}

.ln-privacy__content .document>li dl {
  margin-bottom: 24px;
  padding-left: 24px
}

@media screen and (max-width: 834px) {
  .ln-privacy__content .document>li dl {
      margin-bottom:20px
  }
}

.ln-privacy__content .document>li dl dt {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative
}

.ln-privacy__content .document>li dl dt:before {
  color: var(--accent-color);
  content: counter(number,decimal-leading-zero) ".";
  counter-increment: number;
  left: -24px;
  position: absolute;
  top: 0
}

.ln-privacy__content .document>li dl dd {
  position: relative
}

.ln-privacy__content .document>li dl dd:before {
  background-color: #cecece;
  content: "";
  height: 100%;
  left: -12px;
  position: absolute;
  width: 1px
}

.ln-privacy__content .document>li dl dd p {
  font-size: 14px
}

.ln-privacy__content .document .box-gray {
  background-color: #f6f6f6;
  margin-top: 16px;
  padding: 16px 24px
}

.ln-privacy__content .document .box-gray h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px
}

.ln-privacy__content .document .box-gray.border {
  border: 1px solid #c7c7c7
}
