/* FV */
.ly_fv {
  padding-top: 100px;
  overflow: hidden;
}
.ly_fv__inner {
  width: 100%;
}
.m_fv__heading {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  font-size: var(--h1-l);
  line-height: 1.3;
  margin-bottom: 30px;
}
.m_fv {
  position: relative;
}
.m_fv__heading-em {
  font-size: 50px;
  color: var(--primary-700);
}
.m_fv__heading-large {
  font-size: 50px;
}
.m_fv__heading-small {
  font-size: 30px;
  font-weight: normal;
}
.m_fv__heading-br {
  display: block;
  margin-bottom: 10px;
}
.m_fv__heading-sub-wrap {
  text-align: center;
}
.m_fv__heading-sub {
  position: relative;
  font-size: var(--fz-l);
  display: inline-block;
  margin-bottom: 15px;
}
.m_fv__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_fv__main {
  max-width: 530px;
  width: 100%;
  text-align: center;
}
.m_fv__main-logo {
  margin-bottom: 30px;
  margin-inline: auto;
}
.m_fv-record {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: flex-start;
}
.m_fv-record__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 0 50px;
}
.m_fv-record__wrap:before {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: -1;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 29px;
  height: 90px;
  background: url(/lp/d05/asset/image/icon_emblem-left.svg) no-repeat center /
    contain;
}
.m_fv-record__wrap:after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: -1;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 29px;
  height: 90px;
  background: url(/lp/d05/asset/image/icon_emblem-right.svg) no-repeat center /
    contain;
}
.m_fv-record__copy {
  font-size: var(--fz-ms);
  font-feature-settings: "palt";
  color: var(--gray-font-line-500);
  font-weight: bold;
}
.m_fv-record__copy--pt {
  padding-top: 15px;
}
.m_fv-record__copy--small {
  font-size: var(--fz-xxs);
}
.m_fv-record__copy--txspace {
  letter-spacing: 1.4px;
}
.m_fv-record__no1 {
  font-size: 64px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  line-height: 1;
  padding-right: 5px;
}
.m_fv-record__number {
  line-height: 1;
}
.m_fv-record__number.m_fv-record__number-introduction {
  display: flex;
}
.m_fv-record__no1-small {
  font-size: 36px;
}
.m_fv-record__no1-small-vertical {
  font-size: 18px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.m_fv__sub {
  position: relative;
  max-width: 570px;
  width: 100%;
}
.m_fv__sub.m_fv__sub--sp {
  display: none;
}
.m_fv__sub-image {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.m_fv__sub-movie {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 3% 12% 0%;
}
.m_fv__sub-movie video {
  width: 100%;
  height: 100%;
}
.m_fv__sub-small {
  line-height: 1;
}
.m_fv__sub-small small {
  font-size: 10px;
}
.m_fv__sub-small.m_fv__sub-small--sp {
  display: none;
}
.m_fv__image-left {
  position: absolute;
  bottom: 0;
  left: -107px;
  width: 107px;
  bottom: 60px;
}
.m_fv__image-right {
  position: absolute;
  bottom: 0;
  right: -86px;
  width: 76px;
  bottom: 60px;
}
.m_fv__image-left.m_fv__image-left--sp,
.m_fv__image-right.m_fv__image-right--sp {
  display: none;
}
/* 累計導入社数 */
.ly_achievement {
  padding-top: 50px;
}
.ly_achievement__inner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
}
.m_achievement__company {
  width: 100%;
}
.m_achievement__record {
  max-width: 380px;
  width: 100%;
}
.m_achievement__record p {
  font-size: 16px;
  line-height: 1.5;
}
.m_achievement__record .m_achievement__text-strong {
  font-size: 117px;
  font-weight: bold;
  color: var(--primary-700);
  line-height: 1;
  letter-spacing: -0.05em;
}
.m_achievement__record .m_achievement__text-large {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.m_achievement__record .m_achievement__text-middle {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2;
}
.m_achievement__record-flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 0 20px;
}
/* solution */
.solution__heading-xl {
  font-size: 68px;
  font-weight: bold;
}
/* m_structure */
.m_structure__heading {
  font-size: var(--fz-l);
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.m_structure__heading-large {
  font-size: 32px;
}
.m_structure__heading-color {
  color: var(--primary-700);
}
.m_structure__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.m_structure__list {
  grid-column: 1 / 3;
}
.m_structure__item-wrap {
  --mb: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 54px;
  grid-column: 1 / 3;
  margin-bottom: var(--mb);
}
.m_structure__box {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 0 15px;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.m_structure__box.m_structure__box--before:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -61px;
  width: 66px;
  height: 90px;
  mask: url(/lp/d05/asset/image/icon_arrow-big_150-100.svg) no-repeat center /
    contain;
  -webkit-mask: url(/lp/d05/asset/image/icon_arrow-big_150-100.svg) no-repeat
    center / contain;
  background-color: var(--primary-700);
  transform: translateY(-50%);
  z-index: 2;
}
.m_structure__box.m_structure__box--before {
  background-color: var(--gray-bg-100);
}
.m_structure__box.m_structure__box--after {
  background-color: var(--main-100);
}
.m_structure__title {
  font-size: var(--fz-m);
  font-weight: bold;
}
.m_structure__title.m_structure__title--primary{
  color: var(--primary-700);
}
.m_structure__detail {
  font-size: var(--fz-s);
  line-height: var(--line-height-m);
}
.m_structure__image {
  grid-row: 1 / 3;
}
.m_structure__autoplay {
  display: none;
}
/* セキュリティ体制 */
.m_security__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 30px;
}
.m_security__item {
  --grid-column: initial;
  background-color: #fff;
  display: grid;
  grid-column: var(--grid-column, initial);
  grid-row: span 2;
  grid-template-rows: subgrid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  border: 3px solid var(--gray-line-300);
  border-radius: 10px;
  padding: 20px 17px;
}
.m_security__description {
  word-break: break-all;
}
.m_security__image {
  max-width: 75px;
  width: 100%;
  grid-row: 1 / 3;
  align-self: center;
}
.m_security__heading {
  color: var(--primary-700);
}

@media (max-width: 768px) {
  /* FV */
  .ly_fv {
    padding-top: 50px;
  }
  .ly_fv__inner {
    padding-top: 20px;
  }
  .m_fv__heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .m_fv__heading-em,
  .m_fv__heading-large {
    font-size: 40px;
  }
  .m_fv__heading-small {
    font-size: 20px;
  }
  .m_fv__content {
    display: grid;
    grid-template-areas:
      "b"
      "a";
    justify-content: unset;
  }
  .m_fv__main,
  .m_fv__sub {
    max-width: 100%;
  }
  .m_fv__main {
    margin-bottom: 20px;
    grid-area: a;
  }
  .m_fv__sub-image {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .m_fv__sub {
    grid-area: b;
  }
  .m_fv__sub.m_fv__sub--pc {
    display: none;
  }
  .m_fv__sub.m_fv__sub--sp {
    display: block;
    margin-bottom: 20px;
  }
  .m_fv__sub-movie {
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 10px 36px;
  }
  .m_fv__sub-small.m_fv__sub-small--sp {
    display: block;
    margin-top: 20px;
  }
  .ly_fv-record {
    max-width: 500px;
    margin-inline: auto;
  }
  .m_fv-record {
    gap: 0;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .m_fv__main-logo {
    margin: 0 auto 20px;
  }
  .m_fv-record__copy {
    font-size: 12px;
  }
  .m_fv-record__copy--txspace {
    letter-spacing: initial;
  }
  .m_fv-record__copy-em {
    font-size: 13px;
  }
  .m_fv-record__no1 {
    font-size: 40px;
  }
  .m_fv-record__copy--small {
    font-size: 10px;
  }
  .m_fv-record__copy--pt {
    padding-top: 10px;
  }
  .m_fv-record__wrap {
    padding: 0 30px;
  }
  .m_fv-record__no1-small-vertical {
    font-size: 12px;
  }
  .m_fv-record__wrap:before,
  .m_fv-record__wrap:after {
    width: 19px;
    height: 60px;
  }
  .m_fv__image-left {
    left: -30px;
    bottom: 0;
    width: 50px;
  }
  .m_fv__image-right {
    right: -32px;
    bottom: 0;
    width: 32px;
  }
  .m_fv__image-left.m_fv__image-left--pc,
  .m_fv__image-right.m_fv__image-right--pc {
    display: none;
  }
  .m_fv__image-left.m_fv__image-left--sp,
  .m_fv__image-right.m_fv__image-right--sp {
    display: block;
  }

  /* 導入実績 */
  .ly_achievement {
    padding-top: 30px;
  }
  .ly_achievement__inner {
    padding: 0;
  }
  .m_achievement {
    display: block;
  }
  .m_achievement__record {
    margin-top: 20px;
    margin-inline: auto;
  }
  .m_achievement__record p:first-of-type {
    text-align: center;
  }
  .m_achievement__record-flex {
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .m_achievement__record .m_achievement__text-strong {
    font-size: 80px;
    line-height: 1;
  }
  .m_achievement__record .m_achievement__text-large {
    font-size: 28px;
  }
  .m_achievement__record .m_achievement__text-middle {
    font-size: 26px;
  }
  .m_achievement__record p {
    font-size: 14px;
  }
  /* solution */
  .solution__heading-xl {
    font-size: 24px;
    font-weight: bold;
  }
  /* structure */
  .m_structure__content {
    position: relative;
    display: block;
  }
  .m_structure__heading-large {
    font-size: 24px;
  }
  .m_structure__item-wrap {
    grid-template-columns: 1fr;
    gap: 150px 0;
  }
  .m_structure__autoplay {
    display: flex;
  }
  .m_structure__heading--sp-absolute {
    position: absolute;
    top: 245px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .m_structure__box {
    grid-template-rows: initial;
    grid-row: initial;
    grid-template-columns: 100px 1fr;
    gap: 10px 15px;
  }
  .m_structure__box.m_structure__box--before:after {
    width: 50px;
    height: 67px;
    transform: rotate(90deg) translateX(0) translateY(50%);
    right: initial;
    left: 50%;
    top: initial;
    bottom: -50px;
  }
  .m_structure__list .slick-dots li {
    width: calc((100% / 3));
  }
  /* セキュリティ体制 */
.m_security__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 20px;
}
.m_security__item {
  grid-column: initial;
  grid-row: initial;
  grid-template-rows: initial;
  padding: 20px;
}
.m_security__image {
  max-width: 50px;
}
}
