@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

[id^=section] {
  scroll-margin-top: 120px;
}

.page-template-page-service,
.lower-wrapper_hidden {
  overflow: visible !important;
}

@media (max-width: 767px) {
  .page-template-page-service,
  .lower-wrapper_hidden {
    overflow: hidden !important;
  }
}
.post-type-archive-fc_service .headlineBox,
.page-template-page-service-archive .headlineBox,
.fc_service-template-default .headlineBox {
  height: auto;
  margin: 24px 0 64px;
}
.post-type-archive-fc_service .headlineBox__inner,
.page-template-page-service-archive .headlineBox__inner,
.fc_service-template-default .headlineBox__inner {
  max-width: 90%;
}
.post-type-archive-fc_service .topic-path,
.page-template-page-service-archive .topic-path,
.fc_service-template-default .topic-path {
  margin-left: auto;
  position: relative;
  right: auto;
  top: auto;
}

@media screen and (max-width: 900px) {
  .post-type-archive-fc_service .headlineBox,
  .page-template-page-service-archive .headlineBox,
  .fc_service-template-default .headlineBox {
    margin: 0 0 56px;
  }
  .post-type-archive-fc_service .headlineBox__inner,
  .page-template-page-service-archive .headlineBox__inner,
  .fc_service-template-default .headlineBox__inner {
    max-width: 100%;
  }
}
.page-template-page-service-archive {
  background: #f2f4f4;
}

@media screen and (max-width: 900px) {
  .s-header {
    background: #fff;
  }
}
.header {
  border-top: 5px solid #fff !important;
  margin-top: -5px;
  z-index: 9999 !important;
}

.gh_topService.is-open:after {
  top: 45%;
  transform: rotate(-45deg);
}

.gnavi-mega-box {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  left: 0;
  max-height: calc(100vh - 80px);
  opacity: 0;
  overflow-y: auto;
  padding: 40px 0;
  pointer-events: none;
  position: fixed;
  top: 80px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.gnavi-mega-box.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.gnavi-mega-box .gnavi-mega-container {
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 0 40px;
}

.menu-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
}

.menu-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.gnavi-mega-sidebar {
  flex-shrink: 0;
  width: 200px;
}
.gnavi-mega-sidebar__list {
  list-style: none;
  margin-top: 16px;
  padding: 0;
}
.gnavi-mega-sidebar__list li {
  margin-top: 8px;
}
.gnavi-mega-sidebar__list a {
  align-items: center;
  color: #48a62e;
  display: flex;
  font-weight: bold;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s;
}
.gnavi-mega-sidebar__list img {
  width: 24px;
}
.gnavi-mega-sidebar__list span {
  font-size: 14px;
}

.gnavi-mega-main {
  flex-grow: 1;
}

.gnavi-mega-section {
  margin-bottom: 32px;
}
.gnavi-mega-section__head {
  border-bottom: 2px solid #48a62e;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.gnavi-mega-section__title {
  font-size: 22px;
  font-weight: 700;
}
.gnavi-mega-section__list {
  display: grid;
  gap: 0 40px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
}
.gnavi-mega-section__item {
  border-bottom: 1px solid #eee;
}
.gnavi-mega-section__item a {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 12px 0;
  text-decoration: none;
  transition: all 0.3s;
}
.gnavi-mega-section__item a:hover {
  opacity: 0.6;
}
.gnavi-mega-section__item img {
  width: 24px;
}
.gnavi-mega-section__item span {
  color: #48a62e;
  font-size: 16px;
  font-weight: 700;
}

br.sp {
  display: contents;
}
br.pc {
  display: none;
}

@media (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: contents;
  }
}
.l-wrapper {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 64px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.l-wrapper.reset {
  display: block;
  padding: 0;
}

@media (min-width: 1680px) {
  .l-wrapper {
    gap: 5vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 1024px) {
  .l-wrapper {
    display: block;
  }
}
.service-sidebar {
  flex: 0 0 280px;
  left: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 100;
}

.toc {
  margin-bottom: 24px;
}

.toc-list {
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);
  filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff);
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  position: relative;
}
.toc-list:before {
  background-color: #e0e0e0;
  bottom: 0;
  content: "";
  height: 95%;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 2px;
}

.toc-item {
  position: relative;
}
.toc-item:not(:last-child) {
  margin-bottom: 20px;
}

.toc-item::before {
  background-color: #d1d1d1;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -25px;
  position: absolute;
  top: 5px;
  transition: all 0.3s ease;
  width: 12px;
  z-index: 1;
}

.toc-link {
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -5%;
  text-decoration: none;
  transition: color 0.3s ease;
}

.toc-item.is-active::before {
  background-color: #7dc25b;
  box-shadow: 0 0 0 5px rgba(114, 198, 58, 0.2);
}

.toc-item.is-active .toc-link {
  color: #7dc25b;
}

@media (min-width: 1520px) {
  .service-sidebar {
    flex: 400px;
  }
}
@media (min-width: 1025px) {
  .service-sidebar {
    flex: 300px;
  }
}
@media (max-width: 1024px) {
  .service-sidebar {
    display: none;
  }
}
.white {
  color: #fff;
}

.l-main {
  flex: 1;
  min-width: 0;
}
.l-main.l-single {
  margin-bottom: 120px;
}
.l-main.l-single .l-section {
  padding: 0;
}
.l-main.l-single .l-section:not(:last-child) {
  margin-bottom: 80px;
}

@media (min-width: 1025px) {
  .l-main {
    flex: 70%;
  }
}
@media (max-width: 767px) {
  .l-main.l-single {
    margin-bottom: 40px;
  }
  .l-main.l-single .p-heading h2 {
    font-size: 20px;
    letter-spacing: -5%;
  }
  .l-main.l-single .l-section {
    padding: 0;
  }
  .l-main.l-single .l-section:not(:last-child) {
    margin-bottom: 64px;
  }
}
.l-section {
  padding: 64px 0;
}
.l-section > * {
  font-size: 16px;
}

@media (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }
  .l-section > * {
    font-size: 14px;
  }
}
.l-container {
  max-width: 1100px;
}
.l-container.ma-auto {
  margin: auto;
}

