﻿@charset "UTF-8";
@font-face {
  font-family: "blockquote-icon";
  src: url("https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/blockquote.ttf") format("truetype");
}
body {
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.4;
  }
}

[lang=en] {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 1281px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.wrp-lp-consul a:not(.lp-primary-btn) {
  transition: all 0.5s;
}
.wrp-lp-consul a:not(.lp-primary-btn):hover {
  color: #000000;
}

.lp-primary-btn {
  background-color: #F04018;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: inherit;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .lp-primary-btn {
    max-width: 100%;
    font-size: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-primary-btn {
    font-size: 14px;
  }
}
.lp-primary-btn-arrow-icon {
  position: absolute;
  right: 30px;
}
.lp-primary-btn:hover {
  background: #000000;
}

.wrp-lp-consul {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background: #F5F5F5;
}

.border-raidus-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #fff;
}

.lp-container {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-container {
    width: calc(100% - 1.5rem - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .lp-container {
    width: calc(100% - 1.5rem - 1.5rem);
  }
}

.border-dotted-top:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: top;
  background-image: linear-gradient(to right, #999999 1px, rgba(255, 255, 255, 0) 1px);
  top: 0;
}

.border-dotted-bottom:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: top;
  background-image: linear-gradient(to right, #999999 1px, rgba(255, 255, 255, 0) 1px);
  bottom: 0;
}

.border-dotted-left:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left;
  background-image: linear-gradient(to bottom, #999999 1px, rgba(255, 255, 255, 0) 1px);
  left: 0;
}

.border-dotted-right:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left;
  background-image: linear-gradient(to bottom, #999999 1px, rgba(255, 255, 255, 0) 1px);
  right: 0;
}

.border-brand-top {
  position: relative;
}
.border-brand-top:before, .border-brand-top:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
}
.border-brand-top:before {
  left: 0;
  border-top: solid 3px #F04018;
  border-left: solid 3px #F04018;
}
.border-brand-top:after {
  right: 0;
  border-top: solid 3px #F04018;
  border-right: solid 3px #F04018;
}

.border-brand-bottom {
  position: relative;
}
.border-brand-bottom:before, .border-brand-bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 0;
}
.border-brand-bottom:before {
  left: 0;
  border-bottom: solid 3px #F04018;
  border-left: solid 3px #F04018;
}
.border-brand-bottom:after {
  right: 0;
  border-bottom: solid 3px #F04018;
  border-right: solid 3px #F04018;
}

