@charset "UTF-8";
/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
@media screen and (min-width: 1040px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .minPc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .minSp-none {
    display: none !important;
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.header {
  min-height: 65px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  transition: 0.3s;
  border-bottom: 1px solid #dedee3;
  background: #fff;
  line-height: 190%;
}
@media screen and (min-width: 1040px) {
  .header {
    gap: 0 32px;
  }
}
@media screen and (max-width: 1039px) {
  .header {
    padding: 0 16px;
    height: 64px;
  }
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  flex: 1 0;
}
@media screen and (min-width: 1040px) {
  .header-left h1 {
    min-width: 187px;
  }
}
@media screen and (max-width: 1039px) {
  .header-left h1 {
    width: 163px;
  }
}
.header-left .sp-button {
  display: none;
}
@media screen and (max-width: 1039px) {
  .header-left .sp-button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 16px;
    top: 15px;
    display: block;
  }
}
.header-left .sp-button-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 16px;
}
.header-left .sp-button-icon.on span:first-child {
  transform: rotate(45deg);
  top: 10px;
  left: 5px;
}
.header-left .sp-button-icon.on span:last-child {
  transform: rotate(-45deg);
  top: 10px;
  left: 5px;
}
.header-left .sp-button-icon span {
  position: absolute;
  width: 26px;
  height: 2.5px;
  border-radius: 2px;
  display: block;
  background-color: #000;
  top: 0;
  left: 5px;
  transition: 0.3s;
}
.header-left .sp-button-icon span:first-child {
  top: 8px;
}
.header-left .sp-button-icon span:last-child {
  top: 19px;
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger {
    width: 100%;
    left: 100vw;
    top: 64px;
    height: calc(100vh - 55px);
    overflow-y: auto;
    background: #f2f2f7;
    position: absolute;
  }
  .header-left .menu-humburger.on {
    left: 0;
  }
}
.header-left .menu-humburger .nav-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1040px) {
  .header-left .menu-humburger .nav-inner {
    flex-wrap: wrap;
    gap: 0 32px;
  }
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner {
    gap: 32px;
    flex-direction: column;
    background: #f2f2f7;
    gap: 0;
  }
}
.header-left .menu-humburger .nav-inner .submenu {
  font-size: var(--rem-14);
  font-weight: 400;
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu {
    width: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .header-left .menu-humburger .nav-inner .submenu:hover .navigation-title::after {
    transform: rotate(0deg);
  }
  .header-left .menu-humburger .nav-inner .submenu:hover .submenu-wrapper {
    max-height: 500px;
  }
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu.show-child .navigation-title {
    border-bottom: none;
  }
  .header-left .menu-humburger .nav-inner .submenu.show-child .navigation-title::after {
    transform: scaleY(0);
  }
  .header-left .menu-humburger .nav-inner .submenu.show-child .submenu-wrapper {
    max-height: 100vw;
  }
}
.header-left .menu-humburger .nav-inner .submenu .navigation-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  color: #1b1b1c;
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title {
    height: auto;
    background: #f2f2f7;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dedee3;
    position: relative;
  }
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title::before {
    content: "";
    width: 13.5px;
    height: 1.5px;
    border-radius: 2px;
    background: #1b1b1c;
    position: absolute;
    top: 50%;
    right: 25px;
  }
}
.header-left .menu-humburger .nav-inner .submenu .navigation-title::after {
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  position: relative;
  margin-left: 7px;
  transform: rotate(180deg);
  background-image: url(/wp-content/themes/leapnet/assets/img/arrow.svg);
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title::after {
    width: 1.8px;
    height: 13.5px;
    background: #1b1b1c;
    border: none;
    margin-left: 0;
    position: absolute;
    transform: scaleY(1);
    top: 50%;
    border-radius: 2px;
    margin-top: -6px;
    right: 31px;
    transition: 0.4s;
    transform-origin: center;
  }
}
.header-left .menu-humburger .nav-inner .submenu .navigation-title.nobotlink::before, .header-left .menu-humburger .nav-inner .submenu .navigation-title.nobotlink::after {
  display: none;
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title a {
    padding: 13px 27px;
    display: block;
    width: 100%;
    font-size: var(--rem-16);
  }
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title a span {
    position: relative;
  }
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu .navigation-title .menu-open {
    position: absolute;
    width: 60px;
    height: 50px;
    right: 0;
    top: 0;
  }
}
.header-left .menu-humburger .nav-inner .submenu-wrapper {
  border-radius: 0 0 5px 5px;
  position: absolute;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  top: 100%;
  padding: 0 15px;
  margin-left: -31px;
  width: auto;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu-wrapper {
    background-color: #f2f2f7;
    border-radius: 0;
    padding: 0 27px;
    margin-left: 0;
    position: static;
  }
}
@media screen and (min-width: 1040px) {
  .header-left .menu-humburger .nav-inner .submenu-inner {
    transition: opacity 0.4s ease-in-out;
    background: #fff;
    position: relative;
    border-radius: 0 0 5px 5px;
  }
}
.header-left .menu-humburger .nav-inner .submenu-inner::before, .header-left .menu-humburger .nav-inner .submenu-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(/wp-content/themes/leapnet/assets/img/bor_menu.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.header-left .menu-humburger .nav-inner .submenu-inner::before {
  left: -15px;
}
.header-left .menu-humburger .nav-inner .submenu-inner::after {
  right: -15px;
  transform: rotate(270deg);
}
@media screen and (max-width: 1039px) {
  .header-left .menu-humburger .nav-inner .submenu-inner ul {
    border-bottom: 1px solid #dedee3;
  }
}
@media screen and (min-width: 1040px) {
  .header-left .menu-humburger .nav-inner .submenu-inner li:not(:first-child) a {
    border-top: 1px solid #dedee3;
  }
}
.header-left .menu-humburger .nav-inner .submenu-inner li a {
  display: block;
  padding: 13px 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 1040px) {
  .header-left .menu-humburger .nav-inner .submenu-inner li a:hover {
    background: #f2f2f7;
  }
}
.header-left .sp-buttons {
  display: none;
}
@media screen and (max-width: 1039px) {
  .header-left .sp-buttons {
    width: 86.1538461538%;
    margin: 40px auto;
    display: block;
  }
  .header-left .sp-buttons .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .header-left .sp-buttons .buttons .button {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header-left .sp-buttons .buttons .button a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 50px;
    padding: 16px 18px;
    font-size: var(--rem-16);
    height: 48px;
    min-width: 132px;
    gap: 4px;
    background-color: #000;
    color: #fff;
    line-height: 160%;
    font-weight: 600;
  }
  .header-left .sp-buttons .buttons .button a.blue {
    background-color: #4555E5;
  }
  .header-left .sp-buttons .buttons .button a.blue::before {
    content: "";
    background: url(/wp-content/themes/leapnet/assets/img/contact.svg) no-repeat;
    width: 20px;
    height: 20px;
  }
  .header-left .sp-buttons .buttons .button a.docrequest {
    gap: 6px;
  }
  .header-left .sp-buttons .buttons .button a.docrequest::before {
    background: url(/wp-content/themes/leapnet/assets/img/documentrequest.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  .header-left .sp-buttons .sp-links {
    width: 100%;
    font-size: var(--rem-12);
    margin-bottom: 40px;
  }
  .header-left .sp-buttons .list-sns {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .header-left .sp-buttons .list-sns img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1039px) {
  .header-right {
    display: none;
  }
}
.header-right-nav ul {
  display: flex;
  gap: 23px;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.footer {
  background-color: #000;
  padding: 31px 48px 35px;
}
@media screen and (max-width: 1039px) {
  .footer {
    padding: 20px 0 40px;
  }
}
.footer * {
  color: #fff;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.footer-nav-mid .footer-text {
  padding: 0 0 24px;
  font-size: var(--rem-11);
  line-height: 129%;
  font-weight: 400;
}
@media screen and (max-width: 1039px) {
  .footer-nav-mid .footer-text {
    padding: 40px 27px;
  }
}
@media screen and (min-width: 1040px) {
  .footer-nav-bottom {
    gap: 34px;
    align-items: center;
    transform: translate(2px, 1px);
    display: flex;
  }
}
@media screen and (max-width: 1039px) {
  .footer-nav-bottom {
    padding: 0 27px;
  }
}
.footer-nav-bottom .footer-logo {
  width: 132px;
}
.footer-nav-bottom ul {
  display: flex;
}
@media screen and (min-width: 1040px) {
  .footer-nav-bottom ul {
    align-items: center;
    gap: 32px;
  }
}
@media screen and (max-width: 1039px) {
  .footer-nav-bottom ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 30px;
  }
}
.footer-nav-bottom ul.list-sns {
  gap: 11px;
}
@media screen and (min-width: 1040px) {
  .footer-nav-bottom ul.list-sns {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1039px) {
  .footer-nav-bottom ul.list-sns {
    padding: 40px 0;
    justify-content: center;
    flex-direction: row;
  }
}
.footer-nav-bottom ul li {
  font-size: var(--rem-12);
  line-height: 130%;
  font-weight: 400;
}
@media screen and (max-width: 1039px) {
  .footer-nav-bottom ul li {
    font-size: var(--rem-11);
    line-height: 1.6;
  }
}
.footer-nav-bottom ul li a {
  color: #fff;
}
.footer-nav-bottom ul li a img {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1039px) {
  .footer-nav-bottom ul li a img {
    width: 32px;
    height: 32px;
  }
}
.footer-nav-bottom .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: var(--rem-12);
  line-height: 110%;
  letter-spacing: 0;
  color: #adadb1;
}
@media screen and (min-width: 1040px) {
  .footer-nav-bottom .copyright {
    margin-left: auto;
    transform: translate(-2px, 2px);
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
:root {
  --rem-1: 0.0625rem;
  --rem-2: 0.125rem;
  --rem-3: 0.1875rem;
  --rem-4: 0.25rem;
  --rem-5: 0.3125rem;
  --rem-6: 0.375rem;
  --rem-7: 0.4375rem;
  --rem-8: 0.5rem;
  --rem-9: 0.5625rem;
  --rem-10: 0.625rem;
  --rem-11: 0.6875rem;
  --rem-12: 0.75rem;
  --rem-13: 0.8125rem;
  --rem-14: 0.875rem;
  --rem-15: 0.9375rem;
  --rem-16: 1rem;
  --rem-17: 1.0625rem;
  --rem-18: 1.125rem;
  --rem-19: 1.1875rem;
  --rem-20: 1.25rem;
  --rem-21: 1.3125rem;
  --rem-22: 1.375rem;
  --rem-23: 1.4375rem;
  --rem-24: 1.5rem;
  --rem-25: 1.5625rem;
  --rem-26: 1.625rem;
  --rem-27: 1.6875rem;
  --rem-28: 1.75rem;
  --rem-29: 1.8125rem;
  --rem-30: 1.875rem;
  --rem-31: 1.9375rem;
  --rem-32: 2rem;
  --rem-33: 2.0625rem;
  --rem-34: 2.125rem;
  --rem-35: 2.1875rem;
  --rem-36: 2.25rem;
  --rem-37: 2.3125rem;
  --rem-38: 2.375rem;
  --rem-39: 2.4375rem;
  --rem-40: 2.5rem;
  --rem-41: 2.5625rem;
  --rem-42: 2.625rem;
  --rem-43: 2.6875rem;
  --rem-44: 2.75rem;
  --rem-45: 2.8125rem;
  --rem-46: 2.875rem;
  --rem-47: 2.9375rem;
  --rem-48: 3rem;
  --rem-49: 3.0625rem;
  --rem-50: 3.125rem;
  --rem-51: 3.1875rem;
  --rem-52: 3.25rem;
  --rem-53: 3.3125rem;
  --rem-54: 3.375rem;
  --rem-55: 3.4375rem;
  --rem-56: 3.5rem;
  --rem-57: 3.5625rem;
  --rem-58: 3.625rem;
  --rem-59: 3.6875rem;
  --rem-60: 3.75rem;
  --rem-61: 3.8125rem;
  --rem-62: 3.875rem;
  --rem-63: 3.9375rem;
  --rem-64: 4rem;
  --rem-65: 4.0625rem;
  --rem-66: 4.125rem;
  --rem-67: 4.1875rem;
  --rem-68: 4.25rem;
  --rem-69: 4.3125rem;
  --rem-70: 4.375rem;
}

.common-button {
  border-radius: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--rem-14);
  padding: 6.8px 12.45px;
  line-height: 160%;
  font-weight: 600;
  gap: 3px;
  background-color: #000;
  color: #fff;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.common-button:hover {
  opacity: 0.8;
}
.common-button-blue {
  background-color: #4555E5;
}
.common-button-blue:before {
  content: "";
  background: url(/wp-content/themes/leapnet/assets/img/contact.svg) no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.common-button-blue.docrequest::before {
  background: url(/wp-content/themes/leapnet/assets/img/documentrequest.svg) no-repeat;
}
.common-button.single-page {
  padding: 11px 12px 10px 13px;
  gap: 4px;
  font-feature-settings: "palt" on, "liga" off, "clig" off;
  max-width: 208px;
  width: 100%;
  margin-top: 15px;
}
.common-btn-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .common-btn-flex {
    flex-direction: column;
    gap: 16px;
  }
}
.common-page .fv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .common-page .fv {
    min-height: 500px;
  }
}
.common-page .fv-bg {
  max-width: none;
  width: 3426px;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .common-page .fv-bg {
    width: 1900px;
    top: calc(50% + 68px);
    left: calc(50% + 98px);
  }
}
.common-page .fv-text {
  position: relative;
  padding: 82px 27px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .common-page .fv-text {
    padding: 49px 27px 0;
  }
}
.common-page .fv-text p {
  display: flex;
  padding: 10px;
  max-width: 340px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: var(--Semantic-Content-inverse-primary, #FFF);
  font-size: var(--rem-24);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.44px;
  background: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common-page .fv-text p {
    font-feature-settings: normal;
    font-size: var(--rem-20);
    letter-spacing: 1.2px;
    padding: 4px;
    max-width: 260px;
  }
}
.common-page .fv-text h1 {
  margin: 46px 0 45px;
  color: #1B1B1C;
  font-size: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .common-page .fv-text h1 {
    margin: 27px 0 26px;
  }
}
.common-page .fv-text h1 span {
  letter-spacing: 2.4px;
  font-feature-settings: normal;
  line-height: 160%; /* 64px */
  font-size: var(--rem-40);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .common-page .fv-text h1 span {
    letter-spacing: 1.62px;
    font-size: var(--rem-27);
  }
}
.common-page .fv-text .sub {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-size: var(--rem-20);
  font-weight: 500;
  line-height: 200%; /* 40px */
  letter-spacing: 1.2px;
  margin-bottom: 28px;
  text-shadow: 4px 4px 10px #FFF;
}
@media screen and (max-width: 768px) {
  .common-page .fv-text .sub {
    color: var(--Semantic-Content-primary, #1B1B1C);
    font-weight: 500;
    font-size: var(--rem-14);
    letter-spacing: 0.84px;
    text-align: left;
    margin-bottom: 33px;
  }
}
.common-page .content {
  background: rgba(201, 223, 236, 0.3);
}
.common-button-white {
  position: relative;
  display: flex;
  height: 56px;
  width: fit-content;
  min-width: 172px;
  padding: 16px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid var(--Primitive-grey-400, #ADADB1);
  background: var(--Semantic-Communication-Background-primary, #FFF);
  color: var(--Semantic-Communication-Content-primary, #1B1B1C);
  font-size: var(--rem-16);
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  margin: 0 auto;
  transition: 0.2s;
}
.common-button-white:hover {
  opacity: 0.8;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.home .banner-link {
  display: block;
  background: #000;
  transition: 0.2s;
}
.home .banner-link:hover {
  opacity: 0.8;
}
.home .banner {
  background: url(/wp-content/themes/leapnet/assets/img/banner_c_bg.png);
  background-size: cover;
  background-position: top center;
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
}
.home main .top-notice {
  height: 65px;
  border-bottom: 2px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home main .top-notice p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2px;
}
.home main .first-view {
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #0a254c;
}
@media screen and (min-width: 769px) {
  .home main .first-view {
    height: calc(100vh - 64px);
    min-height: 700px;
    max-height: 1050px;
  }
}
@media screen and (max-width: 768px) {
  .home main .first-view {
    height: 600px;
  }
}
.home main .first-view .fv-bg {
  max-width: none;
  width: 3426px;
  top: calc(50% - 157px);
  left: calc(50% - 46px);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .home main .first-view .fv-bg {
    width: 1900px;
    top: calc(50% - 25px);
    left: calc(50% + 98px);
  }
}
.home main .first-view-text {
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: 73%;
  max-width: 934px;
}
@media screen and (min-width: 769px) {
  .home main .first-view-text {
    position: absolute;
    top: 56.2%;
    left: 47%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .home main .first-view-text {
    width: 90%;
  }
}
.font-loaded .home main .first-view-text {
  opacity: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home main .first-view-text .font-sensitive-text {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 769px) {
  .home main .first-view .pc {
    z-index: 0;
    width: min(50vw, 459px);
    position: absolute;
    top: -51px;
    right: -142px;
  }
}
@media screen and (max-width: 768px) {
  .home main .first-view .pc {
    width: 267px;
    margin: 61px auto 0;
    position: relative;
  }
}
.home main .first-view h1 {
  position: relative;
  font-size: min(3.5vw, var(--rem-44));
  color: #FFF;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.64px;
  font-feature-settings: normal;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .home main .first-view h1 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: min(5.5vw, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: 220%; /* 48.4px */
    letter-spacing: 1.32px;
    align-items: center;
    transform: translateY(-95px);
  }
}
.home main .first-view h1 span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 0px 13px 17px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .home main .first-view h1 span {
    padding: 3px 1px 5px 16px;
  }
}
.home main .first-view p {
  position: relative;
  margin-top: 95px;
  color: var(--Semantic-Content-primary, #1B1B1C);
  font-feature-settings: "palt" on;
  text-shadow: 4px 4px 10px #FFF;
  font-family: "Noto Sans JP";
  font-size: min(2.5vw, var(--rem-24));
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 48px */
  letter-spacing: 1.44px;
}
@media screen and (min-width: 1040px) {
  .home main .first-view p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .home main .first-view p {
    color: var(--Semantic-Content-primary, #1B1B1C);
    font-feature-settings: "palt" on;
    text-shadow: 4px 4px 10px #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
  }
  .home main .first-view p::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    filter: blur(calc(var(--Duration-200ms, 200px) / 2));
  }
}
@media screen and (min-width: 1024px) {
  .home .aii-font-vw {
    font-size: clamp(var(--rem-19), 1.5vw, var(--rem-20)) !important;
  }
}
.home .fp-contents:nth-child(odd) {
  background: #fbfbfb;
}
.home .fp-contents:nth-child(even) {
  background: #E4EFF6;
}
.home .fp-contents:nth-child(even) .bg-text {
  mix-blend-mode: multiply;
}
.home .fp-contents .bg-text {
  color: #EAEAEA;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 9px;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home .fp-contents .bg-text {
    margin-bottom: 0;
  }
}
.home .fp-contents:not(:first-of-type) {
  padding: 30px 27px 129px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:not(:first-of-type) {
    padding: 10px 36px 41px;
  }
}
.home .fp-contents:not(:first-of-type) h2 {
  color: #1B1B1C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 2.28px;
  font-feature-settings: normal;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:not(:first-of-type) h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.home .fp-contents:not(:first-of-type) h2::after {
  content: "";
  display: block;
  width: 59px;
  height: 5px;
  background: #6A92EF;
  margin: 28px auto;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:not(:first-of-type) h2::after {
    margin: 19px auto;
  }
}
.home .fp-contents .lead {
  color: #1B1B1C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.44px;
  font-feature-settings: normal;
  max-width: 940px;
  margin: 0 auto 47px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents .lead {
    margin-bottom: 25px;
  }
}
.home .fp-contents .lead span {
  display: inline-block;
  line-height: 1.58; /* 38.4px */
}
@media screen and (min-width: 769px) {
  .home .fp-contents .lead span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home .fp-contents .lead span {
    font-size: 20px;
  }
}
.home .fp-contents:first-of-type {
  padding: 79px 27px 82px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:first-of-type {
    padding: 54px 45px 59px;
  }
}
.home .fp-contents:first-of-type .inner {
  max-width: 1052px;
  margin: 0 auto;
}
.home .fp-contents:first-of-type h2 {
  color: #1B1B1C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.4px;
  font-feature-settings: normal;
  margin-bottom: 63px;
}
@media screen and (min-width: 1040px) {
  .home .fp-contents:first-of-type h2 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .home .fp-contents:first-of-type h2 {
    color: #1B1B1C;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    letter-spacing: 1.2px;
    margin-bottom: 31px;
  }
}
.home .fp-contents:first-of-type p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: var(--rem-20);
  font-style: normal;
  font-weight: 400;
  line-height: 229%; /* 40px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:first-of-type p {
    color: var(--Semantic-Background-inverse-primary, #000);
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
  }
}
.home .fp-contents:first-of-type .flex {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media screen and (max-width: 1039px) {
  .home .fp-contents:first-of-type .flex div,
  .home .fp-contents:first-of-type .flex img {
    width: 50%;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .home .fp-contents:first-of-type .flex {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .home .fp-contents:first-of-type .flex div,
  .home .fp-contents:first-of-type .flex img {
    width: 100%;
  }
}
.home .fp-contents:nth-of-type(2) .inner {
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(2) .bg-text {
    font-size: 90px;
  }
}
.home .fp-contents:nth-of-type(2) ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 62px 32px;
}
.home .fp-contents:nth-of-type(2) ul img {
  width: 100%;
}
.home .fp-contents:nth-of-type(2) ul h3 {
  color: #224A68;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.32px;
  font-feature-settings: normal;
  margin: 21px 0 20px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(2) ul h3 {
    color: #224A68;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: 1.32px;
  }
}
.home .fp-contents:nth-of-type(2) ul p {
  line-height: 190%;
}
.home .fp-contents:nth-of-type(3) .inner {
  max-width: 1032px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(3) .bg-text {
    font-size: 90px;
  }
}
.home .fp-contents:nth-of-type(3) ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .home .fp-contents:nth-of-type(3) ul {
    margin-bottom: 113px;
  }
}
.home .fp-contents:nth-of-type(3) ul li {
  background: #fff;
  border-radius: 10px;
  padding: 25px 19px 26px 18px;
}
.home .fp-contents:nth-of-type(3) ul li .num {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 48px */
  letter-spacing: 1.8px;
  background: #224A68;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  margin: 0 auto 20px;
}
.home .fp-contents:nth-of-type(3) ul li h3 {
  color: #224A68;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.08px;
  font-feature-settings: normal;
  margin-bottom: 17px;
}
.home .fp-contents:nth-of-type(3) ul li h3 span {
  font-size: 13px;
  vertical-align: text-bottom;
}
.home .fp-contents:nth-of-type(3) ul li p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "hist" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  margin: 0 6px;
}
.home .fp-contents:nth-of-type(3) ul li small {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "hist" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(3) .fp-yt h3 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(4) .bg-text {
    font-size: 65px;
  }
}
.home .fp-contents:nth-of-type(4) .active {
  background: #224A68 !important;
}
.home .fp-contents:nth-of-type(4) .fp-usecase-content {
  max-width: 896px;
  margin: 0 auto;
  border-radius: 10px;
}
.home .fp-contents:nth-of-type(4) .fp-f-wrap {
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: space-around;
  border-radius: 10px;
}
.home .fp-contents:nth-of-type(4) .fp-f-wrap button {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(4) .fp-f-wrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(4) .fp-f-wrap-wrap {
    margin-bottom: 0;
  }
}
.home .fp-contents:nth-of-type(5) .inner {
  max-width: 1016px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .bg-text {
    font-size: 90px;
  }
}
.home .fp-contents:nth-of-type(5) .flex {
  display: flex;
  background: #fff;
  border-radius: 10px;
  gap: 50px;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .flex {
    flex-direction: column;
    gap: 25px;
  }
}
.home .fp-contents:nth-of-type(5) figure {
  max-width: 469px;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) figure {
    padding: 20px 20px 0;
    max-width: 100%;
  }
}
.home .fp-contents:nth-of-type(5) figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) figure img {
    border-radius: 10px;
  }
}
.home .fp-contents:nth-of-type(5) .text {
  padding: 37px 26px 26px 0;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .text {
    padding: 0 20px 20px 20px;
  }
}
.home .fp-contents:nth-of-type(5) .text-inner {
  border-left: 3px solid #000;
  padding-left: 10px;
  margin-bottom: 24px;
}
.home .fp-contents:nth-of-type(5) .text h3 {
  color: #1B1B1C;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .text h3 {
    font-size: 20px;
  }
}
.home .fp-contents:nth-of-type(5) .text h4 {
  color: #224A68;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .text h4 {
    font-size: 18px;
  }
}
.home .fp-contents:nth-of-type(5) .text p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.96px;
  margin-bottom: 21px;
}
.home .fp-contents:nth-of-type(5) .text a {
  display: flex;
  gap: 10px;
  width: fit-content;
  height: 56px;
  min-width: 172px;
  padding: 16px 18px;
  justify-content: center;
  align-items: center;
  color: var(--Semantic-Communication-Content-inverse-primary, #FFF);
  text-align: center;
  font-feature-settings: "palt" on, "liga" off, "clig" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: var(--design-system-gray-600, #646466);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(5) .text a {
    width: 100%;
  }
}
.home .fp-contents:nth-of-type(5) .text a::after {
  transition: 0.2s;
  display: block;
  content: "→";
}
.home .fp-contents:nth-of-type(5) .text a:hover {
  opacity: 0.8;
}
.home .fp-contents:nth-of-type(5) .text a:hover::after {
  transform: translateX(3px);
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(6) .bg-text {
    font-size: 90px;
  }
}
.home .fp-contents:nth-of-type(7) {
  padding-top: 65px;
  padding-bottom: 54px;
  background: url(/wp-content/themes/leapnet/assets/img/bottom_bg.png) lightgray no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(7) {
    padding-top: 30px;
    padding-bottom: 27px;
  }
}
.home .fp-contents:nth-of-type(7)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(4, 12, 31, 0.65);
  top: 0;
  left: 0;
}
.home .fp-contents:nth-of-type(7) h2 {
  color: #E4EFF6;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 54.4px */
  letter-spacing: 2.04px;
  position: relative;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .home .fp-contents:nth-of-type(7) h2 {
    font-size: 24px;
  }
}
.home .fp-contents:nth-of-type(7) .lead {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  position: relative;
}
.home .fp-contents:nth-of-type(7) a {
  display: flex;
  width: 263px;
  height: 56px;
  min-width: 172px;
  padding: 16px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: var(--Semantic-Content-inverse-primary, #FFF);
  color: var(--, #000);
  text-align: center;
  font-feature-settings: "palt" on, "liga" off, "clig" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
  position: relative;
  margin: 0 auto;
  transition: 0.2s;
}
.home .fp-contents:nth-of-type(7) a:hover {
  opacity: 0.8;
}
.home .fp-contents:nth-of-type(7) a::before {
  display: block;
  content: "";
  background: url(/wp-content/themes/leapnet/assets/img/contact_black.svg) no-repeat;
  width: 21px;
  height: 21px;
  background-size: cover;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.technology .fv-text span {
  max-width: 825px;
}
.technology .content .inner {
  max-width: 848px;
  margin: 0 auto;
  padding: 72px 24px 56px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner {
    padding: 32px 39px 36px;
  }
}
.technology .content .inner h2 {
  color: #1B1B1C;
  text-align: center;
  font-size: 0;
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner h2 {
    margin-bottom: 23px;
  }
}
.technology .content .inner h2 span {
  letter-spacing: 2.04px;
  font-feature-settings: normal;
  display: inline-block;
  line-height: 160%; /* 54.4px */
  font-size: var(--rem-26);
}
@media screen and (max-width: 768px) {
  .technology .content .inner h2 span {
    letter-spacing: 1.2px;
    font-size: var(--rem-20);
  }
}
.technology .content .inner .list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list {
    gap: 24px;
  }
}
.technology .content .inner .list li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 73px;
  background: #fff;
  padding: 38px 42px 39px 64px;
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li {
    flex-direction: column;
    gap: 11px;
    padding: 17px 22px 19px;
    min-height: auto;
  }
}
.technology .content .inner .list li:nth-child(2) figure img {
  width: 61px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li:nth-child(2) figure img {
    width: 43px;
  }
}
.technology .content .inner .list li:nth-child(3) figure img {
  width: 101px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li:nth-child(3) figure img {
    width: 71px;
  }
}
.technology .content .inner .list li figure {
  min-width: 97px;
  width: 97px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li figure {
    min-width: 68px;
    width: 68px;
    height: 63px;
  }
}
.technology .content .inner .list li figure img {
  height: 100%;
  object-fit: contain;
}
.technology .content .inner .list li h3 {
  color: #6A92EF;
  font-size: var(--rem-22);
  font-feature-settings: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.32px;
  margin: 17px 0 22px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li h3 {
    text-align: center;
    font-size: var(--rem-18);
    margin: 0 0 8px;
    letter-spacing: 1.08px;
  }
}
.technology .content .inner .list li p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-size: var(--rem-18);
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.08px;
  min-height: 87px;
}
@media screen and (max-width: 768px) {
  .technology .content .inner .list li p {
    font-size: var(--rem-14);
    letter-spacing: 0.84px;
  }
}
.technology .content .link {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology .content .link {
    margin-top: 31px;
  }
}
.technology .content .link p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "hist" on, "palt" on;
  font-size: var(--rem-20);
  font-weight: 400;
  line-height: 200%; /* 40px */
  letter-spacing: 1.2px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .technology .content .link p {
    font-size: var(--rem-18);
    letter-spacing: 1.08px;
    line-height: 160%;
    margin-bottom: 27px;
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.reason .fv-text {
  padding-bottom: 36px;
}
.reason .fv-text span {
  max-width: 985px;
}
.reason .content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason .content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #FBFBFB;
  }
}
@media screen and (max-width: 768px) {
  .reason .content {
    background: #fbfbfb;
  }
}
.reason .content .inner {
  position: relative;
  max-width: 993px;
  margin: 0 auto;
  padding: 59px 37px 92px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner {
    padding: 0 0 49px;
  }
}
.reason .content .inner .anchor-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 83px;
}
.reason .content .inner .anchor-nav li {
  width: 100%;
  max-width: 201px;
}
.reason .content .inner .anchor-nav a {
  display: flex;
  min-height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #6A92EF;
  background: #FFF;
  color: #1B1B1C;
  font-size: min(1.9vw, var(--rem-16));
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  transition: 0.2s;
}
.reason .content .inner .anchor-nav a:hover {
  background: #6A92EF;
  color: #FFF;
}
.reason .content .inner .reason-item {
  scroll-margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .reason .content .inner .reason-item {
    margin-bottom: 89px;
  }
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item {
    padding: 34px 37px;
  }
  .reason .content .inner .reason-item:nth-child(even) {
    background: rgba(201, 223, 236, 0.3);
  }
}
.reason .content .inner .reason-item:first-of-type .items .item .image-area p span {
  font-size: 100px;
  letter-spacing: 6px;
  margin-top: 6px;
}
.reason .content .inner .reason-item:nth-of-type(2) .items .item .image-area p span, .reason .content .inner .reason-item:nth-of-type(3) .items .item .image-area p span, .reason .content .inner .reason-item:nth-of-type(4) .items .item .image-area p span {
  font-size: 60px;
  letter-spacing: 3.6px;
  margin-top: 3px;
}
.reason .content .inner .reason-item:last-of-type {
  margin-bottom: 59px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item:last-of-type {
    margin-bottom: 2px;
  }
}
.reason .content .inner .reason-item h2 {
  color: #1B1B1C;
  text-align: center;
  font-size: 34px;
  font-feature-settings: normal;
  font-weight: 600;
  line-height: 160%; /* 54.4px */
  letter-spacing: 2.04px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item h2 {
    font-size: var(--rem-24);
    letter-spacing: 1.44px;
  }
}
.reason .content .inner .reason-item h2::after {
  content: "";
  display: block;
  width: 95px;
  height: 5px;
  background: #6A92EF;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item h2::after {
    width: 59px;
    height: 3px;
    margin-top: 7px;
  }
}
.reason .content .inner .reason-item .subheading {
  color: var(--Semantic-Background-inverse-primary, #000);
  text-align: center;
  font-feature-settings: "hist" on, "palt" on;
  font-size: var(--rem-24);
  font-weight: 500;
  line-height: 200%; /* 48px */
  letter-spacing: 1.44px;
  margin: 17px 0 41px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .subheading {
    font-size: var(--rem-18);
    margin: 13px 0 22px;
    letter-spacing: 1.08px;
    line-height: 160%;
  }
}
.reason .content .inner .reason-item .items {
  display: flex;
  gap: 96px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items {
    flex-direction: column;
    gap: 21px;
  }
}
.reason .content .inner .reason-item .items .item {
  padding: 26px 38px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  .reason .content .inner .reason-item .items .item {
    width: 50%;
    max-width: 411px;
  }
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item {
    padding: 18px 20px 10px;
  }
}
.reason .content .inner .reason-item .items .item:nth-child(2) h3 {
  font-family: futura-pt, sans-serif;
  background: #6A92EF;
  font-size: var(--rem-28);
  font-weight: 450;
  letter-spacing: 1.68px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item:nth-child(2) h3 {
    font-size: var(--rem-20);
    letter-spacing: 1.2px;
  }
}
.reason .content .inner .reason-item .items .item h3 {
  border-radius: 10px;
  background: #ADADB1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: var(--rem-24);
  font-feature-settings: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.44px;
  margin-bottom: 9px;
}
@media screen and (min-width: 769px) {
  .reason .content .inner .reason-item .items .item h3 {
    padding: 10px;
    height: 40px;
    max-width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item h3 {
    line-height: 150%;
    min-height: 30px;
    font-size: var(--rem-18);
    letter-spacing: 1.08px;
  }
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item .flex-sp {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 5px 15px 10px 8px;
  }
}
.reason .content .inner .reason-item .items .item .text {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-size: var(--rem-18);
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.08px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item .text {
    font-size: var(--rem-14);
    letter-spacing: 0.84px;
  }
}
.reason .content .inner .reason-item .items .item .image-area {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.reason .content .inner .reason-item .items .item .image-area p {
  color: #6A92EF;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 1.08px;
}
.reason .content .inner .reason-item .items .item .image-area p span {
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .items .item .image-area img {
    height: 75px;
    max-width: fit-content;
  }
}
.reason .content .inner .reason-item .table-image {
  margin: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .table-image {
    margin-top: 28px;
  }
}
.reason .content .inner .reason-item .notice {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.96px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .reason .content .inner .reason-item .notice {
    font-size: var(--rem-14);
    letter-spacing: 0.84px;
    margin-top: 27px;
    line-height: 160%;
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.guide .notice {
  background: #FBFBFB;
  position: relative;
  padding: 44px 37px 43px;
}
@media screen and (min-width: 769px) {
  .guide .notice {
    margin-top: -41px;
  }
}
@media screen and (max-width: 768px) {
  .guide .notice {
    padding: 21px 37px 28px;
  }
}
.guide .notice .inner {
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 1028px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 19px 82px 14px;
}
@media screen and (max-width: 768px) {
  .guide .notice .inner {
    padding: 11px 20px 19px;
  }
}
.guide .notice h2 {
  color: #1E1E1E;
  text-align: center;
  font-size: var(--rem-22);
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: -0.484px;
  font-feature-settings: normal;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  .guide .notice h2 {
    font-size: var(--rem-18);
    letter-spacing: -0.396px;
  }
}
.guide .notice .flex {
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  .guide .notice .flex {
    align-items: flex-end;
    gap: 7px;
  }
}
.guide .notice .flex figure {
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .guide .notice .flex figure {
    width: 61px;
    min-width: 61px;
    transform: translateY(6px);
  }
}
.guide .notice .flex .text {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .guide .notice .flex .text {
    margin-top: 9px;
  }
}
.guide .notice .flex h3 {
  color: #1E1E1E;
  font-size: var(--rem-20);
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .guide .notice .flex h3 {
    font-size: var(--rem-16);
  }
}
.guide .notice .flex p {
  color: #1E1E1E;
  font-size: var(--rem-20);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .guide .notice .flex p {
    font-size: var(--rem-14);
  }
}
.guide .content {
  padding: 45px 37px 70px;
}
@media screen and (max-width: 768px) {
  .guide .content {
    padding: 24px 37px 29px;
  }
}
.guide .inner {
  max-width: 1028px;
  margin: 0 auto;
}
.guide .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  gap: 49px;
}
@media screen and (max-width: 1039px) {
  .guide .list {
    flex-direction: column;
    margin-bottom: 14px;
    gap: 61px;
  }
}
.guide .item {
  padding: 25px 26px 30px;
  border-radius: 10px;
  background: #FFF;
  width: 32%;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .guide .item {
    max-width: 310px;
  }
}
@media screen and (max-width: 1039px) {
  .guide .item {
    width: 100%;
    padding: 17px 19px 19px;
  }
}
.guide .item:first-of-type::after, .guide .item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 37px;
  background: url("/wp-content/themes/leapnet/assets/img/guide/gray_arrow.svg") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1040px) {
  .guide .item:first-of-type::after, .guide .item:nth-of-type(2)::after {
    top: 49%;
    right: -35px;
  }
}
@media screen and (max-width: 1039px) {
  .guide .item:first-of-type::after, .guide .item:nth-of-type(2)::after {
    background: url("/wp-content/themes/leapnet/assets/img/guide/gray_circle_arrow.svg") no-repeat center;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-size: contain;
    bottom: -45px;
  }
}
.guide .item h2 {
  border-radius: 10px;
  border: 1px solid #6A92EF;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6A92EF;
  font-size: var(--rem-20);
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: 1.2px;
  font-feature-settings: normal;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .guide .item h2 {
    padding: 10px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .guide .item h2 {
    padding: 5px;
    font-size: var(--rem-18);
    margin-bottom: 11px;
  }
}
.guide .item figure {
  height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .guide .item figure {
    height: 62px;
  }
  .guide .item figure img {
    height: 100%;
  }
}
.guide .item ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .guide .item ul {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .guide .item ul {
    margin-left: 19px;
  }
}
.guide .item ul li {
  display: flex;
  color: #1E1E1E;
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .guide .item ul li {
    font-size: var(--rem-14);
    line-height: 180%;
  }
}
.guide .item ul li::before {
  content: "●";
  font-size: var(--rem-16);
  color: #6A92EF;
}
@media screen and (max-width: 768px) {
  .guide .item ul li::before {
    font-size: var(--rem-14);
    line-height: 180%;
  }
}
.guide .block-center {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1039px) {
  .guide .block-center {
    width: 30px;
  }
}
.guide .blue-line {
  border-radius: 40px;
  background: #6A92EF;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: var(--rem-24);
  font-weight: 600;
  line-height: 150%; /* 42px */
  letter-spacing: -0.528px;
  margin-top: 28px;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .guide .blue-line {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .guide .blue-line {
    font-size: var(--rem-16);
    line-height: 130%;
    text-align: center;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 5.3px 10px;
  }
}
.guide .blue-line-notice {
  color: #1E1E1E;
  text-align: center;
  font-size: var(--rem-16);
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.304px;
  font-feature-settings: normal;
  display: block;
  margin: 4px auto 28px;
}
@media screen and (max-width: 768px) {
  .guide .blue-line-notice {
    font-size: var(--rem-14);
    letter-spacing: -0.266px;
    font-weight: 300;
    text-align: left;
    margin: 7px auto 6px;
  }
}
.guide .user {
  border-radius: 10px;
  background: #FFF;
  padding: 29px 90px 21px;
  margin: 25px 0;
}
@media screen and (max-width: 1039px) {
  .guide .user {
    margin: 17px 0;
    padding: 17px 20px 16px;
  }
}
.guide .user h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #6A92EF;
  color: #6A92EF;
  font-size: var(--rem-20);
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  margin: 0 auto;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .guide .user h2 {
    width: 295px;
    height: 46px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .guide .user h2 {
    font-size: var(--rem-18);
    letter-spacing: 1.08px;
    line-height: 120%;
    padding: 5px;
    margin-bottom: 13px;
  }
}
.guide .user .flex {
  display: flex;
  gap: 41px;
}
@media screen and (min-width: 769px) {
  .guide .user .flex {
    margin-top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .guide .user .flex {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .guide .user .flex figure {
    width: 87px;
    min-width: 87px;
  }
}
@media screen and (max-width: 768px) {
  .guide .user .flex figure {
    width: 45px;
  }
}
.guide .user .flex p {
  color: #1E1E1E;
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0;
  display: flex;
}
@media screen and (min-width: 769px) {
  .guide .user .flex p {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .guide .user .flex p {
    font-size: var(--rem-14);
    line-height: 180%;
    margin: 0 18px;
  }
}
.guide .user .flex p::before {
  content: "●";
  font-size: var(--rem-16);
  color: #6A92EF;
}
@media screen and (max-width: 768px) {
  .guide .user .flex p::before {
    font-size: var(--rem-14);
  }
}
.guide .info {
  background: #FBFBFB;
  padding: 49px 37px 51px;
}
@media screen and (max-width: 768px) {
  .guide .info {
    padding: 21px 37px 32px;
  }
}
.guide .info h2 {
  color: #1B1B1C;
  font-size: var(--rem-38);
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 2.28px;
  font-feature-settings: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .guide .info h2 {
    font-size: var(--rem-24);
    letter-spacing: 1.44px;
    gap: 8px;
    margin-bottom: 22px;
  }
}
.guide .info h2::after {
  content: "";
  display: block;
  width: 59px;
  height: 5px;
  background: #6A92EF;
}
@media screen and (max-width: 768px) {
  .guide .info h2::after {
    height: 3px;
  }
}
.guide .info .list {
  display: flex;
  gap: 42px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1039px) {
  .guide .info .list {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 30px;
  }
}
.guide .info .list li {
  border-radius: 10px;
  background: #FFF;
  padding: 37px 87px 37px;
}
@media screen and (min-width: 1040px) {
  .guide .info .list li {
    width: 50%;
  }
}
@media screen and (max-width: 1039px) {
  .guide .info .list li {
    padding: 24px 28px 23px;
  }
}
.guide .info .list li:nth-child(2) {
  padding-top: 19px;
}
@media screen and (max-width: 768px) {
  .guide .info .list li:nth-child(2) {
    padding-top: 6px;
  }
}
.guide .info .list li:nth-child(2) figure {
  width: 110px;
  height: 110px;
  margin-bottom: -1px;
}
@media screen and (max-width: 768px) {
  .guide .info .list li:nth-child(2) figure {
    width: 70px;
    height: 70px;
  }
}
.guide .info .list li figure {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .guide .info .list li figure {
    width: 49px;
    height: 49px;
    margin-bottom: 7px;
  }
}
.guide .info .list li p {
  color: #1E1E1E;
  font-size: var(--rem-18);
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .guide .info .list li p {
    font-size: var(--rem-14);
    line-height: 180%;
    margin-bottom: 8px;
  }
}
.guide .info .list li a {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid #6A92EF;
  color: #6A92EF;
  font-size: var(--rem-20);
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1.2px;
  font-feature-settings: normal;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .guide .info .list li a {
    font-size: var(--rem-14);
    letter-spacing: 0.84px;
    padding: 3px;
    width: 139px;
    margin: 0 auto;
  }
}
.guide .info .list li a:hover {
  background: #6A92EF;
  color: #FFF;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.successstory-article .head {
  background: linear-gradient(180deg, #070E15 0%, #6588A2 100%);
  position: relative;
  padding-bottom: 79px;
  overflow: hidden;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head {
    padding-bottom: 50px;
  }
}
.successstory-article .head .inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .inner {
    padding-top: 101px;
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .sp-flex {
    display: flex;
    flex-direction: column;
  }
}
.successstory-article .head .representative-image {
  max-width: 1072px;
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .representative-image {
    position: absolute;
    right: -112px;
    top: 1px;
    width: 84%;
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .representative-image {
    margin: 0 -50px -35px auto;
    max-width: 873px;
    width: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .top {
    padding: min(4.6vw, 57px) 0 min(2.9vw, 35px) min(10.5vw, 133px);
    width: fit-content;
    position: relative;
  }
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .text {
    max-width: 445px;
  }
  .successstory-article .head .text-bg {
    background: linear-gradient(180deg, #070E15 0%, #6588A2 100%);
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    mix-blend-mode: multiply;
    top: 0;
    left: min(49vw, 624px);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .text {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: fit-content;
    margin: 0 50px 0 0px;
  }
  .successstory-article .head .text::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #070E15 0%, #6588A2 100%);
    mix-blend-mode: multiply;
  }
}
.successstory-article .head h1 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-size: min(3vw, var(--rem-38));
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.28px;
  position: relative;
  z-index: 1;
  margin-bottom: min(3vw, 38px);
}
@media screen and (max-width: 1039px) {
  .successstory-article .head h1 {
    font-size: var(--rem-22);
  }
}
.successstory-article .head .company {
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .company {
    max-width: 441px;
    padding: min(1.5vw, 18px) min(2.4vw, 31px) min(1.2vw, 15px);
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .company {
    padding: 5px 10px;
    width: fit-content;
  }
}
.successstory-article .head .company h2 {
  font-feature-settings: "liga" off, "clig" off;
  font-size: min(1.6vw, var(--rem-20));
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .company h2 {
    font-size: var(--rem-16);
  }
}
.successstory-article .head .company p {
  font-feature-settings: "liga" off, "clig" off;
  font-size: min(1.5vw, var(--rem-18));
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .company p {
    font-size: var(--rem-14);
  }
}
.successstory-article .head .company p span {
  font-feature-settings: "liga" off, "clig" off;
  font-size: min(1.3vw, var(--rem-16));
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-right: 20px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .company p span {
    font-size: var(--rem-12);
  }
}
.successstory-article .head .successstory-text-img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .successstory-text-img {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .successstory-text-img {
    margin: 20px 0 30px;
  }
}
.successstory-article .head .bottom {
  color: #FFF;
}
@media screen and (min-width: 1040px) {
  .successstory-article .head .bottom {
    max-width: 940px;
    margin: -36px auto 0;
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .bottom {
    padding: 0 27px;
  }
}
.successstory-article .head .bottom h2 {
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-26);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.56px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .bottom h2 {
    font-size: var(--rem-20);
  }
}
.successstory-article .head .bottom p {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-18);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .head .bottom p {
    font-size: var(--rem-16);
  }
}
.successstory-article .company-detail {
  background: linear-gradient(#e1eaf2 0%, #c2ccd1 100%);
  mix-blend-mode: multiply;
  padding: 77px 27px 76px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail {
    padding: 50px 27px;
  }
}
.successstory-article .company-detail .inner {
  max-width: 782px;
  background: #f2f2f7;
  padding: 22px 27px 28px;
  margin: 0 auto 70px;
  border-radius: 14px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail .inner {
    padding: 22px 27px;
  }
}
.successstory-article .company-detail h2 {
  color: #1B1B1C;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-22);
  font-weight: 500;
  line-height: 200%; /* 44px */
  letter-spacing: 10px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1040px) {
  .successstory-article .company-detail h2 {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail h2 {
    font-size: var(--rem-18);
    margin-bottom: 15px;
  }
}
.successstory-article .company-detail .flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail .flex {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.successstory-article .company-detail .flex .img {
  max-width: 336px;
  padding: 47px 35px 55px 26px;
  background: #fff;
  border-radius: 14px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail .flex .img {
    padding: 30px;
  }
}
.successstory-article .company-detail .flex .img img {
  width: 100%;
}
.successstory-article .company-detail .flex dl {
  display: flex;
  align-items: center;
  color: #1B1B1C;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 263%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1039px) {
  .successstory-article .company-detail .flex dl {
    font-size: var(--rem-14);
    flex-direction: column;
    line-height: 170%;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.successstory-article .company-detail .flex dl dt, .successstory-article .company-detail .flex dl dd, .successstory-article .company-detail .flex dl a {
  letter-spacing: 0;
}
.successstory-article .company-detail .flex dl a {
  text-decoration: underline;
}
.successstory-article .company-detail .flex dl a:hover {
  text-decoration: none;
}
.successstory-article .join {
  background: rgba(195, 208, 246, 0.5);
  padding: 57px 27px 54px;
}
@media screen and (max-width: 1039px) {
  .successstory-article .join {
    padding: 40px 27px;
  }
}
.successstory-article .join .inner {
  max-width: 782px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
}
.successstory-article .join h2 {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 2px solid #fff;
  color: rgba(0, 0, 0, 0.7);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans JP";
  font-size: var(--rem-28);
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0;
  margin-bottom: 43px;
  word-break: keep-all;
}
@media screen and (max-width: 1039px) {
  .successstory-article .join h2 {
    padding: 10px 15px;
    font-size: var(--rem-20);
    line-height: 160%;
    margin-bottom: 20px;
  }
}
.successstory-article .join p {
  font-size: var(--rem-18);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0;
}
@media screen and (max-width: 1039px) {
  .successstory-article .join p {
    font-size: var(--rem-14);
  }
}

.post-content {
  color: #fff;
  overflow: hidden;
}
.post-content .wp-block-group:nth-child(odd) {
  background: linear-gradient(180deg, #070E15 0%, #6588A2 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1040px) {
  .post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container {
    padding: 104px 27px 111px;
  }
}
.post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before, .post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::after {
  content: "";
  display: block;
  position: absolute;
}
.post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before {
  right: 70px;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::before {
    right: 35px;
  }
}
.post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::after {
  width: 657px;
  max-width: 657px;
  height: 572px;
  background: url(/wp-content/themes/leapnet/assets/img/success_story_content_bg.png) no-repeat;
  background-size: contain;
  bottom: 83px;
  right: -143px;
  mix-blend-mode: plus-lighter;
  z-index: -1;
  aspect-ratio: 657/572;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group:nth-child(odd) .wp-block-group__inner-container::after {
    width: 80%;
    height: auto;
    bottom: 23px;
    right: -60px;
  }
}
.post-content .wp-block-group:nth-child(odd) .wp-block-group {
  background: none;
  mix-blend-mode: normal;
}
@media screen and (min-width: 1040px) {
  .post-content .wp-block-group:nth-child(odd) h2 {
    margin-bottom: 40px;
  }
}
.post-content .wp-block-group:nth-child(odd) .is-layout-flex {
  align-items: flex-start;
  gap: 78px;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group:nth-child(odd) .is-layout-flex {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
  }
}
.post-content .wp-block-group:nth-child(odd) .wp-block-image {
  max-width: 382px !important;
  flex: 1;
  margin: 0 !important;
}
.post-content .wp-block-group:nth-child(even) {
  background: linear-gradient(180deg, #9CBAD1 0%, #355766 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1040px) {
  .post-content .wp-block-group:nth-child(even) .wp-block-group__inner-container {
    padding: 112px 27px 118px;
  }
}
.post-content .wp-block-group:nth-child(even) .wp-block-group__inner-container::before {
  content: "";
  display: block;
  position: absolute;
}
.post-content .wp-block-group:nth-child(even) .wp-block-group__inner-container::before {
  left: 28px;
}
@media screen and (min-width: 1040px) {
  .post-content .wp-block-group:nth-child(even) h2 {
    text-align: center;
    margin-bottom: 36px;
  }
}
.post-content .wp-block-group:nth-child(even) .wp-block-image {
  max-width: 782px;
  margin: 0 auto 49px;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group:nth-child(even) .wp-block-image {
    margin: 0 auto 25px;
  }
}
.post-content .wp-block-group:nth-child(even) .wp-block-image img {
  width: 100%;
}
.post-content .wp-block-group .wp-block-group__inner-container {
  max-width: 994px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group .wp-block-group__inner-container {
    padding: 50px 27px;
  }
}
.post-content .wp-block-group .wp-block-group__inner-container::before {
  width: 137px;
  height: 179px;
  background: url(/wp-content/themes/leapnet/assets/img/success_story_arrow.svg) no-repeat;
  background-size: contain;
  top: 0;
}
@media screen and (max-width: 1039px) {
  .post-content .wp-block-group .wp-block-group__inner-container::before {
    width: 85px;
    height: 110px;
  }
}
.post-content h2 {
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-32);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1039px) {
  .post-content h2 {
    font-size: var(--rem-24);
    margin-bottom: 25px;
    text-align: center;
  }
}
.post-content p {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0;
  flex: 1;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.terms .type-page,
.privacypolicy .type-page {
  max-width: 992px;
  width: 77.5%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1039px) {
  .terms .type-page,
  .privacypolicy .type-page {
    width: 86.1538461538%;
    padding: 32px 0;
  }
}
.terms .page-title,
.privacypolicy .page-title {
  font-weight: 600;
  font-size: var(--rem-40);
  line-height: 160%;
  color: #1b1b1c;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .terms .page-title,
  .privacypolicy .page-title {
    font-size: var(--rem-32);
    margin-bottom: 56px;
  }
}
.terms .page-body *,
.privacypolicy .page-body * {
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .terms .page-body *,
  .privacypolicy .page-body * {
    margin-bottom: 32px;
  }
}
.terms .page-body h3.wp-block-heading,
.privacypolicy .page-body h3.wp-block-heading {
  font-weight: 600;
  font-size: var(--rem-32);
  line-height: 160%;
  color: #1b1b1c;
}
@media screen and (max-width: 1039px) {
  .terms .page-body h3.wp-block-heading,
  .privacypolicy .page-body h3.wp-block-heading {
    font-size: var(--rem-24);
  }
}
.terms .page-body h4.wp-block-heading,
.privacypolicy .page-body h4.wp-block-heading {
  font-weight: 600;
  font-size: var(--rem-24);
  line-height: 160%;
  color: #1b1b1c;
}
@media screen and (max-width: 1039px) {
  .terms .page-body h4.wp-block-heading,
  .privacypolicy .page-body h4.wp-block-heading {
    font-size: var(--rem-20);
  }
}
.terms .page-body h5.wp-block-heading,
.privacypolicy .page-body h5.wp-block-heading {
  font-weight: 600;
  font-size: var(--rem-20);
  line-height: 160%;
  color: #1b1b1c;
}
@media screen and (max-width: 1039px) {
  .terms .page-body h5.wp-block-heading,
  .privacypolicy .page-body h5.wp-block-heading {
    font-size: var(--rem-16);
  }
}
.terms .page-body ol.wp-block-list,
.privacypolicy .page-body ol.wp-block-list {
  list-style: decimal;
  padding-left: 20px;
}
.terms .page-body ol.wp-block-list li,
.privacypolicy .page-body ol.wp-block-list li {
  margin-bottom: 0;
}
.terms .page-body ul.wp-block-list,
.privacypolicy .page-body ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
}
.terms .page-body ul.wp-block-list li,
.privacypolicy .page-body ul.wp-block-list li {
  margin-bottom: 0;
}
.terms .page-body p,
.privacypolicy .page-body p {
  font-size: var(--rem-16);
  font-style: normal;
  font-weight: 400;
  color: #646466;
  line-height: 190%;
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.form-page {
  min-height: 100vh;
}
.form-page .type-page {
  max-width: 992px;
  width: 77.5%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1039px) {
  .form-page .type-page {
    width: 86.1538461538%;
    padding: 32px 0;
  }
}
.form-page .page-title {
  font-weight: 600;
  font-size: var(--rem-40);
  line-height: 160%;
  color: #1b1b1c;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .form-page .page-title {
    font-size: var(--rem-32);
    margin-bottom: 56px;
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.thanks .page-content {
  padding: 143px 27px 0;
}
@media screen and (max-width: 768px) {
  .thanks .page-content {
    padding-top: 80px;
  }
}
.thanks .page-content h1 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 56px */
  letter-spacing: 1.68px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .thanks .page-content h1 {
    font-size: 24px;
  }
}
.thanks .page-content .page-body h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 56px */
  letter-spacing: 1.68px;
  font-feature-settings: normal;
  margin-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .thanks .page-content .page-body h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.thanks .page-content .page-body h2::after {
  content: "";
  display: block;
  width: 59px;
  height: 5px;
  background: #6A92EF;
  margin: 28px auto 0;
}
.thanks .page-content .page-body p {
  color: var(--Semantic-Content-primary, #1B1B1C);
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 4px 4px 10px #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 48px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .thanks .page-content .page-body p {
    font-size: 16px;
  }
}
.thanks .page-content .page-body p a {
  margin: 116px auto;
  display: flex;
  width: fit-content;
  max-width: 339px;
  width: 100%;
  height: 56px;
  min-width: 172px;
  padding: 16px 18px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid var(--Primitive-grey-400, #ADADB1);
  background: var(--Semantic-Communication-Background-primary, #FFF);
  color: var(--Semantic-Communication-Content-primary, #1B1B1C);
  font-feature-settings: "palt" on, "liga" off, "clig" off;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .thanks .page-content .page-body p a {
    margin: 55px auto;
  }
}

/*
Theme Name: leapnet
Author: AI inside
Version: 1.0
*/
.pivot .hero-title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.pivot .hero-title-top {
  font-size: 0;
  color: #FFFFFF;
}
.pivot .hero-title-top span {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  display: inline-block;
}
.pivot .hero-title-bottom {
  font-size: clamp(2rem, 6vw, 4rem);
}
.pivot .hero-title-bottom span {
  background: linear-gradient(rgb(203, 165, 255), rgb(155, 108, 255)) text;
  -webkit-text-fill-color: transparent;
}
.pivot .hero-title > p {
  letter-spacing: 0.05em;
  text-shadow: rgba(255, 255, 255, 0.3) 0px 0px 20px, rgba(0, 0, 0, 0.2) 0px 2px 8px;
  filter: brightness(1.1);
}
.pivot-solution {
  background: linear-gradient(0deg, rgba(204, 130, 235, 0.9) 0%, rgba(86, 94, 248, 0.9) 100%);
  color: #fff;
  padding: 114px 39px 57px;
}
@media screen and (max-width: 768px) {
  .pivot-solution {
    padding-top: 27px;
    padding-bottom: 63px;
  }
}
.pivot-solution .title {
  text-align: center;
  font-size: min(4vw, var(--rem-40));
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.4px;
  margin-bottom: 13px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .pivot-solution .title {
    font-size: 0;
    letter-spacing: 1.44px;
    margin-bottom: 16px;
  }
  .pivot-solution .title span {
    font-size: var(--rem-24);
    display: inline-block;
    line-height: 160%;
  }
}
.pivot-solution .lead {
  text-align: center;
  font-size: var(--rem-20);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.2px;
  margin-bottom: 49px;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .pivot-solution .lead {
    font-size: 0;
    letter-spacing: 0.96px;
    margin-bottom: 25px;
  }
  .pivot-solution .lead span {
    font-size: var(--rem-16);
    line-height: 160%;
    display: inline-block;
  }
}
.pivot-solution ul {
  display: flex;
  justify-content: center;
  gap: min(3.5vw, 46px);
}
@media screen and (max-width: 768px) {
  .pivot-solution ul {
    flex-direction: column;
    gap: 25px;
  }
}
.pivot-solution ul li {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  flex: 1;
  padding: 46px 27px 39px;
}
@media screen and (min-width: 769px) {
  .pivot-solution ul li {
    max-width: 279px;
  }
}
@media screen and (max-width: 768px) {
  .pivot-solution ul li {
    padding: 29px 22px 22px;
  }
}
.pivot-solution ul li figure {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .pivot-solution ul li figure {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .pivot-solution ul li figure img {
    width: 55px;
  }
}
.pivot-solution ul li h3 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.08px;
  margin-bottom: 18px;
  font-feature-settings: normal;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .pivot-solution ul li h3 {
    margin-bottom: 13px;
  }
}
.pivot-solution ul li h3 span {
  line-height: 160%;
  font-size: min(2.1vw, var(--rem-18));
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pivot-solution ul li h3 span {
    font-size: var(--rem-18);
  }
}
.pivot-solution ul li p {
  color: var(--Semantic-Background-inverse-primary, #000);
  font-feature-settings: "hist" on, "palt" on;
  font-size: var(--rem-16);
  font-weight: 400;
  line-height: 163%;
  letter-spacing: 0.96px;
}
.pivot-solution .problems li:first-child h3 {
  text-align: left;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}
.pivot-solution .problems h3 {
  color: #342686;
}
.pivot-solution .solutions {
  margin-bottom: 79px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .solutions {
    margin-bottom: 50px;
  }
}
.pivot-solution .solutions ul li {
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .solutions ul li {
    padding-bottom: 31px;
  }
}
.pivot-solution .solutions ul li h3 {
  color: #82158B;
}
.pivot-solution .solutions ul li:first-child figure {
  margin: 7px 0 31px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .solutions ul li:first-child figure {
    margin: 0 0 15px;
  }
  .pivot-solution .solutions ul li:first-child figure img {
    width: 68px;
  }
}
.pivot-solution .solutions ul li:nth-child(2) figure {
  margin: 16px 0 33px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .solutions ul li:nth-child(2) figure {
    margin: 7px 0 22px;
  }
  .pivot-solution .solutions ul li:nth-child(2) figure img {
    width: 38px;
  }
}
.pivot-solution .solutions ul li:nth-child(3) figure {
  margin: 16px 0 28px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .solutions ul li:nth-child(3) figure {
    margin: 7px 0 14px;
  }
  .pivot-solution .solutions ul li:nth-child(3) figure img {
    width: 66px;
  }
}
.pivot-solution .arrow {
  display: flex;
  justify-content: center;
  margin: 37px 0 31px;
}
@media screen and (max-width: 768px) {
  .pivot-solution .arrow {
    margin: 40px 0 48px;
  }
}
.pivot-solution .arrow img {
  mix-blend-mode: multiply;
}
.pivot-solution .step {
  font-size: 0;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  font-feature-settings: normal;
}
.pivot-solution .step span {
  line-height: 160%;
  font-size: var(--rem-20);
  display: inline-block;
}
.pivot-solution a {
  border-radius: 33px;
  border: 3px solid #FFF;
  background: linear-gradient(270deg, #FF66DC 0%, #565EF8 100%);
  background-blend-mode: multiply;
  color: #FFF;
  font-size: var(--rem-18);
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.84px;
  max-width: 303px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px auto 0;
  font-feature-settings: normal;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .pivot-solution a {
    margin-top: 32px;
  }
}
.pivot-solution a:hover {
  opacity: 0.8;
}
.pivot-try {
  background: #EDF;
  color: #492686;
  text-align: center;
  padding: 68px 39px 59px;
}
@media screen and (max-width: 768px) {
  .pivot-try {
    padding-top: 37px;
  }
}
.pivot-try .title {
  font-weight: 700;
  letter-spacing: 2.4px;
  font-feature-settings: normal;
  margin-bottom: 16px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .pivot-try .title {
    margin-bottom: 27px;
  }
}
.pivot-try .title span {
  font-size: min(4vw, var(--rem-40));
  display: inline-block;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .pivot-try .title span {
    font-size: var(--rem-24);
  }
}
.pivot-try .lead {
  font-size: 0;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-feature-settings: normal;
  margin-bottom: 52px;
}
.pivot-try .lead span {
  line-height: 160%;
  font-size: var(--rem-20);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pivot-try .lead {
    margin-bottom: 45px;
  }
}
.pivot-try .common-button {
  max-width: 300px;
  height: 65px;
  gap: 14px;
  font-size: var(--rem-18);
  width: 100%;
}
.pivot-try .common-button-blue::before {
  width: 20px;
  height: 20px;
}

.p-8 {
  padding: 1.8rem !important;
}

ul {
  list-style: none;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  box-sizing: border-box;
  outline: none;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1b1b1c;
}
body * {
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
body a {
  color: #1b1b1c;
}

main {
  margin-top: 64px;
}

.unified-sections {
  position: relative;
  background-image: url(/wp-content/themes/leapnet/assets/img/content_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
}

.hero-bg {
  background-size: cover;
  background-position: center;
}

:where([class^=ri-])::before {
  content: "\f3c2";
}

.md\:text-5xl {
  line-height: 3.5rem !important;
}