@media (min-width: 1025px) {
  .l-container {
    max-width: 700px;
  }
}
@media (min-width: 1280px) {
  .l-container {
    max-width: 1000px;
  }
}
@media (min-width: 1520px) {
  .l-container {
    max-width: 1240px;
  }
}
@media (max-width: 1024px) {
  .l-container {
    max-width: inherit;
    padding: 0 24px;
  }
  .l-container.ma-auto {
    padding: 0;
  }
}
.l-btn.center a {
  margin: 40px auto;
}
.l-btn a {
  background: linear-gradient(to right, #fea900, #ff6300);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: 0.3s all;
  width: 340px;
}
.l-btn a:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 9px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}
.l-btn a:hover {
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .l-btn {
    width: 100%;
  }
  .l-btn a {
    font-size: 18px;
    padding: 28px;
    width: 100%;
  }
}
.l-btn__fixed {
  display: none;
}

@media (max-width: 767px) {
  .l-btn__fixed {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: block;
    left: 0;
    min-height: calc(60px + env(safe-area-inset-bottom));
    padding: 8px 0;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    padding-top: 12px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .l-btn__fixed p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .l-btn__fixed a {
    background: linear-gradient(to top, #ff6300, #fea900);
    border-radius: 100px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 24px;
    padding: 18px;
    position: relative;
    text-align: center;
    transition: 0.3s all;
    width: 90%;
  }
}
.p-sidebar_banner {
  background: linear-gradient(to right, #48a62e, #7dc25b);
  border-radius: 10px;
  margin-bottom: 120px;
  max-width: 300px;
  padding: 24px;
}
.p-sidebar_banner-text {
  margin-bottom: 4px;
}
.p-sidebar_banner-text p {
  color: #fff;
  text-align: center;
}
.p-sidebar_banner-text p:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-sidebar_banner-text p:last-child {
  font-size: 14px;
}
.p-sidebar_banner a {
  background: linear-gradient(to top, #ff6300, #fea900);
  border-radius: 100px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: 0.3s all;
  width: auto;
}
.p-sidebar_banner a:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 9px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}
.p-sidebar_banner a:hover {
  color: #fff;
  opacity: 0.6;
}

.p-title {
  align-items: end;
  display: flex;
  gap: 8px;
  padding-left: 32px;
}
.p-title p {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
.p-title p::before {
  background-color: #7dc25b;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: -32px;
  position: absolute;
  top: -16px;
  top: -10px;
  width: 50px;
  z-index: -1;
}
.p-title span {
  background-color: #424242;
  display: inline-block;
  height: 1px;
  margin-bottom: 6px;
  width: 56px;
}
.p-title h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 4px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-title {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
  }
  .p-title p {
    font-size: 28px;
  }
  .p-title p::before {
    height: 28px;
    left: -16px;
    top: -10px;
    width: 28px;
  }
  .p-title span {
    display: none;
  }
  .p-title h1 {
    font-size: 16px;
  }
}
.p-heading {
  margin-bottom: 24px;
}
.p-heading p {
  color: #48a62e;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-heading h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.p-heading h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.p-heading.assets {
  align-items: start;
  display: flex;
  margin-top: 40px;
}
.p-heading.assets h2 {
  flex: 100%;
}
.p-heading.assets .p-heading__circle {
  flex: 40px;
  position: relative;
}
.p-heading.assets .p-heading__circle:before {
  aspect-ratio: 1/1;
  background: #48a62e;
  border-radius: 100px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 16px;
  width: auto;
}

@media (max-width: 767px) {
  .p-heading {
    margin-bottom: 16px;
  }
  .p-heading p {
    font-size: 22px;
  }
  .p-heading h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-heading h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-heading.assets h2 {
    flex: 100%;
  }
  .p-heading.assets .p-heading__circle {
    flex: 32px;
  }
  .p-heading.assets .p-heading__circle::before {
    height: 20px;
    top: 5px;
  }
}
.p-text p.big {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-text p {
    font-size: 14px;
  }
  .p-text p.big {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-link {
  transition: 0.3s ease;
}
.p-link:hover {
  opacity: 0.6;
}

.u-dot {
  background-image: radial-gradient(circle at center, #feae00 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 37px 7px;
  padding-top: 8px;
}

@media (max-width: 375px) {
  .u-dot {
    background-size: 33px 7px;
  }
}
.u-underline span {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  z-index: 2;
}
.u-underline span::after {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  height: 1px;
  left: -36px;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (min-width: 1025px) {
  .u-underline:hover span::after {
    width: calc(100% + 36px);
  }
}

.zoom-icon {
  bottom: -10px;
  height: 48px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
  width: 48px;
  z-index: 10;
}
.zoom-icon img {
  -webkit-filter: none !important;
  filter: none !important;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.zoom-link {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 999;
}

.l-ob {
  height: 600px;
  position: relative;
}
.l-ob.l-page {
  height: auto;
  margin: auto;
}
.l-ob.l-page .l-ob__inner {
  padding: 0 24px;
}
.l-ob__inner img {
  bottom: -20px;
  height: 80%;
  position: absolute;
  right: 0;
  width: auto;
}
.l-ob__column {
  align-items: start;
  display: flex;
  margin-top: 40px;
}
.l-ob__circle {
  flex: 40px;
  position: relative;
}
.l-ob__circle::before {
  aspect-ratio: 1/1;
  background: #48a62e;
  border-radius: 100px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 20px;
  width: auto;
}
.l-ob__box {
  flex: 100%;
}
.l-ob__lead h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.l-ob__text {
  margin-top: 22px;
}
.l-ob__text.normal p {
  font-size: 16px;
  font-weight: normal;
}
.l-ob__text.normal p:not(:last-child) {
  margin-bottom: 16px;
}
.l-ob__text p {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .l-ob__inner img {
    height: 25vw;
  }
}
@media (min-width: 1439px) {
  .l-ob__inner img {
    height: 30vw;
  }
}
@media (min-width: 1520px) {
  .l-ob {
    max-width: 1240px;
  }
  .l-ob__inner img {
    height: 80%;
  }
  .l-ob__text p {
    font-size: 22px;
  }
}
@media (min-width: 1520px) {
  .l-ob {
    max-width: 1240px;
  }
  .l-ob__inner img {
    height: 65%;
  }
  .l-ob__text p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .l-ob.main .l-ob__inner {
    padding: 0 24px;
  }
  .l-ob__inner img {
    height: 55%;
  }
}
@media (max-width: 820px) {
  .l-ob {
    height: 800px;
  }
  .l-ob__inner img {
    height: 50%;
  }
  .l-ob__inner.pad-0 {
    padding: 0;
  }
  .l-ob__inner.pad-0 .l-ob__column {
    padding: 40px 24px;
  }
  .l-ob.main .l-ob__inner.pad-0 {
    padding: 0;
  }
  .l-ob.main .l-ob__inner.pad-0 .l-ob__column {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .l-ob {
    height: auto;
    position: relative;
  }
  .l-ob__inner {
    display: flex;
    flex-direction: column;
  }
  .l-ob__inner img {
    position: relative;
  }
  .l-ob__column {
    margin-top: 0;
    padding: 40px 0;
  }
  .l-ob__lead h2 {
    font-size: 19px;
    letter-spacing: -5%;
  }
  .l-ob__lead h2 br {
    display: none;
  }
  .l-ob__circle {
    flex: 30px;
  }
  .l-ob__circle:before {
    height: 16px;
    top: 6px;
  }
  .l-ob__text {
    margin-left: -24px;
  }
  .l-ob__text.normal p {
    font-size: 14px;
  }
  .l-ob__text p {
    font-size: 14px;
  }
  .l-ob__text p br {
    display: none;
  }
}
.l-reason {
  background: #2b2c2c;
  margin-bottom: 80px;
  position: relative;
}
.l-reason::before {
  background: #2b2c2c;
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 150vw;
  z-index: -1;
}
.l-reason__image {
  margin: 40px 0 16px;
}
.l-reason__image img {
  margin: 0 auto;
}
.l-reason__image picture + img {
  width: 50%;
}
.l-reason__top {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
}
.l-reason__top img {
  height: auto;
  width: 30px;
}
.l-reason__top p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.l-reason__bottom {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.l-reason__bottom img {
  height: auto;
  width: 40px;
}
.l-reason__bottom p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.l-reason__assets {
  height: 80px;
  position: relative;
  width: 100%;
}
.l-reason__assets img {
  left: 50%;
  position: absolute;
  top: 220%;
  transform: translateY(-50%) translateX(-50%);
  width: 30%;
}

@media (max-width: 767px) {
  .l-reason {
    margin-bottom: 64px;
    padding-bottom: 0;
  }
  .l-reason::before {
    content: none;
  }
  .l-reason__top img {
    width: 14px;
  }
  .l-reason__top p {
    font-size: 14px;
  }
  .l-reason__bottom img {
    width: 28px;
  }
  .l-reason__bottom p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .l-reason__assets {
    height: 60px;
  }
  .l-reason__assets img {
    top: 130%;
    width: 70%;
  }
}
.l-solution {
  margin-bottom: 40px;
}
.l-solution__title {
  position: relative;
}
.l-solution__title img {
  height: auto;
  left: 13%;
  position: absolute;
  top: -40%;
  width: 128px;
}
.l-solution__title h2 {
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}
.l-solution__column {
  align-items: start;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.l-solution__image {
  flex: 1;
}
.l-solution__text {
  flex: 1;
  margin-top: 40px;
}

@media (min-width: 1520px) {
  .l-reason::before {
    background: #2b2c2c;
    content: "";
    height: 100%;
    left: -40vw;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .l-solution__title img {
    left: 0;
    top: -50%;
    width: 80px;
  }
  .l-solution__column {
    flex-direction: column;
    gap: 0;
    margin-top: 32px;
  }
}
.l-onboarding {
  position: relative;
}
.l-onboarding::before {
  background: linear-gradient(to right, #48a62e, #7dc25b);
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 150vw;
  z-index: -1;
}
.l-onboarding .onboarding-assets01 {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 300px;
  left: -440px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  z-index: 0;
}
.l-onboarding .onboarding-assets02 {
  bottom: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 300px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  z-index: 0;
}
.l-onboarding__inner {
  position: relative;
  z-index: 1;
}
.l-onboarding__bar {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 15px 20px;
  width: 100%;
}
.l-onboarding__bar span {
  background: #fff;
  display: block;
  flex-grow: 1;
  height: 1px;
}
.l-onboarding__bar p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  white-space: nowrap;
}
.l-onboarding__title {
  text-align: center;
}
.l-onboarding__title h2 {
  line-height: 0.6;
}
.l-onboarding__text {
  margin-top: 24px;
  text-align: center;
}
.l-onboarding__text p {
  font-size: 28px;
  font-weight: 700;
}
.l-onboarding__text p span {
  font-size: 40px;
}

@media (max-width: 767px) {
  .l-onboarding__title {
    margin-bottom: 32px;
  }
  .l-onboarding__bar {
    gap: 8px;
    padding: 16px 0;
  }
  .l-onboarding__bar p {
    font-size: 18px;
    line-height: 1.4;
  }
  .l-onboarding__bar span {
    margin-top: -26px;
  }
  .l-onboarding__text p {
    font-size: 16px;
  }
  .l-onboarding__text p span {
    font-size: 22px;
  }
}
.l-investigation {
  background: #f2f4f4;
  position: relative;
}
.l-investigation::before {
  background: #f2f4f4;
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 150vw;
  z-index: -1;
}
.l-investigation__title {
  margin-bottom: 16px;
}
.l-investigation__approach {
  background: #fff;
  border: 3px solid #7dc25b;
  border-radius: 4px;
  margin: 24px auto;
}
.l-investigation__approach .l-approach__head {
  background: #f2f9e1;
  padding: 24px;
  text-align: center;
}
.l-investigation__approach .l-approach__head h3 {
  color: #48a62e;
  font-size: 22px;
}
.l-investigation__approach .l-approach__list {
  margin: 0 auto;
  padding: 24px;
  width: 90%;
}
.l-investigation__approach .l-approach__item {
  align-items: start;
  display: flex;
  gap: 8px;
  justify-content: start;
}
.l-investigation__approach .l-approach__item:not(:last-child) {
  margin-bottom: 16px;
}
.l-investigation__approach .l-approach__item p {
  flex: 95%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.l-investigation__approach .l-approach__num {
  flex: 5%;
  position: relative;
  text-align: center;
}
.l-investigation__approach .l-approach__num span {
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #7dc25b, #48a62e);
  border-radius: 100px;
  color: #fff;
  display: block;
  height: auto;
  line-height: 2;
  width: 30px;
}

@media (max-width: 767px) {
  .l-investigation__title + div p.big {
    margin-bottom: 24px;
  }
  .l-investigation__approach .l-approach__head h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .l-investigation__approach .l-approach__list {
    width: 100%;
  }
  .l-investigation__approach .l-approach__item p {
    font-size: 16px;
  }
  .l-investigation__approach .l-approach__num span {
    font-size: 15px;
  }
}
.l-document {
  margin-top: 56px;
}
.l-document__head {
  background: linear-gradient(to right, #7dc25b, #48a62e);
  padding: 16px;
}
.l-document__head h3 {
  font-size: 22px;
  text-align: center;
}
.l-document__lead {
  margin: 16px 0;
}
.l-document__lead p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.l-document__slide {
  overflow: hidden;
  padding: 0 60px;
  position: relative;
}
.l-document__slide .swiper-slide img {
  margin: 0 auto;
  max-width: inherit;
  width: 75%;
}
.l-document__slide .swiper-slide-inner {
  background: #fff;
  margin: 0 auto;
  padding: 24px 0;
  width: 100%;
}
.l-document__slide .swiper-button-next,
.l-document__slide .swiper-button-prev {
  height: 40px;
  width: 40px;
}
.l-document__slide .swiper-button-next::after,
.l-document__slide .swiper-button-prev::after {
  display: none;
}
.l-document__slide .swiper-button-next::before,
.l-document__slide .swiper-button-prev::before {
  border-right: 3px solid #48a62e;
  border-top: 3px solid #48a62e;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
.l-document__slide .swiper-button-prev {
  left: 0;
}
.l-document__slide .swiper-button-prev::before {
  margin-left: 10px;
  transform: rotate(-135deg);
}
.l-document__slide .swiper-button-next {
  right: 0;
}
.l-document__slide .swiper-button-next::before {
  margin-right: 10px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .l-document__head h3 {
    font-size: 18px;
  }
  .l-document__lead p {
    font-size: 18px;
    line-height: 1.4;
  }
  .l-document__slide {
    padding: 0 24px;
  }
  .l-document__slide .swiper-slide-inner {
    width: 100%;
  }
  .l-document .swiper-button-next,
  .l-document .swiper-button-prev {
    height: 30px;
    top: 60% !important;
    width: 30px;
  }
  .l-document .swiper-button-next::before,
  .l-document .swiper-button-prev::before {
    border-right: 2px solid #48a62e;
    border-top: 2px solid #48a62e;
    content: "";
    display: block;
    height: 18px;
    width: 18px;
  }
}
.l-process__item {
  border: 3px solid #7dc25b;
  border-radius: 4px;
  margin: 24px auto;
}
.l-process__item:not(:last-child) {
  margin-bottom: 24px;
}
.l-process__item-head {
  align-items: center;
  background: #f2f9e1;
  display: flex;
  gap: 40px;
  justify-content: start;
}
.l-process__item-head h3 {
  color: #48a62e;
  font-size: 22px;
  font-weight: 700;
}
.l-process__point {
  background: linear-gradient(to right, #7dc25b, #48a62e);
  display: flex;
  flex-direction: column;
  padding: 12px;
  text-align: center;
}
.l-process__point span {
  color: #fff;
}
.l-process__point span:first-child {
  font-size: 10px;
  text-transform: uppercase;
}
.l-process__point span:last-child {
  font-size: 24px;
  font-weight: 700;
}
.l-process__item-inner {
  background: #fff;
  padding: 16px 96px;
}

@media (max-width: 767px) {
  .l-process__item-inner {
    padding: 24px 16px;
  }
  .l-process__item-head {
    gap: 8px;
  }
  .l-process__item-head h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .l-process__point {
    padding: 20px 8px;
  }
  .l-process__point span:first-child {
    font-size: 8px;
  }
  .l-process__point span:last-child {
    font-size: 18px;
  }
}
.l-design {
  margin-top: 80px;
}
.l-design__title {
  margin-bottom: 16px;
}
.l-design__list {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
.l-design__item {
  background: #fff;
  border-top: 3px solid #48a62e;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 24px 72px;
  position: relative;
}
.l-design__item.u-underline span {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  z-index: 2;
}
.l-design__item.u-underline span::after {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (min-width: 1025px) {
  .l-design__item.u-underline:hover span::after {
    width: 100%;
  }
}
.l-design__item a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.l-design__head {
  margin-bottom: 16px;
}
.l-design__head h4 {
  color: #48a62e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.l-design__text {
  align-items: center;
  display: flex;
  gap: 8px;
}
.l-design__text:not(:last-child) {
  margin-bottom: 4px;
}
.l-design__text img {
  width: 24px;
}
.l-design__text p {
  font-size: 18px;
  font-weight: 700;
}
.l-design__assets {
  aspect-ratio: 1/1;
  bottom: 16px;
  height: auto;
  position: absolute;
  right: 16px;
  width: 48px;
}

@media (max-width: 1024px) {
  .l-design__item {
    padding: 16px 24px 32px;
  }
}
@media (max-width: 767px) {
  .l-design {
    margin-top: 40px;
  }
  .l-design__title + div p.big {
    margin-bottom: 24px;
  }
  .l-design__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-design__head h4 {
    font-size: 18px;
  }
  .l-design__text {
    align-items: baseline;
  }
  .l-design__text img {
    width: 18px;
  }
  .l-design__text p {
    font-size: 16px;
  }
  .l-design__assets {
    bottom: 8px;
    right: 8px;
    width: 24px;
  }
}
.l-output {
  margin-top: 56px;
}
.l-output__head {
  background: linear-gradient(to right, #7dc25b, #48a62e);
  padding: 16px;
}
.l-output__head h3 {
  font-size: 22px;
  text-align: center;
}
.l-output__slide {
  overflow: hidden;
  padding: 0 60px;
  position: relative;
}
.l-output__slide .swiper-slide {
  margin-top: 24px;
}
.l-output__slide .swiper-slide img {
  margin: 0 auto;
  max-width: inherit;
  width: 90%;
}
.l-output__slide .swiper-slide-inner {
  background: #fff;
  cursor: zoom-in;
  margin: 0 auto;
  overflow: hidden;
  padding: 24px 0;
  width: 100%;
}
.l-output__slide .swiper-button-next,
.l-output__slide .swiper-button-prev {
  height: 40px;
  width: 40px;
}
.l-output__slide .swiper-button-next::after,
.l-output__slide .swiper-button-prev::after {
  display: none;
}
.l-output__slide .swiper-button-next::before,
.l-output__slide .swiper-button-prev::before {
  border-right: 3px solid #48a62e;
  border-top: 3px solid #48a62e;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}
.l-output__slide .swiper-button-prev {
  left: 0;
}
.l-output__slide .swiper-button-prev::before {
  margin-left: 10px;
  transform: rotate(-135deg);
}
.l-output__slide .swiper-button-next {
  right: 0;
}
.l-output__slide .swiper-button-next::before {
  margin-right: 10px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .l-output__head h3 {
    font-size: 18px;
  }
  .l-output__slide {
    padding: 0 24px;
  }
  .l-output__slide .swiper-slide-inner {
    width: 100%;
  }
  .l-output .swiper-button-next,
  .l-output .swiper-button-prev {
    height: 30px;
    top: 60% !important;
    width: 30px;
  }
  .l-output .swiper-button-next::before,
  .l-output .swiper-button-prev::before {
    border-right: 2px solid #48a62e;
    border-top: 2px solid #48a62e;
    content: "";
    display: block;
    height: 18px;
    width: 18px;
  }
  .l-output .zoom-icon img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .zoom-icon {
    bottom: -50px;
    right: -10px;
    width: 80px;
  }
}
.lum-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 10000;
}

.lum-lightbox {
  z-index: 10001;
}

.lum-close-button {
  opacity: 0.8;
  right: 16px;
  top: 16px;
}

.lum-lightbox-inner img {
  margin: auto;
}

.lum-img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: block;
  height: auto;
  max-height: 80vh !important;
  max-width: 90vw !important;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.pswp__counter {
  display: none;
}

.pswp__button--zoom {
  display: block !important;
  opacity: 1 !important;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block !important;
}

.l-iom {
  margin-top: 80px;
}
.l-iom__title {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .l-iom {
    margin-top: 40px;
  }
  .l-iom__title + div p.big {
    margin-bottom: 24px;
  }
}
.l-category {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 24px;
  padding: 56px 40px;
}
.l-category:not(:last-child) {
  margin-bottom: 24px;
}
.l-category a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.l-category__list {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(2, 1fr);
}
.l-category__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: start;
  margin-bottom: 40px;
}
.l-category__head span {
  background-color: #48a62e;
  display: inline-block;
  height: 1px;
  width: 56px;
}
.l-category__head h2,
.l-category__head h3 {
  font-size: 28px;
  font-weight: 700;
}
.l-category__item {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.l-category__item.start a {
  align-items: start;
}
.l-category__item a {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: start;
  padding-bottom: 16px;
}
.l-category__item .u-underline span {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  z-index: 2;
}
.l-category__item .u-underline span::after {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  height: 1px;
  left: -36px;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
@media (min-width: 1025px) {
  .l-category__item .u-underline:hover span::after {
    width: calc(100% + 36px);
  }
}
.l-category__item img {
  height: auto;
  width: 24px;
}
.l-category__item h3,
.l-category__item h4 {
  color: #48a62e;
  font-size: 16px;
}
.l-category__text p {
  line-height: 1.4;
  margin-top: 8px;
  padding-bottom: 16px;
}
.l-category__link-out a {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: start;
  padding-bottom: 16px;
}
.l-category__link-out img {
  background: #fff;
  border-radius: 100px;
  height: auto;
  width: 32px;
}
.l-category__link-out h3 {
  color: #48a62e;
  font-size: 18px;
}

@media (max-width: 767px) {
  .l-category {
    padding: 40px 16px;
  }
  .l-category__head {
    margin-bottom: 16px;
  }
  .l-category__head span {
    width: 32px;
  }
  .l-category__head h2,
  .l-category__head h3 {
    font-size: 20px;
    letter-spacing: -5%;
  }
  .l-category__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-category__list {
    gap: 12px;
  }
  .l-category__list h3,
  .l-category__list h4 {
    font-size: 16px;
    letter-spacing: -5%;
  }
  .l-category__item img {
    width: 20px;
  }
  .l-category__item a {
    padding-bottom: 12px;
  }
  .l-category__link-out a {
    align-items: start;
  }
  .l-category__link-out h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.l-contact {
  background: linear-gradient(to right, #48a62e, #7dc25b);
  position: relative;
}
.l-contact__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding: 80px;
  position: relative;
  z-index: 2;
}
.l-contact__head {
  background: #000;
  padding: 16px 24px;
  position: relative;
  text-align: center;
}
.l-contact__head::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 16px 0 16px;
  bottom: 0;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.l-contact__head p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.l-contact__head p.big {
  font-size: 36px;
  letter-spacing: 1px;
}
.l-contact__head p.big span.min {
  font-size: 28px;
}
.l-contact__text p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.l-contact__image {
  bottom: 0;
  height: 20vw;
  left: 40px;
  position: absolute;
  width: auto;
  z-index: 1;
}
.l-contact__assets {
  bottom: 20px;
  height: 130px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 0;
}

@media (min-width: 1520px) {
  .l-contact__image {
    height: 320px;
  }
  .l-contact__image {
    left: 10vw;
  }
  .l-contact__assets {
    height: 150px;
    right: 10vw;
  }
}
@media (min-width: 1920px) {
  .l-contact__image {
    height: 320px;
  }
  .l-contact__image {
    left: 17vw;
  }
  .l-contact__assets {
    height: 150px;
    right: 20vw;
  }
}
@media (max-width: 1024px) {
  .l-contact__image {
    height: 220px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .l-contact__inner {
    margin-bottom: 56px;
    padding: 64px 24px 0;
  }
  .l-contact__head {
    padding: 8px;
    width: 100%;
  }
  .l-contact__text p {
    font-size: 16px;
  }
  .l-contact__image {
    height: 180px;
    margin-left: -10px;
    position: relative;
  }
  .l-contact__assets {
    height: auto;
    left: 50%;
    position: absolute;
    top: 74%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
}
@media (max-width: 375px) {
  .l-contact__inner {
    margin-bottom: 40px;
  }
  .l-contact__head p {
    font-size: 20px;
  }
  .l-contact__head p.big {
    font-size: 32px;
  }
  .l-contact__head p.big span.min {
    font-size: 24px;
  }
  .l-contact__text p {
    font-size: 14px;
  }
  .l-contact__image {
    height: 160px;
  }
}
.l-service.pad-0 {
  padding-bottom: 120px;
  padding-top: 0;
}
.l-service__column {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.l-service__btn a {
  background: linear-gradient(to right, #48a62e, #7dc25b);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: 0.3s all;
  width: 320px;
}
.l-service__btn a img {
  height: auto;
  left: 16px;
  position: absolute;
  top: 18px;
  width: 28px;
}
.l-service__btn a span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.l-service__btn a:hover {
  color: #fff;
  opacity: 0.6;
}
.l-service .l-category__item img {
  width: 28px;
}
.l-service .l-category__item h3 {
  font-size: 20px;
}

@media (max-width: 1280px) {
  .l-service .l-container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-service__column {
    flex-wrap: wrap;
  }
  .l-service__btn {
    margin: auto;
    width: 45vw;
  }
  .l-service__btn a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-service.pad-0 {
    padding-bottom: 40px;
  }
  .l-service__column {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .l-service__btn {
    margin: auto;
    width: 100%;
  }
  .l-service__btn a {
    width: 100%;
  }
  .l-service .l-category__item img {
    width: 20px;
  }
  .l-service .l-category__item h3 {
    font-size: 20px;
    font-size: 16px;
    letter-spacing: -5%;
  }
}
.l-service-btn {
  margin: 80px 0 40px;
}

@media (max-width: 767px) {
  .l-service-btn {
    margin: 40px 0;
    padding: 0 24px;
  }
}
.l-issues {
  background: #2b2c2c;
  margin-top: 120px;
  padding: 80px 0 !important;
  position: relative;
}
.l-issues::before {
  background: #2b2c2c;
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: 150vw;
  z-index: -1;
}
.l-issues__list {
  background: #fff;
  padding: 32px 40px;
  position: relative;
  z-index: 1;
}
.l-issues__list::before {
  background: linear-gradient(to right, #7dc25b 0%, #48a62e 100%);
  bottom: -5px;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -2;
}
.l-issues__list:after {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.l-issues__item {
  align-items: center;
  display: flex;
  gap: 8px;
}
.l-issues__item:not(:last-child) {
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.l-issues__item img {
  width: 28px;
}
.l-issues__item p {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .l-issues {
    margin-top: 0;
    padding: 64px 0 !important;
  }
  .l-issues__list {
    margin-top: 24px;
    padding: 32px 16px;
  }
  .l-issues__item {
    align-items: baseline;
  }
  .l-issues__item img {
    width: 18px;
  }
  .l-issues__item p {
    font-size: 14px;
  }
}
.l-features__item {
  align-items: start;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 3px solid #48a62e;
  display: flex;
  gap: 64px;
  justify-content: space-between;
  padding: 32px 40px;
}
.l-features__item:not(:last-child) {
  margin-bottom: 24px;
}
.l-features__text {
  flex: 1;
}
.l-features__text h3 {
  border-left: 5px solid #48a62e;
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
  padding-left: 16px;
}
.l-features__image {
  flex: 0 0 40%;
  max-width: 390px;
}

@media (max-width: 767px) {
  .l-features__item {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 8px 24px 24px;
  }
  .l-features__text {
    order: 1;
  }
  .l-features__text h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .l-features__image {
    max-width: 100%;
    order: 0;
    width: 100%;
  }
}
.l-free img {
  margin: auto;
  max-width: 500px;
}
.l-free h3 {
  border-left: 5px solid #48a62e;
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0;
  padding-left: 16px;
}
.l-free h3 + h4 {
  margin-top: 40px;
}
.l-free h4 {
  font-size: 18px;
  margin: 24px 0;
  padding-left: 46px;
  position: relative;
}
.l-free h4:before {
  background: #48a62e;
  content: "";
  display: block;
  height: 2px;
  left: -56px;
  position: relative;
  top: 10px;
  width: 30px;
}
.l-free p {
  margin: 8px 0;
}
.l-free ol {
  counter-reset: ol-counter;
  list-style: none;
  margin: 16px 0;
  padding-left: 0;
}
.l-free ol li {
  counter-increment: ol-counter;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 1.8em;
  position: relative;
}
.l-free ol li::before {
  color: #48a62e;
  content: counter(ol-counter);
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: -0.2em;
}
.l-free ul {
  list-style: none;
  margin: 16px 0;
  padding-left: 0;
}
.l-free ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 1.8em;
  position: relative;
}
.l-free ul li::before {
  background-color: #48a62e;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 0.6em;
  width: 12px;
}
.l-free .l-btn {
  margin-bottom: 96px;
}
.l-free .p-custom-table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.l-free .p-custom-table-wrapper table {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  min-width: 800px;
  table-layout: fixed;
  width: auto !important;
}
@media (max-width: 767px) {
  .l-free .p-custom-table-wrapper table {
    min-width: 500px;
  }
}
.l-free .p-custom-table-wrapper table th,
.l-free .p-custom-table-wrapper table td {
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
.l-free .p-custom-table-wrapper table thead tr th {
  background-color: #48a62e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-free .p-custom-table-wrapper table thead tr th {
    font-size: 14px;
    padding: 16px 8px;
  }
}
.l-free .p-custom-table-wrapper table thead tr th:first-child {
  width: 160px;
}
@media (max-width: 767px) {
  .l-free .p-custom-table-wrapper table thead tr th:first-child {
    max-width: 80px !important;
    min-width: 80px !important;
    width: 80px !important;
  }
}
.l-free .p-custom-table-wrapper table tbody tr th,
.l-free .p-custom-table-wrapper table tbody tr td:first-child {
  background-color: #f1f8e9;
  font-size: 14px;
  font-weight: 700;
  width: 160px;
}
@media (max-width: 767px) {
  .l-free .p-custom-table-wrapper table tbody tr th,
  .l-free .p-custom-table-wrapper table tbody tr td:first-child {
    font-size: 14px;
    max-width: 80px !important;
    min-width: 80px !important;
    padding: 16px 8px;
    width: 80px !important;
  }
}
.l-free .p-custom-table-wrapper table tbody tr td {
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-free .p-custom-table-wrapper table tbody tr td {
    font-size: 14px;
    padding: 16px 8px;
  }
}
.l-free .p-free-img-wrapper {
  margin-top: 16px;
  position: relative;
  z-index: 0;
}
.l-free .p-free-img-wrapper + .p-free-img-wrapper {
  margin-top: 0;
}
.l-free .p-free-img-wrapper .zoom-link {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.l-free .p-free-img-wrapper .zoom-icon {
  bottom: 0;
}
.l-free .p-free-img-wrapper .zoom-icon img {
  width: 75%;
}
.l-free .l-container:has(.p-free-img-wrapper + .p-free-img-wrapper) {
  display: block;
  text-align: left;
}
@media (min-width: 767px) {
  .l-free .l-container:has(.p-free-img-wrapper + .p-free-img-wrapper) .p-free-img-wrapper {
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 40px;
    vertical-align: top;
    width: 49%;
  }
}

@media (max-width: 767px) {
  .l-free img {
    max-width: 100%;
  }
  .l-free h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 16px 0;
  }
  .l-free h4 {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 36px;
  }
  .l-free h4:before {
    left: -36px;
    top: 16px;
    width: 24px;
  }
  .l-free p,
  .l-free span,
  .l-free li,
  .l-free td,
  .l-free th,
  .l-free a:not(.l-btn a) {
    font-size: 14px !important;
    line-height: 1.8;
  }
  .l-free .l-btn {
    margin-bottom: 64px;
  }
  .l-free .p-free-img-wrapper .zoom-icon {
    bottom: -14px;
  }
  .l-free .p-custom-table thead tr th:first-child,
  .l-free .p-custom-table tbody tr th,
  .l-free .p-custom-table tbody tr td:first-child {
    font-size: 14px;
    max-width: 80px !important;
    min-width: 80px !important;
    padding: 10px 4px !important;
    width: 80px !important;
  }
  .l-free .p-custom-table thead tr th:not(:first-child),
  .l-free .p-custom-table tbody tr td:not(:first-child) {
    font-size: 14px;
  }
}
.l-support {
  overflow: hidden;
}
.l-support .l-container {
  position: relative;
}
.l-support .p-process-slider-wrapper {
  padding-top: 60px;
  position: relative;
}
.l-support .zoom-container {
  margin-top: 32px;
}
.l-support .zoom-link {
  margin-bottom: -40px;
  width: 85%;
}
.l-support .zoom-icon {
  bottom: 20px;
}
.l-support .p-process-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.l-support .p-process-nav .swiper-button-prev,
.l-support .p-process-nav .swiper-button-next {
  background: #fff;
  border: 1px solid #7dc25b;
  border-radius: 50%;
  height: 44px;
  margin: 0;
  position: static;
  width: 44px;
}
.l-support .p-process-nav .swiper-button-prev::after,
.l-support .p-process-nav .swiper-button-next::after {
  color: #7dc25b;
  font-size: 18px;
}
.l-support .p-process-nav .swiper-button-prev:hover,
.l-support .p-process-nav .swiper-button-next:hover {
  background-color: #f1f8e1;
}
.l-support .p-process-card {
  background: #fff;
  border: 1px solid #7dc25b;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
.l-support .p-process-card::after {
  border-right: 2px solid #7dc25b;
  border-top: 2px solid #7dc25b;
  content: "";
  height: 15px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  z-index: 10;
}
.l-support .p-process-card.swiper-slide-last::after, .l-support .p-process-card:last-child::after {
  display: none;
}
.l-support .p-process-card__head {
  align-items: center;
  background: linear-gradient(to right, #48a62e, #7dc25b);
  color: #fff;
  display: flex;
}
.l-support .p-process-card__num {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  text-align: center;
}
.l-support .p-process-card__num span {
  display: block;
  font-size: 10px;
  line-height: 1;
}
.l-support .p-process-card__num strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.l-support .p-process-card__title {
  padding: 0 20px;
}
.l-support .p-process-card__title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.l-support .p-process-card__body {
  padding: 25px;
}
.l-support .p-process-card__body p {
  font-size: 14px;
  line-height: 1.8;
}
.l-support .p-process-slider {
  overflow: visible !important;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .l-support {
    overflow: visible;
  }
  .l-support .zoom-link {
    width: 100%;
  }
  .l-support .zoom-icon {
    bottom: -14px;
    right: -19px;
  }
  .l-support .zoom-icon img {
    width: 75%;
  }
  .l-support .p-process-card:after {
    content: none;
  }
  .l-support .p-process-nav {
    bottom: -40px;
    top: auto;
  }
  .l-support .p-process-nav .swiper-button-prev,
  .l-support .p-process-nav .swiper-button-next {
    height: 30px;
    width: 30px;
    z-index: 0;
  }
  .l-support .p-process-nav .swiper-button-prev:after,
  .l-support .p-process-nav .swiper-button-next:after {
    font-size: 14px;
  }
}
.l-case .swiper-button-next,
.l-case .swiper-button-prev {
  height: 30px;
  width: 30px;
}
.l-case .swiper-button-next::after,
.l-case .swiper-button-prev::after {
  display: none;
}
.l-case .swiper-button-next::before,
.l-case .swiper-button-prev::before {
  border-right: 3px solid #48a62e;
  border-top: 3px solid #48a62e;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}
.l-case .swiper-button-prev {
  left: 0;
}
.l-case .swiper-button-prev::before {
  margin-left: 10px;
  transform: rotate(-135deg);
}
.l-case .swiper-button-next {
  right: 0;
}
.l-case .swiper-button-next::before {
  margin-right: 10px;
  transform: rotate(45deg);
}
.l-case__slider {
  overflow: hidden;
  width: 100%;
}
.l-case__grid {
  display: flex;
  gap: 0;
}
.l-case__card {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.l-case__card:hover {
  transform: translateY(-5px);
}
.l-case__card:hover .l-case__card-title a {
  color: #7dc25b;
}
.l-case__card-image {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 66.6%;
  position: relative;
  width: 100%;
}
.l-case__card-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-case__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.l-case__card-company {
  color: #888;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.l-case__card-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 18px;
  overflow: hidden;
}
.l-case__card-title a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-case__card-lead {
  -webkit-box-orient: vertical;
  color: #666;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
}
.l-case__card-tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}
.l-case__card-tag {
  background-color: #f2f2f2;
  border-radius: 40px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .l-case__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    transform: none !important;
    width: 100%;
  }
  .l-case__card {
    width: 100%;
  }
  .l-case__card.swiper-slide:nth-child(4), .l-case__card.swiper-slide:nth-child(5), .l-case__card.swiper-slide:nth-child(6) {
    display: none !important;
  }
  .l-case__slider .swiper-button-prev,
  .l-case__slider .swiper-button-next,
  .l-case__slider .swiper-pagination {
    display: none;
  }
}
.l-testimonials {
  margin-bottom: 80px;
}
.l-testimonials .p-testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-testimonials .p-testimonial-card {
  background-image: url("../../../assets/images/service/icon-voice-top.webp"), url("../../../assets/images/service/icon-voice-bottom.webp"), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#72c63a, #72c63a), linear-gradient(#72c63a, #72c63a), linear-gradient(#72c63a, #72c63a), linear-gradient(#72c63a, #72c63a);
  background-position: 40px 0, right 60px bottom -2px, 29px 0, right 55px bottom 0, 0 27px, 0 calc(100% - 15px), 0 27px, 100% 27px;
  background-repeat: no-repeat;
  background-size: 68px 54px, 30px 30px, 80px 54px, 40px 30px, 100% 1px, 100% 1px, 1px calc(100% - 42px), 1px calc(100% - 42px);
  box-sizing: border-box;
  padding: 80px 40px 56px;
  position: relative;
  width: 100%;
}
.l-testimonials .p-testimonial-card__meta {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.l-testimonials .p-testimonial-card__meta span {
  background-color: #fff;
  border: 1px solid #7dc25b;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
}
.l-testimonials .p-testimonial-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
.l-testimonials .p-testimonial-card__text p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

@media (max-width: 767px) {
  .l-testimonials {
    margin-bottom: 40px;
  }
  .l-testimonials .p-testimonial-card {
    background-position: 38px 8px, right 30px bottom -2px, 29px 0, right 55px bottom 0, 0 27px, 0 calc(100% - 15px), 0 27px, 100% 27px;
    background-size: 34px 26px, 30px 30px, 50px 54px, 0 30px, 100% 1px, 100% 1px, 1px calc(100% - 42px), 1px calc(100% - 42px);
  }
  .l-testimonials .p-testimonial-card {
    padding: 80px 24px 56px;
  }
  .l-testimonials .p-testimonial-card__meta span {
    font-size: 12px;
  }
  .l-testimonials .p-testimonial-card__title {
    font-size: 20px;
  }
  .l-testimonials .p-testimonial-card__text p {
    font-size: 14px;
  }
}
.l-hero__column {
  align-items: stretch;
  display: flex;
  position: relative;
}
.l-hero__head {
  line-height: 1.7;
  text-align: left;
}
.l-hero__line {
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  padding: 6px 14px;
}
.l-hero__green-text {
  align-items: center;
  color: #44b02b;
  display: inline-flex;
}
.l-hero__green-text::before {
  content: "“";
  font-size: 1.2em;
  line-height: 1;
  margin-right: 2px;
}
.l-hero__green-text::after {
  content: "”";
  font-size: 1.2em;
  line-height: 1;
  margin-left: 2px;
}
.l-hero__text {
  background: url("../../../assets/images/service/mv-bg.webp") center/cover no-repeat;
  display: flex;
  flex: 1;
  justify-content: center;
}
.l-hero__text-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 64px;
}
.l-hero__text-inner img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.l-hero__note {
  font-size: 14px;
  text-align: left;
}
.l-hero__lead p {
  font-size: 16px;
  font-weight: bold;
}
.l-hero__image {
  background: url("../../../assets/images/service/mv-main.webp") center/cover no-repeat;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.l-hero .l-btn {
  margin: 24px 0;
}
.l-hero .l-btn a {
  font-size: 18px;
}

@media (max-width: 1440px) {
  .l-hero__text-inner {
    padding: 40px;
  }
  .l-hero__line {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .l-hero__column {
    flex-direction: column;
  }
  .l-hero__text {
    order: 1;
  }
  .l-hero__image {
    background: url("../../../assets/images/service/mv-main-sp.webp") center/cover no-repeat;
    flex: inherit;
    height: 40vh;
    order: 0;
  }
  .l-hero__image img {
    height: auto;
  }
  .l-hero__head {
    order: 0;
  }
  .l-hero__lead {
    order: 1;
  }
  .l-hero__note {
    display: block;
    font-size: 12px;
    margin-top: -16px;
    order: 3;
    text-align: right;
  }
  .l-hero img {
    order: 2;
  }
  .l-hero .l-btn {
    margin: auto;
    order: 4;
  }
}
@media (max-width: 767px) {
  .l-hero__text-inner {
    gap: 8px;
    padding: 32px 24px 48px;
  }
  .l-hero__text-inner img {
    margin: 16px auto;
  }
  .l-hero__line {
    font-size: 32px;
    margin-bottom: 6px;
    padding: 0 8px;
  }
  .l-hero__lead p br {
    display: none;
  }
  .l-hero .l-btn a {
    margin: auto;
    padding: 16px;
    width: 80%;
  }
  .l-hero__image {
    height: 200px;
    order: 0;
  }
  .l-hero__image img {
    aspect-ratio: inherit;
    -o-object-position: inherit;
    object-position: inherit;
  }
}
@media (max-width: 375px) {
  .l-hero__lead p {
    font-size: 14px;
  }
  .l-hero__lead p br {
    display: none;
  }
}
.l-service-top {
  background: url("../../../assets/images/service/top-service-bg.webp") center/cover no-repeat;
  padding: 96px 0;
}
.l-service-top .l-container {
  margin: auto;
}
.l-service-top__column {
  align-items: start;
  display: flex;
}
.l-service-top__text {
  flex: 1;
}
.l-service-top__head {
  text-align: left;
}
.l-service-top__head h2 {
  color: #48a62e;
  font-size: 32px;
  font-weight: 700;
}
.l-service-top__head p {
  font-weight: 700;
  margin-top: 8px;
}
.l-service-top__lead {
  margin: 24px 0 16px;
}
.l-service-top__lead p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.l-service-top__btn a {
  background: #44b02b;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.l-service-top__btn a:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 9px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
}
.l-service-top__btn a:hover {
  color: #fff;
  opacity: 0.6;
}
.l-service-top__title {
  margin-bottom: 32px;
}
.l-service-top__title p {
  background: #2b2c2c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 16px;
  text-align: center;
}
.l-service-top__image {
  flex: 1;
}
.l-service-top__image img {
  height: auto;
  width: 100%;
}
.l-service-top__image .l-service-top__btn {
  display: none;
}

@media (min-width: 1025px) {
  .l-service-top .l-container {
    max-width: 1100px;
  }
}
@media (max-width: 820px) {
  .l-service-top {
    padding: 64px;
  }
  .l-service-top__column {
    flex-direction: column;
    gap: 32px;
  }
  .l-service-top__text {
    width: 100%;
  }
  .l-service-top__btn a {
    display: block;
    margin: 32px auto;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .l-service-top {
    padding: 56px 0;
  }
  .l-service-top__text .l-service-top__btn {
    display: none;
  }
  .l-service-top__head h2 {
    font-size: 24px;
  }
  .l-service-top__head p {
    margin-top: 0;
  }
  .l-service-top__lead p {
    font-size: 20px;
  }
  .l-service-top__title p {
    font-size: 16px;
  }
  .l-service-top__image .l-service-top__btn {
    display: block;
  }
  .l-service-top__image .l-service-top__btn a {
    font-size: 14px;
    padding: 16px;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