.lp-pos-relative {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header {
    width: 100vw;
    background: rgba(0, 0, 0, 0);
    height: 0vh;
    position: fixed;
    top: 0;
    z-index: 21;
    transition: background-color 0.3s ease;
  }
  .lp-header.is-acitve {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .lp-header {
    width: 100vw;
    background: rgba(0, 0, 0, 0);
    height: 0vh;
    position: fixed;
    top: 0;
    z-index: 21;
    transition: background-color 0.3s ease;
  }
  .lp-header.is-acitve {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
  }
}
.lp-header-inner {
  position: fixed;
  align-items: center;
  width: 1330px;
  height: 72px;
  z-index: 21;
  background: #000000;
  display: flex;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  border-radius: 1.2rem;
  padding: 0 23px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-inner {
    width: calc(100% - 1.5rem - 1.5rem);
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    flex-direction: column;
    height: auto;
    top: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-inner {
    width: calc(100% - 1.5rem - 1.5rem + 20px);
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    flex-direction: column;
    height: auto;
    top: 0.875rem;
  }
}
@media screen and (min-width: 1281px) {
  .lp-header-logo .header-sp__ham {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-logo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .lp-header-logo [src*="logo.svg"] {
    width: 86px;
    height: auto;
  }
  .lp-header-logo .header-sp__ham {
    margin-left: auto;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-logo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .lp-header-logo [src*="logo.svg"] {
    width: 86px;
    height: auto;
  }
  .lp-header-logo .header-sp__ham {
    margin-left: auto;
    width: 36px;
    height: 36px;
  }
}
.lp-header-nav {
  margin-left: auto;
  margin-right: 28px;
  display: flex;
  gap: 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin: 45px auto;
    width: calc(100% - 40px);
    gap: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-nav {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin: 45px auto;
    width: calc(100% - 40px);
    gap: 45px 0;
  }
}
.lp-header-nav-list {
  display: flex;
  gap: 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-nav-list {
    flex-direction: column;
    gap: 25px 0px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-nav-list {
    flex-direction: column;
    gap: 25px 0px;
  }
}
.lp-header-nav-list a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2.2px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-nav-list a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-nav-list a {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-nav-list a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/icon_sp_gnav.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-nav-list a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/icon_sp_gnav.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
  }
}
.lp-header-nav-list a:hover {
  color: #fff;
  opacity: 0.8;
}
.lp-header-cta {
  display: flex;
  gap: 0 10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-cta {
    flex-direction: column;
    gap: 12px 10px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-cta {
    flex-direction: column;
    gap: 12px 10px;
    margin-top: 45px;
  }
}
.lp-header-cta-btn {
  width: 120px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-header-cta-btn {
    width: 100%;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header-cta-btn {
    width: 100%;
    height: 48px;
  }
}
.lp-header-cta-btn:hover {
  background: #fff;
  color: #000000;
}

.lp-consul-kv {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv {
    display: flex;
    flex-direction: column-reverse;
  }
}
.lp-consul-kv-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 1280px;
  margin: 0 auto;
  height: 726px;
  /*@include mq(tab){
    width: $width-base-mb;
    height: 580px;
  }*/
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-inner {
    width: 60%;
    height: auto;
    margin: 0 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-inner {
    width: calc(100% - 1.5rem - 1.5rem);
    height: 590px;
  }
}
.lp-consul-kv-inner:before {
  content: "";
  position: absolute;
  background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/kv-atoj-bg.svg) no-repeat center;
  background-size: contain;
  width: 453px;
  height: 576px;
  z-index: 0;
  left: -260px;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-inner:before {
    left: -170px;
    top: -50px;
  }
}
.lp-consul-kv-description {
  position: relative;
  z-index: 1;
  width: 700px;
  margin-top: 150px;
  /*@include mq(tab){
    margin-top: 30px;
    width: 100%;
  }*/
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-description {
    margin-top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-description {
    margin-top: 20px;
    width: 100%;
  }
}
.lp-consul-kv-description .lp-consul-kv-headline {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-description .lp-consul-kv-headline {
    font-size: 2.9296875vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-description .lp-consul-kv-headline {
    font-size: 29px;
    margin-bottom: 18px;
  }
}
.lp-consul-kv-description .lp-consul-kv-headline .dot {
  position: relative;
}
.lp-consul-kv-description .lp-consul-kv-headline .dot:after {
  position: absolute;
  content: "・";
  top: -0.78em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70%;
  color: #F04018;
}
.lp-consul-kv-description .lp-consul-kv-headline .blockquote {
  position: relative;
  font-family: "blockquote-icon";
  display: inline-block;
  transform: scale(1);
  font-size: 35%;
  vertical-align: top;
  padding: 2% 0.4%;
}
.lp-consul-kv-description .lp-consul-kv-headline .blockquote:last-of-type {
  left: 4px;
}
.lp-consul-kv-description .lp-consul-kv-headline .marker {
  background: #F04018;
  color: #fff;
  padding: 0 0.18em;
}
.lp-consul-kv-description .lp-consul-kv-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-description .lp-consul-kv-text {
    gap: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-description .lp-consul-kv-text {
    margin-bottom: 20px;
  }
}
.lp-consul-kv-description .lp-consul-kv-text .marker-white-wrp {
  display: block;
}
.lp-consul-kv-description .lp-consul-kv-text .marker-white {
  font-weight: 600;
  font-size: 22px;
  background: #fff;
  border: 1px solid #E0E0E0;
  line-height: 1.6;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-description .lp-consul-kv-text .marker-white {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-description .lp-consul-kv-text .marker-white {
    font-size: 16px;
    line-height: 2.2;
    padding: 3px 8px;
  }
}
.lp-consul-kv-description .lp-consul-kv-text .primary-color {
  color: #F04018;
}
.lp-consul-kv-figure {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-figure {
    position: relative;
  }
}
.lp-consul-kv-figure-inner {
  position: relative;
  border-top-right-radius: 2rem;
  aspect-ratio: 620/670;
  width: 620px;
  overflow: hidden;
  border-bottom-left-radius: 2rem;
}
@media screen and (min-width: 1441px) {
  .lp-consul-kv-figure-inner {
    width: 46.8521229868vw;
    height: 670px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-figure-inner {
    width: 49vw;
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-figure-inner {
    aspect-ratio: 325/260;
    width: 86.6666666667vw;
    margin: 0 0 0 auto;
  }
}
.lp-consul-kv-figure .lp-consul-kv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-consul-kv-kv-stat {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-kv-stat {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-kv-stat {
    margin-bottom: 20px;
  }
}
.lp-consul-kv-button {
  width: 440px;
  padding: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-kv-button {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-kv-button {
    padding: 16px;
  }
}

.lp-consul-breadcrumb {
  padding: 60px 0 70px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .lp-consul-breadcrumb {
    padding: 45px 0 65px;
  }
}
.lp-consul-breadcrumb-list {
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .lp-consul-breadcrumb-list {
    font-size: 12px;
    flex-wrap: wrap;
  }
}
.lp-consul-breadcrumb-item {
  display: flex;
}
.lp-consul-breadcrumb-item:after {
  position: relative;
  top: -4px;
  content: "・";
  font-size: 18px;
  border-radius: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-breadcrumb-item:after {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.lp-consul-breadcrumb-item:last-of-type:after {
  display: none;
}
.lp-consul-breadcrumb-link {
  color: #F04018;
}

.lp-consul-client-logos {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-client-logos {
    margin-bottom: 65px;
  }
}
.lp-consul-client-logos-list {
  display: flex;
  gap: 0 46px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-consul-client-logos-list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-client-logos-image {
    object-fit: contain;
    height: 32px;
  }
  .lp-consul-client-logos-image[src*=logo_abc] {
    height: 17px;
    width: 100px;
  }
}

.lp-consul-problem {
  background: #F5F5F5;
  position: relative;
}
.lp-consul-problem:after {
  content: "";
  border-top: solid 50px #F5F5F5;
  border-bottom: solid 50px transparent;
  border-left: solid 50vw transparent;
  border-right: solid 50vw transparent;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem:after {
    border-top: solid 30px #F5F5F5;
    border-bottom: solid 30px transparent;
    position: absolute;
    height: 60px;
    bottom: -60px;
  }
}
.lp-consul-problem-inner {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-inner {
    padding-top: 48px;
  }
}
.lp-consul-problem-headline {
  font-weight: 600;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-headline {
    font-size: 24px;
  }
}
.lp-consul-problem-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-headline {
    position: relative;
    margin-bottom: 45px;
    gap: 0 0;
  }
}
.lp-consul-problem-headline:before, .lp-consul-problem-headline:after {
  content: "";
  background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/h_problems_icon.svg) no-repeat center;
  display: block;
  width: 60px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-headline:before, .lp-consul-problem-headline:after {
    width: 42px;
    height: 40px;
    position: absolute;
    background-size: contain;
    top: 15px;
    left: 0;
  }
}
.lp-consul-problem-headline:after {
  background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/h_problems_icon_right.svg) no-repeat center;
  right: 0;
  left: unset;
}
.lp-consul-problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-list {
    gap: 18px 0;
    padding-bottom: 40px;
  }
}
.lp-consul-problem-item {
  flex-basis: 31.9%;
  display: flex;
  align-items: center;
  flex-grow: 0;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-problem-item {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .lp-consul-problem-item:nth-of-type(2n) .lp-consul-problem-item-icon {
    margin-left: 0;
    margin-right: auto;
  }
  .lp-consul-problem-item:nth-of-type(2n) .lp-consul-problem-item-text:before, .lp-consul-problem-item:nth-of-type(2n) .lp-consul-problem-item-text:after {
    right: unset;
    border-left-color: transparent;
  }
  .lp-consul-problem-item:nth-of-type(2n) .lp-consul-problem-item-text:before {
    border-right: solid 10px #E0E0E0;
    left: -20px;
  }
  .lp-consul-problem-item:nth-of-type(2n) .lp-consul-problem-item-text:after {
    border-right: solid 10px #fff;
    left: -18px;
  }
}
.lp-consul-problem-item-icon {
  margin-left: auto;
}
.lp-consul-problem-item-text {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 12px 12px;
  width: 260px;
  text-align: center;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-problem-item-text {
    padding: 12px 10px;
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-problem-item-text {
    width: 235px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.lp-consul-problem-item-text:before {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  top: 50%;
  border-left: solid 10px #E0E0E0;
  border-right: solid 10px transparent;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  transform: translateY(-50%);
}
.lp-consul-problem-item-text:after {
  content: "";
  position: absolute;
  display: block;
  right: -18px;
  top: 50%;
  border-left: solid 10px #fff;
  border-right: solid 10px transparent;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  transform: translateY(-50%);
}

.lp-consul-solve {
  position: relative;
  margin: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .lp-consul-solve {
    margin-top: 60px;
    margin-bottom: 135px;
  }
}
.lp-consul-solve-inner {
  position: relative;
}
.lp-consul-solve-text {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-consul-solve-text {
    font-size: 24px;
    padding: 30px;
  }
}
.lp-consul-solve-text .primary-color {
  color: #F04018;
}
.lp-consul-solve-icon {
  position: absolute;
  top: 64px;
  left: 40px;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-solve-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-solve-icon {
    width: 130px;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    bottom: -135px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

.lp-consul-point {
  background: #F5F5F5;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .lp-consul-point {
    padding-top: 48px;
  }
}
.lp-consul-point-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-headline {
    font-size: 24px;
  }
}
.lp-consul-point-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-headline {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.lp-consul-point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-list {
    gap: 20px 15px;
  }
}
.lp-consul-point-item {
  counter-increment: consul-point-list-counter;
  width: 550px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 5px 15px 6px;
  border: 1px solid #E0E0E0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-item {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
  }
}
.lp-consul-point-item:before {
  content: "0" counter(consul-point-list-counter);
  position: absolute;
  top: -24px;
  left: 9px;
  font-weight: bold;
  font-size: 32px;
  color: #F04018;
  font-family: "Montserrat";
}
@media screen and (max-width: 767px) {
  .lp-consul-point-item:before {
    font-size: 24px;
    top: -18px;
  }
}
.lp-consul-point-cta {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-cta {
    padding-bottom: 65px;
  }
}
.lp-consul-point-cta .lp-primary-btn {
  width: 440px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-consul-point-cta .lp-primary-btn {
    width: 100%;
    height: 56px;
  }
}

.lp-consul-area {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area {
    padding-top: 48px;
  }
}
.lp-consul-area-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-headline {
    font-size: 24px;
  }
}
.lp-consul-area-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-headline {
    margin-bottom: 34px;
  }
}
.lp-consul-area-lead {
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 2;
}
.lp-consul-area-lead .primary-color {
  color: #F04018;
}
.lp-consul-area-section {
  margin-bottom: 45px;
  display: flex;
}
.lp-consul-area-section-timeline {
  display: flex;
}
.lp-consul-area-section-timeline-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #F04018;
  color: #fff;
  padding: 20px 0 52px;
  height: 97%;
  width: 40px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section-timeline-inner {
    height: 98%;
    font-size: 16px;
    width: 36px;
  }
}
.lp-consul-area-section-timeline-inner p {
  font-size: 18px;
  letter-spacing: 3.5px;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section-timeline-inner p {
    font-size: 16px;
  }
}
.lp-consul-area-section-timeline-inner p:last-of-type {
  margin: auto 0 0 0;
}
.lp-consul-area-section-timeline-inner:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -59px;
  left: 0px;
  width: 1px;
  height: 1px;
  border-top: 30px solid #F04018;
  border-bottom: 30px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section-timeline-inner:after {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
}
.lp-consul-area-section table {
  width: 100%;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section table {
    display: flex;
    border: none;
    border-bottom: solid 1px #E0E0E0;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section table tbody, .lp-consul-area-section table tr, .lp-consul-area-section table th, .lp-consul-area-section table td {
    display: flex;
    flex-direction: column;
  }
}
.lp-consul-area-section table th {
  font-weight: 600;
  background: #F5F5F5;
  color: #F04018;
  border: 1px solid #E0E0E0;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section table th {
    width: 100%;
    font-size: 18px;
    padding: 30px;
  }
}
.lp-consul-area-section table td {
  font-weight: 300;
  border: 1px solid #E0E0E0;
  line-height: 2.2;
  padding: 45px 40px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-section table td {
    border-top: transparent;
    border-bottom: transparent;
    padding: 24px 16px;
    font-size: 14px;
  }
}
.lp-consul-area-cta {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-cta {
    padding-bottom: 80px;
  }
}
.lp-consul-area-cta .lp-primary-btn {
  width: 440px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-consul-area-cta .lp-primary-btn {
    height: 56px;
  }
}

.lp-consul-result-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-headline {
    font-size: 24px;
  }
}
.lp-consul-result-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-headline {
    margin-bottom: 40px;
  }
}
.lp-consul-result-lead {
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-lead {
    width: calc(100% - 1.5rem - 1.5rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.lp-consul-result-lead .small {
  display: block;
  font-size: 12px;
  padding-top: 14px;
}
.lp-consul-result-list {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list {
    margin-bottom: 80px;
  }
}
.lp-consul-result-list hr {
  position: absolute;
  display: block;
  border: transparent;
}
.lp-consul-result-list .row-border {
  width: 100%;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list .row-border {
    height: 10px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list .row-border.first-pos {
    top: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list .row-border.second-pos {
    top: 66.6666666667%;
  }
}
.lp-consul-result-list .col-border-left {
  width: 30px;
  height: 100%;
  background: transparent;
  left: 31%;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list .col-border-left {
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-consul-result-list .col-border-right {
  width: 30px;
  height: 100%;
  background: transparent;
  right: 31%;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list .col-border-right {
    width: 10px;
  }
}
.lp-consul-result-list .col-border-left-edge {
  width: 30px;
  height: 100%;
  left: 0;
}
.lp-consul-result-list .col-border-right-edge {
  width: 30px;
  height: 100%;
  right: 0;
}
.lp-consul-result-list-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-list-inner {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lp-consul-result-item {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-result-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-result-item {
    margin-bottom: 2px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }
}
.lp-consul-result-item .lp-consul-result-number {
  color: #F04018;
  font-size: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-result-item .lp-consul-result-number {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-result-item .lp-consul-result-number {
    font-size: 36px;
    letter-spacing: 0;
  }
}
.lp-consul-result-icon {
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .lp-consul-result-icon {
    width: 64px;
    height: 64px;
  }
}

.lp-consul-roadmap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap {
    margin-bottom: 80px;
  }
}
.lp-consul-roadmap-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-headline {
    font-size: 24px;
  }
}
.lp-consul-roadmap-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-headline {
    margin-bottom: 34px;
  }
}
.lp-consul-roadmap-talbe-wrap {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-roadmap-talbe-wrap {
    width: 992px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-talbe-wrap {
    width: 992px;
  }
}
.lp-consul-roadmap .lp-consul-roadmap-talbe-wrap-rw {
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.lp-consul-roadmap-balloon {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F04018;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-roadmap-balloon {
    border-radius: unset;
    height: 100%;
    width: 32px;
    border-bottom: 1px solid #fff;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-balloon {
    border-radius: unset;
    height: 100%;
    width: 32px;
    border-bottom: 1px solid #fff;
    writing-mode: vertical-rl;
  }
}
.lp-consul-roadmap-balloon:after {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 9px transparent;
  border-left: solid 15px #F04018;
  border-right: solid 15px transparent;
  border-bottom: solid 9px transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-roadmap-balloon:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-balloon:after {
    display: none;
  }
}
.lp-consul-roadmap-table {
  width: 960px;
  margin: 0 0 0 auto;
}
.lp-consul-roadmap-table th {
  counter-increment: rodadmap-phase;
  font-weight: 600;
  background: #F5F5F5;
  color: #F04018;
  border: 1px solid #E0E0E0;
  width: 25%;
  height: 134px;
}
.lp-consul-roadmap-table th span {
  display: block;
  margin-top: 10px;
}
.lp-consul-roadmap-table th:before {
  content: "Phase." counter(rodadmap-phase);
  color: #fff;
  background: #F04018;
  border-radius: 2rem;
  padding: 3px 13px;
  font-size: 14px;
}
.lp-consul-roadmap-table td {
  font-weight: 300;
  border: 1px solid #E0E0E0;
  line-height: 2.2;
  padding: 30px 20px 110px 40px;
  font-size: 14px;
  vertical-align: top;
}
.lp-consul-roadmap-table td ul li {
  padding-left: 0;
  list-style: decimal;
}
.lp-consul-roadmap-table.timeline th, .lp-consul-roadmap-table.timeline td {
  border-top: none;
}
.lp-consul-roadmap-table.timeline td {
  padding: 10px 20px 10px 20px !important;
}
.lp-consul-roadmap-step {
  width: 960px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.lp-consul-roadmap-step ul {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-roadmap-step ul {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-roadmap-step ul {
    overflow-x: hidden;
  }
}
.lp-consul-roadmap-step ul li {
  display: flex;
  flex: 1;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.lp-consul-roadmap-step ul li:after {
  content: "";
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 25px transparent;
  border-left: solid 38px #fff;
  border-right: solid 38px transparent;
  border-bottom: solid 25px transparent;
  z-index: 1;
}
.lp-consul-roadmap-step ul li:before {
  content: "";
  position: absolute;
  right: -51px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 25px transparent;
  border-left: solid 38px #F04018;
  border-right: solid 38px transparent;
  border-bottom: solid 25px transparent;
  z-index: 2;
}
.lp-consul-roadmap-step ul li:nth-of-type(1) {
  background: linear-gradient(to right, #FF785A 90%, #FF5E39 90%);
}
.lp-consul-roadmap-step ul li:nth-of-type(1):before {
  border-left-color: #FF785A;
}
.lp-consul-roadmap-step ul li:nth-of-type(2) {
  background: linear-gradient(to right, #FF5E39 90%, #F04018 90%);
}
.lp-consul-roadmap-step ul li:nth-of-type(2):before {
  border-left-color: #FF5E39;
}
.lp-consul-roadmap-step ul li:nth-of-type(3) {
  background: linear-gradient(to right, #F04018 93%, transparent 93%);
  flex: 2;
}
.lp-consul-roadmap-step ul li:nth-of-type(3):before {
  right: -38px;
}
.lp-consul-roadmap-step ul li:nth-of-type(3):after {
  display: none;
}

.lp-consul-case {
  padding-top: 70px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .lp-consul-case {
    padding-top: 60px;
  }
}
.lp-consul-case-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-headline {
    font-size: 24px;
  }
}
.lp-consul-case-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-headline {
    margin-bottom: 48px;
  }
}
.lp-consul-case-headline .primary-color {
  font-size: 150%;
}
.lp-consul-case-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-list {
    gap: 46px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lp-consul-case-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.lp-consul-case-item-logo {
  margin: 0 auto 36px;
  width: 240px;
  aspect-ratio: 240/40;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-case-item-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-case-item-logo {
    width: 160px;
  }
}
.lp-consul-case-item-details {
  background: white;
  padding: 45px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-case-item-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 28px 0px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-case-item-details {
    padding: 32px 28px;
    flex-wrap: wrap;
    gap: 28px 0px;
  }
}
.lp-consul-case-item-sales {
  position: absolute;
  width: 132px;
  height: 132px;
  background-color: #F04018;
  color: white;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 500;
  line-height: 1;
  right: -10px;
  top: -10px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-case-item-sales {
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-case-item-sales {
    width: 120px;
    height: 120px;
    font-size: 14px;
    right: 0;
    top: 0;
    position: relative;
    margin: 0 0 0 auto;
  }
}
.lp-consul-case-item-sales-number {
  margin: 2px 0;
  font-size: 2.25em;
  font-weight: 600;
}
.lp-consul-case-item-sales-number span {
  font-size: 0.55em;
}
.lp-consul-case-item-phone {
  width: 144px;
  aspect-ratio: 144/288;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-item-phone {
    width: 120px;
  }
}
.lp-consul-case-item-text {
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-case-item-text {
    width: 100%;
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-case-item-text {
    gap: 16px 0;
  }
}
.lp-consul-case-item-text li {
  display: flex;
  align-items: center;
}
.lp-consul-case-item-text li:before {
  content: "";
  background: url(https://www.atoj.co.jp/cms/atoj/assets/img/lp/ec-consul/lp_consul_case_text_eyecatch.svg) center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
}
.lp-consul-case-cta {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-cta {
    padding-bottom: 65px;
  }
}
.lp-consul-case-cta .lp-primary-btn {
  width: 440px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-consul-case-cta .lp-primary-btn {
    width: 100%;
    height: 56px;
  }
}

.lp-consul-voice {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice {
    padding-top: 60px;
  }
}
.lp-consul-voice-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice-headline {
    font-size: 24px;
  }
}
.lp-consul-voice-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice-headline {
    margin-bottom: 48px;
  }
}
.lp-consul-voice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.lp-consul-voice-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.lp-consul-voice-item-detail {
  display: flex;
  flex-direction: column;
  padding: 15px 20px 40px;
  height: 100%;
}
.lp-consul-voice-item-logo {
  width: 90px;
  height: 30px;
  object-fit: contain;
  margin: 5px auto 10px;
}
.lp-consul-voice-item-name {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.lp-consul-voice-item-text {
  font-size: 14px;
  margin-bottom: 25px;
  min-height: 4em;
  line-height: 1.9;
}
.lp-consul-voice-item-link {
  color: #F04018;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-consul-voice-item-btn {
  margin: auto 0 0 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.lp-consul-voice-cta {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice-cta {
    padding-bottom: 65px;
  }
}
.lp-consul-voice-cta .lp-primary-btn {
  width: 440px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-consul-voice-cta .lp-primary-btn {
    width: 100%;
    height: 56px;
  }
}

.lp-consul-price {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price {
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price {
    margin-bottom: 80px;
    padding-top: 0px;
  }
}
.lp-consul-price-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-headline {
    font-size: 24px;
  }
}
.lp-consul-price-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-headline {
    margin-bottom: 40px;
  }
}
.lp-consul-price-lead {
  font-weight: 300;
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-lead {
    margin-bottom: 40px;
  }
}
.lp-consul-price-headline2 {
  font-size: 20px;
  font-weight: 600;
  border-left: 4px solid #F04018;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price-headline2 {
    position: relative;
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 80px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price-headline2 {
    position: relative;
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 80px;
    line-height: 1.4;
  }
}
.lp-consul-price-headline2 .balloon {
  position: relative;
  color: #fff;
  background: #F04018;
  padding: 5px 15px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price-headline2 .balloon {
    position: absolute;
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    width: 40%;
    top: -55px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price-headline2 .balloon {
    position: absolute;
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    width: 80%;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-consul-price-headline2 .balloon:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top: solid 6px transparent;
  border-left: solid 10px transparent;
  border-right: solid 10px #F04018;
  border-bottom: solid 6px transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price-headline2 .balloon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    top: unset;
    transform: translateY(-50%);
    border-top: solid 10px #F04018;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 10px transparent;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price-headline2 .balloon:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    top: unset;
    transform: translateY(-50%);
    border-top: solid 10px #F04018;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 10px transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price .lp-consul-price-table-rwd {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price .lp-consul-price-table-rwd {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
}
.lp-consul-price-table {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lp-consul-price-table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table {
    width: 670px;
  }
}
.lp-consul-price-table thead th {
  height: 55px;
  background: #F04018;
  color: #fff;
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table thead th {
    font-size: 16px;
  }
}
.lp-consul-price-table thead th:first-of-type {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table thead th:first-of-type {
    width: 94px;
  }
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table thead th:nth-of-type(2) {
    text-align: left;
    padding-left: 4em;
  }
}
.lp-consul-price-table tbody th {
  font-weight: 600;
  background: #F5F5F5;
  color: #F04018;
  border: 1px solid #E0E0E0;
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table tbody th {
    padding: 16px 10px;
  }
}
.lp-consul-price-table-amount {
  color: #F04018;
  font-size: 32px;
  display: inline-block;
  min-width: 70px;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table-amount {
    line-height: 1;
  }
}
.lp-consul-price-table-amount span {
  font-size: 16px;
}
.lp-consul-price-table-hours {
  color: #000;
  margin-left: 5px;
}
.lp-consul-price-table td {
  border: 1px solid #E0E0E0;
  padding: 30px 20px 30px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table td {
    font-size: 16px;
    padding: 16px 20px 16px 20px;
  }
}
.lp-consul-price-table td > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-consul-price-table td > div.w-80 {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table td > div.w-80 {
    width: 100%;
  }
}
.lp-consul-price-table-scope {
  display: inline-flex;
  border: 1px solid #F04018;
  font-weight: 600;
  color: #F04018;
  padding: 20px 45px;
  border-radius: 2rem;
  background: rgb(252.4390243902, 222.3902439024, 215.5609756098);
}
@media screen and (max-width: 767px) {
  .lp-consul-price-table-scope {
    font-size: 14px;
  }
}
.lp-consul-price-table-note {
  font-weight: 300;
  font-size: 12px;
  flex-basis: 100%;
}

.lp-consul-faq {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq {
    padding-bottom: 80px;
  }
}
.lp-consul-faq-headline {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-headline {
    font-size: 24px;
  }
}
.lp-consul-faq-headline .primary-color {
  color: #F04018;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-headline {
    margin-bottom: 40px;
  }
}
.lp-consul-faq-list {
  position: relative;
}
.lp-consul-faq-list-inner {
  position: relative;
}
.lp-consul-faq-list-question {
  position: relative;
  counter-increment: faq-num;
  cursor: pointer;
}
.lp-consul-faq-list-question > p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-list-question > p {
    font-size: 16px;
  }
}
.lp-consul-faq-list-question > p::before {
  content: counter(faq-num) "Q";
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #000000;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-list-question > p::before {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  }
}
.lp-consul-faq-list-question > p > span {
  width: 92.5%;
  padding-right: 34px;
  position: relative;
}
.lp-consul-faq-list-question > p > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #F04018;
}
.lp-consul-faq-list-question > p > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
.lp-consul-faq-list-question.is-open p > span:after {
  transform: translateY(-50%) rotate(-45deg);
}
.lp-consul-faq-list-answer {
  position: relative;
  display: none;
}
.lp-consul-faq-list-answer > p {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-weight: 300;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-list-answer > p {
    line-height: 1.7;
  }
}
.lp-consul-faq-list-answer > p::before {
  content: "A";
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #F04018;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .lp-consul-faq-list-answer > p::before {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  }
}
.lp-consul-faq-list-answer > p > span {
  width: 93%;
}
